Hey David (@dabeaz), a one-liner fix to spawn because process pool workers are expected to be "clean" interpreters as you mention here. We were getting unexpected behaviour with the current version using fork because the new processes would have Curio kernel running (curio.meta.curio_running() was True). Test suite seems to pass as before. Thanks!
Hey David (@dabeaz), a one-liner fix to
spawn
because process pool workers are expected to be "clean" interpreters as you mention here. We were getting unexpected behaviour with the current version usingfork
because the new processes would have Curio kernel running (curio.meta.curio_running() was True). Test suite seems to pass as before. Thanks!