We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec84f6 commit 2bc54caCopy full SHA for 2bc54ca
Include/pythread.h
@@ -35,7 +35,7 @@ PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
35
* In either case there is a risk of invalid references remaining to data on the
36
* thread stack.
37
*/
38
-Py_DEPRECATED(3.12) PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
+Py_DEPRECATED(3.14) PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
39
40
PyAPI_FUNC(unsigned long) PyThread_get_thread_ident(void);
41
0 commit comments