Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python3 memcached #2

Merged
merged 4 commits into from Jan 9, 2018

Conversation

dave-shawley
Copy link
Contributor

@dave-shawley dave-shawley commented Jan 9, 2018

So python3-memcached is no longer compatible with python-memcached. This caused a very real problem today where a python2 client using python-memcached 1.59 wrote a key that included flag 0x10. python3-memcached exploded with an UnboundLocalError which is just not nice -- this was fixed in python-memcached with linsomniac/python-memcached@794b028.

Since python-memcached is now Python 2 & Python 3 compatible, we can switch to using a relatively new version of it.

@coveralls
Copy link

coveralls commented Jan 9, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 4eada5d on dave-shawley:rm-python3-memcached into e6b345a on sprockets:master.

@pianoman19372 pianoman19372 merged commit 6ba8b52 into sprockets:master Jan 9, 2018
@dave-shawley dave-shawley deleted the rm-python3-memcached branch January 9, 2018 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants