projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9f2f97
)
remove unneeded line
author
Robert Bradshaw
<robertwb@math.washington.edu>
Fri, 14 Jan 2011 11:12:51 +0000
(
03:12
-0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Fri, 14 Jan 2011 11:12:51 +0000
(
03:12
-0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 937a4f47b9f1b12b6d6506d273c24dea7d4ac193..b62f4754c02a5fa711b7f2ceb215f35f86763e91 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-100,8
+100,7
@@
def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
"Cython.Compiler.Parsing",
"Cython.Compiler.Visitor",
"Cython.Compiler.Code",
- "Cython.Runtime.refnanny",
- "Cython.Debugger.do_repeat",]
+ "Cython.Runtime.refnanny",]
if compile_more:
compiled_modules.extend([
"Cython.Compiler.ParseTreeTransforms",