mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
some RiscOS stuff I missed before (was only looking for "RISCOS")
This commit is contained in:
parent
ceaafa66ef
commit
289bc05709
15 changed files with 57 additions and 117 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
import sys
|
||||
from test.test_support import run_unittest, TestSkipped
|
||||
|
||||
if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
|
||||
if sys.platform[:3] in ('win', 'os2'):
|
||||
raise TestSkipped, "Can't test signal on %s" % sys.platform
|
||||
|
||||
process_pid = os.getpid()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue