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 rbcollins
Recipients adaptivelogic, eric.snow, gvanrossum, ncoghlan, pitrou, rbcollins, rhettinger, vstinner, yselivanov
Date 2015-01-19.01:54:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421632490.29.0.0984430625833.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
One thing I noticed while working on this, traceback today stats each included file once per frame per call into e.g. format_list. This might actually account for quite some of the overhead. I'll include an optimisation for this in my new API. http://paste.openstack.org/show/158714/
http://paste.openstack.org/show/158715/
History
Date User Action Args
2015-01-19 01:54:50rbcollinssetrecipients: + rbcollins, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, eric.snow, yselivanov, adaptivelogic
2015-01-19 01:54:50rbcollinssetmessageid: <1421632490.29.0.0984430625833.issue17911@psf.upfronthosting.co.za>
2015-01-19 01:54:50rbcollinslinkissue17911 messages
2015-01-19 01:54:49rbcollinscreate