[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-08 Thread Dong-hee Na
Change by Dong-hee Na : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-08 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 45d44b950f1dab0ef90d0a8f4fa75ffaae71500b by Dong-hee Na in branch 'main': bpo-46299: Improve test_descr (GH-30475) https://github.com/python/cpython/commit/45d44b950f1dab0ef90d0a8f4fa75ffaae71500b --

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset d2245cf190c36a6d74fe947bf133ce09d3313a6f by Miss Islington (bot) in branch '3.10': bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) https://github.com/python/cpython/commit/d2245cf190c36a6d74fe947bf133ce09d3313a6f

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 566d70a8d1c1afb8e770068f1686f762a1e343b9 by Miss Islington (bot) in branch '3.9': bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) https://github.com/python/cpython/commit/566d70a8d1c1afb8e770068f1686f762a1e343b9

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28680 pull_request: https://github.com/python/cpython/pull/30477 ___ Python tracker ___

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28679 pull_request: https://github.com/python/cpython/pull/30476 ___ Python tracker

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +28678 pull_request: https://github.com/python/cpython/pull/30475 ___ Python tracker ___

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e63066cfed27511c9b786d61761f87f7a532571a by Nikita Sobolev in branch 'main': bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) https://github.com/python/cpython/commit/e63066cfed27511c9b786d61761f87f7a532571a --

[issue46299] Improve several exception handling practices in `test_descr.py`

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

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread Nikita Sobolev
New submission from Nikita Sobolev : There are several problems in `test_descr.py` that I've found: 1. In `test_dir` there's a test case that ensure that `TypeError` is raised in some case: