-
Subinterpreters for Python
Subinterpreters for Python PEP 554 exposes Python’s existing subinterpreter support so that Python programs can use multiple separate interpreters. The PEP was created in 2017, and the author Eric Snow thinks it’s time to finally accept or reject the proposal. JAKE EDGE
Appears in lists (1)
More like this (3)
-
Isolate Python Subinterpreters
Isolate Python Subinterpreters In this post, Victor Stinner takes a look back at the progress made...
-
Pass the Python thread state explicitly
Pass the Python Thread State Explicitly Eric Snow has been working on solving multi-core Python via...
-
Has the Python GIL been slain?
Has the Python GIL Been Slain? Thoughts on upcoming features in Python 3.8 and 3.9, like...