]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)
authorGuido van Rossum <guido@python.org>
Wed, 13 Dec 2023 21:49:29 +0000 (13:49 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 21:49:29 +0000 (21:49 +0000)
commit41c18aacc7a6082fbd9b08697c4d6180a9b62265
tree43536a3a8236e65c58d260f55899d587793568b8
parentf5c05e015c178975f24b77e5a8975a22d694e019
Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)
Lib/test/test_capi/test_misc.py
Lib/test/test_capi/test_opt.py [new file with mode: 0644]