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 pitrou
Recipients pierreglaser, pitrou
Date 2019-05-12.17:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557680621.73.0.0423240629914.issue36894@roundup.psfhosted.org>
In-reply-to
Content
After bpo-36867, test_multiprocessing_spawn fails running any test on Windows (but it isn't noticed as a fail build).

https://ci.appveyor.com/project/python/cpython/builds/24485897#L1264

0:04:05 load avg: 5.39 [389/421] test_multiprocessing_spawn run no tests
ERROR
======================================================================
ERROR: setUpModule (test.test_multiprocessing_spawn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\_test_multiprocessing.py", line 5498, in setUpModule
    multiprocessing.set_forkserver_preload(PRELOAD)
  File "C:\projects\cpython\lib\multiprocessing\context.py", line 183, in set_forkserver_preload
    from .forkserver import set_forkserver_preload
  File "C:\projects\cpython\lib\multiprocessing\forkserver.py", line 14, in <module>
    from . import resource_tracker
  File "C:\projects\cpython\lib\multiprocessing\resource_tracker.py", line 24, in <module>
    import _posixshmem
ModuleNotFoundError: No module named '_posixshmem'
----------------------------------------------------------------------
Ran 0 tests in 0.005s
FAILED (errors=1)
History
Date User Action Args
2019-05-12 17:03:41pitrousetrecipients: + pitrou, pierreglaser
2019-05-12 17:03:41pitrousetmessageid: <1557680621.73.0.0423240629914.issue36894@roundup.psfhosted.org>
2019-05-12 17:03:41pitroulinkissue36894 messages
2019-05-12 17:03:41pitroucreate