summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-04-19 18:12:47 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-04-19 18:12:47 (GMT)
commit111474452db9ae6fec3373c646ebab01726e2b50 (patch)
tree3a46a68e0062596d2e220ac0a3b037694485fe0a /Misc
parentab694380466be70294aa8e5b99b10e9f0c48b3bf (diff)
parent58de6ee8711a079da0b555221ae739d6a69df2f7 (diff)
downloadcpython-111474452db9ae6fec3373c646ebab01726e2b50.zip
cpython-111474452db9ae6fec3373c646ebab01726e2b50.tar.gz
cpython-111474452db9ae6fec3373c646ebab01726e2b50.tar.bz2
merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e95d80..1a5784a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,10 @@ Core and Builtins
Library
-------
+- Issue #11768: The signal handler of the signal module only calls
+ Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or
+ parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
+
- Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits. Patch by Santoso Wijaya.
@@ -314,6 +318,8 @@ Build
Tests
-----
+- Fix test_startfile to wait for child process to terminate before finishing.
+
- Issue #11719: Fix message about unexpected test_msilib skip on non-Windows
platforms. Patch by Nadeem Vawda.