[New-bugs-announce] [issue44991] [sqlite3] cleanup GIL handling

Erlend E. Aasland report at bugs.python.org
Tue Aug 24 09:07:12 EDT 2021


New submission from Erlend E. Aasland <erlend.aasland at innova.no>:

Quoting msg400205 by Petr in bpo-42064:
I think the module could use a more comprehensive review for GIL handling, rather than doing it piecewise in individual PRs. I recommend that any function passed to SQLite (and only those) should
  - be named `*_callback`, for clarity
  - acquire the GIL at the very start
  - release the GIL at the very end

----------
assignee: erlendaasland
components: Extension Modules
messages: 400207
nosy: erlendaasland, petr.viktorin
priority: normal
severity: normal
status: open
title: [sqlite3] cleanup GIL handling
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44991>
_______________________________________


More information about the New-bugs-announce mailing list