Integer, 64 Bit, signed and unsigned

Christian von Essen christian at mvonessen.de
Mon Mar 29 14:53:39 EST 2004


Torsten Mohr wrote:
> Hi,
> 
> i'd like to use 64 Bit Integer values in Python,
> can anybody give me a hint on what are the limits
> in Python?
> 
> Can i use signed and unsigned 64 Bit Integers?
> 
> 
> Thanks for hints,
> Torsten.
> 

Hi,

I havn't tried it myself, since i don't own a 64-Bit processor, but
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&threadm=87elfl3yvu.fsf%40mathdogs.com&rnum=1&prev=/groups%3Fq%3Dpython%2B64%2Bbit%26hl%3Dde%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D87elfl3yvu.fsf%2540mathdogs.com%26rnum%3D1
and
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&threadm=20000509113948.A21443%40activestate.com&rnum=2&prev=/groups%3Fq%3Dpython%2B64%2Bbit%26hl%3Dde%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D20000509113948.A21443%2540activestate.com%26rnum%3D2
say, that you can use 64 bit integers in CPython, if your C compiller 
supports 64 bit integer. May also depend on your OS.

But you have to read some groups in http://groups.google.com
Just search for 'Python 64 bit'. This will give you a lot of results, I 
guess.


I think many people here can give you further information

Christian von Essen



More information about the Python-list mailing list