◐ Shell
clean mode source ↗

gh-91321: Add _testcppext C++ extension by vstinner · Pull Request #32175 · python/cpython

@vstinner vstinner changed the title bpo-39355: WIP: Add _testcppext C++ extension gh-91320: WIP: Add _testcppext C++ extension

Apr 26, 2022

@vstinner vstinner changed the title gh-91320: WIP: Add _testcppext C++ extension gh-91321: WIP: Add _testcppext C++ extension

Apr 26, 2022

@vstinner vstinner changed the title gh-91321: WIP: Add _testcppext C++ extension gh-91321: Add _testcppext C++ extension

Apr 27, 2022

@vstinner vstinner marked this pull request as ready for review

April 27, 2022 10:15
Build a basic C++ test extension to check that the Python C API is
compatible with C++ and does not emit C++ compiler warnings.

* Add Modules/_testcppext.cpp: C++ extension
* Add Lib/test/test_cppext.py: test building the C++ extension.

@vstinner