Skip to content

use vectorcall in _asyncio instead of variadic calling APIs #103182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kumaraditya303 opened this issue Apr 2, 2023 · 0 comments · Fixed by #103175
Closed

use vectorcall in _asyncio instead of variadic calling APIs #103182

kumaraditya303 opened this issue Apr 2, 2023 · 0 comments · Fixed by #103175
Labels
performance Performance or resource usage topic-asyncio

Comments

@kumaraditya303
Copy link
Contributor

kumaraditya303 commented Apr 2, 2023

It is relic of past, changing it to use vectorcall will allow it to use bound method calling optimization.

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage topic-asyncio
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants
@kumaraditya303 and others