[Python-bugs-list] [ python-Bugs-551285 ] xrange object attributes broken

noreply@sourceforge.net noreply@sourceforge.net
Thu, 02 May 2002 09:29:23 -0700


Bugs item #551285, was opened at 2002-05-02 02:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=551285&group_id=5470

Category: Type/class unification
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: xrange object attributes broken

Initial Comment:
The start, stop, step, and tolist attributes of xrange
objects can no longer be retrieved.  This appears to
have broken when the attribute lookup machinery changed
with the type/class unification.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-05-02 12:29

Message:
Logged In: YES 
user_id=3066

Fixed in Objects/rangeobject.c revisions 2.34 and 2.30.6.2.
 Added regression tests in Lib/test/test_b2.py revisions
1.32, 1.29.6.2, and 1.24.4.1.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=551285&group_id=5470