Message8381

Author indra
Recipients indra
Date 2014-05-12.11:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399893258.96.0.385550885945.issue2141@psf.upfronthosting.co.za>
In-reply-to
Content
If bytearray is subclassed then calling len() on the derived class leads to a recursive loop between PyByteArray.bytearray___len__() and PyByteArrayDerived.__len__() due to PyByteArray.bytearray___len__() calling __len__() without specifying super.__len__().
History
Date User Action Args
2014-05-12 11:14:19indrasetrecipients: + indra
2014-05-12 11:14:18indrasetmessageid: <1399893258.96.0.385550885945.issue2141@psf.upfronthosting.co.za>
2014-05-12 11:14:18indralinkissue2141 messages
2014-05-12 11:14:18indracreate