Skip to content

[3.13] Add extern "C" around PyTraceMalloc_ functions. (GH-127772) #127815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

miss-islington
Copy link
Contributor

Pretty much everything else exported by Python.h has an extern "C"
annotation, yet this header appears to be missing one.
(cherry picked from commit 2cdeb61)

Co-authored-by: Peter Hawkins hawkinsp@cs.stanford.edu

Pretty much everything else exported by Python.h has an extern "C"
annotation, yet this header appears to be missing one.
(cherry picked from commit 2cdeb61)

Co-authored-by: Peter Hawkins <hawkinsp@cs.stanford.edu>
@ghost
Copy link

ghost commented Dec 11, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@vstinner
Copy link
Member

@hawkinsp: Would you mind to also sign the CLA for your hawkinsp@cs.stanford.edu email address? See the previous comment.

@hawkinsp
Copy link
Contributor

@hawkinsp: Would you mind to also sign the CLA for your hawkinsp@cs.stanford.edu email address? See the previous comment.

Done.

@vstinner vstinner merged commit 78dfc28 into python:3.13 Dec 11, 2024
39 checks passed
@vstinner
Copy link
Member

Done.

Merged. It allowed me to merge this backport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants