Files
cpython/Modules
Miss Islington (bot) b19f7ecfa3 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 9f37872e30)

Co-authored-by: Antoine Pitrou <antoine@python.org>

Co-authored-by: Antoine Pitrou <pitrou@free.fr>
2020-02-23 23:53:24 +01:00
..
2019-07-05 15:00:43 -07:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.