mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Issue #13156: Add an entry in Misc/NEWS.
This commit is contained in:
parent
46180751e9
commit
40ab00233e
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ What's New in Python 2.7.3?
|
||||||
Core and Builtins
|
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
|
- 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.
|
name than a Python module (e.g. "__init__.py"): don't close the file twice.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue