[issue14328] Add keyword-only parameter support to PyArg_ParseTupleAndKeywords

Benjamin Peterson report at bugs.python.org
Fri Mar 16 18:32:26 CET 2012


Benjamin Peterson <benjamin at python.org> added the comment:

Shouldn't using vgetargs1 with '$' in the format string just be an error? vgetargs1 doesn't know anything about keyword arguments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14328>
_______________________________________


More information about the Python-bugs-list mailing list