Skip to content

Commit b2ed7a6

Browse files
gh-131281: Add include for pystats builds (#131369)
Add include to for pystats builds
1 parent ef4fe70 commit b2ed7a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/specialize.c

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
1919
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
2020
#include "pycore_runtime.h" // _Py_ID()
21+
#include "pycore_unicodeobject.h" // _PyUnicodeASCIIIter_Type
2122

2223
#include <stdlib.h> // rand()
2324

0 commit comments

Comments
 (0)