Message 320364 - Python tracker
Message320364
| Author | taleinat |
|---|---|
| Recipients | davin, pablogsal, pitrou, serhiy.storchaka, taleinat, vstinner |
| Date | 2018-06-24.07:49:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529826575.49.0.56676864532.issue33613@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You can know that the semaphore tracker is running by sending it an invalid command and seeing the error written to stderr. The semaphore tracker either inherits sys.stderr from the parent process (if possible) or uses its own. This is a bit of a hack, but might be worth it to avoid another wasted second on every run of the test suite. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-24 07:49:35 | taleinat | set | recipients: + taleinat, pitrou, vstinner, serhiy.storchaka, davin, pablogsal |
| 2018-06-24 07:49:35 | taleinat | set | messageid: <1529826575.49.0.56676864532.issue33613@psf.upfronthosting.co.za> |
| 2018-06-24 07:49:35 | taleinat | link | issue33613 messages |
| 2018-06-24 07:49:35 | taleinat | create | |