SIGN IN SIGN UP

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).
V
Victor Stinner committed
c9b8e9c421b57acdcaf24fab0c93bc29b3ef7c67
Parent: eeb701a
Committed by GitHub <noreply@github.com> on 1/27/2021, 4:39:16 PM