Cloudpickle

Latest version: v3.1.0

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

Scan your dependencies

Page 5 of 7

0.5.4

=====

- Fixed a pickling issue for ABC in python3.7+ ([issue 180](
https://github.com/cloudpipe/cloudpickle/issues/180)).

- Fixed a bug when pickling functions in `__main__` that access global
variables ([issue 187](
https://github.com/cloudpipe/cloudpickle/issues/187)).

0.5.3

=====
- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
types ([issue 144](https://github.com/cloudpipe/cloudpickle/issues/144)).

- itertools objects can also pickled
([PR 156](https://github.com/cloudpipe/cloudpickle/pull/156)).

- `logging.RootLogger` can be also pickled
([PR 160](https://github.com/cloudpipe/cloudpickle/pull/160)).

0.5.2

=====

- Fixed a regression: `AttributeError` when loading pickles that hold a
reference to a dynamically defined class from the `__main__` module.
([issue 131]( https://github.com/cloudpipe/cloudpickle/issues/131)).

- Make it possible to pickle classes and functions defined in faulty
modules that raise an exception when trying to look-up their attributes
by name.

0.5.1

=====

- Fixed `cloudpickle.__version__`.

0.5.0

=====

- Use `pickle.HIGHEST_PROTOCOL` by default.

0.4.4

=====

- `logging.RootLogger` can be also pickled
([PR 160](https://github.com/cloudpipe/cloudpickle/pull/160)).

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.