-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. #31345
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
Conversation
This reverts commit ba1b4cc.
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit efed1d1 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 597f1bd 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit fdc82d2 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
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