--- Python-3.14.2/Lib/test/test_embed.py.orig +++ Python-3.14.2/Lib/test/test_embed.py @@ -1837,6 +1837,7 @@ self.run_embedded_interpreter("test_get_argc_argv") # ignore output + @unittest.skip("https://github.com/python/cpython/issues/139927") def test_init_use_frozen_modules(self): tests = { ('=on', True),