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 brett.cannon
Recipients brett.cannon
Date 2008-09-04.05:24:13
SpamBayes Score 2.7765356e-05
Marked as misclassified No
Message-id <1220505855.09.0.750309464395.issue3773@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds two lines to call_find_module() to check for errors after
calling PyTokenizer_FindEncoding() since it returns NULL as a default
value so a call to PyErr_Occurred() is needed.
History
Date User Action Args
2008-09-04 05:24:15brett.cannonsetrecipients: + brett.cannon
2008-09-04 05:24:15brett.cannonsetmessageid: <1220505855.09.0.750309464395.issue3773@psf.upfronthosting.co.za>
2008-09-04 05:24:14brett.cannonlinkissue3773 messages
2008-09-04 05:24:13brett.cannoncreate