almost complete in-place implementation of Python's ParseTupleAndKeywords()
use argument exception messages from Python 2.6 TODO: handling of keyword-only arguments seems to require more work TODO: clean up helper functions (currently somewhat redundant)
Showing
This diff is collapsed.
tests/errors/callargs.pyx
0 → 100644
tests/run/callargs.pyx
0 → 100644
Please register or sign in to comment