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 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:59benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, ggenellina, Taldor
2009-01-24 02:05:59benjamin.petersonsetmessageid: <1232762759.47.0.794638939102.issue5037@psf.upfronthosting.co.za>
2009-01-24 02:05:58benjamin.petersonlinkissue5037 messages
2009-01-24 02:05:58benjamin.petersoncreate