Thanks to visit codestin.com Credit goes to github.com
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 8f95cc2 commit fc57635Copy full SHA for fc57635
1 file changed
setup.py
@@ -243,7 +243,7 @@ def build_extension(self, ext):
243
return
244
245
if self.get_platform() == 'darwin' and (
246
- sys.maxint > 2**32 and '-arch' in ext.extra_link_args):
+ sys.maxsize > 2**32 and '-arch' in ext.extra_link_args):
247
# Don't bother doing an import check when an extension was
248
# build with an explicit '-arch' flag on OSX. That's currently
249
# only used to build 32-bit only extensions in a 4-way
0 commit comments