This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients Steve.Thompson, amaury.forgeotdarc, belopolsky, meador.inge
Date 2011-04-18.06:42:49
SpamBayes Score 0.0016336106
Marked as misclassified No
Message-id <1303108970.28.0.904884117264.issue11241@psf.upfronthosting.co.za>
In-reply-to
Content
In the patch, _length_ is searched in the class and its base class. But what happens with a third level?
class my_array3(my_array2):
    pass
History
Date User Action Args
2011-04-18 06:42:50amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, belopolsky, meador.inge, Steve.Thompson
2011-04-18 06:42:50amaury.forgeotdarcsetmessageid: <1303108970.28.0.904884117264.issue11241@psf.upfronthosting.co.za>
2011-04-18 06:42:49amaury.forgeotdarclinkissue11241 messages
2011-04-18 06:42:49amaury.forgeotdarccreate