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 serhiy.storchaka
Recipients Brock Mendel, serhiy.storchaka, xtreak
Date 2019-12-04.19:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575488081.46.0.881097300111.issue38971@roundup.psfhosted.org>
In-reply-to
Content
Add

    try:
        ...
    except:
        file.close()
        raise
History
Date User Action Args
2019-12-04 19:34:41serhiy.storchakasetrecipients: + serhiy.storchaka, xtreak, Brock Mendel
2019-12-04 19:34:41serhiy.storchakasetmessageid: <1575488081.46.0.881097300111.issue38971@roundup.psfhosted.org>
2019-12-04 19:34:41serhiy.storchakalinkissue38971 messages
2019-12-04 19:34:41serhiy.storchakacreate