Skip to content

Commit 4211927

Browse files
pablogsalvstinner
andauthored
Update Modules/getpath.c
Co-authored-by: Victor Stinner <[email protected]>
1 parent 4a25c17 commit 4211927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/getpath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ calculate_zip_path(PyCalculatePath *calculate)
13051305
if (calculate->prefix_found > 0) {
13061306
/* Use the reduced prefix returned by Py_GetPrefix()
13071307
1308-
Path: <basename(basename(prefix))> / <PLATLIBDIR> / ZIPNAME */
1308+
Path: <basename(basename(prefix))> / <PLATLIBDIR> / "pythonXY.zip" */
13091309
wchar_t *parent = _PyMem_RawWcsdup(calculate->prefix);
13101310
if (parent == NULL) {
13111311
res = _PyStatus_NO_MEMORY();

0 commit comments

Comments
 (0)