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 vstinner
Recipients miss-islington, pablogsal, serhiy.storchaka, vstinner, zach.ware
Date 2019-07-05.13:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562332470.95.0.410032363252.issue37421@roundup.psfhosted.org>
In-reply-to
Content
./python -u -m test test_multiprocessing_spawn -R 3:3 still fail:

ERROR: test_context (test.test_multiprocessing_spawn.TestStartMethod)
ERROR: test_set_get (test.test_multiprocessing_spawn.TestStartMethod)

PR 14601 fix these tests when test_multiprocessing_spawn is run more than once.
History
Date User Action Args
2019-07-05 13:14:30vstinnersetrecipients: + vstinner, zach.ware, serhiy.storchaka, pablogsal, miss-islington
2019-07-05 13:14:30vstinnersetmessageid: <1562332470.95.0.410032363252.issue37421@roundup.psfhosted.org>
2019-07-05 13:14:30vstinnerlinkissue37421 messages
2019-07-05 13:14:30vstinnercreate