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 vstinner
Recipients christian.heimes, gvanrossum, mark.dickinson, tim.peters, vstinner
Date 2008-11-13.21:26:15
SpamBayes Score 0.019117005
Marked as misclassified No
Message-id <1226611577.21.0.892880156239.issue1814@psf.upfronthosting.co.za>
In-reply-to
Content
Notes:
- GNU Common LISP uses CLN, which uses GMP's low-level
functions (http://cvs.savannah.gnu.org/viewvc/gcl/gcl/gmp/)
- GHC (Haskell compiler, http://haskell.org/ghc/) uses (or  
used) GMP. But Haskell is a statically typed language, where one can  
choose between fixed sized types like Int, and variable sized  
integers.
(informations from the GMP mailing list)
History
Date User Action Args
2008-11-13 21:26:17vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, mark.dickinson, christian.heimes
2008-11-13 21:26:17vstinnersetmessageid: <1226611577.21.0.892880156239.issue1814@psf.upfronthosting.co.za>
2008-11-13 21:26:16vstinnerlinkissue1814 messages
2008-11-13 21:26:15vstinnercreate