Oct. 13, 2005
10:16 p.m.
On Thu, Oct 13, 2005 at 05:08:41PM -0500, jepler@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