]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121006)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2024 17:40:08 +0000 (19:40 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 17:40:08 +0000 (19:40 +0200)
commit5290e405c171dbf541b1cd8549d69d53d04a6bc0
tree82f61492a77bb10222b23c3e30bcfcb635e3916f
parenta85241d76bd5afc935ae26c0bdaf08bb69f5bfbf
[3.12] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121006)

gh-120155: Fix Coverity issue in parse_string() (GH-120997)
(cherry picked from commit 769aea332940f03c3e5b1ad9badd6635c1ac992a)

Co-authored-by: Victor Stinner <vstinner@python.org>
Parser/string_parser.c