]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Jun 2023 07:53:42 +0000 (09:53 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2023 07:53:42 +0000 (07:53 +0000)
commite17420db5d0452a9c56c8cb324d37fc2c04309c0
tree7139adb8b5742a1515dbed03a74521c76921173d
parentf1034ba7f67400e7ed7e299dc8b22521c4e43246
gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)

Rename _PyObject_FastCallDictTstate() to
_PyObject_VectorcallDictTstate().
Include/internal/pycore_call.h
Objects/call.c