Skip to content

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