mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Copy the change from ../getpathp.c here.
This commit is contained in:
parent
2dbabb2801
commit
d0ec7616ea
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ calculate_path()
|
|||
}
|
||||
else
|
||||
bufsz = 0;
|
||||
bufsz += strlen(PYTHONPATH);
|
||||
bufsz += strlen(PYTHONPATH) + 1;
|
||||
if (envpath != NULL)
|
||||
bufsz += strlen(envpath) + 1;
|
||||
bufsz += strlen(argv0_path) + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue