gh-101766: Fix refleak for _BlockingOnManager resources#101942
Merged
Conversation
gvanrossum
approved these changes
Feb 16, 2023
Member
gvanrossum
left a comment
There was a problem hiding this comment.
LGTM, though I never saw this code before.
Member
Author
|
The current failure does not relate to this PR..
|
Member
Author
|
@ericsnowcurrently Can you please take a look? |
sobolevn
approved these changes
Feb 16, 2023
Member
sobolevn
left a comment
There was a problem hiding this comment.
We can safely remove it, because it is reset here: self.blocked_on = _blocking_on.setdefault(self.thread_id, [])
Thanks for fixing this!
Member
Author
|
@gvanrossum @sobolevn |
test_importlibonaarch64 RHEL8#101766