]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
authorC.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Mon, 17 Oct 2022 19:59:22 +0000 (14:59 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 19:59:22 +0000 (12:59 -0700)
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

Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst

index 1e93fcaaf791faea82053582e374274b226bab97..bb9538338e48f8ea6af7aa6bb15902eeff9b2288 100644 (file)
@@ -1678,6 +1678,10 @@ Removed
   Python's test suite."
   (Contributed by Victor Stinner in :issue:`46852`.)
 
+* The ``--experimental-isolated-subinterpreters`` configure flag
+  (and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
+  have been removed.
+
 * Pynche --- The Pythonically Natural Color and Hue Editor --- has been moved out
   of ``Tools/scripts`` and is `being developed independently
   <https://gitlab.com/warsaw/pynche/-/tree/main>`_ from the Python source tree.
index ecc74e9beba26430a6b2428dd59624c6a2115c3d..ad0270ae19b825393d68846b33867221b06d5da5 100644 (file)
@@ -401,10 +401,6 @@ Removed
 
   (Contributed by Erlend E. Aasland in :gh:`92548`.)
 
-* The ``--experimental-isolated-subinterpreters`` configure flag
-  (and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
-  have been removed.
-
 * ``smtpd`` has been removed according to the schedule in :pep:`594`,
   having been deprecated in Python 3.4.7 and 3.5.4.
   Use aiosmtpd_ PyPI module or any other