]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
authorVictor Stinner <vstinner@python.org>
Tue, 15 Jun 2021 13:09:24 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jun 2021 13:09:24 +0000 (15:09 +0200)
commit1cd3d859a49b047dd08abb6f44f0539564d3525a
treed3e139bc97bc1f074934c84dfc3a2fc828bf8de4
parent10a5c806d4dec6c342dcc9888fbe4fa1fa9b7a1f
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)

The _thread.RLock type now fully implement the GC protocol: add a
traverse function and the Py_TPFLAGS_HAVE_GC flag.
Misc/NEWS.d/next/Library/2021-06-15-13-51-25.bpo-42972.UnyYo1.rst [new file with mode: 0644]
Modules/_threadmodule.c