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 xdegaye
Recipients vstinner, xdegaye
Date 2014-02-14.22:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392418766.87.0.126850101478.issue20601@psf.upfronthosting.co.za>
In-reply-to
Content
Hum hum, and now with this last patch PyErr_CheckSignals is called for each traced line even when no signal is pending, which is worse than the previous one as far as performance is concerned.
History
Date User Action Args
2014-02-14 22:59:26xdegayesetrecipients: + xdegaye, vstinner
2014-02-14 22:59:26xdegayesetmessageid: <1392418766.87.0.126850101478.issue20601@psf.upfronthosting.co.za>
2014-02-14 22:59:26xdegayelinkissue20601 messages
2014-02-14 22:59:26xdegayecreate