upgrade xxlimited abi to 3.5

This commit is contained in:
Benjamin Peterson 2015-06-03 00:04:46 -05:00
parent ac02ef373f
commit 24ac877eed
1 changed files with 1 additions and 1 deletions

View File

@ -1577,7 +1577,7 @@ class PyBuildExt(build_ext):
if 'd' not in sys.abiflags:
ext = Extension('xxlimited', ['xxlimited.c'],
define_macros=[('Py_LIMITED_API', '0x03040000')])
define_macros=[('Py_LIMITED_API', '0x03050000')])
self.extensions.append(ext)
return missing