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, christian.heimes
Date 2008-08-19.05:25:12
SpamBayes Score 0.0064051864
Marked as misclassified No
Message-id <1219123516.44.0.446145822174.issue3594@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that fixes where the error occurs. By opening the
file by either file name or file descriptor, the problem goes away. Once
this patch is accepted then PyErr_Occurred() should be added to all uses
of PyTokenizer_FindEncoding().
History
Date User Action Args
2008-08-19 05:25:16brett.cannonsetrecipients: + brett.cannon, christian.heimes
2008-08-19 05:25:16brett.cannonsetmessageid: <1219123516.44.0.446145822174.issue3594@psf.upfronthosting.co.za>
2008-08-19 05:25:15brett.cannonlinkissue3594 messages
2008-08-19 05:25:14brett.cannoncreate