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 christian.heimes
Recipients benjamin.peterson, christian.heimes, gregory.p.smith
Date 2013-03-12.17:09:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363108148.62.0.704420942168.issue17405@psf.upfronthosting.co.za>
In-reply-to
Content
mlock() can prevent swapping but it may need extra capabilities. A working memset_s() removes critical information from core dumps at least.

If we don't want to add _Py_memset_s() then I'm going to remove the dysfunctional clearstate macro from my sha3 module.
History
Date User Action Args
2013-03-12 17:09:08christian.heimessetrecipients: + christian.heimes, gregory.p.smith, benjamin.peterson
2013-03-12 17:09:08christian.heimessetmessageid: <1363108148.62.0.704420942168.issue17405@psf.upfronthosting.co.za>
2013-03-12 17:09:08christian.heimeslinkissue17405 messages
2013-03-12 17:09:08christian.heimescreate