Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 1, 2019
Merged

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

merged 1 commit into from
Feb 1, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Feb 1, 2019

@vstinner
Copy link
Member Author

vstinner commented Feb 1, 2019

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

@vstinner
Copy link
Member Author

vstinner commented Feb 1, 2019

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
Member

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

@nanjekyejoannah
Copy link
Contributor

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

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

Successfully merging this pull request may close these issues.

6 participants