[Neil S]
> I think right the fix it to make JUMP_ABSOLUTE not bypass the test for
> pending exceptions.
Yes. That's the correct fix because it handles all cases including:
while 1:
x=1
Please go ahead and patch it up.
Raymond