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 stevezh
Recipients stevezh, vstinner
Date 2017-12-01.02:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512095888.4.0.213398074469.issue31687@psf.upfronthosting.co.za>
In-reply-to
Content
It maybe the semaphore tracker process doesn't unlink the semaphore as soon as possible when child process exit when the system is slow. Increase test case's time in the child and before assertRaises will help.
History
Date User Action Args
2017-12-01 02:38:08stevezhsetrecipients: + stevezh, vstinner
2017-12-01 02:38:08stevezhsetmessageid: <1512095888.4.0.213398074469.issue31687@psf.upfronthosting.co.za>
2017-12-01 02:38:08stevezhlinkissue31687 messages
2017-12-01 02:38:07stevezhcreate