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-14.03:25:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581650712.98.0.799868474663.issue39630@roundup.psfhosted.org>
In-reply-to
Content
Here are some fixes of char * pointers to literals that should be const char * in these four files.

+++ Objects/frameobject.c
+++ Objects/genobject.c
+++ Python/codecs.c
+++ Python/errors.c
History
Date User Action Args
2020-02-14 03:25:13petdancesetrecipients: + petdance
2020-02-14 03:25:12petdancesetmessageid: <1581650712.98.0.799868474663.issue39630@roundup.psfhosted.org>
2020-02-14 03:25:12petdancelinkissue39630 messages
2020-02-14 03:25:12petdancecreate