mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Renamed thread.h to pythread.h.
This commit is contained in:
parent
c456d36bde
commit
49b560698b
10 changed files with 14 additions and 10 deletions
|
@ -87,7 +87,7 @@ Socket methods:
|
|||
|
||||
#include "Python.h"
|
||||
#if defined(WITH_THREAD) && !defined(HAVE_GETHOSTBYNAME_R) && !defined(MS_WINDOWS)
|
||||
#include "thread.h"
|
||||
#include "pythread.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue