Comment on Multiprocessing with PythonComments−hendler17yHow does this relate/interoperate with stackless python? http://www.stackless.com/−jnoller17yIt's doesn't matter. It can run with stackless/within it, and you can use tasklets. This was designed to step around the GIL, not get involved in the coroutine/tasklet/etc rats nest.
Comments
How does this relate/interoperate with stackless python? http://www.stackless.com/
It's doesn't matter. It can run with stackless/within it, and you can use tasklets. This was designed to step around the GIL, not get involved in the coroutine/tasklet/etc rats nest.