gh-106971: Docs: Add missing issue reference (GH-106992)
(cherry picked from commit
c556f9a3c9af48c9af9e1f298be638553a6c886e)
Co-authored-by: Junya Fukuda <junya.fukuda.e@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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`).