Kaydet (Commit) 524eac0f authored tarafından Xavier de Gaye's avatar Xavier de Gaye

Issue #26934: Fix test_faulthandler on Android where raise() exits with 0,

with a cosmetic change to add a commit message with the issue number,
missing from the previous two commits.
üst c4bd0fe2
...@@ -44,7 +44,7 @@ def temporary_filename(): ...@@ -44,7 +44,7 @@ def temporary_filename():
def requires_raise(test): def requires_raise(test):
return (test if not is_android else return (test if not is_android else
requires_android_level(24, 'raise() is buggy')(test)) requires_android_level(24, 'raise() is buggy')(test))
class FaultHandlerTests(unittest.TestCase): class FaultHandlerTests(unittest.TestCase):
def get_output(self, code, filename=None, fd=None): def get_output(self, code, filename=None, fd=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment