]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-106971: Docs: Add missing issue reference (#106992)
authorJunya Fukuda <junya.fukuda.e@gmail.com>
Tue, 22 Aug 2023 12:38:01 +0000 (21:38 +0900)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 12:38:01 +0000 (15:38 +0300)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 65ca4c332ce35fa387b9ca39e20436683b3a8eab..ff651bcd047289b347193c126128ca4365e3ed09 100644 (file)
@@ -1201,7 +1201,7 @@ Pending Removal in Python 3.14
   is deprecated and will raise an exception in Python 3.14.
 
 * Creating immutable types (:c:macro:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable
-  bases using the C API.
+  bases using the C API (:gh:`95388`).
 
 * ``__package__`` and ``__cached__`` will cease to be set or taken
   into consideration by the import system (:gh:`97879`).