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 asvetlov, belopolsky, georg.brandl, jcea, python-dev, xdegaye
Date 2013-01-22.14:31:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358865073.72.0.881555425013.issue16672@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch for the current head of 2.7.
It would nice to have this patch on 2.7 too.

With this patch, an implementation of pdb running on 2.7 with an
extension module, runs at 1.2 times the speed of the interpreter when
the trace function is active (see
http://code.google.com/p/pdb-clone/wiki/Performances). The performance
gain is 30%.
History
Date User Action Args
2013-01-22 14:31:13xdegayesetrecipients: + xdegaye, georg.brandl, jcea, belopolsky, asvetlov, python-dev
2013-01-22 14:31:13xdegayesetmessageid: <1358865073.72.0.881555425013.issue16672@psf.upfronthosting.co.za>
2013-01-22 14:31:13xdegayelinkissue16672 messages
2013-01-22 14:31:13xdegayecreate