commit | b19f7ecfa3adc6ba1544225317b9473649815b38 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 23 14:53:24 2020 -0800 |
committer | GitHub <noreply@github.com> | Sun Feb 23 23:53:24 2020 +0100 |
tree | 90e05b2a2897a598bf22e39c4f0a74d4dffb96c7 | |
parent | 13951c7f25c628ea2dc0a869ebe18e7bf593fa6d [diff] |
bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) (#18630) Fix a regression where the C pickle module wouldn't allow unpickling from a file-like object that doesn't expose a readinto() method. (cherry picked from commit 9f37872e307734666a7169f7be6e3370d3068282) Co-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Antoine Pitrou <pitrou@free.fr>