[New-bugs-announce] [issue45634] [sqlite3] don't combine error checks when adding integer constants

Erlend E. Aasland report at bugs.python.org
Wed Oct 27 17:02:56 EDT 2021


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

In Modules/_sqlite/module.c, add_integer_constants() accumulates the return values of repeated PyModule_AddIntMacro() calls. We should change this to instead bailing immediately on error.

----------
components: Extension Modules
messages: 405124
nosy: erlendaasland
priority: normal
severity: normal
status: open
title: [sqlite3] don't combine error checks when adding integer constants
versions: Python 3.10, Python 3.11

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


More information about the New-bugs-announce mailing list