From 1170b998ca41a55e21d4a731a70564bb074f5314 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 16 Sep 2009 20:38:23 +0000 Subject: [PATCH] Add news entry for r74842. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5bfb2cb365..56d6d395d3 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. -- 2.50.1