[issue32604] Expose the subinterpreters C-API in Python for testing use.

Eric Snow report at bugs.python.org
Mon Feb 26 20:36:40 EST 2018


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

Still planned for 3.7:

1. add more tests in Lib/test/test__xxsubinterpreters.py
2. add test.support.interpreters (high-level module)
3. add more tests in Lib/test/test_interpreters.py

At that point I'll start using the high-level module in tests for subinterpreter functionality and for other open issues (e.g. #10915, #15751), aiming to improve stability of the feature.

----------

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


More information about the Python-bugs-list mailing list