◐ Shell
clean mode source ↗

gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() by vstinner · Pull Request #105183 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

@vstinner vstinner commented

Jun 1, 2023

edited by github-actions Bot

Loading

Copy link Copy Markdown

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.

@vstinner vstinner merged commit ec0082c into python:main

Jun 1, 2023

@vstinner vstinner deleted the remove_pyeval_acquire_lock branch

June 1, 2023 11:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner @bedevere-bot