[issue37558] Shared memory tests are failing due to double slashes

2019-07-11 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue37558] Shared memory tests are failing due to double slashes

2019-07-11 Thread miss-islington
miss-islington added the comment: New changeset 3d58b78481e0238593f85cc182b798fe3b77648c by Miss Islington (bot) in branch '3.8': bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) https://github.com/python/cpython/commit/3d58b78481e0238593f85cc182b798fe3b77648c ---

[issue37558] Shared memory tests are failing due to double slashes

2019-07-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +14515 pull_request: https://github.com/python/cpython/pull/14715 ___ Python tracker ___ __

[issue37558] Shared memory tests are failing due to double slashes

2019-07-11 Thread miss-islington
miss-islington added the comment: New changeset 4737265622251756a9480ab84af2442b6b986850 by Miss Islington (bot) (Jakub KulĂ­k) in branch 'master': bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) https://github.com/python/cpython/commit/4737265622251756a9480ab84af244

[issue37558] Shared memory tests are failing due to double slashes

2019-07-11 Thread Jakub Kulik
Change by Jakub Kulik : -- keywords: +patch pull_requests: +14502 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14703 ___ Python tracker ___

[issue37558] Shared memory tests are failing due to double slashes

2019-07-11 Thread Jakub Kulik
New submission from Jakub Kulik : Hi, with the addition of shared memory into Python 3.8, we now have three tests failing on Solaris, namely `test_multiprocessing_fork`, `test_multiprocessing_forkserver` and `test_multiprocessing_spawn`. All of them fail in the same way: ===