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 xdegaye
Recipients serhiy.storchaka, vstinner, xdegaye
Date 2017-06-19.14:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497880855.55.0.679170237514.issue30695@psf.upfronthosting.co.za>
In-reply-to
Content
Good point. Not freeing the memory made the implementation of set_nomemory_allocator() simpler, no need to call PyMem_GetAllocator(). Forget about this point, sorry :-)
History
Date User Action Args
2017-06-19 14:00:55xdegayesetrecipients: + xdegaye, vstinner, serhiy.storchaka
2017-06-19 14:00:55xdegayesetmessageid: <1497880855.55.0.679170237514.issue30695@psf.upfronthosting.co.za>
2017-06-19 14:00:55xdegayelinkissue30695 messages
2017-06-19 14:00:55xdegayecreate