8000 bpo-45020: Default to using frozen modules unless running from source tree. by ericsnowcurrently · Pull Request #28940 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45020: Default to using frozen modules unless running from source tree. #28940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Prev Previous commit
Next Next commit
Drop extraneous changes.
  • Loading branch information
ericsnowcurrently committed Oct 14, 2021
commit dc832f5f67a1aa24391b24a853a52679714a2aae
2 changes: 0 additions & 2 deletions Python/pathconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "pycore_pathconfig.h"
#include "pycore_pymem.h" // _PyMem_SetDefaultAllocator()
#include <wchar.h>
#include <stdbool.h>
#ifdef MS_WINDOWS
# include <windows.h> // GetFullPathNameW(), MAX_PATH
#endif
Expand Down Expand Up @@ -633,7 +632,6 @@ Py_GetProgramName(void)
return _Py_path_config.program_name;
}


/* Compute module search path from argv[0] or the current working
directory ("-m module" case) which will be prepended to sys.argv:
sys.path[0].
Expand Down
0