Skip to content

Commit c6d321b

Browse files
Add subinterpreters removal from issue pythongh-84694 PRs pythongh-96499 / pythongh-93306
Co-authored-by: Eric Snow <[email protected]>
1 parent 12c5273 commit c6d321b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,10 @@ Removed
16781678
Python's test suite."
16791679
(Contributed by Victor Stinner in :issue:`46852`.)
16801680

1681+
* The ``--experimental-isolated-subinterpreters`` configure flag
1682+
(and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
1683+
have been removed.
1684+
16811685
* Pynche --- The Pythonically Natural Color and Hue Editor --- has been moved out
16821686
of ``Tools/scripts`` and is `being developed independently
16831687
<https://gitlab.com/warsaw/pynche/-/tree/main>`_ from the Python source tree.

0 commit comments

Comments
 (0)