Update python to 3.7.0 (#4047)
* Initial python-3.7 port * python3: Add setup.config.in to remove before patching * python3: Implement setenv for mingw. Fix building with NT threads. Build with unicode * Fix typos * Fix linking core modules * Mingw build have exec_prefix * Remove deprecated patch * Fix building python and modules. Failing to build readline module and install not working yet * More getpath changes and more aggressive path separator conversion * Fix readline module compilation and linking errors * python3: By default building with posix threads, NT threads are broken. Some patches optimization. First buildable commit * Py_DecodeLocale handle char, not wchar * Fix building multiprocessing module with posix threads
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -Naur Python-3.6.5-orig/Include/osdefs.h Python-3.6.5/Include/osdefs.h
|
||||
--- Python-3.6.5-orig/Include/osdefs.h 2018-04-16 09:54:05.811662600 +0300
|
||||
+++ Python-3.6.5/Include/osdefs.h 2018-04-16 09:54:37.731375600 +0300
|
||||
diff -Naur Python-3.7.0-orig/Include/osdefs.h Python-3.7.0/Include/osdefs.h
|
||||
--- Python-3.7.0-orig/Include/osdefs.h 2018-06-30 11:16:58.555896800 +0300
|
||||
+++ Python-3.7.0/Include/osdefs.h 2018-06-30 11:17:40.067569700 +0300
|
||||
@@ -10,7 +10,6 @@
|
||||
#ifdef MS_WINDOWS
|
||||
#define SEP L'\\'
|
||||
|
||||
Reference in New Issue
Block a user