Message11042

Author stefan.richthofer
Recipients progval, stefan.richthofer
Date 2017-01-28.16:54:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485622473.57.0.426309857711.issue2511@psf.upfronthosting.co.za>
In-reply-to
Content
Actually object___findattr__ should be called with interned String, i.e.:

args.object___findattr__("__getitem__".intern())
History
Date User Action Args
2017-01-28 16:54:33stefan.richthofersetmessageid: <1485622473.57.0.426309857711.issue2511@psf.upfronthosting.co.za>
2017-01-28 16:54:33stefan.richthofersetrecipients: + stefan.richthofer, progval
2017-01-28 16:54:33stefan.richthoferlinkissue2511 messages
2017-01-28 16:54:33stefan.richthofercreate