[issue38790] test_fcntl failing on macOS CI

Dong-hee Na report at bugs.python.org
Sun Nov 17 21:16:42 EST 2019


Dong-hee Na <donghee.na92 at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38790>
_______________________________________


More information about the Python-bugs-list mailing list