Skip to content

trivial: PyArg_ParseTupleAndKeywords supports required keyword only arguments #1290

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

llllllllll
Copy link
Contributor

Remove comment about $ needing to follow | in PyArg_ParseTupleAndKeywords

PyArg_ParseTupleAndKeywords supports required positional arguments, $ does not
need to follow |.

…ords

PyArg_ParseTupleAndKeywords supports required positional arguments, $ does not
need to follow |.
@mention-bot
Copy link

@llllllllll, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @serhiy-storchaka and @benjaminp to be potential reviewers.

@llllllllll llllllllll changed the title PyArg_ParseTupleAndKeywords supports required keyword only arguments trivial PyArg_ParseTupleAndKeywords supports required keyword only arguments Apr 26, 2017
@llllllllll llllllllll changed the title trivial PyArg_ParseTupleAndKeywords supports required keyword only arguments trivial: PyArg_ParseTupleAndKeywords supports required keyword only arguments Apr 26, 2017
@serhiy-storchaka
Copy link
Member

PyArg_ParseTupleAndKeywords should raise SystemError when $ is used before |. If it doesn't do this please open an issue on the bug tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants