From: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:27:05 +0000 (+0800) Subject: gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841) X-Git-Tag: v3.15.0a3~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9d2eea587a0e1a651495c82798ca55b6be0b1b;p=thirdparty%2FPython%2Fcpython.git gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841) --- 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):