[Python-3000] C API for ints and strings

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Sep 11 02:25:53 CEST 2007


Marcin 'Qrczak' Kowalczyk wrote:
> The major technical problem with GMP is that an out of memory condition
> during computation is a fatal error, GMP does not provide a way to
> recover from it.

If using GMP itself is not feasible, then perhaps
some algorithms could be extracted from it in
areas where it does better than Python?

--
Greg


More information about the Python-3000 mailing list