Skip to content

Commit 48cb623

Browse files
committed
Don't remove from Pending removal
1 parent 910612e commit 48cb623

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/deprecations/pending-removal-in-3.15.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Pending removal in Python 3.15
22
------------------------------
33

4+
* The import system:
5+
6+
* Setting ``__cached__`` on a module while
7+
failing to set :attr:`__spec__.cached <importlib.machinery.ModuleSpec.cached>`
8+
is deprecated. In Python 3.15, ``__cached__`` will cease to be set or
9+
take into consideration by the import system or standard library. (:gh:`97879`)
10+
411
* :mod:`ctypes`:
512

613
* The undocumented :func:`!ctypes.SetPointerType` function

0 commit comments

Comments
 (0)