diff options
author | Victor Stinner <vstinner@python.org> | 2024-03-21 16:45:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 16:45:43 (GMT) |
commit | abdd1f938f08e536864532b2071f144515ecc88b (patch) | |
tree | e17a96a927762c4364996c2fe1ee47a18d08bd10 /Misc | |
parent | 8bea6c411d65cd987616b4ecdb86373e4f21f1c6 (diff) | |
download | cpython-abdd1f938f08e536864532b2071f144515ecc88b.zip cpython-abdd1f938f08e536864532b2071f144515ecc88b.tar.gz cpython-abdd1f938f08e536864532b2071f144515ecc88b.tar.bz2 |
gh-85283: Build _testconsole extension with limited C API (#117125)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst b/Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst index ef8a934..c8e6b1b 100644 --- a/Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst +++ b/Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst @@ -1,2 +1,3 @@ -The ``fcntl``, ``grp``, ``pwd``, ``termios`` and ``_statistics`` C extensions are now -built with the :ref:`limited C API <limited-c-api>`. Patch by Victor Stinner. +The ``fcntl``, ``grp``, ``pwd``, ``termios``, ``_statistics`` and +``_testconsole`` C extensions are now built with the :ref:`limited C API +<limited-c-api>`. Patch by Victor Stinner. |