-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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-101101: Fix test_code_extra to reset value for refleak test #102350
Conversation
corona10
commented
Mar 1, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Unstable C API tier (PEP 689) #101101
With out this patch:
|
Unrelated to this PR. Issue created to: #102351 |
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.
Small nit to make the comment slightly clearer. Perhaps also add code to assert that we could successfully revert to the initial value?
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Ah, that's right. The test needs to clean up after itself so it can be run again. |