[issue39630] Const some pointers to string literals

Andy Lester report at bugs.python.org
Thu Feb 13 22:25:13 EST 2020


New submission from Andy Lester <andy at petdance.com>:

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

----------
components: Interpreter Core
messages: 361982
nosy: petdance
priority: normal
severity: normal
status: open
title: Const some pointers to string literals
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39630>
_______________________________________


More information about the Python-bugs-list mailing list