<div dir="ltr">I added a checker idea to the "Possible Future Checkers".<div><br></div><div>The checkers would check various aspects of the Python/C API. see <a href="http://docs.python.org/3.1/c-api/index.html">http://docs.python.org/3.1/c-api/index.html</a></div>
<div><br></div><div>One checker would ensure that the format string given to the functions for parsing arguments and building values (Py_BuildValue, PyArg_ParseTuple, etc.)</div><div>is not malformed and matches the arguments given. </div>
<div><br></div><div>The other would check that objects are freed objects are not used and that objects are freed when no longer in use. It would also ensure that correct use of Py_INCREF, Py_DECREF, Py_XINCREF, and Py_XDECREF in various circumstances.</div>
<div><br></div><div>-Todd Nowacki</div></div>