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 1600c31 commit 7fb6b72Copy full SHA for 7fb6b72
Lib/test/test_resource.py
@@ -77,7 +77,7 @@ def test_fsize_enforced(self):
77
f.flush()
78
finally:
79
resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max_lim))
80
-
+
81
@unittest.skipIf(sys.platform == "vxworks",
82
"setting RLIMIT_FSIZE is not supported on VxWorks")
83
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')
0 commit comments