Message310949
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, stevezh, vstinner |
| Date | 2018-01-28.14:28:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1517149712.93.0.467229070634.issue31687@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A warning I'm sometimes seeing currently on successful test runs is as follows:
------
/home/ncoghlan/devel/cpython/Lib/multiprocessing/semaphore_tracker.py:55: UserWarning: semaphore_tracker: process died unexpectedly, relaunching. Some semaphores might leak.
warnings.warn('semaphore_tracker: process died unexpectedly, '
------
So it may be that the system has to be under load for the test suite to notice that failure. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-28 14:28:33 | ncoghlan | set | recipients: + ncoghlan, vstinner, stevezh |
| 2018-01-28 14:28:32 | ncoghlan | set | messageid: <1517149712.93.0.467229070634.issue31687@psf.upfronthosting.co.za> |
| 2018-01-28 14:28:32 | ncoghlan | link | issue31687 messages |
| 2018-01-28 14:28:32 | ncoghlan | create | |