Changeset 1253
- Timestamp:
- Nov 9, 2017, 11:34:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified python/trunk/Modules/posixmodule.c ¶
r404 r1253 142 142 #else /* all other compilers */ 143 143 /* Unix functions that the configure script doesn't check for */ 144 #if defined(PYOS_OS2) 145 #define HAVE_SPAWNV 1 146 #endif 144 147 #define HAVE_EXECV 1 145 148 #define HAVE_FORK 1
Note:
See TracChangeset
for help on using the changeset viewer.