New submission from Antoine Pitrou <pit...@free.fr>:

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)

----------
components: Library (Lib), Tests
messages: 342262
nosy: pierreglaser, pitrou
priority: deferred blocker
severity: normal
stage: needs patch
status: open
title: test_multiprocessing_spawn regression on Windows
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36894>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to