Skip to content

bpo-28805: document METH_FASTCALL#14079

Merged
methane merged 1 commit into
python:masterfrom
jdemeyer:doc_fastcall
Jun 16, 2019
Merged

bpo-28805: document METH_FASTCALL#14079
methane merged 1 commit into
python:masterfrom
jdemeyer:doc_fastcall

Conversation

@jdemeyer
Copy link
Copy Markdown
Contributor

@jdemeyer jdemeyer commented Jun 14, 2019

Documentation-only patch, so should be safe for backporting to 3.7 and 3.8

CC @methane @vstinner

https://bugs.python.org/issue28805

Comment thread Doc/c-api/structures.rst Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double space after a full stop.

Copy link
Copy Markdown
Contributor

@mangrisano mangrisano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you for the pull request.
I've left a suggestion about the change.

Thank you. :)

Comment thread Doc/c-api/structures.rst
with signature :const:`METH_VARARGS | METH_KEYWORDS`.


.. c:type:: _PyCFunctionFast
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(just a comment) Maybe, we should remove the _ prefix in 3.9.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, we should remove the _ prefix in 3.9.

Probably yes, together with doing the same for the vectorcall API.

@jdemeyer
Copy link
Copy Markdown
Contributor Author

Thanks for the merge. Please remember to backport to 3.7 and 3.8.

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @jdemeyer for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @jdemeyer for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link
Copy Markdown

GH-14136 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 16, 2019
(cherry picked from commit 5600b5e)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
@bedevere-bot
Copy link
Copy Markdown

GH-14137 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Jun 16, 2019
(cherry picked from commit 5600b5e)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
miss-islington added a commit that referenced this pull request Jun 16, 2019
(cherry picked from commit 5600b5e)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants