mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
nt thread support
This commit is contained in:
parent
b4e7e25fe6
commit
c3f82b6b8a
2 changed files with 249 additions and 0 deletions
|
@ -126,6 +126,10 @@ void init_thread _P0()
|
|||
#include "thread_cthread.h"
|
||||
#endif
|
||||
|
||||
#ifdef NT_THREADS
|
||||
#include "thread_nt.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef FOOBAR_THREADS
|
||||
#include "thread_foobar.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue