Skip to content

bpo-37558: Shared memory tests are failing due to double slashes#14703

Merged
miss-islington merged 1 commit into
python:masterfrom
kulikjak:fix-shared-memory-test
Jul 11, 2019
Merged

bpo-37558: Shared memory tests are failing due to double slashes#14703
miss-islington merged 1 commit into
python:masterfrom
kulikjak:fix-shared-memory-test

Conversation

@kulikjak

@kulikjak kulikjak 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

@mangrisano

Copy link
Copy Markdown
Contributor

/cc @pitrou

@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. Thanks @kulikjak !

@miss-islington
miss-islington merged commit 4737265 into python:master Jul 11, 2019
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @kulikjak for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-14715 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 11, 2019
…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>
miss-islington added a commit that referenced this pull request Jul 11, 2019
…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>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
…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
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
…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
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.

6 participants