Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6807b commit 09090d0Copy full SHA for 09090d0
1 file changed
Modules/getpath.c
@@ -1142,7 +1142,7 @@ calculate_init(PyCalculatePath *calculate,
1142
return DECODE_LOCALE_ERR("PREFIX define", len);
1143
}
1144
calculate->exec_prefix = Py_DecodeLocale(EXEC_PREFIX, &len);
1145
- if (!calculate->prefix) {
+ if (!calculate->exec_prefix) {
1146
return DECODE_LOCALE_ERR("EXEC_PREFIX define", len);
1147
1148
calculate->lib_python = Py_DecodeLocale("lib/python" VERSION, &len);
0 commit comments