Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
They're optional-only for now (unlike in pure Python) but that's all I needed. The syntax can easily be relaxed if we want to support required keyword-only arguments for extension types in the future.
L
Larry Hastings committed
83a9f4869958f992b2964404f43dcc596c5a7892
Parent: 2a88641