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 methane, petdance, serhiy.storchaka, vstinner
Date 2020-03-27.01:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585271921.82.0.393763834672.issue39943@roundup.psfhosted.org>
In-reply-to
Content
What is the rationale for adding const? For example, does the PR 19185 fix any compiler warning or any bug? While PR 19185 is correct, I am not sure that we should modify the 607K lines of C code of CPython to add const everywhere. I'm fine with using const for new code, but I'm not sure that it's worth it to modify exiting code.
History
Date User Action Args
2020-03-27 01:18:41vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, petdance
2020-03-27 01:18:41vstinnersetmessageid: <1585271921.82.0.393763834672.issue39943@roundup.psfhosted.org>
2020-03-27 01:18:41vstinnerlinkissue39943 messages
2020-03-27 01:18:41vstinnercreate