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 3b93186 commit 9687145Copy full SHA for 9687145
setup.py
@@ -473,8 +473,6 @@ def pxd(name):
473
define_macros=macros)
474
extensions.append(packer_ext)
475
extensions.append(unpacker_ext)
476
-# if not ISRELEASED:
477
-# extensions.extend([sandbox_ext])
478
479
if suffix == '.pyx' and 'setuptools' in sys.modules:
480
# undo dumb setuptools bug clobbering .pyx sources back to .c
0 commit comments