X Tutup
Skip to content

[3.12] Add extern "C" around PyTraceMalloc_ functions. (#127772)#127817

Merged
vstinner merged 1 commit intopython:3.12from
vstinner:externc12
Dec 11, 2024
Merged

[3.12] Add extern "C" around PyTraceMalloc_ functions. (#127772)#127817
vstinner merged 1 commit intopython:3.12from
vstinner:externc12

Conversation

@vstinner
Copy link
Member

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)

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)
@ghost
Copy link

ghost commented Dec 11, 2024

The following commit authors need to sign the Contributor License Agreement:

Click the button to sign:
CLA not signed

@vstinner
Copy link
Member Author

@hawkinsp signed the CLA with hawkinsp@cs.stanford.edu email: #127815 (comment)

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.

2 participants

X Tutup