Hello.

I need to set a PyEval_SetTrace with a new class instance.
All examples use simple function.
PyEval_SetTrace(trace_trampoline, obj);

Following my problem:
I start three threads, but I need to check trace C just one thread.
If I run a while on C trace on thread, it stops all threads.

So, I've been thinking to run Trace with a new instance class C.

Any suggestions?



Att.

Leandro Müller
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/CDH7BTAYPJ6QRTXI32QRJVEPKWXEPYF4/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to