mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Remove functions in the C API: * PyEval_AcquireLock() * PyEval_ReleaseLock() * PyEval_InitThreads() * PyEval_ThreadsInitialized() But keep these functions in the stable ABI. Mention "make regen-limited-abi" in "make regen-all".
This commit is contained in:
parent
9ab587b714
commit
ec0082ca46
11 changed files with 36 additions and 105 deletions
|
|
@ -764,8 +764,6 @@ PyErr_WarnFormat::...::
|
|||
PyErr_WriteUnraisable:void:::
|
||||
PyErr_WriteUnraisable:PyObject*:obj:0:
|
||||
|
||||
PyEval_AcquireLock:void:::
|
||||
|
||||
PyEval_AcquireThread:void:::
|
||||
PyEval_AcquireThread:PyThreadState*:tstate::
|
||||
|
||||
|
|
@ -783,10 +781,6 @@ PyEval_GetFuncDesc:PyObject*:func:0:
|
|||
PyEval_GetFuncName:const char*:::
|
||||
PyEval_GetFuncName:PyObject*:func:0:
|
||||
|
||||
PyEval_InitThreads:void:::
|
||||
|
||||
PyEval_ReleaseLock:void:::
|
||||
|
||||
PyEval_ReleaseThread:void:::
|
||||
PyEval_ReleaseThread:PyThreadState*:tstate::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue