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-46370: Move the static initializer for _PyRuntime to its own header file. #30587

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Jan 13, 2022

All the non-initializer code stays where it is.

As part of this I'm moving _PyObject_IMMORTAL_INIT and _PyVarObject_IMMORTAL_INIT to pycore_object.h, where I should have put them in the first place.

https://bugs.python.org/issue46370

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