diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-09-06 23:00:03 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-09-06 23:00:03 (GMT) |
commit | 5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8 (patch) | |
tree | 58481fdd59d47e6b329d79599ea304985f359c2c /Misc | |
parent | 0a608fdaac5b4422b9ade6ec7b44182902f2f9ce (diff) | |
download | cpython-5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8.zip cpython-5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8.tar.gz cpython-5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8.tar.bz2 |
Issue #874900: fix behaviour of threading module after a fork.
Reviewed by Gregory P. Smith.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ C API Library ------- +- Issue #874900: fix behaviour of threading module after a fork. + - Issue #3535: zipfile couldn't read some zip files larger than 2GB. - Issue #3776: Deprecate the bsddb package for removal in 3.0. |