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

Fixed Broken PIPE Error #3304

Closed
wants to merge 1 commit into from
Closed

Fixed Broken PIPE Error #3304

wants to merge 1 commit into from

Conversation

srinivasreddy
Copy link

  • When pip is piped just do the signal default behaviour

Review on Reviewable

* When pip is piped just do the signal default behaviour
@srinivasreddy
Copy link
Author

Fix for the issue #3263. However, i am not really sure whether call signal function at the module level or in function - main. @xavfernandez @pfmoore feedback appreciated

@xavfernandez
Copy link
Member

Well the default action for SIGPIPE seems to be to kill the process.
It is quite ok for pip list but less ok for pip install.

Currently pip install django | grep -q django spits identical errors as in #3263 but ends up installing django.

With SIG_DFL this is not the case anymore.

@srinivasreddy srinivasreddy deleted the issue-3263 branch March 13, 2016 17:15
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants