mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
83a9f48699
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.