Skip to content

Commit c556f9a

Browse files
jrfkhugovk
andauthored
gh-106971: Docs: Add missing issue reference (#106992)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 1a1bfc2 commit c556f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ Pending Removal in Python 3.14
12011201
is deprecated and will raise an exception in Python 3.14.
12021202

12031203
* Creating immutable types (:c:macro:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable
1204-
bases using the C API.
1204+
bases using the C API (:gh:`95388`).
12051205

12061206
* ``__package__`` and ``__cached__`` will cease to be set or taken
12071207
into consideration by the import system (:gh:`97879`).

0 commit comments

Comments
 (0)