Skip to content

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

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

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

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

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

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 85e75a7 into python:3.15 Jun 5, 2026
56 checks passed
@miss-islington miss-islington deleted the backport-c325012-3.15 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