]> granicus.if.org Git - python/commitdiff
Add news entry for r74841.
authorThomas Wouters <thomas@python.org>
Wed, 16 Sep 2009 20:36:34 +0000 (20:36 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 16 Sep 2009 20:36:34 +0000 (20:36 +0000)
Misc/NEWS

index 72aa48e108384666f30c0a1984a321ce43db7d5a..f4b076e29e1e57ad5c320a75e41dfa419fd0480f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
 Core and Builtins
 -----------------
 
+- Issue #1590864: Fix potential deadlock when mixing threads and fork().
+
 - Issue #6844: Do not emit DeprecationWarnings when accessing a "message"
   attribute on exceptions that was set explicitly.