https://github.com/python/cpython/commit/dc9d2eea587a0e1a651495c82798ca55b6be0b1b
commit: dc9d2eea587a0e1a651495c82798ca55b6be0b1b
branch: main
author: Yongzi Li <[email protected]>
committer: Fidget-Spinner <[email protected]>
date: 2025-11-23T00:27:05+08:00
summary:

gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841)

files:
M Lib/test/test_capi/test_opt.py

diff --git a/Lib/test/test_capi/test_opt.py b/Lib/test/test_capi/test_opt.py
index 25372fee58e0d7..58242f9ac3a01f 100644
--- a/Lib/test/test_capi/test_opt.py
+++ b/Lib/test/test_capi/test_opt.py
@@ -2480,8 +2480,6 @@ def testfunc(n):
 
 
         testfunc(_testinternalcapi.TIER2_THRESHOLD)
-        ex = get_first_executor(testfunc)
-        assert ex is not None
         """))
 
     def test_pop_top_specialize_none(self):

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to