[issue36894] test_multiprocessing_spawn regression on Windows

2019-06-05 Thread STINNER Victor


STINNER Victor  added the comment:

I close the issue.

--
nosy: +vstinner
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36894] test_multiprocessing_spawn regression on Windows

2019-06-04 Thread Łukasz Langa

Łukasz Langa  added the comment:

Can this be closed?

--
nosy: +lukasz.langa

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36894] test_multiprocessing_spawn regression on Windows

2019-05-13 Thread Antoine Pitrou


Antoine Pitrou  added the comment:


New changeset 95da83d9bac698d420cc308e8699ef6e4fae2aca by Antoine Pitrou in 
branch 'master':
bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on 
Windows) (GH-13290)
https://github.com/python/cpython/commit/95da83d9bac698d420cc308e8699ef6e4fae2aca


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36894] test_multiprocessing_spawn regression on Windows

2019-05-13 Thread Pierre Glaser


Pierre Glaser  added the comment:

Thanks for the fix Antoine.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36894] test_multiprocessing_spawn regression on Windows

2019-05-13 Thread Antoine Pitrou


Change by Antoine Pitrou :


--
keywords: +patch
pull_requests: +13199
stage: needs patch -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36894] test_multiprocessing_spawn regression on Windows

2019-05-12 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

Indeed, this is failing as well in all buildbots but has not been reported 
because fails in the setUp and therefore is counted as "RUN NO TESTS". Example:

https://buildbot.python.org/all/#/builders/58/builds/2368/steps/3/logs/stdio

--
nosy: +pablogsal

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36894] test_multiprocessing_spawn regression on Windows

2019-05-12 Thread Antoine Pitrou


New submission from Antoine Pitrou :

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 

from . import resource_tracker
  File "C:\projects\cpython\lib\multiprocessing\resource_tracker.py", line 24, 
in 
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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com