projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5753075
)
fix PrintTree() debug helper for compiled Cython
author
Stefan Behnel
<stefan_ml@behnel.de>
Tue, 27 Nov 2012 06:07:07 +0000
(07:07 +0100)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Tue, 27 Nov 2012 06:07:07 +0000
(07:07 +0100)
Cython/Compiler/Visitor.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Visitor.py
b/Cython/Compiler/Visitor.py
index
c9d8bae
..
f30127f
100644
(file)
--- a/
Cython/Compiler/Visitor.py
+++ b/
Cython/Compiler/Visitor.py
@@
-519,7
+519,7
@@
class PrintTree(TreeVisitor):
def __call__(self, tree, phase=None):
print("Parse tree dump at phase '%s'" % phase)
- self.
_
visit(tree)
+ self.visit(tree)
return tree
# Don't do anything about process_list, the defaults gives