Issue #874900: fix behaviour of threading module after a fork.

Reviewed by Gregory P. Smith.
This commit is contained in:
Antoine Pitrou 2008-09-06 23:00:03 +00:00
parent 0a608fdaac
commit 5fe291f817
3 changed files with 12 additions and 5 deletions

View file

@ -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.