]> 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 21:35:11 +0000 (14:35 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 3 Apr 2018 21:35:11 +0000 (14:35 -0700)
commit74735e2a404949b2a0c17ac13a2de0e0cac6fc41
tree9b02bc09118774fce595ef053234492fef270522
parent0c533573c527c63dacab5921becb66dc3eb274c1
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366)

(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