mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove long-redundant plat-win from sys.path on Windows
This commit is contained in:
parent
467d12fcb2
commit
0ceb671aff
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ WIN32 is still required for the locale module.
|
|||
#define MS_WIN32 /* only support win32 and greater. */
|
||||
#define MS_WINDOWS
|
||||
#ifndef PYTHONPATH
|
||||
# define PYTHONPATH L".\\DLLs;.\\lib;.\\lib\\plat-win"
|
||||
# define PYTHONPATH L".\\DLLs;.\\lib"
|
||||
#endif
|
||||
#define NT_THREADS
|
||||
#define WITH_THREAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue