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 effbot
Recipients effbot, georg.brandl
Date 2008-09-14.12:35:32
SpamBayes Score 5.9374975e-06
Marked as misclassified No
Message-id <1221395733.56.0.695128378612.issue3865@psf.upfronthosting.co.za>
In-reply-to
Content
(the reason this is extra bad for C modules is that the profilers
introduce overhead for Python code, but not for C-level functions.  For
example, using the standard profiler to benchmark parser performance for
xml.etree.ElementTree vs. xml.etree.cElementTree will make ET appear to
be about 10 times slower than it actually is.)
History
Date User Action Args
2008-09-14 12:35:33effbotsetrecipients: + effbot, georg.brandl
2008-09-14 12:35:33effbotsetmessageid: <1221395733.56.0.695128378612.issue3865@psf.upfronthosting.co.za>
2008-09-14 12:35:32effbotlinkissue3865 messages
2008-09-14 12:35:32effbotcreate