From 2920adb4df51e7c3c10f9671087037888f010483 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 16 Sep 2009 20:36:34 +0000 Subject: [PATCH] Add news entry for r74841. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 72aa48e108..f4b076e29e 100644 --- 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. -- 2.50.1