gh-105927: Refactor weakrefobject.c (#105928)
* Rename proxy_checkref() to proxy_check_ref(). * proxy_check_ref() now checks the object, not the proxy. * Most functions take PyObject* instead of PyWeakReference*. * Remove redundant calls to PyWeakref_GET_OBJECT().
V
Victor Stinner committed
7f97c8e367869e2aebe9f28bc5f8d4ce36448878
Parent: a5c2ad0
Committed by GitHub <noreply@github.com>
on 6/19/2023, 11:31:17 PM