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.
instrumentation.c
1 parent 3e0fec7 commit a4967d9Copy full SHA for a4967d9
1 file changed
Python/instrumentation.c
@@ -16,14 +16,14 @@
16
17
static PyObject DISABLE =
18
{
19
- _PyObject_IMMORTAL_REFCNT,
20
- &PyBaseObject_Type
+ .ob_refcnt = _PyObject_IMMORTAL_REFCNT,
+ .ob_type = &PyBaseObject_Type
21
};
22
23
PyObject _PyInstrumentation_MISSING =
24
25
26
27
28
29
static const int8_t EVENT_FOR_OPCODE[256] = {
0 commit comments