summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cppext.py
Commit message (Expand)AuthorAgeFilesLines
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849)Miss Islington (bot)2022-07-151-0/+6
* gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754) (#9...Miss Islington (bot)2022-07-131-16/+41
* gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802)Victor Stinner2022-06-141-66/+48
* gh-92135: test_cppext requires subprocess (GH-92349)Christian Heimes2022-05-051-0/+1
* gh-91321: Add _Py_NULL macro (#92253)Victor Stinner2022-05-031-0/+2
* gh-91320: Fix more old-style cast warnings in C++ (#92247)Victor Stinner2022-05-031-0/+2
* gh-92135: Fix _Py_reinterpret_cast() for const (#92138)Victor Stinner2022-05-021-5/+13
* gh-91321: Add _testcppext C++ extension (#32175)Victor Stinner2022-05-021-0/+79