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 serhiy.storchaka
Recipients brian.curtin, ezio.melotti, hynek, pitrou, serhiy.storchaka, tim.golden, v+python
Date 2012-05-15.10:49:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337078963.28.0.751392696297.issue14811@psf.upfronthosting.co.za>
In-reply-to
Content
Function decoding_fgets (Parser/tokenizer.c) reads line in buffer of fixed size 8192 (line truncated to size 8191) and then fails because line is cut in the middle of a multibyte UTF-8 character.
History
Date User Action Args
2012-05-15 10:49:23serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, tim.golden, ezio.melotti, v+python, brian.curtin, hynek
2012-05-15 10:49:23serhiy.storchakasetmessageid: <1337078963.28.0.751392696297.issue14811@psf.upfronthosting.co.za>
2012-05-15 10:49:22serhiy.storchakalinkissue14811 messages
2012-05-15 10:49:22serhiy.storchakacreate