Hacker News new | ask | show | jobs
by EE84M3i 3643 days ago
Note that threading is not the only place this can happen: this can happen as the result of signal handlers as well. cpython has can trigger signal handlers between any python opcodes.