There was an error while loading. Please reload this page.
1 parent 910612e commit 48cb623Copy full SHA for 48cb623
1 file changed
Doc/deprecations/pending-removal-in-3.15.rst
@@ -1,6 +1,13 @@
1
Pending removal in Python 3.15
2
------------------------------
3
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
11
* :mod:`ctypes`:
12
13
* The undocumented :func:`!ctypes.SetPointerType` function
0 commit comments