]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix tokenizer error when raw decoding null bytes (GH-25080)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 29 Mar 2021 23:24:49 +0000 (00:24 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 23:24:49 +0000 (00:24 +0100)
commit92a02c1f7e2dcdc62913a4236589e7e5d96172b9
tree32c192413440c0610c62d72fe12647a6c05ec4c2
parent09b90a037d18f5d4acdf1b14082e57bda78e85d3
Fix tokenizer error when raw decoding null bytes (GH-25080)
Parser/tokenizer.c