mirror of
https://github.com/python/cpython.git
synced 2025-11-11 19:12:05 +00:00
Whitespace normalization.
This commit is contained in:
parent
26cad08748
commit
4edcba69f3
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ def _unsuppress_core_files(self, old_limit):
|
||||||
resource.setrlimit(resource.RLIMIT_CORE, old_limit)
|
resource.setrlimit(resource.RLIMIT_CORE, old_limit)
|
||||||
except (ImportError, ValueError, resource.error):
|
except (ImportError, ValueError, resource.error):
|
||||||
return
|
return
|
||||||
|
|
||||||
def test_run_abort(self):
|
def test_run_abort(self):
|
||||||
# returncode handles signal termination
|
# returncode handles signal termination
|
||||||
old_limit = self._suppress_core_files()
|
old_limit = self._suppress_core_files()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue