diff options
| author | Victor Stinner <vstinner@python.org> | 2021-01-27 16:39:16 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 16:39:16 (GMT) |
| commit | c9b8e9c421b57acdcaf24fab0c93bc29b3ef7c67 (patch) | |
| tree | f174c17b926bd968bf19ddd330524bda46e7aa8e /Objects/funcobject.c | |
| parent | eeb701adc0fc29ba803fddf133d917ff45639a00 (diff) | |
| download | cpython-c9b8e9c421b57acdcaf24fab0c93bc29b3ef7c67.zip cpython-c9b8e9c421b57acdcaf24fab0c93bc29b3ef7c67.tar.gz cpython-c9b8e9c421b57acdcaf24fab0c93bc29b3ef7c67.tar.bz2 | |
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
* bpo-42979: Enhance abstract.c assertions checking slot result
Add _Py_CheckSlotResult() function which fails with a fatal error if
a slot function succeeded with an exception set or failed with no
exception set: write the slot name, the type name and the current
exception (if an exception is set).
Diffstat (limited to 'Objects/funcobject.c')
0 files changed, 0 insertions, 0 deletions
