Skip to content

Commit c1712ce

Browse files
authored
Update Objects/object.c
1 parent 572411b commit c1712ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/object.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3295,7 +3295,6 @@ int PyRefTracer_SetTracer(PyRefTracer tracer, void *data) {
32953295

32963296
PyRefTracer PyRefTracer_GetTracer(void** data) {
32973297
_Py_AssertHoldsTstate();
3298-
_PyEval_StopTheWorldAll(&_PyRuntime);
32993298
if (data != NULL) {
33003299
*data = _PyRuntime.ref_tracer.tracer_data;
33013300
}

0 commit comments

Comments
 (0)