Steve Dower <steve.do...@python.org> added the comment:

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

Agreed. It's valuable to pass the thread state, but the runtime state should 
only be needed to create a new thread state (and arguably not even then).

----------

_______________________________________
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