https://github.com/python/cpython/commit/11148e91e3bee58ec1897ba3621445aa41629884 commit: 11148e91e3bee58ec1897ba3621445aa41629884 branch: main author: Victor Stinner <[email protected]> committer: vstinner <[email protected]> date: 2025-01-27T11:44:13+01:00 summary:
gh-102471: Credit Sergey B Kirpichev for PEP 757 (#129338) files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 76b907806e9abe..7b9e5aca782d06 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -1292,7 +1292,7 @@ New features * :c:func:`PyLongWriter_Finish`; * :c:func:`PyLongWriter_Discard`. - (Contributed by Victor Stinner in :gh:`102471`.) + (Contributed by Sergey B Kirpichev and Victor Stinner in :gh:`102471`.) * Add :c:func:`PyType_GetBaseByToken` and :c:data:`Py_tp_token` slot for easier superclass identification, which attempts to resolve the `type checking issue _______________________________________________ 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]
