[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread miss-islington
miss-islington added the comment: New changeset 103f3ca80616958b4e608e9176b9c12cfc80f68b by Miss Islington (bot) in branch '3.10': bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) https://github.com/python/cpython/commit/103f3ca80616958b4e608e9176b9c12cfc80f68b

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread Jelle Zijlstra
Change by Jelle Zijlstra : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +29559 pull_request: https://github.com/python/cpython/pull/31424 ___ Python tracker ___ __

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29558 pull_request: https://github.com/python/cpython/pull/31423 ___ Python tracker _

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: New changeset 25c0b9d243b64ccd2eeab483089eaf7e4b4d5834 by Nikita Sobolev in branch 'main': bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) https://github.com/python/cpython/commit/25c0b9d243b64ccd2eeab483089eaf7e4b4d5834 -- nos

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-01 Thread Nikita Sobolev
Change by Nikita Sobolev : -- keywords: +patch pull_requests: +29248 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31063 ___ Python tracker ___ _

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-01 Thread Nikita Sobolev
New submission from Nikita Sobolev : Right now `coverage` says that this line is not covered at all: https://github.com/python/cpython/blob/bebaa95fd0f44babf8b6bcffd8f2908c73ca259e/Lib/typing.py#L1882 Considering how hard all these `types.UnionType` / `typing.Union` stuff is and that the logi