Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Sep 21, 2023

Co-Authored-By: nahyeon <55136494+nahyeon-an@users.noreply.github.com>
@vstinner
Copy link
MemberAuthor

cc @corona10

@vstinner
Copy link
MemberAuthor

cc @erlend-aasland

Copy link
MemberAuthor

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before and after, the two functions use METH_O calling convention. Nothing crazy, there is no generated code to parse arguments, since the only argument is declared as callable: object in both cases.

@vstinnervstinner merged commit 8c521f0 into python:mainSep 25, 2023
@vstinnervstinner deleted the testcapi_vectorcall_limited branch September 25, 2023 11:24
csm10495 pushed a commit to csm10495/cpython that referenced this pull request Sep 28, 2023
…thon#109691) Co-authored-by: nahyeon <55136494+nahyeon-an@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…thon#109691) Co-authored-by: nahyeon <55136494+nahyeon-an@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner