summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:01:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:01:21 (GMT)
commit8391cf4e1d73683795e51ac5ce8ee9e61eea389d (patch)
tree74cb0a14d80ef882572635d12e41cba1725fe6d8 /Misc/NEWS
parent9470ab43a9804928275b0a2a0860a2028af854db (diff)
downloadcpython-8391cf4e1d73683795e51ac5ce8ee9e61eea389d.zip
cpython-8391cf4e1d73683795e51ac5ce8ee9e61eea389d.tar.gz
cpython-8391cf4e1d73683795e51ac5ce8ee9e61eea389d.tar.bz2
Issue #11321: Fix a crash with multiple imports of the _pickle module when
embedding Python. Patch by Andreas Stührk.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 18ee9d3..2154393 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #11321: Fix a crash with multiple imports of the _pickle module when
+ embedding Python. Patch by Andreas Stührk.
+
- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
- Issue #4376: ctypes now supports nested structures in a endian different than