bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Reorganize pycore_interp_init() to initialize singletons before the the first PyType_Ready() call. Fix an issue when Python is configured using --without-doc-strings.
V
Victor Stinner committed
442ad74fc2928b095760eb89aba93c28eab17f9b
Parent: 58384c6
Committed by GitHub <noreply@github.com>
on 4/2/2021, 1:28:13 PM