mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe (#115301)
This commit is contained in:
parent
6a95676bb5
commit
ca56c3a172
4 changed files with 12 additions and 3 deletions
|
|
@ -482,3 +482,4 @@ Modules/readline.c - sigwinch_ohandler -
|
|||
Modules/readline.c - completed_input_string -
|
||||
Modules/rotatingtree.c - random_stream -
|
||||
Modules/rotatingtree.c - random_value -
|
||||
Modules/rotatingtree.c - random_mutex -
|
||||
|
|
|
|||
|
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