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.09:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618566904.7.0.583796184994.issue35056@roundup.psfhosted.org>
In-reply-to
Content
> This issue is about C extension modules which don't use the Python memory allocator.

Yes, I know. Your proposal in msg328533 is to continue the implementation of bpo-18227:

> _sqlite: call sqlite3_config(SQLITE_CONFIG_MALLOC, pMem) to use PyMem_RawMalloc()

Thus, I thought using this issue would be ok, but I can split the sqlite3 details out in a separate issue. Using sqlite3_config(SQLITE_CONFIG_MALLOC, ...) _requires_ msize().
History
Date User Action Args
2021-04-16 09:55:04erlendaaslandsetrecipients: + erlendaasland, vstinner, serhiy.storchaka, xiang.zhang
2021-04-16 09:55:04erlendaaslandsetmessageid: <1618566904.7.0.583796184994.issue35056@roundup.psfhosted.org>
2021-04-16 09:55:04erlendaaslandlinkissue35056 messages
2021-04-16 09:55:04erlendaaslandcreate