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.
Created on 2019年04月20日 15:55 by xdegaye, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12899 | merged | Windson Yang, 2019年04月22日 01:46 | |
| Messages (2) | |||
|---|---|---|---|
| msg340578 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2019年04月20日 15:55 | |
As reported in issue 16079, the following methodes are duplicates: Lib/test/test_dataclasses.py:700 TestCase.test_not_tuple Lib/test/test_dataclasses.py:1406 TestCase.test_helper_asdict_builtin_containers Lib/test/test_dataclasses.py:1579 TestCase.test_helper_astuple_builtin_containers Lib/test/test_dataclasses.py:3245 TestReplace.test_recursive_repr_two_attrs |
|||
| msg340669 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2019年04月22日 18:45 | |
New changeset be372d73b4c59026134a7e722ece34367c3bd3b6 by Steve Dower (Windson yang) in branch 'master': bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) https://github.com/python/cpython/commit/be372d73b4c59026134a7e722ece34367c3bd3b6 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:14 | admin | set | github: 80859 |
| 2019年08月02日 20:16:43 | steve.dower | set | status: open -> closed resolution: fixed stage: resolved |
| 2019年04月25日 14:55:13 | xdegaye | set | status: closed -> open stage: resolved -> (no value) resolution: fixed -> (no value) versions: + Python 3.7 |
| 2019年04月22日 18:52:37 | steve.dower | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019年04月22日 18:45:40 | steve.dower | set | nosy:
+ steve.dower messages: + msg340669 |
| 2019年04月22日 01:46:24 | Windson Yang | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request12826 |
| 2019年04月20日 16:12:39 | xtreak | set | nosy:
+ eric.smith |
| 2019年04月20日 15:55:28 | xdegaye | create | |