Skip to content
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

test_argparse leaks references (regression) #91757

Closed
vstinner opened this issue Apr 20, 2022 · 1 comment
Closed

test_argparse leaks references (regression) #91757

vstinner opened this issue Apr 20, 2022 · 1 comment
Labels
type-bug An unexpected behavior, bug, or error

Comments

@vstinner
Copy link
Member

The commit 328dbc0 of gh-85567 introduced a reference leak:

$ ./python -m test --matchfile=bisect -R 3:3 test_argparse 
(...)
test_argparse leaked [24, 24, 24] references, sum=72
(...)
@vstinner
Copy link
Member Author

Fixed by reverting the change: #91771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant