This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients berker.peksag, erlendaasland, serhiy.storchaka
Date 2021-04-14.15:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618412417.1.0.217636062392.issue43505@roundup.psfhosted.org>
In-reply-to
Content
> Making SQLITE_OMIT_AUTOINIT the default behavior would pretty much break every application that use SQLite [...]

Yeah, I know, _but_ if some user decides use a SQLite library compiled with SQLITE_OMIT_AUTOINIT (because it is mentioned in the "Recommended Compile-time Optinos"[1]), Python 3.10 won't break :)


[1] https://sqlite.org/compile.html
History
Date User Action Args
2021-04-14 15:00:17erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka
2021-04-14 15:00:17erlendaaslandsetmessageid: <1618412417.1.0.217636062392.issue43505@roundup.psfhosted.org>
2021-04-14 15:00:17erlendaaslandlinkissue43505 messages
2021-04-14 15:00:17erlendaaslandcreate