-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-44676: Fix reference leaks in union_reduce #27332
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
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.
This is a neat fix :). Didn't know about the N format string.
|
Woops I just realized we didn't backport GH-27244. So we don't need to backport this. Thanks the quick fix Pablo! |
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.
0:00:00 load avg: 3.08 Run tests sequentially
0:00:00 load avg: 3.08 [1/1] test_types
beginning 6 repetitions
123456
......
== Tests result: SUCCESS ==
1 test OK.
Total duration: 1.1 sec
Tests result: SUCCESS
I also checked that this PR fix the leak issue :)
|
@pablogsal: Status check is done, and it's a success ✅ . |
|
Thanks for the review @corona10 and @Fidget-Spinner ! |
bpo-44676: Fix reference leaks in union_reduce (pythonGH-27332)
https://bugs.python.org/issue44676
Automerge-Triggered-By: GH:pablogsal