mirror of
https://github.com/python/cpython.git
synced 2026-07-31 13:13:38 +08:00
Avoids potential deadlocks with C++ static local initialization in extensions that call PyUnicode_InternFromString during one-time initialization. (cherry picked from commit f62050d65743f0c895f7e6d665936c4e86aa39d5) Co-authored-by: Sam Gross <colesbury@gmail.com>
Source files for various builtin objects