◐ Shell
clean mode source ↗

gh-106320: Remove _PyFunction_Vectorcall() API by vstinner · Pull Request #107071 · python/cpython

Move _PyFunction_Vectorcall() API to the internal C API.
No longer export the function.

@vstinner vstinner deleted the pyfunction_vectorcall branch

July 22, 2023 22:04

jtcave pushed a commit to jtcave/cpython that referenced this pull request

Jul 23, 2023
Move _PyFunction_Vectorcall() API to the internal C API.
No longer export the function.

mementum pushed a commit to mementum/cpython that referenced this pull request

Jul 23, 2023
Move _PyFunction_Vectorcall() API to the internal C API.
No longer export the function.