mirror of
https://github.com/python/cpython.git
synced 2025-10-27 11:44:39 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| connection.c.h | ||
| cursor.c.h | ||
| module.c.h | ||
| row.c.h | ||