Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4fe70 commit b2ed7a6Copy full SHA for b2ed7a6
1 file changed
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