Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pylibmc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pylibmc

Quick and small memcached client for Python

  • 1.6.3
  • Source
  • PyPI
  • Socket score

Maintainers
1

pylibmc is a Python client for memcached <http://memcached.org/>_ written in C.

See the documentation at sendapatch.se/projects/pylibmc/__ for more information.

__ http://sendapatch.se/projects/pylibmc/

.. image:: https://github.com/lericson/pylibmc/actions/workflows/ci.yml/badge.svg :target: https://github.com/lericson/pylibmc/actions/workflows/ci.yml

New in version 1.6.0

Though no major feature overhauls have taken place, this release is partially incompatible with 1.5.0. This stems from the fact that python-memcached is now using a flag that pylibmc has been using for some years. python-memcached uses it for a different purpose, and an incompatible one. We deemed that it would be better to support this interoperability. The change also means that Unicode strings are now stored as UTF-8 rather than pickled, which may or may not result in a slight performance improvement for this type of data.

We have also introduced a pickle_protocol behavior to enable seamless interoperability between Python 2.x and 3.x. Also, this release introduces a ManyLinux wheel, making installation a breeze on ManyLinux systems (which I suppose is many linuxes.)

New in version 1.5.0

This release fixes critical memory leaks in common code paths introduced in 1.4.2. Also fixes a critical bug in a corner of the zlib inflation code, where prior memory errors would trigger a double free. Thank you to everybody involved in the making of this release, and especially Eau de Web__, without their contributions, this release and the bug fixes it contains wouldn't have been so expedient.

__ http://www.eaudeweb.ro/

.. comment: 1.5.x should have been an extension to 1.4.x, therefore it's best to keep the 1.4.x release announcement below.

New in version 1.4.0

Brace yourself, Python 3.x support has come!

Thanks to everybody involved in this project; this release involves less authors but a lot more work per person. Thanks especially to Harvey Falcic for the work he put in, without which there wouldn't be any Python 3.x support. Also thanks to Sergey Pashinin for the initial stab at the problem.

Other than that, we had miscellaneous bug fixes, testing improvements, and documentation updates.

Last but not least I would like to ask for your support in this project, either by helping out with development, testing, documentation or anything at all; or simply by donating some magic internet money__ to the project's Bitcoin address 12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h__.

__ http://static.adzerk.net/Advertisers/5af77cf0094d4303bb308b955dd05992.jpg __ bitcoin:12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h

License

Released under the BSD 3-clause license; see LICENSE <LICENSE>_ for details.

Maintainer

  • Website: sendapatch.se/ <http://sendapatch.se/>_
  • Github: github.com/lericson <http://github.com/lericson>_
  • IRC: lericson in #sendapatch on chat.freenode.net
  • E-mail: ludvig at sendapatch.se

.. image:: http://www.smbc-comics.com/comics/20110908.gif :target: http://www.smbc-comics.com/index.php?db=comics&id=2362 :align: center

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc