mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Closes #16135: Removal of OS/2 support
This commit is contained in:
parent
fa7d5392d4
commit
f01d695ccd
12 changed files with 111 additions and 133 deletions
|
@ -68,7 +68,7 @@ class ThreadRunningTests(BasicThreadTest):
|
|||
thread.stack_size(0)
|
||||
self.assertEqual(thread.stack_size(), 0, "stack_size not reset to default")
|
||||
|
||||
if os.name not in ("nt", "os2", "posix"):
|
||||
if os.name not in ("nt", "posix"):
|
||||
return
|
||||
|
||||
tss_supported = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue