-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Reference leaks on current main #124586
Comments
Bisected to d929652. |
I don't think this is related to subinterpreters, but more that the I can try and fix this much later today, but anyone feel free to try and do it before me. |
The issue can be reproduced with:
which can be simplified to: def test_subinterpreter(self):
code = dedent('import _functools')
res = support.run_in_subinterp(code)
self.assertEqual(res, 0) |
I wrote PR gh-124601 to fix the leak. |
The leak was fixed by #124601. |
Bug report
Bug description:
Noted by @picnixz in #119827 (comment):
I'm bisecting a bad commit right now.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: