Files
cpython/Doc/c-api
Victor Stinner 9e5e1f9988 gh-121617: Include <string.h> for Py_CLEAR() macro (#144666)
Python.h now also includes <string.h> in the limited C API version 3.11
and newer to fix the Py_CLEAR() macro which uses memcpy().

Add a Py_CLEAR() test in test_cext.

Modify also _Py_TYPEOF to use C23 typeof() if available.
2026-02-12 17:03:55 +01:00
..
2025-02-11 19:16:29 +02:00
2025-12-16 14:26:12 +02:00
2025-12-16 14:26:12 +02:00