bpo-44991: Normalise sqlite3 callback naming#28088
Conversation
|
What about This PR turns out to be very small; maybe combine it with the next step if there is one coming? |
Sorry, something went wrong.
Thanks for the heads-up. I'll add it right away.
The next step of normalising is approximately 100 lines added and removed; I think it would clutter things too much. I'm fine with that, but it may be more timeconsuming to review. |
Sorry, something went wrong.
|
I'll include the other changes; if you think it's too much, we can just revert that commit. I see the diff wasn't as bad as I expected. Only 60-ish lines. |
Sorry, something went wrong.
- all callbacks are now named xxx_callback - normalise callable naming in set_*() functions - normalise context argument naming in callbacks
df3becb to
0a9d214
Compare
September 1, 2021 15:57
https://bugs.python.org/issue44991