]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
authorVictor Stinner <vstinner@python.org>
Fri, 2 Apr 2021 14:48:11 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 14:48:11 +0000 (16:48 +0200)
commit240bcf82a11fe7433a61da70605e924c53b88096
tree9bbcbb1a1b60f0c7d43e0f6f07f84d8a458f2511
parent9bb5658bd122d40fff9f34a912be3297b303d18b
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)

xxlimited.c and xxlimited_35.c now define the Py_LIMITED_API macro,
rather than having to do it in the build recipe.

Co-authored-by: Hai Shi <shihai1992@gmail.com>
Modules/xxlimited.c
Modules/xxlimited_35.c
PCbuild/xxlimited.vcxproj
PCbuild/xxlimited_35.vcxproj
setup.py