python3: More of 'prefer unix sep if MSYSTEM'

os.getcwd and _getfullpathname

Also stopped using 0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch
as I'm fairly sure it's not necessary.
This commit is contained in:
Ray Donnelly
2015-03-09 22:51:26 +00:00
parent f3ec82225f
commit 40ee28216f
3 changed files with 162 additions and 47 deletions

View File

@@ -2,9 +2,9 @@ diff -urN a/Include/osdefs.h b/Include/osdefs.h
--- a/Include/osdefs.h 2014-10-11 14:23:05.655352800 +0100
+++ b/Include/osdefs.h 2014-10-11 14:23:07.572462400 +0100
@@ -17,7 +17,6 @@
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
#define SEP L'\\'
#define ALTSEP L'/'
#endif
-#define MAXPATHLEN 256
#define DELIM L';'
#define DELIMSTR ";"