[issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py

2019-11-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +16852 pull_request: https://github.com/python/cpython/pull/17366 ___ Python tracker ___ __

[issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py

2019-04-22 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py

2019-04-22 Thread Steve Dower
Steve Dower added the comment: 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 -

[issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py

2019-04-20 Thread Windson Yang
Change by Windson Yang : -- pull_requests: +12820 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py

2019-04-20 Thread Windson Yang
Change by Windson Yang : -- keywords: +patch pull_requests: +12819 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyt

[issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py

2019-04-20 Thread Xavier de Gaye
New submission from Xavier de Gaye : 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 --