From dc9d2eea587a0e1a651495c82798ca55b6be0b1b Mon Sep 17 00:00:00 2001 From: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com> Date: Sun, 23 Nov 2025 00:27:05 +0800 Subject: [PATCH] gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841) --- Lib/test/test_capi/test_opt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_capi/test_opt.py b/Lib/test/test_capi/test_opt.py index 25372fee58e0..58242f9ac3a0 100644 --- a/Lib/test/test_capi/test_opt.py +++ b/Lib/test/test_capi/test_opt.py @@ -2480,8 +2480,6 @@ class TestUopsOptimization(unittest.TestCase): testfunc(_testinternalcapi.TIER2_THRESHOLD) - ex = get_first_executor(testfunc) - assert ex is not None """)) def test_pop_top_specialize_none(self): -- 2.47.3