]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Jun 2023 01:07:59 +0000 (03:07 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2023 01:07:59 +0000 (01:07 +0000)
commitcd580910e10dcfffa364d08ee5a6f0257d031baf
treecb4c556defa6122d3767c99c9334add3621d8cf5
parent8c5f74fc89e35827c52753fe620b32207d537319
gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)

Remove _PY_FASTCALL_SMALL_STACK constant from the C API: move it to
the internal C API (pycore_call.h).
Include/cpython/abstract.h
Include/internal/pycore_call.h