Skip to content

[3.8] bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)#14715

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-4737265-3.8
Jul 11, 2019
Merged

[3.8] bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)#14715
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-4737265-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 11, 2019

Copy link
Copy Markdown
Contributor

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
(cherry picked from commit 4737265)

Co-authored-by: Jakub Kulík Kulikjak@gmail.com

https://bugs.python.org/issue37558

…honGH-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
(cherry picked from commit 4737265)

Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>

@pitrou pitrou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@miss-islington

Copy link
Copy Markdown
Contributor Author

@kulikjak: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 3d58b78 into python:3.8 Jul 11, 2019
@miss-islington
miss-islington deleted the backport-4737265-3.8 branch July 11, 2019 18:38
@miss-islington

Copy link
Copy Markdown
Contributor Author

@kulikjak: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants