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.

classification
Title: duplicate method definitions in Lib/test/test_sys_setprofile.py
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: steve.dower, xdegaye
Priority: normal Keywords: patch

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) * (Python triager) 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) * (Python committer) 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:14adminsetgithub: 80863
2019-11-24 03:28:26terry.reedysetpull_requests: + pull_request16852
2019-04-22 18:53:40steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-04-22 18:48:14steve.dowersetnosy: + steve.dower
messages: + msg340671
2019-04-21 01:55:31Windson Yangsetpull_requests: + pull_request12820
2019-04-21 01:49:54Windson Yangsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request12819
2019-04-20 16:08:20xdegayecreate