Subinterpreters for Python
Subinterpreters for Python
Posted May 14, 2020 8:58 UTC (Thu) by k3ninho (subscriber, #50375)In reply to: Subinterpreters for Python by flussence
Parent article: Subinterpreters for Python
> based on string eval
Not even pickle'd for efficient serialisation between subinterps.
Not even pickle'd for efficient serialisation between subinterps.
I've not read the proposal, but it being absent from this article suggests there's no aysnc-yield pairing either for saying 'evaluate until this other component is ready to progress global tasking state'. That's something that V8 and ES-16 made easy to manage with (resolve, reject) promises.
K3n.
