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

add _bg_exc kwarg #350

Merged
merged 1 commit into from
Jan 4, 2017
Merged

add _bg_exc kwarg #350

merged 1 commit into from
Jan 4, 2017

Conversation

scottbelden
Copy link
Contributor

resolves #349

I tested with my code snippets from the issue and it appeared to do what I wanted. Let me know if there is anything you'd like changed. gh-pages PR incoming as well.

@amoffat
Copy link
Owner

amoffat commented Jan 4, 2017

good work @scottbelden. this branch and the doc branch have been merged and your changes are live on release 1.12.9 👍

@scottbelden
Copy link
Contributor Author

Thanks!

@scottbelden scottbelden deleted the _bg_exc branch January 6, 2017 16:07
0-wiz-0 added a commit to NetBSD/pkgsrc-wip that referenced this pull request Jan 18, 2017
Test status:
FAILED (failures=1, errors=7, skipped=2)

*   added `_bg_exc` for silencing exceptions in background threads [#350](amoffat/sh#350)

*   bugfix for patched glob.glob on python3.5 [#341](amoffat/sh#341)
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.

Is there a way I can suppress a bg command exception that happens after I wait()?
2 participants