]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testinternalcapi...
authorKirill Podoprigora <kirill.bast9@mail.ru>
Mon, 30 Sep 2024 19:13:23 +0000 (22:13 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 19:13:23 +0000 (22:13 +0300)
commit1c0bd8bd00287d3bd6830aca87bb14e047192008
treebadb5924528a5c4a4a96cf838b43b62f96bd5d94
parente44eebfc1eccdaaebc219accbfc705c9a9de068d
gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testinternalcapi`` is not available (#124474)

* Skip some test cases if "_testinternalcapi" is not available and if the test suite is
   running on another implementation than CPython.
Lib/test/test_compile.py