projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec95ee9
)
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 df61a8eb9b0740fee5327ef6fd47415316d7d570..11109d1cc97e101f2df13fb5a6561dd8857f0048 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-2879,7
+2879,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)