bpo-42064: Remove stale extern declarations in `sqlite3` headers by erlend-aasland · Pull Request #26840 · python/cpython

@erlend-aasland

@erlend-aasland erlend-aasland changed the title bpo-42064: Remove stale extern declarations in sqlite3 bpo-42064: Remove stale extern declarations in sqlite3 headers

Jun 21, 2021

corona10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO, we may need to update Tools/c-analyzer/cpython/ignored.tsv

See:

Modules/_sqlite/connection.h - pysqlite_ConnectionType -

@erlend-aasland

IMHO, we may need to update Tools/c-analyzer/cpython/ignored.tsv

I didn't know about this; thanks for the heads up! I'll update the PR. UPDATE: fixed in 285b341

Erlend E. Aasland added 2 commits

June 23, 2021 08:29

@erlend-aasland

@corona10 I'll have an extra look at this later today; there's a lot more that can be removed from the c-analyzer ignore list.

corona10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@erlend-aasland