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 2b6f5c3 commit 286fdc9Copy full SHA for 286fdc9
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