1 This patch was adapted from a 2.6 patch which came from upstream:
2 http://bugs.python.org/issue19561
4 --- Python-3.7.1/Include/pyport.h 2018-11-28 07:14:14.109375435 +0000
5 +++ Python-3.7.1/Include/pyport.h 2018-11-28 07:00:39.425497609 +0000
6 @@ -539,11 +539,6 @@ Please be conservative with adding new o
7 in platform-specific #ifdefs.
8 **************************************************************************/
12 -extern int gethostname(char *, int);
16 #include <sys/types.h> /* we need to import mode_t */
17 extern char * _getpty(int *, int, mode_t, int);