Eric Snow <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue37293> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
