Christian Heimes added the comment:

A couple of years ago I suggested something similar. I'd like to see both 
thread_start and thread_stop hooks so code can track the creation and 
destruction of threads. It's a useful feature for e.g. PyLucene or profilers. 
The callback must be inside the thread and not from the main thread, though.

Perhaps somebody likes to work on a PEP for 3.5?

----------
nosy: +christian.heimes
versions: +Python 3.5 -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14073>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to