[Python-checkins] cpython (3.2): Add news entry for a791dd7d51f3

antoine.pitrou python-checkins at python.org
Thu Mar 17 23:37:22 CET 2011


http://hg.python.org/cpython/rev/0b2aab561a15
changeset:   68663:0b2aab561a15
branch:      3.2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Mar 17 23:36:13 2011 +0100
summary:
  Add news entry for a791dd7d51f3

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list