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 barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
Date 2008-09-26.21:20:12
SpamBayes Score 1.355826e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
@ocean-city: Oops, sorry. Using your patch (set lineno in
fp_setreadl()), it works on both cases ("python test.py" or "python -m
test").

The new patch includes your fix for tokenizer.c and a new version of the
testcase.
History
Date User Action Args
2008-09-26 21:20:15vstinnersetrecipients: + vstinner, barry, pitrou, ocean-city, jmfauth, dlitz
2008-09-26 21:20:14vstinnersetmessageid: <[email protected]>
2008-09-26 21:20:14vstinnerlinkissue2384 messages
2008-09-26 21:20:14vstinnercreate