mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458)
This reverts commit 4959c33d25
.
This commit is contained in:
parent
925af1d99b
commit
d12e75734d
10 changed files with 2 additions and 133 deletions
|
@ -25,7 +25,6 @@ PyAPI_FUNC(void) PyThread_init_thread(void);
|
|||
PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
|
||||
PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
|
||||
PyAPI_FUNC(unsigned long) PyThread_get_thread_ident(void);
|
||||
PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
|
||||
|
||||
PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
||||
PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue