Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

bpo-39998: Remove PyEval_AcquireLock() and PyEval_ReleaseLock()#19048

Closed
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:eval_releaselockCopy head branch name to clipboard
Closed

bpo-39998: Remove PyEval_AcquireLock() and PyEval_ReleaseLock()#19048
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:eval_releaselockCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Mar 17, 2020

Copy link
Copy Markdown
Member

Remove PyEval_AcquireLock() and PyEval_ReleaseLock() functions which
were deprecated since Python 3.2.

Rename PyEval_ReleaseLock() to _PyEval_ReleaseLock() and move it to
the internal C API.

https://bugs.python.org/issue39998

@vstinner

Copy link
Copy Markdown
Member Author

cc @pitrou

Remove PyEval_AcquireLock() and PyEval_ReleaseLock() functions which
were deprecated since Python 3.2.

Rename PyEval_ReleaseLock() to _PyEval_ReleaseLock() and move it to
the internal C API.
@vstinner

Copy link
Copy Markdown
Member Author

I rebased the PR on the master branch.

@vstinner

Copy link
Copy Markdown
Member Author

@vstinner vstinner closed this Mar 20, 2020
@vstinner vstinner deleted the eval_releaselock branch March 20, 2020 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.