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.
PyRefTracer_SetTracer
1 parent a003112 commit 5c4bb9bCopy full SHA for 5c4bb9b
Objects/object.c
@@ -3292,6 +3292,7 @@ int PyRefTracer_SetTracer(PyRefTracer tracer, void *data) {
3292
if (_PyRuntime.ref_tracer.tracer_func != NULL) {
3293
_PyReftracerTrack(NULL, PyRefTracer_TRACKER_REMOVED);
3294
if (PyErr_Occurred()) {
3295
+ _PyEval_StartTheWorldAll(&_PyRuntime);
3296
return -1;
3297
}
3298
0 commit comments