Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
cpython/Python/instrumentation.c
Line 2566 inc740fe3
Py_DECREF(val); |
Since PyLong_FromLong can return NULL, it is necessary to use Py_XDECREF, as stated in refcount.h.
Line 207 inc740fe3
NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead. |