Commit 38c3f11
Avoids potential deadlocks with C++ static local initialization in
extensions that call PyUnicode_InternFromString during one-time
initialization.
(cherry picked from commit f62050d)
Co-authored-by: Sam Gross <colesbury@gmail.com>
1 parent 9fcebd3 commit 38c3f11
2 files changed
Lines changed: 4 additions & 1 deletion
File tree
- Misc/NEWS.d/next/Core_and_Builtins
- Objects
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14344 | 14344 | | |
14345 | 14345 | | |
14346 | 14346 | | |
14347 | | - | |
| 14347 | + | |
14348 | 14348 | | |
14349 | 14349 | | |
14350 | 14350 | | |
| |||
0 commit comments