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 belopolsky, vstinner
Date 2010-12-28.23:32:42
SpamBayes Score 0.00013955789
Marked as misclassified No
Message-id <1293579169.57.0.959486049385.issue10785@psf.upfronthosting.co.za>
In-reply-to
Content
Version 2 of the patch:
 - remove filename attribute from perrdetail and tok_state structure in PGEN mode, and add a comment to explain why
 - rename filename_obj to filename
 - indenterror() no longer print the input filename in PGEN mode
History
Date User Action Args
2010-12-28 23:32:49vstinnersetrecipients: + vstinner, belopolsky
2010-12-28 23:32:49vstinnersetmessageid: <1293579169.57.0.959486049385.issue10785@psf.upfronthosting.co.za>
2010-12-28 23:32:43vstinnerlinkissue10785 messages
2010-12-28 23:32:43vstinnercreate