pylibmc 0.7.4
I found a critical bug in the behaviors manipulation of pylibmc, so I fixed that and here's the new release.
pylibmc 0.7.4 at PyPI
If you'd like to strike up a conversation with a handsome fellow like me, join #sendapatch on freenode.
Notably, this release does compile with libmemcached 0.32. However, due to a function signature change, you'll get a warning regarding types -- this is completely harmless as it's unsigned int to size_t, which is the exact same size, so there should be no issues there. I'll change the call signature in the next version, kept the old because I think most people will be using the older declaration.
Comments
