projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bec72
)
comment
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 13 Dec 2010 21:11:03 +0000
(22:11 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 13 Dec 2010 21:11:03 +0000
(22:11 +0100)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index ce96a3ba51d4bfecfe1e5c4a3a012161d6fbb8d9..54324594c7d58b4c93ad96695b7612695e18d035 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-2430,8
+2430,8
@@
class DefNode(FuncDefNode):
code.putln("0};")
def generate_argument_parsing_code(self, env, code):
- # Generate
PyArg_ParseTuple call for generic
- #
arguments, if any.
+ # Generate
fast equivalent of PyArg_ParseTuple call for
+ #
generic arguments, if any, including args/kwargs
if self.entry.signature.has_dummy_arg and not self.self_in_stararg:
# get rid of unused argument warning
code.putln("%s = %s;" % (Naming.self_cname, Naming.self_cname))