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, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2021-04-28.14:01:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619618505.49.0.458095410861.issue43851@roundup.psfhosted.org>
In-reply-to
Content
I suggest applying the following safe options for the installers: 

# SQLITE_DEFAULT_MEMSTATUS
Memory status is currently not available in the sqlite3 API, so there's no need for SQLite to keep track of this. If we add such an API (not likely, IMO), we can just remove this compile time option. See also bpo-35056.

# SQLITE_OMIT_DEPRECATED
No deprecated API functions are used by the sqlite3 module.

# SQLITE_OMIT_AUTOINIT
The sqlite3 module explicitly initialises SQLite; we can safely apply this option.


I'll update the PR's.

Berker, do you have any opinion about this?
History
Date User Action Args
2021-04-28 14:01:45erlendaaslandsetrecipients: + erlendaasland, paul.moore, ronaldoussoren, tim.golden, ned.deily, berker.peksag, zach.ware, steve.dower
2021-04-28 14:01:45erlendaaslandsetmessageid: <1619618505.49.0.458095410861.issue43851@roundup.psfhosted.org>
2021-04-28 14:01:45erlendaaslandlinkissue43851 messages
2021-04-28 14:01:45erlendaaslandcreate