summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2022-10-24-11-26-55.gh-issue-98608._Q2lNV.rst
blob: 5abbd96a4261f73d16664587160af4eafbc4c793 (plain)
1
2
3
4
A ``_PyInterpreterConfig`` has been added and ``_Py_NewInterpreter()`` has
been renamed to ``_Py_NewInterpreterFromConfig()``.  The
"isolated_subinterpreters" argument is now a granular config that captures
the previous behavior.  Note that this is all "private" API.