FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] bpo-42972: _thread.RLock implements the GH protocol (GH-26734) by miss-islington · Pull Request #26735 · python/cpython · GitHub

/ cpython Public

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

Merged
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-1cd3d85-3.10
Jun 15, 2021
Merged

[3.10] bpo-42972: _thread.RLock implements the GH protocol (GH-26734)#26735
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-1cd3d85-3.10

Conversation

miss-islington commented Jun 15, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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>

Copy link
Copy Markdown
Contributor Author

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

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, good bot.

Copy link
Copy Markdown
Contributor Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL