]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)
authorPeter Hawkins <hawkinsp@cs.stanford.edu>
Wed, 11 Dec 2024 09:27:07 +0000 (04:27 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 09:27:07 +0000 (10:27 +0100)
commit2cdeb61b57e638ae46a04386330a12abe9cddf2c
tree8233e664292e377ed6038e2b657093623859d786
parentdb9bea0386c1c0b6c9d7c66474cda7e47e4b56f5
Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)

Pretty much everything else exported by Python.h has an extern "C"
annotation, yet this header appears to be missing one.
Include/cpython/tracemalloc.h