mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Get more Python tests passing (#141)
This commit is contained in:
parent
916f19eea1
commit
59e1c245d1
141 changed files with 3536 additions and 1203 deletions
6
third_party/python/pyconfig.h
vendored
6
third_party/python/pyconfig.h
vendored
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue