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 michael.foord
Recipients michael.foord, ncdave4life, r.david.murray
Date 2012-03-22.18:32:52
SpamBayes Score 0.00032047307
Marked as misclassified No
Message-id <1332441172.74.0.40862531987.issue14367@psf.upfronthosting.co.za>
In-reply-to
Content
The code is *already* triggering execution through the use of hasattr. It could be switched to use getattr_static instead, but the try...except in the patch looks reasonable whether or not that change is made.
History
Date User Action Args
2012-03-22 18:32:52michael.foordsetrecipients: + michael.foord, r.david.murray, ncdave4life
2012-03-22 18:32:52michael.foordsetmessageid: <1332441172.74.0.40862531987.issue14367@psf.upfronthosting.co.za>
2012-03-22 18:32:52michael.foordlinkissue14367 messages
2012-03-22 18:32:52michael.foordcreate