summaryrefslogtreecommitdiff
path: root/Lib/test/_testcppext.cpp
Commit message (Expand)AuthorAgeFilesLines
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)Petr Viktorin2022-07-141-3/+73
* gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)Petr Viktorin2022-07-121-0/+14
* gh-91321: Fix compatibility with C++ older than C++11 (#93784)Victor Stinner2022-06-141-16/+30
* gh-93442: Add test for _Py_CAST(nullptr). (gh-93505)Neil Schemenauer2022-06-051-0/+3
* gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)Neil Schemenauer2022-06-041-0/+4
* gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)Victor Stinner2022-05-271-11/+31
* GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)serge-sans-paille2022-05-211-0/+9
* gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)Victor Stinner2022-05-171-0/+31
* gh-91321: Add _Py_NULL macro (#92253)Victor Stinner2022-05-031-4/+4
* gh-92135: Fix _Py_reinterpret_cast() for const (#92138)Victor Stinner2022-05-021-0/+31
* gh-91321: Add _testcppext C++ extension (#32175)Victor Stinner2022-05-021-0/+62