simplify
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 May 2008 08:32:13 +0000 (10:32 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 May 2008 08:32:13 +0000 (10:32 +0200)
Cython/Compiler/Nodes.py

index 878d985581c420e00d6d36116f6a33d0805c3e54..88efd56b675f831e50fd7563f8d9a1b583940ec8 100644 (file)
@@ -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_FromStringAndSize("", 0);
     if (!empty_string) goto bad;
     py_code = PyCode_New(
         0,            /*int argcount,*/