diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-05-03-02-32.bpo-34572.ayisd2.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-05-03-02-32.bpo-34572.ayisd2.rst b/Misc/NEWS.d/next/Library/2018-09-05-03-02-32.bpo-34572.ayisd2.rst new file mode 100644 index 0000000..0468d96 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-05-03-02-32.bpo-34572.ayisd2.rst @@ -0,0 +1,3 @@ +Fix C implementation of pickle.loads to use importlib's locking +mechanisms, and thereby avoid using partially-loaded modules. +Patch by Tim Burgess. |