]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#122395)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Mon, 29 Jul 2024 14:17:38 +0000 (17:17 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 14:17:38 +0000 (16:17 +0200)
commite29910447b910660ec404ee30d9600c3cf8b89e4
treea2f3ceaf624210d5b8c960c0669262c6fc85bc80
parenta3076c734d310d2b860c6da5e10a67fc9c29d9b6
[3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#122395)

[3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (GH-122293)
(cherry picked from commit 9187484dd97f6beb94fc17676014706922e380e1)
Lib/test/test_ast/__init__.py [new file with mode: 0644]
Lib/test/test_ast/snippets.py [new file with mode: 0644]
Lib/test/test_ast/test_ast.py [moved from Lib/test/test_ast.py with 73% similarity]
Lib/test/test_ast/utils.py [new file with mode: 0644]
Makefile.pre.in