Skip to content

Commit 2bc54ca

Browse files
committed
deprecated in 3.14
1 parent 3ec84f6 commit 2bc54ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pythread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
3535
* In either case there is a risk of invalid references remaining to data on the
3636
* thread stack.
3737
*/
38-
Py_DEPRECATED(3.12) PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
38+
Py_DEPRECATED(3.14) PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
3939

4040
PyAPI_FUNC(unsigned long) PyThread_get_thread_ident(void);
4141

0 commit comments

Comments
 (0)