From 1e7571661c6220a3f031acd7870a759164432f57 Mon Sep 17 00:00:00 2001 From: Furkan Onder Date: Tue, 5 Aug 2025 08:32:21 +0000 Subject: [PATCH] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (cherry picked from commit 7f416c867445dd94d11ee9df5f1a2d9d6eb8d883) Co-authored-by: Furkan Onder --- Lib/test/_test_eintr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/_test_eintr.py b/Lib/test/_test_eintr.py index 493932d6c6d441..b7e23660dd0a85 100644 --- a/Lib/test/_test_eintr.py +++ b/Lib/test/_test_eintr.py @@ -369,6 +369,8 @@ def os_open(self, path): @unittest.skipIf(sys.platform == "darwin", "hangs under macOS; see bpo-25234, bpo-35363") + @unittest.skipIf(sys.platform.startswith('netbsd'), + "hangs on NetBSD; see gh-137397") def test_os_open(self): self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)", self.os_open) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy