-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Cython Language FeaturePython SemanticsGeneral Python (3) language semanticsGeneral Python (3) language semanticsfeature
Milestone
Description
https://www.python.org/dev/peps/pep-0570/
- allow
/in signatures inParsing.py - mark the preceding arguments as positional-only via a new attribute
- exclude them from keyword parsing in
Nodes.py(DefNodeandDefNodeWrapper). - add tests (mostly copied from CPython)
We should also support positional-only arguments for cdef functions (for which we also allow keyword arguments).
Metadata
Metadata
Assignees
Labels
Cython Language FeaturePython SemanticsGeneral Python (3) language semanticsGeneral Python (3) language semanticsfeature