[issue9020] 2.7: eval hangs on AIX

Antoine Pitrou report at bugs.python.org
Thu Jun 24 18:19:25 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> Additionally, I noticed that the macros is_potential_identifier* from
> py3k/Parser/tokenizer.c assume a contiguous mapping for A-Z, a-z. Is
> it ok in Python to assume this (in C it isn't)?

I don't think we support writing Python source code in an encoding
that's not a superset of ASCII, so it should be fine.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9020>
_______________________________________


More information about the Python-bugs-list mailing list