GH-132417: ctypes: Fix potential `Py_DECREF(NULL)` when handling functions returning `PyObject *` (#132418)
Some functions (such as `PyErr_Occurred`) with a `restype` set to `ctypes.py_object` may return NULL without setting an exception.
N
Nicolas Trangez committed
2aab2db1461ef49b42549255af16a74b1bf8a5ef
Parent: e0dffc5
Committed by GitHub <noreply@github.com>
on 4/12/2025, 7:40:34 AM