diff options
author | Raymond Hettinger <python@rcn.com> | 2011-04-19 18:12:47 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-04-19 18:12:47 (GMT) |
commit | 111474452db9ae6fec3373c646ebab01726e2b50 (patch) | |
tree | 3a46a68e0062596d2e220ac0a3b037694485fe0a /Misc | |
parent | ab694380466be70294aa8e5b99b10e9f0c48b3bf (diff) | |
parent | 58de6ee8711a079da0b555221ae739d6a69df2f7 (diff) | |
download | cpython-111474452db9ae6fec3373c646ebab01726e2b50.zip cpython-111474452db9ae6fec3373c646ebab01726e2b50.tar.gz cpython-111474452db9ae6fec3373c646ebab01726e2b50.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |