beanstalkc icon indicating copy to clipboard operation
beanstalkc copied to clipboard

use safe_load because of yaml.load deprecation

Open jpmens opened this issue 6 years ago • 3 comments

PyYAML's yaml.load has been deprecated. This patch addresses that by using safe_load() in place of load().

Addresses https://github.com/earl/beanstalkc/issues/74

jpmens avatar Mar 20 '19 20:03 jpmens

Submitted this PR at https://github.com/seveas/beanstalkc/pull/1

jpmens avatar Mar 21 '19 07:03 jpmens

When can we expect the PR to be merged? I checked the Travis CI and found that it failed in installing setup_tools and I don't think there is any issue with the PR itself.

sharmasandeepkr avatar Jul 23 '19 11:07 sharmasandeepkr

This is rather important fix. PR itself it fine, but this repo looks abandoned by the author. As maintainer of beanstalkd I ask the author of this repo to think about transferring this client to the beastalkd org, so more people can keep maintaining it.

https://github.com/beanstalkd/

ysmolski avatar Apr 16 '20 14:04 ysmolski