]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:37:06 +0000 (23:37 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:37:06 +0000 (23:37 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 0828cd8df537dd53df167bb2bfcae533c3f7181c,5732a0de6e851d614f73afd42a5e0a5c41b77d41..bddfaf90cfbeb638f6219f9a19b957b353a3668a
+++ b/Misc/NEWS
@@@ -10,7 -10,10 +10,10 @@@ What's New in Python 3.3 Alpha 1
  Core and Builtins
  -----------------
  
 -- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".
+ - Issue #10914: fix bogus memory management in Modules/getpath.c, leading to
+   a possible crash when calling Py_SetPath().
 +- _ast.__version__ is now a Mercurial integer and hex revision.
  
  - Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
    3.2.0 where the stdout or stderr file descriptor being the same as the stdin