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 mark.dickinson
Recipients casevh, h.venev, josh.r, mark.dickinson, pitrou, rhettinger, skrah, tim.peters, vstinner
Date 2014-07-14.17:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405360534.61.0.213494054407.issue21922@psf.upfronthosting.co.za>
In-reply-to
Content
> When GMP encounters a memory allocation failure (exceeding the limits above or when running our of scratch space), it will just abort.

Ouch; that's not friendly.  Seems like this is part of the reason that Armin Rigo abandoned the attempt to use GMP in PyPy.  

https://bitbucket.org/pypy/pypy/issue/892/
History
Date User Action Args
2014-07-14 17:55:34mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, pitrou, vstinner, casevh, skrah, josh.r, h.venev
2014-07-14 17:55:34mark.dickinsonsetmessageid: <1405360534.61.0.213494054407.issue21922@psf.upfronthosting.co.za>
2014-07-14 17:55:34mark.dickinsonlinkissue21922 messages
2014-07-14 17:55:34mark.dickinsoncreate