]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)
authorVictor Stinner <vstinner@python.org>
Mon, 18 Mar 2024 23:14:29 +0000 (00:14 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 23:14:29 +0000 (23:14 +0000)
commit1d82a41235ac5619d36ac7e289fcbb686c1d9350
tree3510df7c9f5c12c225382a10683b1f9616efa307
parentdc2d0f46540159aa22774777791105140e4d74c1
gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)

Remove the "if Py_GIL_DISABLED" skip and move all "skip" decorators
to the class. Use support.check_sanitizer()
Lib/test/test_cext/__init__.py
Lib/test/test_cppext/__init__.py