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 methane, pablogsal, vstinner
Date 2021-03-30.07:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617088368.45.0.0773358575587.issue43662@roundup.psfhosted.org>
In-reply-to
Content
This issue should be fixed by:

commit 92a02c1f7e2dcdc62913a4236589e7e5d96172b9
Author: Pablo Galindo <Pablogsal@gmail.com>
Date:   Tue Mar 30 00:24:49 2021 +0100

    Fix tokenizer error when raw decoding null bytes (GH-25080)

The fix is the usage of strlen() instead of "tok->end - tok->cur" to compute the line length.

> https://buildbot.python.org/all/#/builders/244/builds/931

The latest 6 builds are successful. I close the issue.
History
Date User Action Args
2021-03-30 07:12:48vstinnersetrecipients: + vstinner, methane, pablogsal
2021-03-30 07:12:48vstinnersetmessageid: <1617088368.45.0.0773358575587.issue43662@roundup.psfhosted.org>
2021-03-30 07:12:48vstinnerlinkissue43662 messages
2021-03-30 07:12:48vstinnercreate