]> 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:35:46 +0000 (23:35 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 03:35:46 +0000 (23:35 -0400)
commite496b2b57a7b6e2633b741b1d5a934a7004ea3da
tree248ae71bc2b10facb3be03c0d27fac40fb1ae5d7
parent92970ccf02a90130c0606ff2ef0d7112020411d0
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