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 asvetlov
Recipients Tianshu Gao, asvetlov, johndoee, pablogsal, yselivanov
Date 2020-01-21.19:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579636011.23.0.00204257566446.issue37909@roundup.psfhosted.org>
In-reply-to
Content
The latest example releases allocated python objects.
The memory is returned to allocator which, in turn, can hold it for a while. The allocator is not controlled by Python API.

Anyway, if an explicit executor solves your needs -- please just use it.
History
Date User Action Args
2020-01-21 19:46:51asvetlovsetrecipients: + asvetlov, yselivanov, pablogsal, Tianshu Gao, johndoee
2020-01-21 19:46:51asvetlovsetmessageid: <1579636011.23.0.00204257566446.issue37909@roundup.psfhosted.org>
2020-01-21 19:46:51asvetlovlinkissue37909 messages
2020-01-21 19:46:51asvetlovcreate