Skip to content

GH-109190: Copyedit 3.12 What's New: Release highlights #109770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 27, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into docs/whatsnew/release-highlights
# Conflicts:
#	Doc/whatsnew/3.12.rst
  • Loading branch information
AA-Turner committed Sep 25, 2023
commit be5b9b6e3fb6256e1438fc2bc17d84f7b0258b29
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1959,8 +1959,8 @@ New Features

.. _whatsnew312-pep683:

* :pep:`683`: Introduced Immortal Objects to Python which allows objects
to bypass reference counts and introduced changes to the C-API:
* :pep:`683`: Introduce *Immortal Objects*, which allows objects
to bypass reference counts, and related changes to the C-API:

- ``_Py_IMMORTAL_REFCNT``: The reference count that defines an object
as immortal.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.