Message 59858 - Python tracker (original) (raw)

Message59858

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:33 christian.heimes set spambayes_score: 0.0142988 -> 0.014298843recipients: + christian.heimes, gvanrossum, tim.peters, mark.dickinson
2008-01-13 17:27:32 christian.heimes set spambayes_score: 0.0142988 -> 0.0142988messageid: 1200245252.81.0.768659808628.issue1814@psf.upfronthosting.co.za
2008-01-13 17:27:31 christian.heimes link issue1814 messages
2008-01-13 17:27:31 christian.heimes create