bpo-44991: Make GIL handling more explicit in sqlite3 callbacks#27934
Merged
miss-islington merged 3 commits intoAug 31, 2021
python:mainpython/cpython:mainfrom
erlend-aasland:sqlite-cleanup-gilerlend-aasland/cpython:sqlite-cleanup-gilCopy head branch name to clipboard
Merged
bpo-44991: Make GIL handling more explicit in sqlite3 callbacks#27934miss-islington merged 3 commits intopython:mainpython/cpython:mainfrom erlend-aasland:sqlite-cleanup-gilerlend-aasland/cpython:sqlite-cleanup-gilCopy head branch name to clipboard
sqlite3 callbacks#27934miss-islington merged 3 commits into
python:mainpython/cpython:mainfrom
erlend-aasland:sqlite-cleanup-gilerlend-aasland/cpython:sqlite-cleanup-gilCopy head branch name to clipboard
Commits
Commits on Aug 24, 2021
Acquire GIL at the very start of callbacks; release at the very end
Show description for e4f4679committed
Erlend E. Aasland
Commits on Aug 31, 2021
- committed
Erlend E. Aasland Address review
Show description for d42eb38committed
Erlend E. Aasland