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
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types #95302
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types #95302
Conversation
ericsnowcurrently
commented
Jul 26, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: gh-94673
If you want to schedule another build, you need to add the " |
@ericsnowcurrently I expect that it won't make any difference, but I'm a bit concerned as It seems to me, that the extra check is not needed during de-allocation. |
Good point. I'll take a look Monday. |