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 15d263e commit 328cfdeCopy full SHA for 328cfde
Modules/getpath.c
@@ -909,7 +909,7 @@ calculate_init(PyCalculatePath *calculate,
909
return DECODE_LOCALE_ERR("PREFIX define", len);
910
}
911
calculate->exec_prefix = Py_DecodeLocale(EXEC_PREFIX, &len);
912
- if (!calculate->prefix) {
+ if (!calculate->exec_prefix) {
913
return DECODE_LOCALE_ERR("EXEC_PREFIX define", len);
914
915
calculate->lib_python = Py_DecodeLocale("lib/python" VERSION, &len);
0 commit comments