Closed
Description
Bug report
This call is problematic:
Line 465 in f526314
It can return NULL
in theory.
These calls also can return NULL
:
This error guard in the end will only show the last error:
Lines 486 to 489 in f526314
XDECREF
when v
cannot be NULL
at this point?
Refs #116714
I will send a PR adding our regular macro for the job.