Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dda400

Browse files
author
Andrew MacIntyre
committed
add support for os.tmpfile()
1 parent 58f22cc commit 0dda400

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PC/os2emx/pyconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ typedef long intptr_t;
236236
/* Define if you have the tcsetpgrp function. */
237237
#define HAVE_TCSETPGRP 1
238238

239+
/* Define if you have the tmpfile function. */
240+
#define HAVE_TMPFILE 1
241+
239242
/* Define if you have the times function. */
240243
#define HAVE_TIMES 1
241244

0 commit comments

Comments
 (0)