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 erlendaasland, serhiy.storchaka, vstinner, xiang.zhang
Date 2021-04-16.07:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618559163.27.0.51073412634.issue35056@roundup.psfhosted.org>
In-reply-to
Content
The msize() talk is referring to msg389039 and msg328533. If we are to use Python memory allocators for the sqlite3 extension module, we need some sort of msize() function; overriding SQLite's memory functions requires msize() support.
History
Date User Action Args
2021-04-16 07:46:03erlendaaslandsetrecipients: + erlendaasland, vstinner, serhiy.storchaka, xiang.zhang
2021-04-16 07:46:03erlendaaslandsetmessageid: <1618559163.27.0.51073412634.issue35056@roundup.psfhosted.org>
2021-04-16 07:46:03erlendaaslandlinkissue35056 messages
2021-04-16 07:46:02erlendaaslandcreate