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

bpo-29644: suppress subprocess output from webbrowser #289

Merged

Conversation

ncoghlan
Copy link
Contributor

When checking for the default X web browser, xdg-settings
may emit messages on stderr if some components (such as
kreadconfig5) are unavailable. These messages aren't of
interest to Python, so we just ignore them.

When checking for the default X web browser, xdg-settings
may emit messages on stderr if some components (such as
kreadconfig5) are unavailable. These messages aren't of
interest to Python, so we just ignore them.
@ncoghlan ncoghlan merged commit 140792b into python:master Feb 25, 2017
@ncoghlan
Copy link
Contributor Author

My assumption is that the codecov check doesn't hit this line because Travis doesn't have an X environment running.

@ncoghlan ncoghlan deleted the bpo-29644-suppress-xdg-settings-output branch March 30, 2018 07:45
akruis pushed a commit to akruis/cpython that referenced this pull request Jul 16, 2021
Recreate "slp_exttype.h" on every change of "Objects/typeobject.c".
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.

None yet

3 participants