mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-39068: Fix race condition in base64 (GH-17627)
There was a race condition in base64 in lazy initialization of multiple globals.
This commit is contained in:
parent
f421bfce80
commit
9655434cca
3 changed files with 5 additions and 2 deletions
|
|
@ -1659,6 +1659,7 @@ Quentin Stafford-Fraser
|
|||
Frank Stajano
|
||||
Joel Stanley
|
||||
Kyle Stanley
|
||||
Brandon Stansbury
|
||||
Anthony Starks
|
||||
David Steele
|
||||
Oliver Steele
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue