]> granicus.if.org Git - python/commitdiff
Add news entry for a791dd7d51f3
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:36:13 +0000 (23:36 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:36:13 +0000 (23:36 +0100)
Misc/NEWS

index 328e44d01d39eb9cdc983183e13f4a817773eca7..5732a0de6e851d614f73afd42a5e0a5c41b77d41 100644 (file)
--- 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