cpython/Misc/NEWS.d/next/C API/2024-06-04-10-58-20.gh-issue-119613.qOr9GF.rst

Soft deprecate the :c:macro:`!Py_MEMCPY` macro: use directly ``memcpy()``
instead.  Patch by Victor Stinner.