This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Hide stderror from the user if command failes
Type: Stage: resolved
Components: Tests Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya, pablogsal
Priority: normal Keywords: patch

Created on 2020-04-03 01:52 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19325 merged BTaskaya, 2020-04-03 01:54
Messages (2)
msg365670 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-03 01:52
This is an optional test that would only run if stty size returns a valid output, but if errors I dont think it makes sense to just print that error inside of test logs, there is already a noticement for skipped test.
msg369074 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2020-05-16 22:38
New changeset d5a980a60790571ec88aba4e011c91e099e31e98 by Batuhan Taskaya in branch 'master':
bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325)
https://github.com/python/cpython/commit/d5a980a60790571ec88aba4e011c91e099e31e98
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84346
2020-05-16 22:38:46BTaskayasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-05-16 22:38:06pablogsalsetnosy: + pablogsal
messages: + msg369074
2020-04-03 01:54:04BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request18690
2020-04-03 01:52:03BTaskayacreate