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

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