mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
48d107a87d
Rename PyDict_GetItemProxy() to _PyDict_GetItemProxy() and mark it as static. _PyDict_GetItemProxy() now returns a strong reference, instead of a borrowed reference: replace PyWeakref_GET_OBJECT() with _PyWeakref_GET_REF().