diff options
| author | Victor Stinner <vstinner@python.org> | 2023-06-22 20:31:31 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 20:31:31 (GMT) |
| commit | 46a3190fcf8580f322047395408cd60feba67041 (patch) | |
| tree | f7a27fae83831b5ce9109f81506e7c5e5c9757e5 /Python/pythonrun.c | |
| parent | c38da1e3e19a7bf1053c6d52e730e970efeceff6 (diff) | |
| download | cpython-46a3190fcf8580f322047395408cd60feba67041.zip cpython-46a3190fcf8580f322047395408cd60feba67041.tar.gz cpython-46a3190fcf8580f322047395408cd60feba67041.tar.bz2 | |
gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
* Replace PyWeakref_GET_OBJECT() with _PyWeakref_GET_REF().
* _sqlite/blob.c now holds a strong reference to the blob object
while calling close_blob().
* _xidregistry_find_type() now holds a strong reference to registered
while using it.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
