Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-43687: Py_Initialize() creates singletons earlier #25147

Merged
merged 3 commits into from
Apr 2, 2021
Merged

bpo-43687: Py_Initialize() creates singletons earlier #25147

merged 3 commits into from
Apr 2, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 2, 2021

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.

https://bugs.python.org/issue43687

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.
@vstinner vstinner merged commit 442ad74 into python:master Apr 2, 2021
@vstinner vstinner deleted the reorder_init branch April 2, 2021 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants