]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
authorVictor Stinner <vstinner@python.org>
Thu, 1 Apr 2021 13:09:33 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 13:09:33 +0000 (15:09 +0200)
commit2ac0515027699b5694d9a6ff40f1ddaba82c74c2
tree75a0082d9f3ec7f987ada46a85fe4acdd4311cfd
parent61092a99c4840f36dbde8457cb566fc3c012930f
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)

xxlimited targets Python 3.10, not Python 3.16: fix the hexadecimal
version number used in the Py_LIMITED_API macro.
Include/methodobject.h
PCbuild/xxlimited.vcxproj
setup.py