blob: f3e4c57b8f19cb270d029b4c50266a9b07ef3587 (
plain)
1
2
3
4
5
6
|
We've exposed the low-level :mod:`!_interpreters` module for the sake of the
PyPI implementation of :pep:`734`. It was sometimes available as the
:mod:`!_xxsubinterpreters` module and was formerly used only for testing. For
the most part, it should be considered an internal module, like :mod:`!_thread`
and :mod:`!_imp`. See
https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
|