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 eeb5c63 commit 17af982Copy full SHA for 17af982
1 file changed
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