mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
This commit is contained in:
parent
751c9ed801
commit
88567a9970
4 changed files with 13 additions and 6 deletions
|
|
@ -64,6 +64,7 @@ typedef struct {
|
|||
PyObject *str___conform__;
|
||||
PyObject *str_executescript;
|
||||
PyObject *str_finalize;
|
||||
PyObject *str_step;
|
||||
PyObject *str_upper;
|
||||
} pysqlite_state;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue