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, gvanrossum
Date 2007-10-20.01:38:54
SpamBayes Score 0.5709646
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
PyTokenizer_FindEncoding() is the culprit.  If I comment it out in
Python/import.c:call_find_module(), and thus just use the system
encoding, runpy works again.
History
Date User Action Args
2007-10-20 01:38:54brett.cannonsetspambayes_score: 0.570965 -> 0.5709646
recipients: + brett.cannon, gvanrossum, christian.heimes
2007-10-20 01:38:54brett.cannonsetspambayes_score: 0.570965 -> 0.570965
messageid: <[email protected]>
2007-10-20 01:38:54brett.cannonlinkissue1267 messages
2007-10-20 01:38:54brett.cannoncreate