Skip to content

Commit cd2db93

Browse files
committed
docs: a reminder about when RESUME applies
1 parent fcdce1d commit cd2db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/ctracer/tracer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ CTracer_handle_call(CTracer *self, PyFrameObject *frame)
303303
PyObject * plugin = NULL;
304304
PyObject * plugin_name = NULL;
305305
PyObject * next_tracename = NULL;
306-
#ifdef RESUME
306+
#ifdef RESUME // >=3.11
307307
PyObject * pCode = NULL;
308308
#endif
309309

0 commit comments

Comments
 (0)