Skip to content

Commit 0a9bbfa

Browse files
committed
Yay it works
1 parent 3169e82 commit 0a9bbfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/ceval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,11 +2474,9 @@ PyEval_SetTraceAllThreads(Py_tracefunc func, PyObject *arg)
24742474
HEAD_UNLOCK(runtime);
24752475

24762476
while (ts != NULL) {
2477-
/*
24782477
if (_PyEval_SetTrace(ts, func, arg) < 0) {
24792478
PyErr_FormatUnraisable("Exception ignored in PyEval_SetTraceAllThreads");
24802479
}
2481-
*/
24822480
HEAD_LOCK(runtime);
24832481
PyThreadState *old = ts;
24842482
ts = PyThreadState_Next(ts);

0 commit comments

Comments
 (0)