]> 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 13:04:59 +0000 (15:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Dec 2016 13:04:59 +0000 (15:04 +0200)
commita171a03bd23c0fb9b424cce879d4c0b53fc331f6
treefcd116721c8e55af5d9163543f956ce1fa7edfde
parentfdb4eafacf9e1fd2c352f8d7ae43d833ee47d6a3
parent34d0ac8027e23609e24588735b37b8d5a55f7223
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.
Include/abstract.h
Include/moduleobject.h
Include/odictobject.h
Include/pyerrors.h
Include/unicodeobject.h
Misc/NEWS