[Python-Dev] AST branch update
Neil Schemenauer
nas at arctrix.com
Fri Oct 14 00:16:51 CEST 2005
On Thu, Oct 13, 2005 at 05:08:41PM -0500, jepler at unpythonic.net wrote:
> test_trace segfaults consistently, even when run alone.
That's a bug in frame_setlineno(), IMO. It's failing to detect an
invalid jump because the lnotab generated by the new compiler is
slightly different (DUP_TOP opcode corresponds to a different line).
> I'm not sure what to make of the 'genexps' failure. Is it just a harmless
> output difference? I didn't see you mention that in your message.
It's a bug in the traceback.py module, IMO. See bug 1326077.
Neil
More information about the Python-Dev
mailing list