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 vstinner
Recipients skip.montanaro, vstinner
Date 2008-08-21.13:39:18
SpamBayes Score 0.0005266636
Marked as misclassified No
Message-id <1219325960.05.0.910617497471.issue3631@psf.upfronthosting.co.za>
In-reply-to
Content
@skip: oh yes, you're right about the core file :-) So forget the 
changes in lineno. I first rewrote lineno for Python 3.0 because the 
code changed and it was easier for me to reuse PyCode_Addr2Line() :-)
History
Date User Action Args
2008-08-21 13:39:20vstinnersetrecipients: + vstinner, skip.montanaro
2008-08-21 13:39:20vstinnersetmessageid: <1219325960.05.0.910617497471.issue3631@psf.upfronthosting.co.za>
2008-08-21 13:39:19vstinnerlinkissue3631 messages
2008-08-21 13:39:18vstinnercreate