summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f679239..af7b384 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,10 @@ Extension modules
Library
-------
+- Bug #993394. Fix a possible red herring of KeyError in 'threading' being
+ raised during interpreter shutdown from a registered function with atexit
+ when dummy_threading is being used.
+
- Bug #857297/Patch #916874. Fix an error when extracting a hard link
from a tarfile.