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 ballingt
Recipients Claudiu.Popa, akaptur, ballingt, pitrou, yselivanov
Date 2015-04-13.22:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428963921.08.0.212270105225.issue21217@psf.upfronthosting.co.za>
In-reply-to
Content
Use dis.findlinestarts() to find lines of function instead of grubbing with co_lnotab manually, making dis module dependency non-optional.
History
Date User Action Args
2015-04-13 22:25:21ballingtsetrecipients: + ballingt, pitrou, Claudiu.Popa, yselivanov, akaptur
2015-04-13 22:25:21ballingtsetmessageid: <1428963921.08.0.212270105225.issue21217@psf.upfronthosting.co.za>
2015-04-13 22:25:21ballingtlinkissue21217 messages
2015-04-13 22:25:21ballingtcreate