STINNER Victor <vstin...@python.org> added the comment:

This issue should be fixed by:

commit 92a02c1f7e2dcdc62913a4236589e7e5d96172b9
Author: Pablo Galindo <pablog...@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.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43662>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to