[Python-ideas] PEP 554: Stdlib Module to Support Multiple Interpreters in Python Code
Eric Snow
ericsnowcurrently at gmail.com
Tue Sep 12 16:54:07 EDT 2017
More information about the Python-ideas mailing list
Tue Sep 12 16:54:07 EDT 2017
- Previous message (by thread): [Python-ideas] PEP 554: Stdlib Module to Support Multiple Interpreters in Python Code
- Next message (by thread): [Python-ideas] PEP 554: Stdlib Module to Support Multiple Interpreters in Python Code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Sep 10, 2017 at 12:14 PM, Antoine Pitrou <solipsis at pitrou.net> wrote: > What could improve performance significantly would be to share objects > without any form of marshalling; but it's not obvious it's possible in > the subinterpreters model *if* it also tries to remove the GIL. Yep. This is one of the main challenges relative to the goal of fully utilizing multiple cores. -eric
- Previous message (by thread): [Python-ideas] PEP 554: Stdlib Module to Support Multiple Interpreters in Python Code
- Next message (by thread): [Python-ideas] PEP 554: Stdlib Module to Support Multiple Interpreters in Python Code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list