[Python-3000] How to specify keyword-only arguments from C?

Stefan Behnel stefan_ml at behnel.de
Fri Jun 6 08:38:05 CEST 2008


Alexandre Vassalotti wrote:
> Is there a way to specify keyword-only arguments using the C API. I
> searched through the mailing list archive, read PEP 3102 and grep-ed
> the codebase, but I found nothing looking like a C API. So I am
> wondering, is this a Python-only feature?

Cython also has it.

http://cython.org/

Stefan



More information about the Python-3000 mailing list