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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2015-12-22.12:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450788992.05.0.185149174407.issue25923@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds the const qualifier to char* parameter declarations and static char arrays if appropriate. This makes the code more strict and can help to catch bugs or generate more efficient code. In additional it can decrease memory consumption by avoiding copying constant data.
History
Date User Action Args
2015-12-22 12:56:33serhiy.storchakasetrecipients: + serhiy.storchaka
2015-12-22 12:56:32serhiy.storchakasetmessageid: <1450788992.05.0.185149174407.issue25923@psf.upfronthosting.co.za>
2015-12-22 12:56:31serhiy.storchakalinkissue25923 messages
2015-12-22 12:56:31serhiy.storchakacreate