We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1db4e commit f16f93eCopy full SHA for f16f93e
Modules/getpath.c
@@ -756,7 +756,7 @@ library_to_dict(PyObject *dict, const char *key)
756
}
757
#elif defined(WITH_NEXT_FRAMEWORK) && !defined(PY_BOOTSTRAP_PYTHON)
758
// _bootstrap_python does not use framework and crashes
759
- static const char modPath[MAXPATHLEN + 1];
+ static char modPath[MAXPATHLEN + 1];
760
static int modPathInitialized = -1;
761
if (modPathInitialized < 0) {
762
NSModule pythonModule;
0 commit comments