projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c3441
)
simplify
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 15 May 2008 08:32:13 +0000
(10:32 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 15 May 2008 08:32:13 +0000
(10:32 +0200)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index 878d985581c420e00d6d36116f6a33d0805c3e54..88efd56b675f831e50fd7563f8d9a1b583940ec8 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-4202,7
+4202,7
@@
static void __Pyx_AddTraceback(char *funcname) {
if (!py_funcname) goto bad;
py_globals = PyModule_GetDict(%(GLOBALS)s);
if (!py_globals) goto bad;
- empty_string = PyString_FromString
(""
);
+ empty_string = PyString_FromString
AndSize("", 0
);
if (!empty_string) goto bad;
py_code = PyCode_New(
0, /*int argcount,*/