]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 21:54:46 +0000 (23:54 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 21:54:46 +0000 (23:54 +0200)
commit190e8fbfb7284e9c253388f0c2363cd8387e6e7f
tree4a9196068aa8b4b5ec9ce96534b21334147fcb24
parenta95e8cf9081ef7ff7450d6060bd968ec79a275f9
[3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127)

Add _testcapi.USE_STACKCHECK.

USE_STACKCHECK on using on Windows 32-bit.
Lib/test/support/__init__.py
Lib/test/test_support.py
Modules/_testcapimodule.c