--- Python-3.14.0/Lib/test/test_embed.py.orig +++ Python-3.14.0/Lib/test/test_embed.py @@ -1799,6 +1799,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),