Issue #17162: Add PyType_GetSlot.

This commit is contained in:
Martin v. Löwis 2014-02-04 09:33:05 +01:00
parent 83bdfa08f7
commit ca7b04644c
6 changed files with 30 additions and 2 deletions

View file

@ -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