cpython/Modules/_sqlite
Victor Stinner 46a3190fcf
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.
2023-06-22 22:31:31 +02:00
..
clinic
blob.c gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997) 2023-06-22 22:31:31 +02:00
blob.h
connection.c gh-105927: Add _PyWeakref_IS_DEAD() function (#105992) 2023-06-22 21:56:44 +02:00
connection.h
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c
statement.h
util.c
util.h