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 amaury.forgeotdarc, barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
Date 2008-10-07.23:22:05
SpamBayes Score 1.5729334e-05
Marked as misclassified No
Message-id <1223421727.63.0.621780939997.issue2384@psf.upfronthosting.co.za>
In-reply-to
Content
@amaury: Ok, I added your long comment in tokenizer.c. You're also 
right about the strange code in the test. I reused ocean-city's 
test. "sys.exc_info()[2].tb_lineno" raises an additional (useless) 
error. So I simplified the code to use only "raise RuntimeError(...)" 
with the try/except/else.

Since tokenizer.c is hard to understand, I don't wnat to change the 
code of tok_nextc().
History
Date User Action Args
2008-10-07 23:22:08vstinnersetrecipients: + vstinner, barry, amaury.forgeotdarc, pitrou, ocean-city, jmfauth, dlitz
2008-10-07 23:22:07vstinnersetmessageid: <1223421727.63.0.621780939997.issue2384@psf.upfronthosting.co.za>
2008-10-07 23:22:06vstinnerlinkissue2384 messages
2008-10-07 23:22:06vstinnercreate