File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6262 setuptools .Extension ("threaded._threadpooled" , ["threaded/_threadpooled.py" ]),
6363 setuptools .Extension ("threaded.__init__" , ["threaded/__init__.pyx" ]),
6464 ]
65- INTERFACES = ["class_decorator.pxd" , "_asynciotask.pxd" , "_threaded.pxd" ]
6665 else :
6766 REQUIRES_OPTIMIZATION = [
6867 setuptools .Extension ("threaded.class_decorator" , ["threaded/class_decorator.pyx" ]),
6968 setuptools .Extension ("threaded._base_threaded" , ["threaded/_base_threaded.py" ]),
69+ setuptools .Extension ("threaded._asynciotask" , ["threaded/_asynciotask.pyx" ]),
7070 setuptools .Extension ("threaded._threaded" , ["threaded/_threaded.pyx" ]),
7171 setuptools .Extension ("threaded._threadpooled" , ["threaded/_threadpooled.py" ]),
72+ setuptools .Extension ("threaded.__init__" , ["threaded/__init__.pyx" ]),
7273 ]
73- INTERFACES = ["class_decorator.pxd" , "_threaded.pxd" ]
74+ INTERFACES = ["class_decorator.pxd" , "_asynciotask .pxd" , "_threaded.pxd" ]
7475
7576 EXT_MODULES = cythonize (
7677 module_list = REQUIRES_OPTIMIZATION ,
You can’t perform that action at this time.
0 commit comments