Message320384
| Author | pablogsal |
|---|---|
| Recipients | davin, pablogsal, pitrou, serhiy.storchaka, taleinat, vstinner |
| Date | 2018-06-24.20:31:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529872310.19.0.56676864532.issue33613@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have modified the PR to avoid creating an extra pipe in the tracker (the pipe is created as part of the test). To allow testing with the -R option: ./python -m test test_multiprocessing_fork -v -m test_semaphore_tracker_sigint -R 3:3 I had to assure that we restart the tracker in the test so it does not reuse a closed file descriptor. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-24 20:31:50 | pablogsal | set | recipients: + pablogsal, pitrou, vstinner, taleinat, serhiy.storchaka, davin |
| 2018-06-24 20:31:50 | pablogsal | set | messageid: <1529872310.19.0.56676864532.issue33613@psf.upfronthosting.co.za> |
| 2018-06-24 20:31:50 | pablogsal | link | issue33613 messages |
| 2018-06-24 20:31:50 | pablogsal | create | |