[New-bugs-announce] [issue43314] [sqlite3] remove pre SQLite 3.7.7 support code

Erlend Egeberg Aasland report at bugs.python.org
Wed Feb 24 05:48:54 EST 2021


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

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 SQLITE_OPEN_URI              0x00000040  /* Ok for sqlite3_open_v2() */

----------
components: Library (Lib)
messages: 387616
nosy: berker.peksag, erlendaasland, serhiy.storchaka
priority: normal
severity: normal
status: open
title: [sqlite3] remove pre SQLite 3.7.7 support code
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list