cpython/Misc/NEWS.d/next/Tests/2020-06-17-18-00-21.bpo-383...

5 lines
229 B
ReStructuredText
Raw Normal View History

On Linux, skip tests using multiprocessing if the current user cannot create
a file in ``/dev/shm/`` directory. Add the
:func:`~test.support.skip_if_broken_multiprocessing_synchronize` function to
the :mod:`test.support` module.