mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #874900: fix behaviour of threading module after a fork.
Reviewed by Gregory P. Smith.
This commit is contained in:
parent
0a608fdaac
commit
5fe291f817
3 changed files with 12 additions and 5 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue