python-subinterpreters refer to executing more than one Python interpreter in the same process. Post PEP 554, (Python 3.12) their usage from pure Python code should be possible by importing the interpreters stdlib package.