[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 ___ ___

[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

[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/95da83d9bac698d420cc308e8699ef6

[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 Unsubscrib

[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 ___ ___ P

[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: +p

[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 te