mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
46a3190fcf
* 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.