[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.7 ___ Python tracker ___ _

[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-29 Thread miss-islington
miss-islington added the comment: New changeset 102130a63c93fde7bcabbbf4fae1ebce3981 by Miss Islington (bot) in branch '3.8': bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) https://github.com/python/cpython/commit/102130a63c93fde7bcabbbf4fae1e

[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15256 pull_request: https://github.com/python/cpython/pull/15580 ___ Python tracker ___ __

[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b235a1b47394eedc5f8ea4cf214f56c4c6932e59 by Serhiy Storchaka in branch 'master': bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) https://github.com/python/cpython/commit/b235a1b47394eedc5f8ea4cf214f

[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +15220 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15543 ___ Python tracker ___

[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : __repr__() implementations of buffered and text streams try to include the value of "name" and "mode" attributes in the result. But they silence too wide range of exceptions (all subclasses of Exception) when try to get these values. This includes such e

[issue37960] repr() of buffered and text streams silences too many exceptions

2019-08-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +benjamin.peterson, stutzbach ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc