closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
This commit is contained in:
@@ -1407,7 +1407,7 @@ static PyObject *surrogateescape_errors(PyObject *self, PyObject *exc)
|
||||
static int _PyCodecRegistry_Init(void)
|
||||
{
|
||||
static struct {
|
||||
char *name;
|
||||
const char *name;
|
||||
PyMethodDef def;
|
||||
} methods[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user