]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
authorDong-hee Na <donghee.na@python.org>
Sat, 26 Dec 2020 13:25:21 +0000 (22:25 +0900)
committerGitHub <noreply@github.com>
Sat, 26 Dec 2020 13:25:21 +0000 (16:25 +0300)
commit0b281f94b9e5f117d774a1e4e834e797b2b21438
tree038d41daafb6a93180b6c5a2bfeeae98d42af6c0
parentea251806b8dffff11b30d2182af1e589caf88acf
bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
Lib/test/test_asdl_parser.py