Skip to content

Commit 8b7a020

Browse files
committed
restore file
1 parent 11b6f07 commit 8b7a020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Pending removal in Python 3.15
22
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

44
* The bundled copy of ``libmpdecimal``.
5+
* The :c:func:`!PyImport_ImportModuleNoBlock`:
6+
Use :c:func:`PyImport_ImportModule` instead.
57
* :c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`:
68
Use :c:func:`PyWeakref_GetRef` instead. The `pythoncapi-compat project
79
<https://github.com/python/pythoncapi-compat/>`__ can be used to get

0 commit comments

Comments
 (0)