From a45f25361d582ce742fef7f23e7feadd19b67460 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Mon, 17 Mar 2025 14:41:05 +0000 Subject: GH-131238: More refactoring of core header files (GH-131351) Adds new pycore_stats.h header file to help break dependencies involving the pycore_code.h header. --- Modules/_sqlite/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules/_sqlite') diff --git a/Modules/_sqlite/connection.c b/Modules/_sqlite/connection.c index 13bc0b9199c..2a184f78754 100644 --- a/Modules/_sqlite/connection.c +++ b/Modules/_sqlite/connection.c @@ -37,6 +37,7 @@ #include "pycore_modsupport.h" // _PyArg_NoKeywords() #include "pycore_pyerrors.h" // _PyErr_ChainExceptions1() #include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing() +#include "pycore_unicodeobject.h" // _PyUnicode_AsUTF8NoNUL #include "pycore_weakref.h" #include -- cgit v1.2.3