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 jvr
Recipients
Date 2003-02-09.19:01:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Attached is a patch that adds "real" unicode support to compile(), eval() and exec. This is done by adding a new PyCompilerFlags flag called PyCF_SOURCE_IS_UTF8. Unicode strings are converted to utf-8 and this flag is set. I've added tests to test_builtin.py for compile and eval, but I don't know how/where to test exec.
History
Date User Action Args
2007-08-23 15:20:28adminlinkissue683515 messages
2007-08-23 15:20:28admincreate