]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jul 2019 16:18:20 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2019 16:18:20 +0000 (09:18 -0700)
commit25cb4fd4fb0f44d2b6bf38379634f3d22b77aa17
treee080f611ba9e8a7e211af2032956004a61bc3f07
parent69802f6163c9f18ca0e0b9c4c43a49365fc63e2d
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)

(cherry picked from commit 898318b53d921298d1f1fcfa0f415844afbeb318)

Co-authored-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
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