bpo-20104: Change the file_actions parameter of os.posix_spawn(). by serhiy-storchaka · Pull Request #6725 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

Copy link Copy Markdown

Member

@serhiy-storchaka serhiy-storchaka commented

May 8, 2018

edited by bedevere-bot

Loading

  • Make its default value an empty tuple instead of None.
  • Make it a keyword-only parameter.

https://bugs.python.org/issue20104

Copy link Copy Markdown

Member

@pablogsal pablogsal left a comment

Choose a reason for hiding this comment

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

LGTM Do you want to wait until #6693 is merged to land this or you prefer to do it before?

@serhiy-storchaka

Copy link Copy Markdown

Member Author

serhiy-storchaka commented

Jul 29, 2018

edited

Loading

It doesn't matter what PR will be merged first. But I want to wait for a review from any of other involved core devs: @benjaminp or @gpshead.

* Make its default value an empty tuple instead of None.
* Make it a keyword-only parameter.

@serhiy-storchaka serhiy-storchaka merged commit d700f97 into python:master

Sep 8, 2018

@serhiy-storchaka serhiy-storchaka deleted the posix_spawn-file_actions branch

September 8, 2018 11:48

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

Reviewers

@pablogsal pablogsal pablogsal approved these changes

@gpshead gpshead Awaiting requested review from gpshead

@ned-deily ned-deily Awaiting requested review from ned-deily

Assignees

No one assigned

Labels

skip news type-feature

A feature request or enhancement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@serhiy-storchaka @pablogsal @the-knights-who-say-ni @bedevere-bot