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 arigo
Recipients
Date 2004-05-21.16:01:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

A number of projects end up redefining Python classes that
try to emulate the raw integers of C, which is a pain to do
properly in Python. I think that a general-purpose 'mint'
class would be generally useful.

Writing them in Python is a bit of a pain
(http://codespeak.net/svn/pypy/trunk/src/pypy/objspace/std/restricted_int.py).
Pyrex seems to be a good way to generate it as a extension
module
(http://codespeak.net/svn/user/arigo/misc/machineint.pyx).
History
Date User Action Args
2008-01-20 09:59:32adminlinkissue887237 messages
2008-01-20 09:59:32admincreate