]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Oct 2020 18:14:23 +0000 (21:14 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 18:14:23 +0000 (21:14 +0300)
commit8cd1dbae32d9303caac3a473d3332f17bc98c921
tree883e8288636eb076d168d2ea57b7a406e2a9d429
parent473db47747bb8bc986d88ad81799bcbd88153ac5
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
Lib/copyreg.py
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2020-10-21-23-45-02.bpo-41052.3N7J2J.rst [new file with mode: 0644]
Modules/_bz2module.c
Modules/_lzmamodule.c
Modules/_randommodule.c
Modules/clinic/_bz2module.c.h
Modules/clinic/_lzmamodule.c.h
Modules/clinic/_randommodule.c.h