Hello.
I need to remove the trace on thread, but I tried to run sys.settrace(None) and return alert on console.
I didn't find any soluction to remove by C, example PyEval_SetTrace(Py_None, obj), but it not works.
Are there any soluction to remove without alert or by C?
C is better for me.
Thanks.