Skip to content

[3.14] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914)#150963

Merged
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-c325012-3.14
Jun 5, 2026
Merged

[3.14] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914)#150963
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-c325012-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

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

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

Co-authored-by: Victor Stinner vstinner@python.org

…lgrind (pythonGH-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>
@vstinner vstinner enabled auto-merge (squash) June 5, 2026 12:12
@vstinner vstinner merged commit eb9474c into python:3.14 Jun 5, 2026
50 checks passed
@miss-islington miss-islington deleted the backport-c325012-3.14 branch June 5, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants