mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Merge branches/pep-0384.
This commit is contained in:
parent
c4df784514
commit
4d0d471a80
102 changed files with 2835 additions and 75 deletions
3
setup.py
3
setup.py
|
@ -1579,6 +1579,9 @@ class PyBuildExt(build_ext):
|
|||
## # Uncomment these lines if you want to play with xxmodule.c
|
||||
## ext = Extension('xx', ['xxmodule.c'])
|
||||
## self.extensions.append(ext)
|
||||
ext = Extension('xxlimited', ['xxlimited.c'],
|
||||
define_macros=[('Py_LIMITED_API', 1)])
|
||||
self.extensions.append(ext)
|
||||
|
||||
# XXX handle these, but how to detect?
|
||||
# *** Uncomment and edit for PIL (TkImaging) extension only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue