bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456) · python/cpython@9ed5231 · GitHub
Skip to content

Commit 9ed5231

Browse files
author
Erlend Egeberg Aasland
authored
bpo-42064: Pass module state to sqlite3 UDF callbacks (GH-27456)
- Establish common callback context struct - Convert UDF callbacks to fetch module state from callback context
1 parent 7179930 commit 9ed5231

2 files changed

Lines changed: 64 additions & 31 deletions

File tree

Modules/_sqlite/connection.c

Lines changed: 58 additions & 31 deletions

Modules/_sqlite/connection.h

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)