Skip to content

Commit a3bd045

Browse files
pablogsalpicnixz
andauthored
Update Include/internal/pycore_object.h
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 9591820 commit a3bd045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ PyAPI_FUNC(void) _Py_NO_RETURN _Py_FatalRefcountErrorFunc(
9898
do { \
9999
struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
100100
if (tracer->tracer_func != NULL) { \
101-
void* data = tracer->tracer_data; \
101+
void *data = tracer->tracer_data; \
102102
tracer->tracer_func((obj), (operation), data); \
103103
} \
104104
} while(0)

0 commit comments

Comments
 (0)