]> granicus.if.org Git - python/commit
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Apr 2018 22:05:11 +0000 (15:05 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Apr 2018 22:05:11 +0000 (15:05 -0700)
commita5c8830637cde632ab3bcf5475698dcf0fb0546d
tree42166a41e2976cbd0cc22187e65dc2614316010d
parentfa5157e0499f7afdb59e220e3f4fdbf44adb5ac8
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363)

(cherry picked from commit c869529ea9fbed574d34cf7ac139ca3f81b62ef0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2018-04-03-10-37-13.bpo-33209.9sGWE_.rst [new file with mode: 0644]
Modules/_pickle.c