]> granicus.if.org Git - python/commitdiff
Issue #13156: Add an entry in Misc/NEWS.
authorCharles-François Natali <neologix@free.fr>
Wed, 12 Oct 2011 20:29:09 +0000 (22:29 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 12 Oct 2011 20:29:09 +0000 (22:29 +0200)
Misc/NEWS

index 2fbd70e8dde3348744b50bed2c239bc59774a317..d27ce303d643727a28fe549c4849dee4b4cd2c3d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 2.7.3?
 Core and Builtins
 -----------------
 
+- Issue #13156: Revert the patch for issue #10517 (reset TLS upon fork()),
+  which was only relevant for the native pthread TLS implementation.
+
 - Issue #7732: Fix a crash on importing a module if a directory has the same
   name than a Python module (e.g. "__init__.py"): don't close the file twice.