Bugs item #1186345, was opened at 2005-04-19 23:24
Message generated for change (Comment added) made by jpe
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.

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

Comment By: John Ehresman (jpe)
Date: 2005-04-25 02:35

Message:
Logged In: YES 
user_id=22785

Also look at patch 1189210, which probably should have just
been attached to this bug.  

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

Comment By: Brett Cannon (bcannon)
Date: 2005-04-25 02:27

Message:
Logged In: YES 
user_id=357491

jpe suggests looking at the comment of tracker #1170272; use
tokenizer.c instead of tokenizer_pgen.c (this is mentioned
in bug #1166714).

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

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