]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ignore _Py_write_noraise() result: cast to (void) (#108291)
authorVictor Stinner <vstinner@python.org>
Tue, 22 Aug 2023 14:28:20 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 14:28:20 +0000 (14:28 +0000)
commit6541fe4ad7b96ab96ee5c596b60814a93346dd27
tree1ee22f64291b37e7a1b04bcdfcf37f3dc5f18404
parenta541e01537cc07b326cc37cc29412b816bc2b4fc
Ignore _Py_write_noraise() result: cast to (void) (#108291)

Code using _Py_write_noraise() usually cannot report. Ignore errors
is the least surprising behavior for users.
Modules/faulthandler.c
Python/pylifecycle.c
Python/traceback.c
Python/tracemalloc.c