Hi Leandro, it seems that your email is probably more about how to use the
existing PyEval_SetTrace API, not about developing or changing Python
itself. May I direct you to the "Got a Python problem or question?" section
from https://www.python.org/about/help/ web page, where you are likely to
get a good answer.

Cheers,
Rob

On Sun, 5 Apr 2020 at 15:09, Leandro Müller <leandrogmul...@hotmail.com>
wrote:

> 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/
>
_______________________________________________
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/ZJ32HUJP7T6MCZCZ2UP2GYON2PO37ROJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to