Skip to content

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

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

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

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 merged commit fd1b5c6 into python:3.13 Jun 5, 2026
43 checks passed
@miss-islington miss-islington deleted the backport-c325012-3.13 branch June 5, 2026 12:29
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