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 davin, pablogsal, pitrou, steve.dower, vstinner
Date 2019-09-10.15:32:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Windows is definitely affected, and you can run the repro in my first post to check other platforms.

Oh right, I can also reproduce the issue on Linux.

But I don't understand why test_multiprocessing_spawn works on all platforms, but only fails on macOS when run on Azure Pipelines.

Aaaaah, multiprocesing mysteries...
History
Date User Action Args
2019-09-10 15:32:12vstinnersetrecipients: + vstinner, pitrou, steve.dower, davin, pablogsal
2019-09-10 15:32:12vstinnersetmessageid: <[email protected]>
2019-09-10 15:32:12vstinnerlinkissue38084 messages
2019-09-10 15:32:12vstinnercreate