Left over variables on reset or strange interrupt behaviour

Vaclav:
When attachInterrupt() executes, the external interrupts are enabled, and the processor responds to the pending interrupts by executing the ISRs.

But does it matter ?

...R