-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Implement PEP 578 #81023
Comments
Implement PEP-578 |
test_gdb failed on the Debian PGO buildbot https://buildbot.python.org/all/#builders/47/builds/2854 I'm going to do what I can to investigate, but I may be out of my depth here! |
I created bpo-37023 to track the test_gdb failure: "test_gdb failed on AMD64 Debian PGO 3.x". |
It seems like there are reference leaks: https://buildbot.python.org/all/#/builders/1/builds/593 test_audit leaked [310, 310, 310] references, sum=930 You may try test.bisect_cmd to debug this. |
Since hooks can't be removed, it probably looks like a leak when some are added for the tests. I'll update all the tests to run in new processes. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: