mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #17162: Add PyType_GetSlot.
This commit is contained in:
parent
83bdfa08f7
commit
ca7b04644c
6 changed files with 30 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -1539,7 +1539,7 @@ class PyBuildExt(build_ext):
|
|||
|
||||
if 'd' not in sys.abiflags:
|
||||
ext = Extension('xxlimited', ['xxlimited.c'],
|
||||
define_macros=[('Py_LIMITED_API', 1)])
|
||||
define_macros=[('Py_LIMITED_API', '0x03040000')])
|
||||
self.extensions.append(ext)
|
||||
|
||||
return missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue