◐ Shell
clean mode source ↗

[3.5] bpo-32072: Fix issues with binary plists. (GH-4455) by serhiy-storchaka · Pull Request #4656 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

  • Fixed saving bytearrays.
  • Identical objects will be saved only once.
  • Equal references will be load as identical objects.
  • Added support for saving and loading recursive data structures.
    (cherry picked from commit a897aee)

https://bugs.python.org/issue32072

* Fixed saving bytearrays.
* Identical objects will be saved only once.
* Equal references will be load as identical objects.
* Added support for saving and loading recursive data structures.
(cherry picked from commit a897aee)

@larryhastings

I don't know anything about "plists". Can you find another core dev to review this PR?

It is failed with an advanced optimizer.

@larryhastings

Labels