Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 17, 2020

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
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
Member Author

I rebased the PR on the master branch.

@vstinner
Copy link
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