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 vstinner
Recipients pitrou, vstinner
Date 2013-12-03.23:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386114705.37.0.215408225149.issue19880@psf.upfronthosting.co.za>
In-reply-to
Content
I found this issue while working the memory limit feature of tracemalloc module (issue #19817). I opened #19835 to workaround an unlimited loop on PyErr_NoMemory() when Python is out of memory.

See also the issue #17807 and the PEP 442 for a similar reference cycle with generators.
History
Date User Action Args
2013-12-03 23:51:45vstinnersetrecipients: + vstinner, pitrou
2013-12-03 23:51:45vstinnersetmessageid: <1386114705.37.0.215408225149.issue19880@psf.upfronthosting.co.za>
2013-12-03 23:51:45vstinnerlinkissue19880 messages
2013-12-03 23:51:45vstinnercreate