cpython/Modules/_sqlite/clinic
Erlend Egeberg Aasland d542742128
bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)
Prepare for module state:

- Add "get state by defining class" and "get state by module def" stubs
- Add AC defining class when needed
- Add state pointer to connection context
- Pass state as argument to utility functions

Automerge-Triggered-By: GH:encukou
2021-07-29 02:21:45 -07:00
..
connection.c.h bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395) 2021-07-29 09:47:56 +02:00
cursor.c.h bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
module.c.h bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-24421) 2021-06-20 20:24:00 +01:00
row.c.h bpo-42064: Move sqlite3 types to global state (GH-26537) 2021-06-15 14:47:34 +02:00