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 catalin.manciu, vstinner
Date 2016-02-18.16:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455812489.64.0.87392176576.issue26382@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of modifying individual files, I proposed to modify PyMem_Malloc to use PyObject_Malloc allocator: issue #26249.

But the patch for Python 2 still makes sense.
History
Date User Action Args
2016-02-18 16:21:29vstinnersetrecipients: + vstinner, catalin.manciu
2016-02-18 16:21:29vstinnersetmessageid: <1455812489.64.0.87392176576.issue26382@psf.upfronthosting.co.za>
2016-02-18 16:21:29vstinnerlinkissue26382 messages
2016-02-18 16:21:29vstinnercreate