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 seer
Recipients aeros, asvetlov, bquinlan, seer, whoKilledLora, yselivanov
Date 2021-07-26.10:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627294179.64.0.255863824431.issue44697@roundup.psfhosted.org>
In-reply-to
Content
Checked on 3.9.6 - still leaking.

Strange stuff, but if I write 

except OSError as e:
    del self

instead of 

except OSError as e:
    pass

leak is disappearing.
History
Date User Action Args
2021-07-26 10:09:39seersetrecipients: + seer, bquinlan, asvetlov, yselivanov, aeros, whoKilledLora
2021-07-26 10:09:39seersetmessageid: <1627294179.64.0.255863824431.issue44697@roundup.psfhosted.org>
2021-07-26 10:09:39seerlinkissue44697 messages
2021-07-26 10:09:39seercreate