]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Aug 2018 03:23:15 +0000 (23:23 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 03:23:15 +0000 (23:23 -0400)
commit985dcd49cab44bba63ffebe413a9ef17b3da5fa7
tree414d0e64609c096a510e16913ca6192b92f7311c
parentd1f0ccc7e65ef7abeab779f5d0aca2f18eb9b2a4
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)

(cherry picked from commit 3e26e42c905852394fa136f1cc564dac98b56166)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Parser/parsetok.c