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 CWRU_Researcher1
Recipients CWRU_Researcher1
Date 2008-11-29.17:06:34
SpamBayes Score 0.003272304
Marked as misclassified No
Message-id <1227978395.86.0.799094154401.issue4464@psf.upfronthosting.co.za>
In-reply-to
Content
Python-2.5.2/Python/codecs.c(_PyCodec_Lookup)
Lines 106, 144

PyString_Check() is not called on the result of PyList_GetItem() and the
first parameter of PyList_GetItem() does not have PyList_Check() called
on it.
(See Python-2.5.2/Python/traceback.c(tb_displayline) for a correct
instance of the pattern)
History
Date User Action Args
2008-11-29 17:06:36CWRU_Researcher1setrecipients: + CWRU_Researcher1
2008-11-29 17:06:35CWRU_Researcher1setmessageid: <1227978395.86.0.799094154401.issue4464@psf.upfronthosting.co.za>
2008-11-29 17:06:35CWRU_Researcher1linkissue4464 messages
2008-11-29 17:06:35CWRU_Researcher1create