Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-42064: Remove stale extern declarations in sqlite3 headers #26840

Merged
merged 3 commits into from Jun 23, 2021

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jun 21, 2021

@erlend-aasland erlend-aasland requested a review from pablogsal Jun 21, 2021
@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
Copy link
Member

@corona10 corona10 left a comment

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

See:

Modules/_sqlite/connection.h - pysqlite_ConnectionType -

@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Jun 23, 2021

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-aasland
Copy link
Contributor Author

erlend-aasland commented Jun 23, 2021

@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.

@erlend-aasland erlend-aasland marked this pull request as draft Jun 23, 2021
@erlend-aasland erlend-aasland marked this pull request as ready for review Jun 23, 2021
@erlend-aasland erlend-aasland requested a review from corona10 Jun 23, 2021
Copy link
Member

@corona10 corona10 left a comment

lgtm

@corona10 corona10 merged commit 019ad62 into python:main Jun 23, 2021
12 checks passed
@erlend-aasland erlend-aasland deleted the sqlite-cleanup branch Jun 23, 2021
@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Jun 23, 2021

Thanks, @corona10 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants