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 ag6502
Recipients ag6502, alex, benjamin.peterson, brett.cannon, eric.araujo, ezio.melotti, kermit666
Date 2013-07-06.17:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373130498.39.0.884522982275.issue18156@psf.upfronthosting.co.za>
In-reply-to
Content
Even porting to the new wonderful 'attr' field is not going to make the code correct... (the exception could be bubbling up from code down ten frames about a different unrelated attribute that happens to have the same name in a different object). BTW cpython has a lot of those "except AttributeError" fragments coded in C with PyErr_ExceptionMatches.
History
Date User Action Args
2013-07-06 17:08:18ag6502setrecipients: + ag6502, brett.cannon, benjamin.peterson, ezio.melotti, eric.araujo, alex, kermit666
2013-07-06 17:08:18ag6502setmessageid: <1373130498.39.0.884522982275.issue18156@psf.upfronthosting.co.za>
2013-07-06 17:08:18ag6502linkissue18156 messages
2013-07-06 17:08:18ag6502create