From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:33:46 +0000 (+0000) Subject: gh-130080: fix warnings in tests (#131400) X-Git-Tag: v3.14.0a7~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83479c217523c277cccb9db1e214d99b1c9d6343;p=thirdparty%2FPython%2Fcpython.git gh-130080: fix warnings in tests (#131400) --- diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index f5d757d8fc72..b1dc770fe4d4 100644 --- a/Lib/test/test_compile.py +++ b/Lib/test/test_compile.py @@ -2415,7 +2415,9 @@ class TestStackSizeStability(unittest.TestCase): script = """def func():\n""" + i * snippet if async_: script = "async " + script - code = compile(script, "