Message204441
| Author | christian.heimes |
|---|---|
| Recipients | Glenn.Maynard, christian.heimes, grahamd, neologix, pitrou, tarek, zvezdan |
| Date | 2013-11-25.23:56:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1385423813.19.0.389310100448.issue14073@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-25 23:56:53 | christian.heimes | set | recipients: + christian.heimes, pitrou, tarek, grahamd, zvezdan, neologix, Glenn.Maynard |
| 2013-11-25 23:56:53 | christian.heimes | set | messageid: <1385423813.19.0.389310100448.issue14073@psf.upfronthosting.co.za> |
| 2013-11-25 23:56:53 | christian.heimes | link | issue14073 messages |
| 2013-11-25 23:56:52 | christian.heimes | create | |