SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
46a3190fcf8580f322047395408cd60feba67041
Parent: c38da1e
Committed by GitHub <noreply@github.com> on 6/22/2023, 8:31:31 PM