mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-128277: make globals variables thread safe in socket module (#128286)
This commit is contained in:
parent
b2ac70a62a
commit
e389d6c650
3 changed files with 28 additions and 36 deletions
|
|
@ -444,3 +444,5 @@ Modules/readline.c - completed_input_string -
|
|||
Modules/rotatingtree.c - random_stream -
|
||||
Modules/rotatingtree.c - random_value -
|
||||
Modules/rotatingtree.c - random_mutex -
|
||||
Modules/socketmodule.c - accept4_works -
|
||||
Modules/socketmodule.c - sock_cloexec_works -
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue