]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 7 Nov 2023 13:58:04 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2023 13:58:04 +0000 (15:58 +0200)
commitf55cb44359821e71c29903f2152b4658509dac0d
tree853f01ca01f1ab39b0bc64849296946cba1637c4
parenta077b2fbb88f5192bb47e514334f760bf08d0295
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)

Functions which indiscriminately ignore all errors now report them as
unraisable errors.
Doc/whatsnew/3.13.rst
Lib/test/test_capi/test_abstract.py
Lib/test/test_capi/test_dict.py
Lib/test/test_capi/test_sys.py
Misc/NEWS.d/next/C API/2023-07-12-12-14-52.gh-issue-106672.fkRjmi.rst [new file with mode: 0644]
Objects/abstract.c
Objects/dictobject.c
Objects/object.c
Python/sysmodule.c