projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678c816
)
Re-enable DropRefcountingTransform.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Mon, 2 Aug 2010 16:09:03 +0000
(09:09 -0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Mon, 2 Aug 2010 16:09:03 +0000
(09:09 -0700)
Cython/Compiler/Main.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Main.py
b/Cython/Compiler/Main.py
index 5a58bf7d41f539be9fc26241404deb22ef802784..97dbe5e3c650070ee2c14765f397aaa46ff6ed62 100644
(file)
--- a/
Cython/Compiler/Main.py
+++ b/
Cython/Compiler/Main.py
@@
-155,7
+155,7
@@
class Context(object):
OptimizeBuiltinCalls(self), ## Necessary?
IterationTransform(),
SwitchTransform(),
-
#
DropRefcountingTransform(),
+ DropRefcountingTransform(),
# FinalOptimizePhase(self),
GilCheck(),
#ClearResultCodes(self),