]> granicus.if.org Git - python/commit
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
authorJakub Kulík <Kulikjak@gmail.com>
Thu, 11 Jul 2019 18:04:09 +0000 (20:04 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jul 2019 18:04:09 +0000 (11:04 -0700)
commit4737265622251756a9480ab84af2442b6b986850
tree48cbc4f4dad67abb517993c959d987ce90e60ecc
parent7cbef72902f32866a416ca6c4e732af4541951b8
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)

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`. The reason seems to be incorrect name handling which results in two slashes being prepended.

https://bugs.python.org/issue37558
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Tests/2019-07-11-10-33-56.bpo-37558.SKHRsL.rst [new file with mode: 0644]