[issue30439] Expose the subinterpreters C-API in the stdlib.

Nick Coghlan report at bugs.python.org
Thu May 25 23:15:29 EDT 2017


Nick Coghlan added the comment:

A naming suggestion: let's leave the `interpreters` & `_interpreters` names free for a possible future PEP to make this a public API with a fallback multiprocessing backed implementation for implementations that don't have native subinterpreter support.

Then for this "testing and experimentation only" API, we'd go with "_subinterpreters" to match the name typically used to refer to the CPython feature.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30439>
_______________________________________


More information about the Python-bugs-list mailing list