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 ncoghlan
Recipients Trundle, daniel.urban, eric.araujo, ncoghlan, pitrou, rhettinger
Date 2011-04-05.12:43:12
SpamBayes Score 8.1295445e-07
Marked as misclassified No
Message-id <1302007393.55.0.842645907345.issue10977@psf.upfronthosting.co.za>
In-reply-to
Content
I added a few commments on Daniel's draft patch. However, I'm getting nervous about the performance impact of all these extra pointer comparisons.

We should probably hold off on this until more of the macro benchmark suite runs on Py3k so we can get as hint as to the possible speed impact on real application code.
History
Date User Action Args
2011-04-05 12:43:13ncoghlansetrecipients: + ncoghlan, rhettinger, pitrou, eric.araujo, Trundle, daniel.urban
2011-04-05 12:43:13ncoghlansetmessageid: <1302007393.55.0.842645907345.issue10977@psf.upfronthosting.co.za>
2011-04-05 12:43:12ncoghlanlinkissue10977 messages
2011-04-05 12:43:12ncoghlancreate