We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3995ef6 commit 9b7e699Copy full SHA for 9b7e699
setup.py
@@ -44,6 +44,8 @@ def build_extension(self, ext):
44
# Import cython here because it should be installed by setup requires.
45
from Cython.Build import cythonize
46
cythonized_module = cythonize(ext)[0]
47
+ # _needs_stub is apparently not set elsewhere. It is not needed for
48
+ # a functional isal extension.
49
setattr(cythonized_module, "_needs_stub", False)
50
super().build_extension(cythonized_module)
51
0 commit comments