This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients crusaderky, eric.snow
Date 2019-06-21.15:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561130857.81.0.119041296864.issue37293@roundup.psfhosted.org>
In-reply-to
Content
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.)
History
Date User Action Args
2019-06-21 15:27:37eric.snowsetrecipients: + eric.snow, crusaderky
2019-06-21 15:27:37eric.snowsetmessageid: <1561130857.81.0.119041296864.issue37293@roundup.psfhosted.org>
2019-06-21 15:27:37eric.snowlinkissue37293 messages
2019-06-21 15:27:37eric.snowcreate