◐ Shell
clean mode source ↗

bpo-42972: _thread.RLock type implements tp_traverse by vstinner · Pull Request #26734 · python/cpython

The _thread.RLock type now fully implement the GC protocol: add a
traverse function and the Py_TPFLAGS_HAVE_GC flag.

pablogsal

shihai1991

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

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>

miss-islington added a commit that referenced this pull request

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>

jdevries3133 pushed a commit to jdevries3133/cpython that referenced this pull request

Jun 19, 2021
The _thread.RLock type now fully implement the GC protocol: add a
traverse function and the Py_TPFLAGS_HAVE_GC flag.