mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
#16135: Removal of OS/2 support (I)
This commit is contained in:
parent
d4b5aaa9a9
commit
b48925a406
7 changed files with 3 additions and 330 deletions
|
|
@ -91,10 +91,6 @@ static size_t _pythread_stacksize = 0;
|
|||
#include "thread_nt.h"
|
||||
#endif
|
||||
|
||||
#ifdef OS2_THREADS
|
||||
#define PYTHREAD_NAME "os2"
|
||||
#include "thread_os2.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef FOOBAR_THREADS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue