mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
ec0082ca46
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".