8 ms·
As far as I understand, Ruby's Ractors are what Python is now trying to do with subinterpreters (https://lwn.net/Articles/820424/ https://lwn.net/Articles/82042
by r4victor 5y ago
As far as I understand, Ruby's Ractors are what Python is now trying to do with subinterpreters (https://lwn.net/Articles/820424/ https://lwn.net/Articles/820424/). I mention them in the post.
- danachow 5y agoI 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.
- r4victor 5y agoThis is a WIP. Here's how it's going on: https://pythondev.readthedocs.io/subinterpreters.html https://pythondev.readthedocs.io/subinterpreters.html