mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452)
This commit is contained in:
parent
4b20f2574d
commit
d1124b09e8
6 changed files with 47 additions and 44 deletions
|
|
@ -93,7 +93,7 @@ typedef struct
|
|||
/* a dictionary of registered collation name => collation callable mappings */
|
||||
PyObject* collations;
|
||||
|
||||
/* Exception objects */
|
||||
/* Exception objects: borrowed refs. */
|
||||
PyObject* Warning;
|
||||
PyObject* Error;
|
||||
PyObject* InterfaceError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue