]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102471: Credit Sergey B Kirpichev for PEP 757 (#129338)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Jan 2025 10:44:13 +0000 (11:44 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 10:44:13 +0000 (11:44 +0100)
Doc/whatsnew/3.14.rst

index 76b907806e9abea59d081e91a455a4dcd3175859..7b9e5aca782d06b757c47073219c368a51043dfc 100644 (file)
@@ -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