Skip to content

Commit 5fe0431

Browse files
authored
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
Part of #95913 Forward port of #93306, which was a backport of #93185, to address #84694 This adds the What's New entry for the removal of the subinterpreter-related env variable, build-time flag, etc. As @ericsnowcurrently was author of the original changes, I added him as a co-author to the commit. This addition to the Python 3.11 What's New document were only made to the Python 3.11 branch during the backport process, and not added to the version in `main`. Forward-porting it ensures the docs retain these additions for the future, rather than being lost in a legacy Python versions, allows it to be be edited as part of #95913 , and avoids merge conflicts with routine back-ports of PRs touching it. I've pulled in the addition exactly as-is with no modifications; any editing will be done in future PRs (and therefore can be reviewed and backported accordingly). The one other such addition is forward-ported in #98344
1 parent aafc53c commit 5fe0431

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.11.rst

+4
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.

Doc/whatsnew/3.12.rst

-4
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ Removed
401401

402402
(Contributed by Erlend E. Aasland in :gh:`92548`.)
403403

404-
* The ``--experimental-isolated-subinterpreters`` configure flag
405-
(and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
406-
have been removed.
407-
408404
* ``smtpd`` has been removed according to the schedule in :pep:`594`,
409405
having been deprecated in Python 3.4.7 and 3.5.4.
410406
Use aiosmtpd_ PyPI module or any other

0 commit comments

Comments
 (0)