mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
#4852: Remove dead code in every thread implementation, unused for many years.
This commit is contained in:
parent
f20f9c299e
commit
adfc80bd81
16 changed files with 29 additions and 576 deletions
|
|
@ -1160,7 +1160,6 @@ EXPORTS
|
|||
"PyThread_delete_key"
|
||||
"PyThread_set_key_value"
|
||||
"PyThread_get_key_value"
|
||||
"PyThread__exit_thread"
|
||||
|
||||
; From python27_s.lib(gcmodule)
|
||||
; "initgc"
|
||||
|
|
|
|||
|
|
@ -368,7 +368,6 @@ EXPORTS
|
|||
PyThreadState_GetDict
|
||||
PyThreadState_New
|
||||
PyThreadState_Swap
|
||||
PyThread__exit_thread
|
||||
PyThread_acquire_lock
|
||||
PyThread_allocate_lock
|
||||
PyThread_allocate_sema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue