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 pitrou
Recipients alexandre.vassalotti, neologix, pitrou, vstinner
Date 2013-11-29.17:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385746298.67.0.0522455297041.issue19835@psf.upfronthosting.co.za>
In-reply-to
Content
> Under very low memory condition, PyErr_NoMemory() or
> PyErr_NormalizeException() enters an unlimited loop when the free list 
> of MemoryError becomes empty.

The real question is why the free list becomes empty.

Either way, I don't think a read-only singleton is a good idea. It may be simpler to call Py_FatalError in such cases.
History
Date User Action Args
2013-11-29 17:31:38pitrousetrecipients: + pitrou, vstinner, alexandre.vassalotti, neologix
2013-11-29 17:31:38pitrousetmessageid: <1385746298.67.0.0522455297041.issue19835@psf.upfronthosting.co.za>
2013-11-29 17:31:38pitroulinkissue19835 messages
2013-11-29 17:31:38pitroucreate