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 petdance
Recipients petdance
Date 2020-02-24.04:24:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582518270.89.0.669104927357.issue39736@roundup.psfhosted.org>
In-reply-to
Content
In Modules/_datetimemodule.c, the char *timespec and char *specs[] can be made const.  Their contents are never modified.

In ndarray_get_format in Modules/_testbuffer.c, char *fmt can be made const.
History
Date User Action Args
2020-02-24 04:24:30petdancesetrecipients: + petdance
2020-02-24 04:24:30petdancesetmessageid: <1582518270.89.0.669104927357.issue39736@roundup.psfhosted.org>
2020-02-24 04:24:30petdancelinkissue39736 messages
2020-02-24 04:24:30petdancecreate