Y
Hacker News
new
|
ask
|
show
|
jobs
by
ikanreed
576 days ago
Could it then be resolved by using the no-gil version of python they just released?
1 comments
mananaysiempre
576 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.)
link