mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
This commit is contained in:
parent
00eb063b66
commit
a937ab45d6
4 changed files with 48 additions and 99 deletions
|
@ -355,7 +355,7 @@ PyMODINIT_FUNC PyInit__sqlite3(void)
|
|||
(pysqlite_row_setup_types() < 0) ||
|
||||
(pysqlite_cursor_setup_types() < 0) ||
|
||||
(pysqlite_connection_setup_types() < 0) ||
|
||||
(pysqlite_cache_setup_types() < 0) ||
|
||||
(pysqlite_cache_setup_types(module) < 0) ||
|
||||
(pysqlite_statement_setup_types() < 0) ||
|
||||
(pysqlite_prepare_protocol_setup_types() < 0)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue