diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-21 14:35:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 14:35:58 (GMT) |
commit | fc32522b081c895f3798e4a16788b800cff08166 (patch) | |
tree | a159b7d705206dbe294636358d0e9d86e8b64eb4 /Include | |
parent | 2178bbc12195104e94995ec075ad5f7c69d1ec78 (diff) | |
download | cpython-fc32522b081c895f3798e4a16788b800cff08166.zip cpython-fc32522b081c895f3798e4a16788b800cff08166.tar.gz cpython-fc32522b081c895f3798e4a16788b800cff08166.tar.bz2 |
gh-105927: type_from_ref() uses _PyWeakref_GET_REF() (#105963)
type_from_ref() now returns a strong reference to the type, instead
of a borrowed reference: replace PyWeakref_GET_OBJECT() with
_PyWeakref_GET_REF().
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions