[docs] [issue14190] Minor C API documentation bugs

Ejaj Hassan report at bugs.python.org
Sun Mar 11 04:08:00 CET 2012


Ejaj Hassan <starhunter7 at gmail.com> added the comment:

The diff file is the second submission containing the fixes to the following bugs:
* PyCode_GetNumFree accepts a PyCodeObject* not PyObject*
* PyOS_strnicmp returns int, not char*
* PyUnicode_RichCompare returns PyObject*, not int
* PyType_IS_GC needs a PyTypeObject*, not PyObject*
* PyType_HasFeature needs a PyTypeObject*, not PyObject*
 
Well, if the problems given are specified with each's version, then it would make it easier. Some of the reported bugs are not associated with version 2.7

----------
Added file: http://bugs.python.org/file24781/issues14190-2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14190>
_______________________________________


More information about the docs mailing list