-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-117174: Fix reference leak and gdb tests #131095
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
Conversation
!buildbot AMD64 RHEL8 LTO |
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 3f7e71b 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131095%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot refleak |
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 3f7e71b 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131095%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 80495a4 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131095%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
All buildbots are happy now :) |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @pablogsal, I could not cleanly backport this to
|
GH-131120 is a backport of this pull request to the 3.13 branch. |
…1095) (cherry picked from commit ebc24d5) Co-authored-by: Pablo Galindo Salgado <[email protected]>
linecache.cache
sometimes has an entry for<string>
under Python 3.13.0a5 #117174