gh-110481: Non-limited Py_INCREF/DECREF() in cpython/object.h #92617
Annotations
3 errors and 1 warning
Build CPython:
Include/object.h#L968
implicit declaration of function ‘Py_INCREF’; did you mean ‘Py_XINCREF’? [-Werror=implicit-function-declaration]
|
Build CPython:
Include/object.h#L978
implicit declaration of function ‘Py_DECREF’; did you mean ‘Py_XDECREF’? [-Werror=implicit-function-declaration]
|
Build CPython
Process completed with exit code 2.
|
Build CPython:
Objects/obmalloc.c#L585
‘_PyMem_MimallocEnabled’ defined but not used [-Wunused-function]
|
The logs for this run have expired and are no longer available.
Loading