Merge https://github.com/cython/cython
[cython.git] / setup.py
index a816e6354077984e727a5bd547237bfefb278dc2..ee9e4387efcac11e05b7f192baf0d31399382c74 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,8 @@ 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.Runtime.refnanny",
+                        "Cython.Debugger.do_repeat",]
     if compile_more:
         compiled_modules.extend([
             "Cython.Compiler.ParseTreeTransforms",