]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 7 Sep 2021 11:43:44 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 11:43:44 +0000 (13:43 +0200)
commit0474d06008f8c9eba660ed20d336ffdc5c4db121
tree1653cfb3657557d51b54b76a4895cc834fa40391
parentfa2c0b85a8d5c9486661083afdf38cbaadb3432a
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)

- all callbacks are now named xxx_callback
- normalise callable naming in set_*() functions
- normalise context argument naming in callbacks

The sqlite code is being "touched" in bpo-42064 (and related issues);
this style change makes it easier to work with and review.
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c