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 David.Edelsohn, ZackerySpytz, rabraham, serhiy.storchaka
Date 2020-12-15.08:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608020447.22.0.855479038181.issue35332@roundup.psfhosted.org>
In-reply-to
Content
I am wondering whether we should silence that error in os.close() unconditionally.

In what circumstances the error is raised? Can it be reproduced on Linux (by monkey-patching os.rmdir)? What can happen in worst case when the error is ignored?
History
Date User Action Args
2020-12-15 08:20:47serhiy.storchakasetrecipients: + serhiy.storchaka, David.Edelsohn, ZackerySpytz, rabraham
2020-12-15 08:20:47serhiy.storchakasetmessageid: <1608020447.22.0.855479038181.issue35332@roundup.psfhosted.org>
2020-12-15 08:20:47serhiy.storchakalinkissue35332 messages
2020-12-15 08:20:46serhiy.storchakacreate