Title: Receiving vector calls in the Py_LIMITED_API · Issue #93274 · python/cpython · GitHub
Open Graph Title: Receiving vector calls in the Py_LIMITED_API · Issue #93274 · python/cpython
X Title: Receiving vector calls in the Py_LIMITED_API · Issue #93274 · python/cpython
Description: Feature or enhancement The PyType_FromSpec family of functions provides a convenient and forward-compatible way mechanism for creating new types. It could in principle also be used to create callables providing a PEP-590 vector call inte...
Open Graph Description: Feature or enhancement The PyType_FromSpec family of functions provides a convenient and forward-compatible way mechanism for creating new types. It could in principle also be used to create callab...
X Description: Feature or enhancement The PyType_FromSpec family of functions provides a convenient and forward-compatible way mechanism for creating new types. It could in principle also be used to create callab...
Opengraph URL: https://github.com/python/cpython/issues/93274
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Receiving vector calls in the Py_LIMITED_API","articleBody":"**Feature or enhancement**\r\n\r\nThe `PyType_FromSpec` family of functions provides a convenient and forward-compatible way mechanism for creating new types. It could in principle also be used to create _callables_ providing a PEP-590 vector call interface, which has significant performance benefits for binding libraries (see the [related discussion](https://discuss.python.org/t/ideas-for-forward-compatible-and-fast-extension-libraries-in-python-3-12/15993/12) here).\r\n\r\nOne can already specify a member named `__vectorcalloffset__` in `PyType_FromSpec`. This isn't fully working in the limited API, however. I encountered the following problems.\r\n\r\n1. The `Py_TPFLAGS_HAVE_VECTORCALL` flag is not part of the limited API.\r\n2. The `PyVectorcall_NARGS()` helper function is not part of the limited API.\r\n3. One would normally set `tp_call` to the compatibility dispatch routine `PyVectorcall_Call`. It is, however, also not part of the public ABI. \r\n4. Leaving `tp_call` unspecified is not an option. `PyType_Ready()` even throws an exception in `type_ready_pre_checks()` when `tp_call` is unspecified.\r\n\r\n**Pitch**\r\n\r\nI propose the following changes:\r\n\r\n1. Adding ``Py_TPFLAGS_HAVE_VECTORCALL``, `PyVectorcall_NARGS()`, and `PyVectorcall_Call()` to the limited API.\r\n2. Redundant, but nice: Setting `tp_call` to `PyVectorcall_Call` when `PyType_Ready` encounters a type that doesn't have this field set.\r\n\r\nNote that vector calls can be _received_ and _performed_. This issue is just about the receiving end.\r\n\r\n**Previous discussion**\r\n\r\nSee the discord thread https://discuss.python.org/t/ideas-for-forward-compatible-and-fast-extension-libraries-in-python-3-12/15993/12.","author":{"url":"https://github.com/wjakob","@type":"Person","name":"wjakob"},"datePublished":"2022-05-26T22:28:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":15},"url":"https://github.com/93274/cpython/issues/93274"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:1645749f-4744-6750-9a45-3ee24cd24b93 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8C5C:31F0A2:83B5C6:B8B4A8:696A20FE |
| html-safe-nonce | e9bbf5b551913e587d8a6a9465d6e94d8b1b5e3adc1f42d604d8237040be86dd |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzVDOjMxRjBBMjo4M0I1QzY6QjhCNEE4OjY5NkEyMEZFIiwidmlzaXRvcl9pZCI6IjU5MzM0MjQ5OTgyMzgyNjU1OTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 9fd264bcb473660c976c5e688ce03e2036be82a7b237428a40ba4bfdaeb02b7d |
| hovercard-subject-tag | issue:1250151121 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/93274/issue_layout |
| twitter:image | https://opengraph.githubassets.com/6e115aa08a9fc4dd9ed499308f3853e37abc13d5038198c9397d034d907ccf47/python/cpython/issues/93274 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/6e115aa08a9fc4dd9ed499308f3853e37abc13d5038198c9397d034d907ccf47/python/cpython/issues/93274 |
| og:image:alt | Feature or enhancement The PyType_FromSpec family of functions provides a convenient and forward-compatible way mechanism for creating new types. It could in principle also be used to create callab... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | wjakob |
| hostname | github.com |
| expected-hostname | github.com |
| None | 014f3d193f36b7d393f88ca22d06fbacd370800b40a547c1ea67291e02dc8ea3 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | d515f6f09fa57a93bf90355cb894eb84ca4f458f |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width