From: Junya Fukuda Date: Tue, 22 Aug 2023 12:38:01 +0000 (+0900) Subject: gh-106971: Docs: Add missing issue reference (#106992) X-Git-Tag: v3.13.0a1~859 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c556f9a3c9af48c9af9e1f298be638553a6c886e;p=thirdparty%2FPython%2Fcpython.git gh-106971: Docs: Add missing issue reference (#106992) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 65ca4c332ce3..ff651bcd0472 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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`).