Skip to content

Commit

Permalink
PEP 574: add implementation (python#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou authored May 23, 2018
1 parent 18b5165 commit bebfd65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pep-0574.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,15 @@ It would simply be serialized as a ``bytes`` object (if read-only) or
implementors.


Implementation
==============

A first implementation is available in the author's GitHub fork [#pickle5-git]_.

An experimental backport for Python 3.6 and 3.7 is downloadable from PyPI
[#pickle5-pypi]_.


Related work
============

Expand Down Expand Up @@ -464,6 +473,12 @@ References
.. [#pep-554] PEP 554 -- Multiple Interpreters in the Stdlib
https://www.python.org/dev/peps/pep-0554/
.. [#pickle5-git] ``pickle5`` branch on GitHub
https://github.com/pitrou/cpython/tree/pickle5
.. [#pickle5-pypi] ``pickle5`` project on PyPI
https://pypi.org/project/pickle5/
Copyright
=========
Expand Down

0 comments on commit bebfd65

Please sign in to comment.