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.16:59:42
SpamBayes Score 0.00029848304
Marked as misclassified No
Message-id <1227977983.78.0.00196482293309.issue4462@psf.upfronthosting.co.za>
In-reply-to
Content
Python-2.5.2/Python/import.c(find_module)
Lines 1171

PyString_Check() is not called on the result of PyList_GetItem(), nor is
the result checked to see if it is NULL.
History
Date User Action Args
2008-11-29 16:59:43CWRU_Researcher1setrecipients: + CWRU_Researcher1
2008-11-29 16:59:43CWRU_Researcher1setmessageid: <1227977983.78.0.00196482293309.issue4462@psf.upfronthosting.co.za>
2008-11-29 16:59:43CWRU_Researcher1linkissue4462 messages
2008-11-29 16:59:42CWRU_Researcher1create