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 larry
Recipients christian.heimes, larry, ncoghlan, vajrasky
Date 2013-12-05.22:52:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386283948.23.0.664557786221.issue19296@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect dbm_open predates the common availability of "const".  I assert we can safely assume it won't overwrite the contents of the buffer.  (Barring spectacular memory corruption bugs that "const" would be powerless to prevent.)
History
Date User Action Args
2013-12-05 22:52:28larrysetrecipients: + larry, ncoghlan, christian.heimes, vajrasky
2013-12-05 22:52:28larrysetmessageid: <1386283948.23.0.664557786221.issue19296@psf.upfronthosting.co.za>
2013-12-05 22:52:28larrylinkissue19296 messages
2013-12-05 22:52:28larrycreate