-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Closed
Copy link
Labels
easyinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
cpython/Python/instrumentation.c
Line 2566 in c740fe3
Py_DECREF(val); |
Since PyLong_FromLong can return NULL, it is necessary to use Py_XDECREF, as stated in refcount.h.
Line 207 in c740fe3
NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead. |
Linked PRs
Metadata
Metadata
Assignees
Labels
easyinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error