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 Pinz
Recipients Pinz, berker.peksag, demian.brecht, martin.panter, orsenthil, r.david.murray, serhiy.storchaka
Date 2015-04-14.15:48:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429026517.32.0.893425855332.issue23350@psf.upfronthosting.co.za>
In-reply-to
Content
Martin: You're right, it's the same issue, and only related to python2's old style classes. Sorry for the useless noise.

Demian: My problem is `len(obj)` raises an Using AttributeError in python2 (with obj being old style class instance). It's python 2.X specific and I don't think it is going to be addressed (reading comments in #15267). But thanks for your code rework.
History
Date User Action Args
2015-04-14 15:48:37Pinzsetrecipients: + Pinz, orsenthil, r.david.murray, berker.peksag, martin.panter, serhiy.storchaka, demian.brecht
2015-04-14 15:48:37Pinzsetmessageid: <1429026517.32.0.893425855332.issue23350@psf.upfronthosting.co.za>
2015-04-14 15:48:37Pinzlinkissue23350 messages
2015-04-14 15:48:37Pinzcreate