]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix function signatures to fix undefined behavior (#131191)
authorVictor Stinner <vstinner@python.org>
Fri, 14 Mar 2025 09:52:15 +0000 (10:52 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 09:52:15 +0000 (09:52 +0000)
commita5776639c8fde8b3b7c90821ab78ddb64130f4c0
tree2335aced817f18ae94f8defe72533722b6054abf
parente4ac196aaaa9fd2f1bd0050797b58959671c549a
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Modules/_threadmodule.c
Objects/codeobject.c
Objects/genobject.c
Objects/iterobject.c
Python/lock.c