projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91215d
)
fixed typo
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 3 Sep 2007 18:07:01 +0000
(20:07 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 3 Sep 2007 18:07:01 +0000
(20:07 +0200)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index 86ec00d8e102a7d2c2beda9ae3c67c553436c362..12d440a7f3586c158014f9450a3069a3ba91094d 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-2872,7
+2872,7
@@
static int __Pyx_GetStarArgs(
if (*kwds) {
char **p;
kwds1 = PyDict_New();
- if (!kwds)
+ if (!kwds
1
)
goto bad;
*kwds2 = PyDict_Copy(*kwds);
if (!*kwds2)