]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Jun 2024 09:23:55 +0000 (11:23 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 09:23:55 +0000 (09:23 +0000)
commit26e5c6e8351adb1a77a88920ff33fc8ebee9a99e
tree47a77bb12178a0133760c8b4c9169dd1e78ffd5b
parent5c48eb0cc6c3e84aafda0a734a05ecec14fc0ccf
gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)

Use directly memcpy() instead.
Include/pyport.h
Misc/NEWS.d/next/C API/2024-06-04-10-58-20.gh-issue-119613.qOr9GF.rst [new file with mode: 0644]