This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:50pablogsalsetrecipients: + pablogsal, pitrou, vstinner, taleinat, serhiy.storchaka, davin
2018-06-24 20:31:50pablogsalsetmessageid: <1529872310.19.0.56676864532.issue33613@psf.upfronthosting.co.za>
2018-06-24 20:31:50pablogsallinkissue33613 messages
2018-06-24 20:31:50pablogsalcreate