We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb5c63 commit 17af982Copy full SHA for 17af982
Python/specialize.c
@@ -9,6 +9,7 @@
9
#include "pycore_opcode.h" // _PyOpcode_Caches
10
#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
11
#include "pycore_descrobject.h"
12
+#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
13
14
#include <stdlib.h> // rand()
15
0 commit comments