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 izbyshev
Recipients berker.peksag, izbyshev, serhiy.storchaka, vstinner
Date 2018-10-28.16:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540742699.9.0.788709270274.issue35090@psf.upfronthosting.co.za>
In-reply-to
Content
May be we should add a new function (_PyMem_RawMallocItems?) that does the same checks as PyMem_RawCalloc, but doesn't zero-initialize memory?
History
Date User Action Args
2018-10-28 16:04:59izbyshevsetrecipients: + izbyshev, vstinner, berker.peksag, serhiy.storchaka
2018-10-28 16:04:59izbyshevsetmessageid: <1540742699.9.0.788709270274.issue35090@psf.upfronthosting.co.za>
2018-10-28 16:04:59izbyshevlinkissue35090 messages
2018-10-28 16:04:59izbyshevcreate