summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-17 22:36:13 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-17 22:36:13 (GMT)
commit819be3406d2311347838a413f1893e4f20b3159c (patch)
treebdb86bb5f7b663309f9cd41608a2ac4b1d32d925
parentbb6eb857cf055079b1108a2afd5a434433c97e90 (diff)
downloadcpython-819be3406d2311347838a413f1893e4f20b3159c.zip
cpython-819be3406d2311347838a413f1893e4f20b3159c.tar.gz
cpython-819be3406d2311347838a413f1893e4f20b3159c.tar.bz2
Add news entry for a791dd7d51f3
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 328e44d..5732a0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.1?
Core and Builtins
-----------------
+- Issue #10914: fix bogus memory management in Modules/getpath.c, leading to
+ a possible crash when calling Py_SetPath().
+
- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with