mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Remove long-redundant plat-win from sys.path on Windows
This commit is contained in:
parent
467d12fcb2
commit
0ceb671aff
@ -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…
x
Reference in New Issue
Block a user