Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-91321: Add _testcppext C++ extension #32175

Merged
merged 2 commits into from
May 2, 2022
Merged

gh-91321: Add _testcppext C++ extension #32175

merged 2 commits into from
May 2, 2022

Commits on Apr 29, 2022

  1. gh-91321: Add basic _testcppext C++ extension

    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 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    1ef44f4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    e067677 View commit details
    Browse the repository at this point in the history