Created on 2005-04-19 23:24 by brett.cannon, last changed 2005-04-26 03:54 by brett.cannon. This issue is now closed.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2005-04-19 23:24:13 | brett.cannon | create | |
Created on 2005-04-19 23:24 by brett.cannon, last changed 2005-04-26 03:54 by brett.cannon. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg25082 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2005-04-19 23:24 | |
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.
|
|||
| msg25083 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2005-04-25 02:27 | |
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). |
|||
| msg25084 - (view) | Author: John Ehresman (jpe) * | Date: 2005-04-25 02:35 | |
Logged In: YES user_id=22785 Also look at patch 1189210, which probably should have just been attached to this bug. |
|||
| msg25085 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2005-04-26 03:54 | |
Logged In: YES user_id=357491 Fixed by patch #1189210. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2005-04-19 23:24:13 | brett.cannon | create | |