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 dfb0fb7 commit 140678eCopy full SHA for 140678e
setup.py
@@ -35,7 +35,7 @@ def get_version():
35
if with_extensions == '1' or with_extensions is None:
36
with_extensions = True
37
38
-if hasattr(sys, 'pypy_version_info'):
+if with_extensions == '0' or hasattr(sys, 'pypy_version_info'):
39
with_extensions = False
40
41
extensions = []
@@ -46,7 +46,6 @@ def get_version():
46
extra_compile_args=['-Wno-unused-function']),
47
]
48
49
-
50
class BuildFailed(Exception):
51
52
pass
0 commit comments