]> granicus.if.org Git - python/commit
bpo-36785: PEP 574 implementation (GH-7076)
authorAntoine Pitrou <antoine@python.org>
Sun, 26 May 2019 15:10:09 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Sun, 26 May 2019 15:10:09 +0000 (17:10 +0200)
commit91f4380cedbae32b49adbea2518014a5624c6523
treefbc47b8ee756f9e0a8f6bacf6b055490f2ef9ab3
parent22ccb0b4902137275960c008ef77b88fa82729ce
bpo-36785: PEP 574 implementation (GH-7076)
19 files changed:
Doc/library/pickle.rst
Include/Python.h
Include/picklebufobject.h [new file with mode: 0644]
Lib/pickle.py
Lib/pickletools.py
Lib/test/pickletester.py
Lib/test/test_inspect.py
Lib/test/test_pickle.py
Lib/test/test_picklebuffer.py [new file with mode: 0644]
Lib/test/test_pickletools.py
Lib/test/test_pyclbr.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2019-05-03-20-47-55.bpo-36785.PQLnPq.rst [new file with mode: 0644]
Modules/_pickle.c
Modules/clinic/_pickle.c.h
Objects/object.c
Objects/picklebufobject.c [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters