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 christian.heimes
Recipients christian.heimes, gvanrossum, mark.dickinson, tim.peters
Date 2008-01-13.17:27:31
SpamBayes Score 0.014298843
Marked as misclassified No
Message-id <1200245252.81.0.768659808628.issue1814@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-01-13 17:27:33christian.heimessetspambayes_score: 0.0142988 -> 0.014298843
recipients: + christian.heimes, gvanrossum, tim.peters, mark.dickinson
2008-01-13 17:27:32christian.heimessetspambayes_score: 0.0142988 -> 0.0142988
messageid: <1200245252.81.0.768659808628.issue1814@psf.upfronthosting.co.za>
2008-01-13 17:27:31christian.heimeslinkissue1814 messages
2008-01-13 17:27:31christian.heimescreate