| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-91321: Fix test_cppext for C++03 (#93902) | Victor Stinner | 2022-06-16 | 1 | -2/+4 |
| | | | | | Don't build _testcppext.cpp with -Wzero-as-null-pointer-constant when testing C++03: only use this compiler flag with C++11. | ||||
| * | gh-91321: Fix compatibility with C++ older than C++11 (#93784) | Victor Stinner | 2022-06-14 | 1 | -5/+14 |
| | | | | | | Fix the compatibility of the Python C API with C++ older than C++11. _Py_NULL is only defined as nullptr on C++11 and newer. | ||||
| * | gh-92584: test_cppext uses setuptools (#92639) | Victor Stinner | 2022-05-12 | 1 | -0/+42 |
| Rewrite test_cppext to run in a virtual environment and to build the C++ extension with setuptools rather than distutils. | |||||
