Mark Shannon <m...@hotpy.org> added the comment:

Instead of passing `_PyRuntimeState` around everywhere, why not just let it 
disappear in time.

Currently `_PyRuntimeState` manages "global" state, mainly the GIL and some 
config.
Once the GIL has been migrated to the sub-interpreters, the config part can be 
factored out and `_PyRuntimeState` can just disappear.

----------
nosy: +Mark.Shannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36710>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to