diff options
| author | Victor Stinner <vstinner@python.org> | 2023-06-21 14:34:27 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-21 14:34:27 (GMT) |
| commit | 48d107a87d74b0e6662b0096454279a6066f7da4 (patch) | |
| tree | 4437924d56da149a072ba2005741a35f98da8572 /Python/compile.c | |
| parent | 74da6f7c9f7ace6ff5ee9a8e5abd10e28ebe90ae (diff) | |
| download | cpython-48d107a87d74b0e6662b0096454279a6066f7da4.zip cpython-48d107a87d74b0e6662b0096454279a6066f7da4.tar.gz cpython-48d107a87d74b0e6662b0096454279a6066f7da4.tar.bz2 | |
gh-105927: _ctypes use PyWeakref_GetRef() (#105964)
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().
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions
