diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-08-31 12:18:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 12:18:43 (GMT) |
commit | 001ef4600f5ab2e1d7825ddbc0f253377c234d7e (patch) | |
tree | b7761c7fd6e81f80d32671c9750f075c3e03e5e7 /Python/traceback.c | |
parent | edae42f99f8153b92ccf365dbd1c2fa954f913b4 (diff) | |
download | cpython-001ef4600f5ab2e1d7825ddbc0f253377c234d7e.zip cpython-001ef4600f5ab2e1d7825ddbc0f253377c234d7e.tar.gz cpython-001ef4600f5ab2e1d7825ddbc0f253377c234d7e.tar.bz2 |
bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934)
- acquire the GIL at the very start[1]
- release the GIL at the very end
[1] The trace callback performs a sanity check before acquiring the GIL
Automerge-Triggered-By: GH:encukou
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions