File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ PERFORMANCE OF THIS SOFTWARE.
5959#include <ctype.h>
6060
6161#ifdef WITH_THREAD
62- #include "thread .h"
62+ #include "pythread .h"
6363#endif
6464
6565#ifdef MS_WINDOWS
@@ -71,6 +71,10 @@ PERFORMANCE OF THIS SOFTWARE.
7171#include "myselect.h"
7272#endif
7373
74+ #ifdef PYOS_OS2
75+ #include "myselect.h"
76+ #endif
77+
7478#include <tcl.h>
7579#include <tk.h>
7680
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ PERFORMANCE OF THIS SOFTWARE.
4242
4343#include "Python.h"
4444#ifdef WITH_THREAD
45- #include "thread .h"
45+ #include "pythread .h"
4646#endif
4747
4848#include <sys/types.h>
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ PERFORMANCE OF THIS SOFTWARE.
9393
9494#ifdef WITH_THREAD
9595#include <sys/types.h> /* For pid_t */
96- #include "thread .h"
96+ #include "pythread .h"
9797static long main_thread ;
9898static pid_t main_pid ;
9999#endif
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Socket methods:
8787
8888#include "Python.h"
8989#if defined(WITH_THREAD ) && !defined(HAVE_GETHOSTBYNAME_R ) && !defined(MS_WINDOWS )
90- #include "thread .h"
90+ #include "pythread .h"
9191#endif
9292
9393#ifdef HAVE_UNISTD_H
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ PERFORMANCE OF THIS SOFTWARE.
8585
8686#ifdef WITH_THREAD
8787
88- #include "thread .h"
88+ #include "pythread .h"
8989
9090static type_lock StdwinLock ; /* Lock held when interpreter not locked */
9191
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ PERFORMANCE OF THIS SOFTWARE.
4040#error "Then run `make clean' followed by `make'."
4141#endif
4242
43- #include "thread .h"
43+ #include "pythread .h"
4444
4545static PyObject * ThreadError ;
4646
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ static long dxp[256];
109109#ifdef WITH_THREAD
110110
111111#include <errno.h>
112- #include "thread .h"
112+ #include "pythread .h"
113113
114114extern int _PyThread_Started ; /* Flag for Py_Exit */
115115
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ _PyImport_Fini()
119119
120120#ifdef WITH_THREAD
121121
122- #include "thread .h"
122+ #include "pythread .h"
123123
124124static type_lock import_lock = 0 ;
125125static long import_lock_thread = -1 ;
Original file line number Diff line number Diff line change @@ -1031,7 +1031,7 @@ Py_FatalError(msg)
10311031/* Clean up and exit */
10321032
10331033#ifdef WITH_THREAD
1034- #include "thread .h"
1034+ #include "pythread .h"
10351035int _PyThread_Started = 0 ; /* Set by threadmodule.c and maybe others */
10361036#endif
10371037
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ extern char *getenv();
5959#endif
6060#endif
6161
62- #include "thread .h"
62+ #include "pythread .h"
6363
6464#ifdef __ksr__
6565#define _POSIX_THREADS
You can’t perform that action at this time.
0 commit comments