[issue1814] Victor Stinner's GMP patch for longs

Christian Heimes report at bugs.python.org
Sun Jan 13 18:27:32 CET 2008


Christian Heimes added the comment:

Why was the mpz module removed from Python 2.4 in the first place? 2.3
has  it.

I see three way to implement the option:

 * Let somebody implement a mpz type as a 3rd party extension.
 * Let somebody implement a mpt type and ship it with the Python core
 * Let somebody write a patch that replaces the built-in long type
implementation with a GMP based implementation (./configure
--with-gmp-integer)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1814>
__________________________________


More information about the Python-bugs-list mailing list