Message80433
| Author | benjamin.peterson |
|---|---|
| Recipients | Taldor, benjamin.peterson, ggenellina, ncoghlan |
| Date | 2009-01-24.02:05:58 |
| SpamBayes Score | 4.590949e-05 |
| Marked as misclassified | No |
| Message-id | <1232762759.47.0.794638939102.issue5037@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This was broken by r64791. The problem is that PyObject_Unicode now uses _PyType_Lookup instead of PyObject_GetItem, so that the proxy's custom __getattr__ implementation is bypassed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-24 02:05:59 | benjamin.peterson | set | recipients: + benjamin.peterson, ncoghlan, ggenellina, Taldor |
| 2009-01-24 02:05:59 | benjamin.peterson | set | messageid: <1232762759.47.0.794638939102.issue5037@psf.upfronthosting.co.za> |
| 2009-01-24 02:05:58 | benjamin.peterson | link | issue5037 messages |
| 2009-01-24 02:05:58 | benjamin.peterson | create | |