Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] bpo-42972: _thread.RLock implements the GH protocol (GH-26734) #26735

Merged
merged 1 commit into from Jun 15, 2021

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 15, 2021

The _thread.RLock type now fully implement the GC protocol: add a
traverse function and the Py_TPFLAGS_HAVE_GC flag.
(cherry picked from commit 1cd3d85)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue42972

The _thread.RLock type now fully implement the GC protocol: add a
traverse function and the Py_TPFLAGS_HAVE_GC flag.
(cherry picked from commit 1cd3d85)

Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jun 15, 2021

@vstinner: Status check is done, and it's a success .

Copy link
Member

@vstinner vstinner left a comment

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jun 15, 2021

@vstinner: Status check is done, and it's a success .

@miss-islington miss-islington merged commit e30fe27 into python:3.10 Jun 15, 2021
14 checks passed
@miss-islington miss-islington deleted the backport-1cd3d85-3.10 branch Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants