summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-05-10 13:54:18 (GMT)
committerGitHub <noreply@github.com>2024-05-10 13:54:18 (GMT)
commitdb5af7da092409030c9fbe0a3a986bd0ee441b8b (patch)
treefc2a29664a0f5e9f8ac4a3bca3260da20d6dc1d3 /Tools
parenta895756aec688c049a983199e2d7fb801d6502c8 (diff)
downloadcpython-db5af7da092409030c9fbe0a3a986bd0ee441b8b.zip
cpython-db5af7da092409030c9fbe0a3a986bd0ee441b8b.tar.gz
cpython-db5af7da092409030c9fbe0a3a986bd0ee441b8b.tar.bz2
gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)
_PyWeakref_ClearRef was previously exposed in the public C-API, although it begins with an underscore and is not documented. It's used by a few C-API extensions. There is currently no alternative public API that can replace its use. _PyWeakref_ClearWeakRefsExceptCallbacks is the only thread-safe way to use _PyWeakref_ClearRef in the free-threaded build. This exposes the C symbol, but does not make the API public.
Diffstat (limited to 'Tools')
0 files changed, 0 insertions, 0 deletions