projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae424da
)
Delete spurious print statement (that was used for debugging).
author
William Stein
<wstein@gmail.com>
Mon, 23 Oct 2006 03:51:53 +0000
(22:51 -0500)
committer
William Stein
<wstein@gmail.com>
Mon, 23 Oct 2006 03:51:53 +0000
(22:51 -0500)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index 3b2caaffd8d87fd5f65e13faaed0d57fe78ee957..34e43509520602109553e123d7ab73df4856daa5 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-962,7
+962,6
@@
class ModuleNode(Node, BlockNode):
"}")
def generate_typeobj_definition(self, modname, entry, code):
- print modname
type = entry.type
scope = type.scope
for suite in TypeSlots.substructures: