Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37517923
en ru br
ALT Linux repositórios
S:3.11.4-alt3

Group :: Development/Python3
RPM: python3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: python-3.8.0-skip-test_setrusage_refcount-alt.patch
Download


--- a/python3/Lib/test/test_resource.py
+++ b/python3/Lib/test/test_resource.py
@@ -111,8 +111,8 @@ class ResourceTest(unittest.TestCase):
         except (ValueError, AttributeError):
             pass
 
-    # Issue 6083: Reference counting bug
-    @unittest.skipIf(sys.platform == "vxworks",
+    # RLIMIT 1000000 unavailable in hasher
+    @unittest.skipIf(sys.platform == "linux",
                      "setting RLIMIT_CPU is not supported on VxWorks")
     def test_setrusage_refcount(self):
         try:
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009