]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 3 Mar 2022 13:54:36 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 13:54:36 +0000 (22:54 +0900)
commit88567a997005c9388137cd18c5d7f4483423dac3
tree579796d07fdf12488a06fa4b676229f11f253414
parent751c9ed801ad1189272ca10f0749bfc9d49b5038
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
Lib/test/test_sqlite3/test_userfunctions.py
Modules/_sqlite/connection.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h