Commit 24ac877e authored by Benjamin Peterson's avatar Benjamin Peterson

upgrade xxlimited abi to 3.5

parent ac02ef37
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment