[Python-Dev] Unifying Long Integers and Integers: baseint

Greg Ewing greg at cosc.canterbury.ac.nz
Fri Aug 13 03:57:45 CEST 2004


Guido:

> > if the only reason for it is to use isinstance?
> 
> So that an extension author *could* write an int-like type deriving
> from it?

But didn't you just say that people shouldn't be
deriving their own int-like types from baseinteger?

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list