Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET#110963
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hugovk left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Confirmed added in 3.8 in PR#13185. Thank you!
Thanks@tonybaloney for the PR, and@hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-111219 is a backport of this pull request to the3.12 branch. |
GH-111220 is a backport of this pull request to the3.11 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Trivial change.
METH_FASTCALL was added in 3.7, vector call came in 3.8.
The macro
PY_VECTORCALL_ARGUMENTS_OFFSETdoesn't have the version added (it was 3.8)📚 Documentation preview 📚:https://cpython-previews--110963.org.readthedocs.build/