gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() by vstinner · Pull Request #105183 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
Remove functions in the C API:
- PyEval_AcquireLock()
- PyEval_ReleaseLock()
- PyEval_InitThreads()
- PyEval_ThreadsInitialized()
But keep these functions in the stable ABI.
📚 Documentation preview 📚: https://cpython-previews--105183.org.readthedocs.build/
Remove functions in the C API: * PyEval_AcquireLock() * PyEval_ReleaseLock() * PyEval_InitThreads() * PyEval_ThreadsInitialized() But keep these functions in the stable ABI.
bedevere-bot
added
the
awaiting core review
label
bedevere-bot
mentioned this pull request
vstinner added 2 commits
vstinner
merged commit
ec0082c
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
remove_pyeval_acquire_lock
branch
fuzzard
mentioned this pull request
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment