[ python-Bugs-1186345 ] [AST] assert failure on ``eval("u'\Ufffffffe'")``

SourceForge.net noreply at sourceforge.net
Mon Apr 25 04:27:42 CEST 2005


Bugs item #1186345, was opened at 2005-04-19 16:24
Message generated for change (Comment added) made by bcannon
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: Brett Cannon (bcannon)
Date: 2005-04-24 19: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


More information about the Python-bugs-list mailing list