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 54a4e1b commit fd03917Copy full SHA for fd03917
1 file changed
Python/specialize.c
@@ -1,4 +1,3 @@
1
-
2
#include "Python.h"
3
#include "pycore_code.h"
4
#include "pycore_dict.h"
@@ -8,6 +7,8 @@
8
7
#include "opcode.h"
9
#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
10
+#include <stdlib.h> // rand()
11
+
12
/* For guidance on adding or extending families of instructions see
13
* ./adaptive.md
14
*/
0 commit comments