]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29058: All stable API extensions added after Python 3.2 are now
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Dec 2016 12:57:39 +0000 (14:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Dec 2016 12:57:39 +0000 (14:57 +0200)
commit34d0ac8027e23609e24588735b37b8d5a55f7223
tree84a0cf6da6af786f863784b6a6a773a30fb8f4e0
parent5d1111e87ecf28c6b962f869f05b5f7bcde2028b
Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
19 files changed:
Include/abstract.h
Include/bytesobject.h
Include/codecs.h
Include/fileobject.h
Include/fileutils.h
Include/import.h
Include/memoryobject.h
Include/moduleobject.h
Include/object.h
Include/objimpl.h
Include/odictobject.h
Include/osmodule.h
Include/pyerrors.h
Include/pymem.h
Include/pythonrun.h
Include/pythread.h
Include/unicodeobject.h
Include/warnings.h
Misc/NEWS