Skip to content

Commit

Permalink
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
CAM-Gerlach committed Oct 17, 2022
1 parent aafc53c commit 5fe0431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.11.rst
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions Doc/whatsnew/3.12.rst
Expand Up @@ -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
Expand Down

0 comments on commit 5fe0431

Please sign in to comment.