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 emptysquare
Recipients emptysquare
Date 2014-11-18.21:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416346650.03.0.665035920858.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
The crash can ignore whether or not I specify "-Wignore" on the python command line. I was hoping to avoid the crash by short-circuiting the ResourceWarning code path, since the following line appears in the backtrace:

#5  PyErr_WarnFormat (category=<optimized out>, stack_level=stack_level@entry=1, format=format@entry=0x7f5f1ca8b377 "unclosed file %R") at Python/_warnings.c:813

But "-Wignore" has no effect.
History
Date User Action Args
2014-11-18 21:37:30emptysquaresetrecipients: + emptysquare
2014-11-18 21:37:30emptysquaresetmessageid: <1416346650.03.0.665035920858.issue22898@psf.upfronthosting.co.za>
2014-11-18 21:37:30emptysquarelinkissue22898 messages
2014-11-18 21:37:29emptysquarecreate