]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
authorDong-hee Na <donghee.na@python.org>
Mon, 11 Oct 2021 11:08:38 +0000 (20:08 +0900)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 11:08:38 +0000 (20:08 +0900)
commit560a79f94e94de66a18f2a5e4194c2fe51e2adf1
tree0e59dd124930ecfc00fc8a8a171be54f310c78ed
parentab62051152cb24470056ffaeb9107c8b4311375e
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
Python/importdl.c