Hacker News new | ask | show | jobs
by mananaysiempre 577 days ago
I’m not sure what your reasoning is, but note that blocking I/O including print() releases the GIL. (So your seemingly innocent debugging print can be extremely not harmless under the wrong circumstances.)