]> 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:43 +0000 (04:40 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 11:40:43 +0000 (04:40 -0700)
commit56825b697e0831bf431fd83c59dc5c4d35292560
tree3fbdd89ce6f118ae24df2b0dea05ee69789a1d8f
parent5aca34f17c4baf8e4882a7e8a827cff06ac6ef25
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