Files
cpython/Objects/rangeobject.c
Fred Drake abbad25d2c Fix attribute access for the xrange objects. The tp_getattr and tp_getattro
handlers were both set, but were not compatible.  This change uses only the
tp_getattro handler with a more "modern" approach.
This fixes SF bug #551285.
2002-05-02 16:05:40 +00:00

7.1 KiB