]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Skip tests that may cause stack overflows under TSan (#129751)
authorSam Gross <colesbury@gmail.com>
Thu, 6 Feb 2025 22:03:01 +0000 (17:03 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 22:03:01 +0000 (17:03 -0500)
commit4e3330f054b91049c7260eb02b1e2c3808958e11
tree7a842b5fdca3f5e5601515b5313a3359a1472417
parent365cf5fc23835fa6dc8608396109085f31d2d5f0
gh-117657: Skip tests that may cause stack overflows under TSan (#129751)

These tests crash under TSan due to stack overflows. Just skip them if
TSan is enabled.
Lib/test/test_call.py
Lib/test/test_functools.py