File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 6363 setuptools .Extension ("threaded.__init__" , ["threaded/__init__.pyx" ]),
6464 ]
6565 else :
66- REQUIRES_OPTIMIZATION = [
67- setuptools .Extension ("threaded.class_decorator" , ["threaded/class_decorator.pyx" ]),
68- setuptools .Extension ("threaded._base_threaded" , ["threaded/_base_threaded.py" ]),
69- setuptools .Extension ("threaded._asynciotask" , ["threaded/_asynciotask.pyx" ]),
70- setuptools .Extension ("threaded._threaded" , ["threaded/_threaded.pyx" ]),
71- setuptools .Extension ("threaded._threadpooled" , ["threaded/_threadpooled.py" ]),
72- setuptools .Extension ("threaded.__init__" , ["threaded/__init__.pyx" ]),
73- ]
66+ REQUIRES_OPTIMIZATION = []
7467 INTERFACES = ["class_decorator.pxd" , "_asynciotask.pxd" , "_threaded.pxd" ]
7568
7669 EXT_MODULES = cythonize (
You can’t perform that action at this time.
0 commit comments