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

STINNER Victor report at bugs.python.org
Wed Dec 29 00:16:40 CET 2010


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

When testing my patch, I found and fixed two bugs in pgen:
 - r87557: PGEN was not defined to compile pgenmain.c and printgrammar.c
 - r87558: pgen error was ignored on "make Parser/pgen.stamp" (when executing pgen to compile the grammar)

----------

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


More information about the Python-bugs-list mailing list