mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#16135: Removal of OS/2 support (Python code partial cleanup)
This commit is contained in:
parent
f1af705720
commit
4791a24268
11 changed files with 20 additions and 89 deletions
|
@ -451,8 +451,7 @@ class ThreadJoinOnShutdown(BaseTestCase):
|
|||
# #12316 and #11870), and fork() from a worker thread is known to trigger
|
||||
# problems with some operating systems (issue #3863): skip problematic tests
|
||||
# on platforms known to behave badly.
|
||||
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5',
|
||||
'os2emx')
|
||||
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5')
|
||||
|
||||
def _run_and_join(self, script):
|
||||
script = """if 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue