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 eric.snow, ncoghlan, vstinner
Date 2018-11-22.16:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542904265.54.0.788709270274.issue35265@psf.upfronthosting.co.za>
In-reply-to
Content
Honestly, I'm not convinced that the change is worth it. It looks like a giant complication for a very specific use case, whereas the current _PyMem_SetDefaultAllocator() solution "works". I close the issue.

Moreover, bpo-35266 conflicts with issue, and bpo-35266 looks more important than this issue, since it impacts the future public API and remove redundancy.
History
Date User Action Args
2018-11-22 16:31:05vstinnersetrecipients: + vstinner, ncoghlan, eric.snow
2018-11-22 16:31:05vstinnersetmessageid: <1542904265.54.0.788709270274.issue35265@psf.upfronthosting.co.za>
2018-11-22 16:31:05vstinnerlinkissue35265 messages
2018-11-22 16:31:05vstinnercreate