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 xdegaye
Date 2012-10-14.12:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350216892.67.0.67875359086.issue14913@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch pdb_lnotab.patch uses lnotabs (see
Objects/lnotab_notes.txt) to find the actual breakpoint line number and
parses the module source with tokenize to find the set of function and
fully qualified method names in a module.

The patch fixes issues 6322, 14789, 14792, 14795, 14808.

The local trace function is only set on functions where a breakpoint is
set, this provides a significant performance improvement.
History
Date User Action Args
2012-10-14 12:14:54xdegayesetrecipients: + xdegaye
2012-10-14 12:14:52xdegayesetmessageid: <1350216892.67.0.67875359086.issue14913@psf.upfronthosting.co.za>
2012-10-14 12:14:52xdegayelinkissue14913 messages
2012-10-14 12:14:52xdegayecreate