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-46753: Add the empty tuple to the _PyRuntimeState.global_objects. #31345
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. #31345
Conversation
This reverts commit ba1b4cc.
|
If you want to schedule another build, you need to add the " |
|
If you want to schedule another build, you need to add the " |
|
If you want to schedule another build, you need to add the " |
|
Note that c163aca is the actual global empty tuple part. Everything else is cleanup (in particularly to make sure I got the freelist stuff right). |
https://bugs.python.org/issue46753