Skip to content

[WIP] bpo-35537: Fix function name in os.posix_spawnp() errors - #11719

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:spawnp_func_name
Feb 1, 2019
Merged

[WIP] bpo-35537: Fix function name in os.posix_spawnp() errors#11719
vstinner merged 1 commit into
python:masterfrom
vstinner:spawnp_func_name

Conversation

@vstinner

@vstinnervstinner commented Feb 1, 2019

Copy link
Copy Markdown
Member

@vstinner

Copy link
Copy Markdown
MemberAuthor

I marked the PR as WIP because I noticed that test_posix fails even without my PR: see PR #11718.

@vstinner

Copy link
Copy Markdown
MemberAuthor

I merged PR #11718. I rebased this PR on top of it.

@izbyshev, @nanjekyejoannah: Would you mind to check that the function name is properly passed to all os.posix_spawn() and os.posix_spawnp() error messages in my PR?

@pablogsal

Copy link
Copy Markdown
Member

@vstinner I opened https://bugs.python.org/issue35876 after seeing the buildbot failures to track the failing test fixes.

@nanjekyejoannah

Copy link
Copy Markdown
Contributor

@vstinner the function name passing lgtm. I haven't identified anything contrary.

@vstinner
vstinner merged commit 325e4ba into python:masterFeb 1, 2019
@vstinner
vstinner deleted the spawnp_func_name branch February 1, 2019 14:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@vstinner@pablogsal@nanjekyejoannah@izbyshev@the-knights-who-say-ni@bedevere-bot