]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111506: Error if the limited API is used in free-threaded build (#117762)
authorSam Gross <colesbury@gmail.com>
Thu, 11 Apr 2024 17:49:52 +0000 (13:49 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 17:49:52 +0000 (13:49 -0400)
commit39d381f91e93559011587d764c1895ee30efb741
tree85f8d86fbb2820a0efc03eba943e89e1f72ff662
parentc06be6bbb8d138dde50c0a07cbd64496bee537c5
gh-111506: Error if the limited API is used in free-threaded build (#117762)

Issue a build time error if both `Py_LIMITED_API` and `Py_GIL_DISABLED`
are defined.
Include/Python.h