From 40ab00233ef34703db57a0806294f8bc911af551 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Charles-Fran=C3=A7ois=20Natali?= Date: Wed, 12 Oct 2011 22:29:09 +0200 Subject: [PATCH] Issue #13156: Add an entry in Misc/NEWS. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 2fbd70e8dd..d27ce303d6 100644 --- 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. -- 2.50.1