]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)
authorVictor Stinner <vstinner@python.org>
Tue, 22 Aug 2023 18:30:18 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 18:30:18 +0000 (18:30 +0000)
commit21dda09600848ac280481f7c64f8d9516dc69bb2
tree7f07e637dfad29e825fc4f10c1aa313b39ba3d0f
parentc1c9cd61da1c5b6318da9f7055d45ec82a9949ba
gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)

* Move test_cppext to its own directory
* Rename setup_testcppext.py to setup.py
* Rename _testcppext.cpp to extension.cpp
* The source (extension.cpp) is now also copied by the test.
Lib/test/test_cppext/__init__.py [moved from Lib/test/test_cppext.py with 91% similarity]
Lib/test/test_cppext/extension.cpp [moved from Lib/test/_testcppext.cpp with 99% similarity]
Lib/test/test_cppext/setup.py [moved from Lib/test/setup_testcppext.py with 93% similarity]
Makefile.pre.in