]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39681: Fix C pickle regression with minimal file-like objects (#18592)
authorAntoine Pitrou <antoine@python.org>
Sun, 23 Feb 2020 22:33:53 +0000 (23:33 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Feb 2020 22:33:53 +0000 (23:33 +0100)
commit9f37872e307734666a7169f7be6e3370d3068282
tree47f754a231cd7b028f70577207296847381543b0
parentb76518d43fb82ed9e5d27025d18c90a23d525c90
bpo-39681: Fix C pickle regression with minimal file-like objects (#18592)

Fix a regression where the C pickle module wouldn't allow unpickling from a
file-like object that doesn't expose a readinto() method.
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2020-02-21-13-58-40.bpo-39681.zN8hf0.rst [new file with mode: 0644]
Modules/_pickle.c