Message192468
| 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:18 | ag6502 | set | recipients: + ag6502, brett.cannon, benjamin.peterson, ezio.melotti, eric.araujo, alex, kermit666 |
| 2013-07-06 17:08:18 | ag6502 | set | messageid: <1373130498.39.0.884522982275.issue18156@psf.upfronthosting.co.za> |
| 2013-07-06 17:08:18 | ag6502 | link | issue18156 messages |
| 2013-07-06 17:08:18 | ag6502 | create | |