]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106714: Fix test_capi to not write a coredump (#107007)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 12:17:25 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 12:17:25 +0000 (12:17 +0000)
commit4a1026d7647c084b0dc80dd49163d16ba12a2e55
treedd70a101bf6ff5fc7c6446ab282dbb7e8e1b34f4
parent6dbffaed17d59079d6a2788d686009f762a3278f
gh-106714: Fix test_capi to not write a coredump (#107007)

test_capi: Fix test_no_FatalError_infinite_loop() to no longer write
a coredump, by using test.support.SuppressCrashReport.
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/Tests/2023-07-22-13-49-40.gh-issue-106714.btYI5S.rst [new file with mode: 0644]