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 ctheune
Recipients benjamin.peterson, christian.heimes, ctheune, gvanrossum, hynek
Date 2012-11-02.08:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351846043.76.0.600624827728.issue16381@psf.upfronthosting.co.za>
In-reply-to
Content
I pondered PyErr_NoMemory as well. However, I noticed not all locations in Python use PyErr_NoMemory to raise a MemoryError, and I'm also afraid that external libraries will have the same problem.

Can you explain why you consider PyErr_NoMemory to be the better option? (I can think of performance but I wouldn't want to trade it in against reliability.)
History
Date User Action Args
2012-11-02 08:47:23ctheunesetrecipients: + ctheune, gvanrossum, christian.heimes, benjamin.peterson, hynek
2012-11-02 08:47:23ctheunesetmessageid: <1351846043.76.0.600624827728.issue16381@psf.upfronthosting.co.za>
2012-11-02 08:47:23ctheunelinkissue16381 messages
2012-11-02 08:47:23ctheunecreate