Hi Eric,
> Thanks for reaching out. The project is still in very early stages. So
> far we have taught the analyzer the basic behavior for
> PyLong_FromLong, PyList_New, and Py_DECREF via known function
> subclassing. Additionally, Py_INCREF is supported out of the box.
> Reference count checking
Hi Steven,
Thanks for reaching out. The project is still in very early stages. So
far we have taught the analyzer the basic behavior for
PyLong_FromLong, PyList_New, and Py_DECREF via known function
subclassing. Additionally, Py_INCREF is supported out of the box.
Reference count checking function
Hi Eric, I am Steven (now) from the CPython team.
How is the project going? Do you have any prototypes
or ideas that can be discussed? Which part will you start at?
I recently debugged dozens of Python bugs, some involving
C APIs. I can provide some test cases for you.
For the ref count part: