summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-13 14:59:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-13 14:59:04 (GMT)
commit8a64048a22b42426cc45dfb2d713e295e97c768c (patch)
tree67b558f89948b345a433ae1045f8c0bfa22be24d /Misc
parente9859df7980e87f1dbad63fa22250a2e212327a4 (diff)
downloadcpython-8a64048a22b42426cc45dfb2d713e295e97c768c.zip
cpython-8a64048a22b42426cc45dfb2d713e295e97c768c.tar.gz
cpython-8a64048a22b42426cc45dfb2d713e295e97c768c.tar.bz2
Backport of r64212
Issue #1683: prevent forking from interfering in threading storage.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9993666..b83c731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5.3?
Core and builtins
-----------------
+- Issue #1683: prevent forking from interfering in threading storage.
+
- Issue #4597: Fixed several opcodes that weren't always propagating
exceptions.