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 graingert
Recipients graingert, matrixise, serhiy.storchaka, vstinner
Date 2019-05-07.15:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557243027.98.0.249809305557.issue36829@roundup.psfhosted.org>
In-reply-to
Content
> this option should be used exclusively for debugging user extension modules.

I have a very large codebase that fires the odd ResourceWarning, and after fixing them all I'd like to ensure that they do not reoccur. When using `-W error` it still won't fail CI. So I would use this -X option for more than debugging user extension modules
History
Date User Action Args
2019-05-07 15:30:28graingertsetrecipients: + graingert, vstinner, serhiy.storchaka, matrixise
2019-05-07 15:30:27graingertsetmessageid: <1557243027.98.0.249809305557.issue36829@roundup.psfhosted.org>
2019-05-07 15:30:27graingertlinkissue36829 messages
2019-05-07 15:30:27graingertcreate