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 4564e1f commit 1808a8aCopy full SHA for 1808a8a
Lib/test/test_resource.py
@@ -66,6 +66,7 @@ def test_fsize_enforced(self):
66
# Close will attempt to flush the byte we wrote
67
# Restore limit first to avoid getting a spurious error
68
resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max_lim))
69
+
70
@unittest.skipIf(sys.platform == "vxworks",
71
"setting RLIMIT_FSIZE is not supported on VxWorks")
72
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')
0 commit comments