]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128400: Only show the current thread in `Py_FatalError` on the free-threaded build...
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 13 Jan 2025 14:36:54 +0000 (09:36 -0500)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 14:36:54 +0000 (20:06 +0530)
commitbf64a582f00a030fee11b7f89c6a02ea967990ca
tree56bd07e010d13461d2ab092655d48f8e8b9ed29e
parent4533036e50f1e604e8c06710d9e19dd700f89c1c
gh-128400: Only show the current thread in `Py_FatalError` on the free-threaded build (#128758)
Lib/test/test_capi/test_misc.py
Lib/test/test_faulthandler.py
Misc/NEWS.d/next/C_API/2025-01-12-12-19-51.gh-issue-128400.OwoIDw.rst [new file with mode: 0644]
Python/pylifecycle.c