Skip to content
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

gh-98586: expose more of the PEP-590 vector call API #98587

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

wjakob
Copy link
Contributor

@wjakob wjakob commented Oct 24, 2022

This PR constains tentative changes needed to expose the facilities for making PEP-590-style vector calls through Python's limited API.

@erlend-aasland
Copy link
Contributor

erlend-aasland commented Oct 24, 2022

@markshannon might be interested in reviewing this as the author of PEP 590.

@erlend-aasland erlend-aasland linked an issue Oct 24, 2022 that may be closed by this pull request
Copy link
Contributor

@erlend-aasland erlend-aasland left a comment

Could you add tests to Modules/_testcapimodule/vectorcall_limited.c and also adjust the NEWS entry to use Sphinx directives for linking to the relevant parts of the C-API docs and PEP-590?

@wjakob
Copy link
Contributor Author

wjakob commented Oct 24, 2022

@erlend-aasland Done.

@markshannon markshannon self-requested a review Oct 24, 2022
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.

Add vector call functions to the limited API
3 participants