STINNER Victor <vstin...@redhat.com> added the comment:

I don't see the point of PyInterpreterState.runtime:

* I understood that we should have and only one _PyRuntimeState instance: 
_PyRuntime. Why not accessing it directly?
* I understood that most _PyRuntimeState fields should be moved to 
PyInterpreterState. Once this refactoring will be done, we will almost never 
have to access _PyRuntime.

----------

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

Reply via email to