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.

作者 ocean-city
收信人 barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
日期 2008-09-26.20:24:44
SpamBayes Score 0.0004539506
Marked as misclassified
Message-id <1222460685.93.0.836917120052.issue2384@psf.upfronthosting.co.za>
In-reply-to
内容
Victor, this is fp_setreadl's problem, so if put "tok->lineno = -1"
anywhere, it should be in fp_setreadl(), I think.

	r = set_readline(tok, cs);
	if (r) {
		/* 1 */
		tok->encoding = cs;
		tok->decoding_state = STATE_NORMAL;

At /* 1 */, set_readline could be buf_setreadl(), and fp_setreadl is
called elsewhere.
历史
日期 用户 动作 参数
2008-09-26 20:24:46ocean-city修改recipients: + ocean-city, barry, pitrou, vstinner, jmfauth, dlitz
2008-09-26 20:24:45ocean-city修改messageid: <1222460685.93.0.836917120052.issue2384@psf.upfronthosting.co.za>
2008-09-26 20:24:44ocean-city链接issue2384 messages
2008-09-26 20:24:44ocean-city创建