We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4fe70 commit b2ed7a6Copy full SHA for b2ed7a6
Python/specialize.c
@@ -18,6 +18,7 @@
18
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
19
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
20
#include "pycore_runtime.h" // _Py_ID()
21
+#include "pycore_unicodeobject.h" // _PyUnicodeASCIIIter_Type
22
23
#include <stdlib.h> // rand()
24
0 commit comments