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 corona10
Recipients alexandre.vassalotti, corona10, ned.deily, ronaldoussoren, steve.dower
Date 2019-11-18.02:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574043402.92.0.0356065463028.issue38790@roundup.psfhosted.org>
In-reply-to
Content
This cause of failure PR 17010 was due to change of start methods as follows:
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
Changed in version 3.8: On macOS, the spawn start method is now the default. The fork start method should be considered unsafe as it can lead to crashes of the subprocess. See bpo-33725.


So I updated the test through PR 17154 and I check that my local mac machine works well. (I did not check it on my local mac machine when I submitted PR 17010 since open description lock was Linux feature, this was my mistake)

And thanks to the tip from Michael Felt, I update the test to skip on the AIX machine. So I expect that when PR 17154 is landed, everything will go well.
History
Date User Action Args
2019-11-18 02:16:43corona10setrecipients: + corona10, ronaldoussoren, alexandre.vassalotti, ned.deily, steve.dower
2019-11-18 02:16:42corona10setmessageid: <1574043402.92.0.0356065463028.issue38790@roundup.psfhosted.org>
2019-11-18 02:16:42corona10linkissue38790 messages
2019-11-18 02:16:42corona10create