Hacker News new | ask | show | jobs
by jnwatson 1032 days ago
Once no-GIL is integrated, what is the use case for sub-interpreters?
1 comments

I have a use case for sandboxing (without a secure-sandboxing requirement) that it would help solve. But at last read, they discourage/disallow sharing modules across the subinterpreters and reloading all modules in each subinterpreter is not acceptable for my use case.