[Python-3000] C API for ints and strings (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Tue Sep 11 02:25:53 CEST 2007
- Previous message: [Python-3000] C API for ints and strings
- Next message: [Python-3000] C API for ints and strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] C API for ints and strings
- Next message: [Python-3000] C API for ints and strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]