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 4a25c17 commit 4211927Copy full SHA for 4211927
Modules/getpath.c
@@ -1305,7 +1305,7 @@ calculate_zip_path(PyCalculatePath *calculate)
1305
if (calculate->prefix_found > 0) {
1306
/* Use the reduced prefix returned by Py_GetPrefix()
1307
1308
- Path: <basename(basename(prefix))> / <PLATLIBDIR> / ZIPNAME */
+ Path: <basename(basename(prefix))> / <PLATLIBDIR> / "pythonXY.zip" */
1309
wchar_t *parent = _PyMem_RawWcsdup(calculate->prefix);
1310
if (parent == NULL) {
1311
res = _PyStatus_NO_MEMORY();
0 commit comments