[issue43314] [sqlite3] remove pre SQLite 3.7.7 support code

2021-02-25 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43314] [sqlite3] remove pre SQLite 3.7.7 support code

2021-02-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 3150754f91fc1d15e3888e22c065672838a9c069 by Erlend Egeberg Aasland in branch 'master': bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637) https://github.com/python/cpython/commit/3150754f91fc1d15e3888e22c065672838a9c069 --

[issue43314] [sqlite3] remove pre SQLite 3.7.7 support code

2021-02-24 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +23422 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24637 ___ Python tracker

[issue43314] [sqlite3] remove pre SQLite 3.7.7 support code

2021-02-24 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : I missed the SQLITE_OPEN_URI #ifdef in GH-24106. The "open URI" interface was added in 3.7.7. The dead code can safely be removed. $ grep -r SQLITE_OPEN_URI sqlite-3.7.6/ $ grep -r SQLITE_OPEN_URI sqlite-3.7.7/ [...] sqlite-3.7.7/sqlite3.h:#define