Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

vstinner added 3 commits April 2, 2021 12:03
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