diff options
author | Peter Bierma <zintensitydev@gmail.com> | 2025-01-03 19:14:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 19:14:57 (GMT) |
commit | befcfdfdaba15ecae38739ecabebd8046c1b1977 (patch) | |
tree | 7a8bff03374ba88fe5d7f0e382d546f3717c8e26 /Misc | |
parent | 46cb6340d7bad955edfc0a20f6a52dabc03b0932 (diff) | |
download | cpython-befcfdfdaba15ecae38739ecabebd8046c1b1977.zip cpython-befcfdfdaba15ecae38739ecabebd8046c1b1977.tar.gz cpython-befcfdfdaba15ecae38739ecabebd8046c1b1977.tar.bz2 |
gh-128400: Only show the current thread in `faulthandler` if the GIL is disabled (GH-128425)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2025-01-02-15-20-17.gh-issue-128400.UMiG4f.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2025-01-02-15-20-17.gh-issue-128400.UMiG4f.rst b/Misc/NEWS.d/next/Library/2025-01-02-15-20-17.gh-issue-128400.UMiG4f.rst new file mode 100644 index 0000000..f9d5f84 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-01-02-15-20-17.gh-issue-128400.UMiG4f.rst @@ -0,0 +1,2 @@ +Only show the current thread in :mod:`faulthandler` on the :term:`free +threaded <free threading>` build to prevent races. |