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 OO O
Recipients OO O, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-02-03.21:54:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517694848.74.0.467229070634.issue32759@psf.upfronthosting.co.za>
In-reply-to
Content
mp.heap.BufferWrapper._heap = mp.heap.Heap ()
gc.collect ()

This is working!! The memory is cleared.
Just delete the globe _heap and recreate a new one, but is the the correct way???
History
Date User Action Args
2018-02-03 21:54:08OO Osetrecipients: + OO O, paul.moore, tim.golden, zach.ware, steve.dower
2018-02-03 21:54:08OO Osetmessageid: <1517694848.74.0.467229070634.issue32759@psf.upfronthosting.co.za>
2018-02-03 21:54:08OO Olinkissue32759 messages
2018-02-03 21:54:08OO Ocreate