From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:15:59 +0000 (-0700) Subject: [3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283) X-Git-Tag: v3.12.0rc2~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2b680d9e994973e7a5a53671e1a733882d29f28;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283) gh-106971: Docs: Add missing issue reference (GH-106992) (cherry picked from commit c556f9a3c9af48c9af9e1f298be638553a6c886e) Co-authored-by: Junya Fukuda Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index bf9eadcaefc8..2084f4ed0b9b 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`).