Files
cpython/Objects
Mark Dickinson cb61e5d9b5 Issue #9869: Make long() and PyNumber_Long return something of type
long for a class whose __long__ method returns a plain int.  This
fixes an interpreter crash (due to long_subtype_new assuming
PyNumber_Long returns a long) when initializing an instance of a long
subclass from an object whose __long__ method returns a plain int.
2010-09-26 10:37:12 +00:00
..
2010-04-02 11:01:35 +00:00
2010-07-02 19:41:39 +00:00
2009-05-23 23:23:01 +00:00