Zodbpickle

Latest version: v3.3

Safety actively analyzes 629052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.2

================

- Added ``bytes_as_strings`` option to ``Pickler``, ``dump``, and ``dumps``.

- Incomplete support for Python 3.2:

- Move ``_pickle.c`` -> ``_pickle_33.c``.

- Clone Python 3.2.3's ``_pickle.c`` -> ``_pickle_32.c`` and apply the
same patch.

- Choose between them at build time based on ``sys.version_info``.

- Disable some tests of 3.3-only features.

- Missing: implementation of ``noload()`` in ``_pickle_32.c``.

- Missing: implementation of ``bytes_as_strings=True`` in ``_pickle_32.c``.

0.1.0

==================

- Initial release of Python 3.3's pickle with the patches of Python
`issue 6784`__ applied.

.. __: http://bugs.python.org/issue6784#msg156166

- Added support for ``errors="bytes"``.

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.