earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
457 stars 115 forks source link

use safe_load because of yaml.load deprecation #75

Open jpmens opened 5 years ago

jpmens commented 5 years ago

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 commented 5 years ago

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

sharmasandeepkr commented 5 years ago

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.

ysmolski commented 4 years ago

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/