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 vstinner
Recipients vstinner, xiang.zhang
Date 2018-12-03.15:22:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543850560.07.0.788709270274.issue31473@psf.upfronthosting.co.za>
In-reply-to
Content
See also bpo-35265: "Internal C API: pass the memory allocator in a context".

The most complex part is the Python initialization which changes the memory allocator *and* allocate memory. We have to remain which allocator has been used to allocate data, to be able to release memory at exit.
History
Date User Action Args
2018-12-03 15:22:40vstinnersetrecipients: + vstinner, xiang.zhang
2018-12-03 15:22:40vstinnersetmessageid: <1543850560.07.0.788709270274.issue31473@psf.upfronthosting.co.za>
2018-12-03 15:22:40vstinnerlinkissue31473 messages
2018-12-03 15:22:40vstinnercreate