X Tutup
Skip to content

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

Merged
vstinner merged 1 commit intopython:3.13from
miss-islington:backport-2cdeb61-3.13
Dec 11, 2024
Merged

[3.13] Add extern "C" around PyTraceMalloc_ functions. (GH-127772)#127815
vstinner merged 1 commit intopython:3.13from
miss-islington:backport-2cdeb61-3.13

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
@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

X Tutup