[issue37293] concurrent.futures.InterpreterPoolExecutor

Eric Snow report at bugs.python.org
Fri Jun 21 11:27:37 EDT 2019


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FWIW, performance benefits when subinterpreters stop sharing the GIL are not the only benefit.  In fact, PEP 554 is specifically written to avoid that consideration, focusing on the benefits of the concurrency model (i.e. CSP).  So I wouldn't call this pointless even without per-interpreter GIL. :)

(Of course, this *would* be blocked on acceptance and implementation of PEP 554.)

----------
stage:  -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37293>
_______________________________________


More information about the Python-bugs-list mailing list