]> granicus.if.org Git - python/commit
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly...
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>
Thu, 25 Jul 2019 16:00:34 +0000 (00:00 +0800)
committerAntoine Pitrou <antoine@python.org>
Thu, 25 Jul 2019 16:00:34 +0000 (18:00 +0200)
commit898318b53d921298d1f1fcfa0f415844afbeb318
tree51c73d039d014c234366ec0b6b07baf61f175f55
parent93e8aa62cfd0a61efed4a61a2ffc2283ae986ef2
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2019-07-08-03-15-04.bpo-37502.qZGC4g.rst [new file with mode: 0644]
Modules/_pickle.c