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.18:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529864933.41.0.56676864532.issue33613@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the PR implementing a PONG command in the semaphore and updating the test. I have tested on the failing buildbots (gcc110.fsffrance.org) and it works. Notice that a new pipe for the child to write was needed as the child is continuously reading from the original one and therefore we cannot use the same one.
History
Date User Action Args
2018-06-24 18:28:53pablogsalsetrecipients: + pablogsal, pitrou, vstinner, taleinat, serhiy.storchaka, davin
2018-06-24 18:28:53pablogsalsetmessageid: <1529864933.41.0.56676864532.issue33613@psf.upfronthosting.co.za>
2018-06-24 18:28:53pablogsallinkissue33613 messages
2018-06-24 18:28:53pablogsalcreate