Avoid call to PyArg_ParseTupleAndKeywords for zero- and single-argument functions.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 19 Aug 2007 02:44:28 +0000 (19:44 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 19 Aug 2007 02:44:28 +0000 (19:44 -0700)
commit8c68f60416f9ac40da2948b23a8222aa059852a5
treedc8821abc86cb2223457066d8c0d9758d7297b22
parent57edf1057deee69d6659f1ccce7d9a1fdae63d3c
Avoid call to PyArg_ParseTupleAndKeywords for zero- and single-argument functions.
Cython/Compiler/Code.py
Cython/Compiler/Nodes.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeSlots.py