commit | 1170b998ca41a55e21d4a731a70564bb074f5314 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Wed Sep 16 20:38:23 2009 +0000 |
committer | Thomas Wouters <thomas@python.org> | Wed Sep 16 20:38:23 2009 +0000 |
tree | e9942a757c199454e8460f0273af5296f6eb2065 | |
parent | 8997103be0a63962cb8a4b4ccff8575d205f44c6 [diff] [blame] |
Add news entry for r74842.
diff --git a/Misc/NEWS b/Misc/NEWS index 5bfb2cb..56d6d39 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.