diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-01 13:41:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 13:41:56 +0200 |
commit | ec0082ca460f6b5eaf987536d28d6bc252322307 (patch) | |
tree | 0eb0150c09e917aa1b37acffa3c6168d625a080a /Tools/peg_generator/pegen/grammar_visualizer.py | |
parent | 9ab587b7146618866cee52c220aecf7bd5b44b02 (diff) | |
download | cpython-ec0082ca460f6b5eaf987536d28d6bc252322307.tar.gz cpython-ec0082ca460f6b5eaf987536d28d6bc252322307.zip |
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".
Diffstat (limited to 'Tools/peg_generator/pegen/grammar_visualizer.py')
0 files changed, 0 insertions, 0 deletions