]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Jun 2026 12:37:44 +0000 (14:37 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2026 12:37:44 +0000 (12:37 +0000)
commiteb9474c373af38e68602ad22f19371ab253f566d
tree69088456c7adee8284cf1729979c9b350a3c9951
parent7e48fc17490df3f1446f338a75167a273526489f
[3.14] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914) (#150963)

gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914)

Add extern "C++" scope for the C++ template.

Fix test_cppext when Python is built with --with-valgrind.
(cherry picked from commit c32501261aeeb0cc1ad1c53b6be9790ff1d23215)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/dynamic_annotations.h
Misc/NEWS.d/next/C_API/2026-06-04-14-26-17.gh-issue-150907.CA91_B.rst [new file with mode: 0644]