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 hroncok
Recipients hroncok, ned.deily, pitrou
Date 2018-04-22.12:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524400227.56.0.682650639539.issue33329@psf.upfronthosting.co.za>
In-reply-to
Content
This indeed makes the tests pass again:

# python3.7 -m test.regrtest test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
Run tests sequentially
0:00:00 load avg: 1.02 [1/3] test_multiprocessing_fork
/usr/lib64/python3.7/multiprocessing/semaphore_tracker.py:55: UserWarning: semaphore_tracker: process died unexpectedly, relaunching.  Some semaphores might leak.
  warnings.warn('semaphore_tracker: process died unexpectedly, '
0:01:05 load avg: 1.00 [2/3] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 6 sec
0:02:16 load avg: 1.69 [3/3] test_multiprocessing_spawn -- test_multiprocessing_forkserver passed in 1 min 11 sec
test_multiprocessing_spawn passed in 1 min 23 sec
All 3 tests OK.

Total duration: 3 min 40 sec
Tests result: SUCCESS
History
Date User Action Args
2018-04-22 12:30:27hroncoksetrecipients: + hroncok, pitrou, ned.deily
2018-04-22 12:30:27hroncoksetmessageid: <1524400227.56.0.682650639539.issue33329@psf.upfronthosting.co.za>
2018-04-22 12:30:27hroncoklinkissue33329 messages
2018-04-22 12:30:27hroncokcreate