Get more Python tests passing (#141)

This commit is contained in:
Justine Tunney 2021-08-16 15:26:31 -07:00
parent 916f19eea1
commit 59e1c245d1
141 changed files with 3536 additions and 1203 deletions

View file

@ -408,7 +408,7 @@
#define HAVE_GETPEERNAME 1
/* Define to 1 if you have the `getpgid' function. */
/* #undef HAVE_GETPGID */
#define HAVE_GETPGID 1
/* Define to 1 if you have the `getpgrp' function. */
#define HAVE_GETPGRP 1
@ -592,7 +592,7 @@
/* #undef HAVE_LUTIMES */
/* Define this if you have the makedev macro. */
/* #undef HAVE_MAKEDEV */
#define HAVE_MAKEDEV 1
/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1
@ -1486,4 +1486,6 @@
#define Py_NSIG 32
#define HAVE_SYSTEM 1
#endif /*Py_PYCONFIG_H*/