From 0770399401e51c41db807dbe1993645d1da401bd Mon Sep 17 00:00:00 2001 From: ada Date: Fri, 31 Jul 2026 17:04:35 -0500 Subject: [PATCH] Re-enable NSKIP009 __class__ cell corruption crash is gone. --- Lib/test/test_super.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_super.py b/Lib/test/test_super.py index 0dc8b15ea01a885..5912c8cb729d5b2 100644 --- a/Lib/test/test_super.py +++ b/Lib/test/test_super.py @@ -47,8 +47,6 @@ class G(A): pass -# NSKIP009 https://github.com/nanvix/cpython/issues/477 -@unittest.skipIf(support.is_nanvix, "NSKIP009: VM crash from __class__ cell corruption") class TestSuper(unittest.TestCase): def tearDown(self):