]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131281: Add include for pystats builds (#131369)
authorKen Jin <kenjin@python.org>
Mon, 17 Mar 2025 16:36:06 +0000 (00:36 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 16:36:06 +0000 (00:36 +0800)
Add include to for pystats builds

Python/specialize.c

index 07c49140446c124c809a38df221f75e28d83980d..4aa2fb9f7359f9d2e4c79612f1fc0ab5de2f7e86 100644 (file)
@@ -18,6 +18,7 @@
 #include "pycore_opcode_utils.h"  // RESUME_AT_FUNC_START
 #include "pycore_pylifecycle.h"   // _PyOS_URandomNonblock()
 #include "pycore_runtime.h"       // _Py_ID()
+#include "pycore_unicodeobject.h" // _PyUnicodeASCIIIter_Type
 
 #include <stdlib.h> // rand()