Y
Hacker News
new
|
ask
|
show
|
jobs
by
hendler
6290 days ago
How does this relate/interoperate with stackless python?
http://www.stackless.com/
1 comments
jnoller
6289 days ago
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.
link