Select Git revision
cpython
-
-
- Open in your IDE
- Download source code
Victor Stinner
authored and
GitHub
committed
Fix C++ compiler warnings on cast macros, like _PyObject_CAST(), when casting a constant expression to a non constant type: use const_cast<> in C++. * In C++, Py_SAFE_DOWNCAST() now uses static_cast<> rather than reinterpret_cast<>. * Add tests to the _testcppext C++ extension. * test_cppext no longer captures stdout in verbose mode.
Name | Last commit | Last update |
---|