[issue10785] parser: store the filename as an unicode object

STINNER Victor report at bugs.python.org
Wed Dec 29 00:32:49 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Version 2 of the patch:
 - remove filename attribute from perrdetail and tok_state structure in PGEN mode, and add a comment to explain why
 - rename filename_obj to filename
 - indenterror() no longer print the input filename in PGEN mode

----------
Added file: http://bugs.python.org/file20184/parser_filename_obj-2.patch

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


More information about the Python-bugs-list mailing list