https://github.com/python/cpython/commit/b2ed7a6d6aae9860110f6ec495dc88dde670cfe4
commit: b2ed7a6d6aae9860110f6ec495dc88dde670cfe4
branch: main
author: Ken Jin <ken...@python.org>
committer: Fidget-Spinner <kenjin4...@gmail.com>
date: 2025-03-18T00:36:06+08:00
summary:

gh-131281: Add include for pystats builds (#131369)

Add include to for pystats builds

files:
M Python/specialize.c

diff --git a/Python/specialize.c b/Python/specialize.c
index 07c49140446c12..4aa2fb9f7359f9 100644
--- a/Python/specialize.c
+++ b/Python/specialize.c
@@ -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()
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to