summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-08-25 17:48:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-08-25 17:48:18 (GMT)
commit7eaf3f7080a0b0e1e551d2d9d2dcddd54d53af59 (patch)
treea2f3078056ba9c1e132603385ea9bc4f379032cb /Misc/NEWS
parent0bb766b95cc672a82d29fbe339e515b921f1bfcc (diff)
downloadcpython-7eaf3f7080a0b0e1e551d2d9d2dcddd54d53af59.zip
cpython-7eaf3f7080a0b0e1e551d2d9d2dcddd54d53af59.tar.gz
cpython-7eaf3f7080a0b0e1e551d2d9d2dcddd54d53af59.tar.bz2
Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b923109..90f15be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Projected Release date: 2013-09-08
Core and Builtins
-----------------
+- Issue #18808: Non-daemon threads are now automatically joined when
+ a sub-interpreter is shutdown (it would previously dump a fatal error).
+
- Remove supporting for compiling on systems without getcwd().
- Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.