aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/instrumentation.c
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2025-03-17 09:19:04 +0000
committerGitHub <noreply@github.com>2025-03-17 09:19:04 +0000
commita1aeec61c4321ba9a6966109343bd88dcf9cb26a (patch)
treed2fa5ce55165df255559ec4a7b2fb1289e84f908 /Python/instrumentation.c
parent3ae67ba97e88d6f066a5b6f0c809f57fe4a1ecbe (diff)
downloadcpython-a1aeec61c4321ba9a6966109343bd88dcf9cb26a.tar.gz
cpython-a1aeec61c4321ba9a6966109343bd88dcf9cb26a.zip
GH-131238: Core header refactor (GH-131250)
* Moves most structs in pycore_ header files into pycore_structs.h and pycore_runtime_structs.h * Removes many cross-header dependencies
Diffstat (limited to 'Python/instrumentation.c')
-rw-r--r--Python/instrumentation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/instrumentation.c b/Python/instrumentation.c
index c180f4c55c9..299066d9c20 100644
--- a/Python/instrumentation.c
+++ b/Python/instrumentation.c
@@ -18,6 +18,7 @@
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_STORE_UINTPTR_RELEASE
#include "pycore_pyerrors.h"
#include "pycore_pystate.h" // _PyInterpreterState_GET()
+#include "pycore_runtime_structs.h" // _PyCoMonitoringData
/* Uncomment this to dump debugging output when assertions fail */
// #define INSTRUMENT_DEBUG 1