Message 388737 - Python tracker

Message388737

Author JunyiXie
Recipients JunyiXie, vstinner
Date 2021-03-15.13:09:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615813764.98.0.816351715889.issue43313@roundup.psfhosted.org>
In-reply-to
Content
> 2. when free memory address, find this address in all interpreter pymalloc pool. and free it.(but it need add lock to pymalloc)

when finalize_interp_delete, we need keep interpreter pymalloc pool in linked list.It will be used when search memory in pymalloc pools.
History
Date User Action Args
2021-03-15 13:09:25JunyiXiesetrecipients: + JunyiXie, vstinner
2021-03-15 13:09:24JunyiXiesetmessageid: <1615813764.98.0.816351715889.issue43313@roundup.psfhosted.org>
2021-03-15 13:09:24JunyiXielinkissue43313 messages
2021-03-15 13:09:24JunyiXiecreate