mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
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.
This commit is contained in:
parent
c4bd0fe2e3
commit
524eac0f14
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue