Bugs item #1186345, was opened at 2005-04-19 16:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1186345&group_id=5470

Category: Parser/Compiler
Group: AST
Status: Open
Resolution: None
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
Summary: [AST] assert failure on ``eval("u'\Ufffffffe'")``

Initial Comment:
Isolated the failure of test_unicode to be because of
the test of ``eval("u'\Ufffffffe'")``.  What is odd is
that the Unicode string works fine as a literal at the
intepreter prompt.  Somehow eval() is triggering this
problem.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1186345&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to