https://github.com/python/cpython/commit/aa8578dc54df2af9daa3353566359e602e5905cf commit: aa8578dc54df2af9daa3353566359e602e5905cf branch: main author: emmanuel <[email protected]> committer: picnixz <[email protected]> date: 2026-01-10T14:34:30+01:00 summary:
Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (#143654) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 3be6dcb3eacad2..f4489bfa1b74e8 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -2340,7 +2340,7 @@ Limited C API Changes * :c:func:`PySys_AuditTuple` * :c:func:`PyType_GetModuleByDef` - (Contributed by Victor Stinner in :gh:`85283`, :gh:`85283`, and :gh:`116936`.) + (Contributed by Victor Stinner in :gh:`85283` and :gh:`116936`.) * Python built with :option:`--with-trace-refs` (tracing references) now supports the :ref:`Limited API <limited-c-api>`. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
