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 Mark.Shannon, georg.brandl, pitrou, vstinner, xdegaye
Date 2013-02-09.22:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360450639.5.0.593675913658.issue16956@psf.upfronthosting.co.za>
In-reply-to
Content
> How does this interact with pdb?

Also, the findlinestarts() function from the dis module computes line
numbers from lnotab. This function is used by pdb when displaying the
lines of a traceback.
History
Date User Action Args
2013-02-09 22:57:19xdegayesetrecipients: + xdegaye, georg.brandl, pitrou, vstinner, Mark.Shannon
2013-02-09 22:57:19xdegayesetmessageid: <1360450639.5.0.593675913658.issue16956@psf.upfronthosting.co.za>
2013-02-09 22:57:19xdegayelinkissue16956 messages
2013-02-09 22:57:19xdegayecreate