Ejaj Hassan 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
Ejaj Hassan added the comment:
The patch removes the function *PyCodec_KnownEncoding
form document codec.rst
found in cpython/doc/c-api
--
keywords: +patch
nosy: +ejjy
Added file: http://bugs.python.org/file24779/issues14190.diff
___
Python tracker