[Pyrex] Basic Pyrex question
    Stefan Behnel 
    stefan_ml at behnel.de
       
    Sat May 17 07:49:56 CEST 2008
    
    
  
Lenard Lindstrom wrote:
> Yes, the merging of Python's int and long types has been going on for 
> awhile. When a 32 bit int overflows the result is automatically promoted 
> to an unlimited size long. The merger has reached completion in Python 
> 3.0 where the int type has disappeared altogether.
being replaced by: the "int" type ;) which essentially is a Py2 "long".
Stefan
    
    
More information about the Pyrex
mailing list