New submission from Erlend Egeberg Aasland <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue43269> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
