We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a6457 commit d113655Copy full SHA for d113655
Lib/test/test_subprocess.py
@@ -1882,8 +1882,6 @@ def bad_error(*args):
1882
1883
@unittest.skipIf(not os.path.exists('/proc/self/status'),
1884
"need /proc/self/status")
1885
- @skip_if_sanitizer(memory=True, address=True,
1886
- reason= "Spurious error when assigning to stack variable.")
1887
def test_restore_signals(self):
1888
# Blindly assume that cat exists on systems with /proc/self/status...
1889
default_proc_status = subprocess.check_output(
0 commit comments