Message80433
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. |
|
| 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 | |
|