]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132097: allow AC to disable fastcall convention to avoid UBSan failures (#131605)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 18 Apr 2025 08:15:40 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 08:15:40 +0000 (10:15 +0200)
commit50e518e886e6dde5542a2372d5b04acbdda4fc7d
tree1f2d1da1aa257dda5efa37b6cea500467950e113
parentea23c897cd25702e72a04e06664f6864f07a7c5d
gh-132097: allow AC to disable fastcall convention to avoid UBSan failures (#131605)
Modules/_testclinic.c
Modules/clinic/_testclinic.c.h
Tools/clinic/libclinic/dsl_parser.py
Tools/clinic/libclinic/function.py
Tools/clinic/libclinic/parse_args.py