diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2011-01-03 21:09:23 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2011-01-03 21:09:23 (GMT) |
commit | 4d419689049411d7b648e73fc9b3859488aa26a1 (patch) | |
tree | a5502b401f154f3a9b403985325e89a06668fd70 /Misc | |
parent | 96c886ce967cb62cedca2e482616f551e809b777 (diff) | |
download | cpython-4d419689049411d7b648e73fc9b3859488aa26a1.zip cpython-4d419689049411d7b648e73fc9b3859488aa26a1.tar.gz cpython-4d419689049411d7b648e73fc9b3859488aa26a1.tar.bz2 |
news for 6643
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #6643: Reinitialize locks held within the threading module after fork + to avoid a potential rare deadlock or crash on some platforms. + - Issue #10806, issue #9905: Fix subprocess pipes when some of the standard file descriptors (0, 1, 2) are closed in the parent process. Initial patch by Ross Lagerwall. |