Skip to content

gh-106320: Remove _PyFunction_Vectorcall() API#107071

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:pyfunction_vectorcall
Jul 22, 2023
Merged

gh-106320: Remove _PyFunction_Vectorcall() API#107071
vstinner merged 1 commit intopython:mainfrom
vstinner:pyfunction_vectorcall

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jul 22, 2023

Move _PyFunction_Vectorcall() API to the internal C API.

Move _PyFunction_Vectorcall() API to the internal C API.
No longer export the function.
@vstinner vstinner force-pushed the pyfunction_vectorcall branch from 110f69a to ae8407a Compare July 22, 2023 21:15
@vstinner vstinner enabled auto-merge (squash) July 22, 2023 21:15
@vstinner vstinner merged commit 889851e into python:main Jul 22, 2023
@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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments