mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
This commit is contained in:
parent
8473e5740f
commit
de0b962998
6 changed files with 4 additions and 14 deletions
|
@ -15,9 +15,6 @@ try:
|
|||
except ImportError:
|
||||
threading = None
|
||||
|
||||
if sys.platform == 'riscos':
|
||||
raise unittest.SkipTest("Can't test signal on %s" % sys.platform)
|
||||
|
||||
|
||||
class HandlerBCalled(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue