[issue21922] PyLong: use GMP

Mark Dickinson report at bugs.python.org
Mon Jul 14 19:55:34 CEST 2014


Mark Dickinson added the comment:

> 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/

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21922>
_______________________________________


More information about the Python-bugs-list mailing list