]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129354: Use PyErr_FormatUnraisable() function (#129656)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Feb 2025 15:21:10 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 15:21:10 +0000 (16:21 +0100)
commit14489c1bb44dc2f4179278463fedd9a940b63f41
treeff2b511471556be8c8f21e645d70256ca184a369
parent979d76620990e6f8d68fa63e0ae0db1ec5b4d14c
gh-129354: Use PyErr_FormatUnraisable() function (#129656)

Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
Modules/_io/fileio.c
Modules/_io/iobase.c
Modules/socketmodule.c