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 9591820 commit a3bd045Copy full SHA for a3bd045
Include/internal/pycore_object.h
@@ -98,7 +98,7 @@ PyAPI_FUNC(void) _Py_NO_RETURN _Py_FatalRefcountErrorFunc(
98
do { \
99
struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
100
if (tracer->tracer_func != NULL) { \
101
- void* data = tracer->tracer_data; \
+ void *data = tracer->tracer_data; \
102
tracer->tracer_func((obj), (operation), data); \
103
} \
104
} while(0)
0 commit comments