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 eryksun
Recipients BTaskaya, brian.curtin, eryksun, ezio.melotti, hynek, lys.nikolaou, pablogsal, pitrou, r.david.murray, serhiy.storchaka, tim.golden, v+python, vstinner
Date 2021-04-13.16:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618330447.92.0.830970795021.issue14811@roundup.psfhosted.org>
In-reply-to
Content
> I don't get any error executing the t33a.py script

The second line in t33a.py is 1618 bytes. The standard I/O BUFSIZ in Linux is 8192 bytes, but it's only 512 bytes in Windows. The latest alpha release, 3.10a7, includes your rewrite of the tokenizer, and in that case t33a.py no longer fails in Windows.
History
Date User Action Args
2021-04-13 16:14:07eryksunsetrecipients: + eryksun, pitrou, vstinner, tim.golden, ezio.melotti, v+python, r.david.murray, brian.curtin, hynek, serhiy.storchaka, lys.nikolaou, pablogsal, BTaskaya
2021-04-13 16:14:07eryksunsetmessageid: <1618330447.92.0.830970795021.issue14811@roundup.psfhosted.org>
2021-04-13 16:14:07eryksunlinkissue14811 messages
2021-04-13 16:14:07eryksuncreate