[issue36710] Pass _PyRuntimeState as an argument rather than using the _PyRuntime global variable

Jeroen Demeyer report at bugs.python.org
Fri Apr 26 17:03:51 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> It's wrong to share a single gc state between two interpreters

And what's your solution for that? I'm not asking for a complete ready-to-implement answer, but at least a basic idea. Otherwise it's impossible for me to judge whether your PR 12934 helps with that or not.

Basically I would like to see something like PEP 579 but for this problem.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36710>
_______________________________________


More information about the Python-bugs-list mailing list