This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ejjy
Recipients baruch.sterin, docs@python, ejjy, eli.bendersky, loewis, vstinner
Date 2012-03-11.03:07:58
SpamBayes Score 6.5056134e-05
Marked as misclassified No
Message-id <1331435280.38.0.687916672496.issue14190@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-03-11 03:08:00ejjysetrecipients: + ejjy, loewis, vstinner, eli.bendersky, docs@python, baruch.sterin
2012-03-11 03:08:00ejjysetmessageid: <1331435280.38.0.687916672496.issue14190@psf.upfronthosting.co.za>
2012-03-11 03:07:59ejjylinkissue14190 messages
2012-03-11 03:07:59ejjycreate