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:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511279334.68.0.213398074469.issue32096@psf.upfronthosting.co.za>
In-reply-to
Content
"3. use hard-coded defaults in PyMem_RawMalloc() and PyMem_RawFree() if the runtime has not been initialized yet"

I dislike this option since it can have a negative impact on performances. The PEP 445 already added a new level of indirection and so made memory allocations a little bit slower.
History
Date User Action Args
2017-11-21 15:48:54vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater
2017-11-21 15:48:54vstinnersetmessageid: <1511279334.68.0.213398074469.issue32096@psf.upfronthosting.co.za>
2017-11-21 15:48:54vstinnerlinkissue32096 messages
2017-11-21 15:48:54vstinnercreate