]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128717: Stop-the-world when setting the recursion limit (#128741)
authorPeter Bierma <zintensitydev@gmail.com>
Sun, 12 Jan 2025 13:04:30 +0000 (08:04 -0500)
committerGitHub <noreply@github.com>
Sun, 12 Jan 2025 13:04:30 +0000 (18:34 +0530)
commitf6c61bf2d7d8b66ccd9f16e723546bdcc251a3d0
tree52d9c1e862ff3ba77df14cadcdc74f7a9de6f699
parentff39e3ff7bebc9d700d89c5cd22145db2c879cf2
gh-128717: Stop-the-world when setting the recursion limit (#128741)
Lib/test/test_free_threading/test_races.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-11-12-39-17.gh-issue-128717.i65d06.rst [new file with mode: 0644]
Python/ceval.c