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 Kerrick Staley, erlendaasland
Date 2021-05-09.18:19:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620584362.48.0.988166736148.issue41930@roundup.psfhosted.org>
In-reply-to
Content
FYI, this was just checked into the SQLite fossil repo:

$ fossil update trunk
updated-to:   6df3b03e00b1143be8fed3a39a58ce8106302027 2021-05-08 17:18:23 UTC
tags:         trunk
comment:      Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by default. Omit the SQLITE_ENABLE_DESERIALIZE option and replace it with the SQLITE_OMIT_DESERIALIZE option. (user: drh)


Ref. the SQLite docs: https://www.sqlite.org/compile.html#enable_deserialize
"Future releases of SQLite might enable those interfaces by default and instead offer an SQLITE_OMIT_DESERIALIZE option to leave them out."
History
Date User Action Args
2021-05-09 18:19:22erlendaaslandsetrecipients: + erlendaasland, Kerrick Staley
2021-05-09 18:19:22erlendaaslandsetmessageid: <1620584362.48.0.988166736148.issue41930@roundup.psfhosted.org>
2021-05-09 18:19:22erlendaaslandlinkissue41930 messages
2021-05-09 18:19:22erlendaaslandcreate