]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106023: Update code using _PyObject_FastCall() (#106257)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Jun 2023 01:05:01 +0000 (03:05 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2023 01:05:01 +0000 (01:05 +0000)
commit8c5f74fc89e35827c52753fe620b32207d537319
tree62a1eba40b01250e97f2c5cd263456b4cb7e734a
parente7bc8d16364bde54487eab349a29d58345e35f28
gh-106023: Update code using _PyObject_FastCall() (#106257)

Replace _PyObject_FastCall() calls with PyObject_Vectorcall().
Modules/_elementtree.c
Modules/_functoolsmodule.c
Objects/typeobject.c
Parser/pegen.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/pythonrun.c
Python/sysmodule.c