Skip to content

Commit d962d7a

Browse files
committed
Add NEWS entry
1 parent 873d8bd commit d962d7a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The following private functions are deprecated and planned for removal in
2+
Python 3.16:
3+
4+
* :c:func:`!_PyBytes_Join`: use :c:func:`PyBytes_Join`.
5+
* :c:func:`!_PyThreadState_UncheckedGet`: use :c:func:`PyThreadState_GetUnchecked`.
6+
* :c:func:`!_Py_HashPointer`: use :c:func:`Py_HashPointer`.
7+
* :c:func:`!_Py_fopen_obj`: use :c:func:`Py_fopen`.
8+
9+
Patch by Victor Stinner.

0 commit comments

Comments
 (0)