mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #18418: After fork(), reinit all threads states, not only active ones.
Patch by A. Jesse Jiryu Davis.
This commit is contained in:
parent
dee0434e2f
commit
9939cc89a4
4 changed files with 26 additions and 1 deletions
|
|
@ -279,6 +279,7 @@ Ben Darnell
|
|||
Kushal Das
|
||||
Jonathan Dasteel
|
||||
Pierre-Yves David
|
||||
A. Jesse Jiryu Davis
|
||||
John DeGood
|
||||
Ned Deily
|
||||
Vincent Delft
|
||||
|
|
|
|||
|
|
@ -66,6 +66,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #18418: After fork(), reinit all threads states, not only active ones.
|
||||
Patch by A. Jesse Jiryu Davis.
|
||||
|
||||
- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'
|
||||
cookie flags.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue