mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -119,7 +119,7 @@ _PyImport_Fini()
|
|||
|
||||
#ifdef WITH_THREAD
|
||||
|
||||
#include "thread.h"
|
||||
#include "pythread.h"
|
||||
|
||||
static type_lock import_lock = 0;
|
||||
static long import_lock_thread = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue