]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98831: Fix two bugs in case generator (#101349)
authorGuido van Rossum <guido@python.org>
Thu, 26 Jan 2023 17:15:05 +0000 (09:15 -0800)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 17:15:05 +0000 (09:15 -0800)
commit9f2c479eaf7d922746ef2f3c85b5c781757686b1
treef2ea0d899bc5bf890ad89efe3bd931c09c535f27
parent409f5337a3e466a5ef673797575cbd1745d27ca9
gh-98831: Fix two bugs in case generator (#101349)

Fix two bugs in case generator

- UndefinedLocalError when generating metadata for an 'op'
- Accidental newline inserted in test_generator.py
Tools/cases_generator/generate_cases.py
Tools/cases_generator/test_generator.py