]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Oct 2021 11:40:57 +0000 (04:40 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 11:40:57 +0000 (04:40 -0700)
commit7d1ae89b846c6965f7e0de1cc01a89db90c2667a
treeaa58c726de8c56a4614fda77c800d43e2abf9851
parentac421c348bf422f9a0d85fe0a1de3fa3f4886650
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)

(cherry picked from commit 560a79f94e94de66a18f2a5e4194c2fe51e2adf1)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Python/importdl.c