This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients Ido Michael, aeros, brett.cannon, corona10, eric.snow, lukasz.langa, ncoghlan, petdance, vstinner
Date 2020-03-23.11:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Reverting GH-18627 fixes the issue.

Sorry, this is false. I just checked out to the last commit to importlib before GH-18627 and it did not refleak. But when I actually reverted just GH-18627, the issue persisted.

By bisecting, I found out that it's GH-19084 which causes the refleak and it only just so happens that this refleak appears in importlib tests.
History
Date User Action Args
2020-03-23 11:42:24lukasz.langasetrecipients: + lukasz.langa, brett.cannon, ncoghlan, vstinner, eric.snow, corona10, aeros, Ido Michael, petdance
2020-03-23 11:42:24lukasz.langasetmessageid: <[email protected]>
2020-03-23 11:42:24lukasz.langalinkissue38691 messages
2020-03-23 11:42:24lukasz.langacreate