projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f93988
)
debug code left over
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 3 Aug 2007 13:35:52 +0000
(15:35 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 3 Aug 2007 13:35:52 +0000
(15:35 +0200)
Cython/Compiler/ModuleNode.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ModuleNode.py
b/Cython/Compiler/ModuleNode.py
index 05945bb361afdbca24eb8fb20ff017337a38095d..d2d1d292337f809b80f734e4d74653042c741738 100644
(file)
--- a/
Cython/Compiler/ModuleNode.py
+++ b/
Cython/Compiler/ModuleNode.py
@@
-1071,7
+1071,6
@@
class ModuleNode(Nodes.Node, Nodes.BlockNode):
"static __Pyx_StringTabEntry %s[] = {" %
Naming.stringtab_cname)
for entry in entries:
- print repr(entry.init), type(entry.init)
code.putln(
"{&%s, %s, sizeof(%s), %d}," % (
entry.pystring_cname,