mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
upgrade xxlimited abi to 3.5
This commit is contained in:
parent
ac02ef373f
commit
24ac877eed
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1577,7 +1577,7 @@ class db_found(Exception): pass
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue