[New-bugs-announce] [issue43269] [sqlite3] Clean up function scoping

Erlend Egeberg Aasland report at bugs.python.org
Fri Feb 19 07:05:57 EST 2021


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

There's a lot of file scoped functions without the static storage-class specifier. All file local functions should have the static storage-class specifier.

----------
components: Library (Lib)
messages: 387310
nosy: berker.peksag, erlendaasland
priority: normal
severity: normal
status: open
title: [sqlite3] Clean up function scoping
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list