Hacker News new | ask | show | jobs
by r4victor 1718 days ago
As far as I understand, Ruby's Ractors are what Python is now trying to do with subinterpreters (https://lwn.net/Articles/820424/). I mention them in the post.
1 comments

I just skimmed through your link. Subinterpreters have been in the C api for a long time and never got around the GIL, and reading over the post that you linked — nothing has really changed.
This is a WIP. Here's how it's going on: https://pythondev.readthedocs.io/subinterpreters.html