mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
Renamed thread.h to pythread.h.
This commit is contained in:
+1
-1
@@ -1031,7 +1031,7 @@ Py_FatalError(msg)
|
||||
/* Clean up and exit */
|
||||
|
||||
#ifdef WITH_THREAD
|
||||
#include "thread.h"
|
||||
#include "pythread.h"
|
||||
int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user