]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114)
authorZackery Spytz <zspytz@gmail.com>
Mon, 10 Sep 2018 06:27:31 +0000 (00:27 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Sep 2018 06:27:31 +0000 (09:27 +0300)
commit5061a74a4c8686764a299d82df048bf858dd263b
treedfa3ad467bcc2f1e9769229e13ab6f7e09d32976
parent0afada163c7ef25c3a9d46ed445481fb69f2ecaf
Remove unneeded PyUnicode_READY() in tokenizer.c  (GH-9114)
Parser/tokenizer.c