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.

作者 vstinner
收信人 amaury.forgeotdarc, barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
日期 2008-10-07.23:22:05
SpamBayes Score 1.5729334e-05
Marked as misclassified
Message-id <1223421727.63.0.621780939997.issue2384@psf.upfronthosting.co.za>
In-reply-to
内容
@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().
历史
日期 用户 动作 参数
2008-10-07 23:22:08vstinner修改recipients: + vstinner, barry, amaury.forgeotdarc, pitrou, ocean-city, jmfauth, dlitz
2008-10-07 23:22:07vstinner修改messageid: <1223421727.63.0.621780939997.issue2384@psf.upfronthosting.co.za>
2008-10-07 23:22:06vstinner链接issue2384 messages
2008-10-07 23:22:06vstinner创建