Skip to content

Commit 9b7e699

Browse files
committed
Add comment
1 parent 3995ef6 commit 9b7e699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def build_extension(self, ext):
4444
# Import cython here because it should be installed by setup requires.
4545
from Cython.Build import cythonize
4646
cythonized_module = cythonize(ext)[0]
47+
# _needs_stub is apparently not set elsewhere. It is not needed for
48+
# a functional isal extension.
4749
setattr(cythonized_module, "_needs_stub", False)
4850
super().build_extension(cythonized_module)
4951

0 commit comments

Comments
 (0)