[Python-Dev] Worse news

Jeremy Hylton jeremy@alum.mit.edu
Mon, 22 Jan 2001 09:19:34 -0500 (EST)


Tim,

Funny (strange or haha?) that test_extcall is failing since the two
pieces of code I've modified most recently are compile.c and the
section of ceval.c that handles extended call syntax.  I just got
through my mail this morning and I'll see what I can reproduce on
Linux.

As for the test_sax failure, is any of the Python code being executed
conditional on platform?  The compiler may be generating bad bytecode
for a code path that is only executed on Windows.

Jeremy