more accurate exception messages when passing a wrong argument count (adapted to...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 18:15:16 +0000 (20:15 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 18:15:16 +0000 (20:15 +0200)
commit0be9cd1ba34995a7a03f8b77a63a752da08b6dee
treeee64c6f9696fabeab9490d2cbaffb0ebd0a1cc62
parenta990eae9b7f72a945d1350ec2597cdd6b6c05404
more accurate exception messages when passing a wrong argument count (adapted to Py3)
Cython/Compiler/Nodes.py
tests/run/classkwonlyargs.pyx
tests/run/extkwonlyargs.pyx
tests/run/extstarargs.pyx
tests/run/kwonlyargs.pyx
tests/run/kwonlyargscall.pyx
tests/run/simpcall.pyx
tests/run/starargs.pyx