Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-90716: Fix pylong_int_from_string() refleak#99094
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fix validated by: $ ./python -m test -R 3:3 test_int Tests result: SUCCESS
vstinner commentedNov 4, 2022
cc@gpshead |
kumaraditya303 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
gpshead commentedNov 4, 2022
Heh, thanks! |
vstinner commentedNov 4, 2022
I wrote an article on this fix :-)https://vstinner.github.io/debug-python-refleak.html
From what I understood, the refleak existed before4c4b5ce. It's just that thanks to the added test, the Refleaks buildbot spotted the leak. |
Uh oh!
There was an error while loading.Please reload this page.
Fix validated by: