Issue 36682: duplicate method definitions in Lib/test/test_sys_setprofile.py
Created on 2019-04-20 16:08 by xdegaye, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12895 | merged | Windson Yang, 2019-04-21 01:49 | |
| PR 12896 | open | Windson Yang, 2019-04-21 01:55 | |
| PR 17366 | terry.reedy, 2019-11-24 03:28 | ||
| Messages (2) | |||
|---|---|---|---|
| msg340582 - (view) | Author: Xavier de Gaye (xdegaye) * ![]() |
Date: 2019-04-20 16:08 | |
As reported in issue 16079, the following methods are duplicates: Lib/test/test_sys_setprofile.py:354 ProfileSimulatorTestCase.test_unbound_method_no_args Lib/test/test_sys_setprofile.py:363 ProfileSimulatorTestCase.test_unbound_method_invalid_args |
|||
| msg340671 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2019-04-22 18:48 | |
New changeset 007d0b0188a16273a5850d89857ecef97c1f4595 by Steve Dower (Windson yang) in branch 'master': bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895) https://github.com/python/cpython/commit/007d0b0188a16273a5850d89857ecef97c1f4595 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:14 | admin | set | github: 80863 |
| 2019-11-24 03:28:26 | terry.reedy | set | pull_requests: + pull_request16852 |
| 2019-04-22 18:53:40 | steve.dower | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-04-22 18:48:14 | steve.dower | set | nosy:
+ steve.dower messages: + msg340671 |
| 2019-04-21 01:55:31 | Windson Yang | set | pull_requests: + pull_request12820 |
| 2019-04-21 01:49:54 | Windson Yang | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request12819 |
| 2019-04-20 16:08:20 | xdegaye | create | |

