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 Decorater, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-21.15:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511279604.69.0.213398074469.issue32096@psf.upfronthosting.co.za>
In-reply-to
Content
> 2. statically initialize the "raw" allocator with defaults, enough
>   to make PyMem_RawMalloc() and PyMem_RawFree() work pre-init (this
>   is what my PR does)

As I explained, the code to initialize PyMem_Raw allocator is complex and I would really prefer to only initialize it "partially" to prevent bad surprises.
History
Date User Action Args
2017-11-21 15:53:24vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater
2017-11-21 15:53:24vstinnersetmessageid: <1511279604.69.0.213398074469.issue32096@psf.upfronthosting.co.za>
2017-11-21 15:53:24vstinnerlinkissue32096 messages
2017-11-21 15:53:24vstinnercreate