]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)
authorSam Gross <colesbury@gmail.com>
Tue, 11 Mar 2025 14:33:23 +0000 (10:33 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 14:33:23 +0000 (10:33 -0400)
commit4162bc133b21ccb06d3589bd69ddb7bb248c58d2
tree8a402eb4a69a929de3931a1f11cfcd829d118c1f
parent19081158713526a3042c2ad3c6d5a589579b420f
gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)

Thread sanitizer will often crash if a test uses more than half the
stack.
Python/ceval.c