commit | 442ad74fc2928b095760eb89aba93c28eab17f9b | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Apr 02 15:28:13 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 02 15:28:13 2021 +0200 |
tree | 29f784c0860f41cd6d2c16d34e8ced47ebf5e005 | |
parent | 58384c6ab01bbc35cc14cdeb716f6c45a3df426b [diff] |
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.