-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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. |
…-110963) (cherry picked from commit be551a7) Co-authored-by: Anthony Shaw <[email protected]>
GH-111219 is a backport of this pull request to the 3.12 branch. |
…-110963) (cherry picked from commit be551a7) Co-authored-by: Anthony Shaw <[email protected]>
GH-111220 is a backport of this pull request to the 3.11 branch. |
…H-110963) (#111220) Co-authored-by: Anthony Shaw <[email protected]>
…H-110963) (#111219) Co-authored-by: Anthony Shaw <[email protected]>
Trivial change.
METH_FASTCALL was added in 3.7, vector call came in 3.8.
The macro
PY_VECTORCALL_ARGUMENTS_OFFSET
doesn't have the version added (it was 3.8)📚 Documentation preview 📚: https://cpython-previews--110963.org.readthedocs.build/