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 xdegaye
Recipients emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2017-06-07.11:49:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496836170.8.0.644038338346.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
With PR 1981, a ResourceWarning is printed when a RecursionError occurs while normalizing another exception and its traceback holds a reference to a non-closed file object.

For information, issue 5437 removed the MemoryError singleton for the same reasons as PR 1981 does.
History
Date User Action Args
2017-06-07 11:49:30xdegayesetrecipients: + xdegaye, pitrou, vstinner, serhiy.storchaka, emptysquare
2017-06-07 11:49:30xdegayesetmessageid: <1496836170.8.0.644038338346.issue22898@psf.upfronthosting.co.za>
2017-06-07 11:49:30xdegayelinkissue22898 messages
2017-06-07 11:49:30xdegayecreate