From: Thomas Wouters Date: Wed, 16 Sep 2009 20:38:23 +0000 (+0000) Subject: Add news entry for r74842. X-Git-Tag: v2.6.3rc1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1170b998ca41a55e21d4a731a70564bb074f5314;p=thirdparty%2FPython%2Fcpython.git Add news entry for r74842. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5bfb2cb36596..56d6d395d390 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,8 @@ What's New in Python 2.6.3 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.