[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2021-04-02 Thread Irit Katriel
Change by Irit Katriel : -- superseder: Missing (optional) argument `start` and `end` in documentation for list.index -> Pdb sometimes raises exception when trying to remove a breakpoint defined in a different debugger session ___ Python tracker

[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2021-04-02 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Missing (optional) argument `start` and `end` in documentation for list.index ___ Python tracker

[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2021-01-14 Thread Irit Katriel
Irit Katriel added the comment: This will be resolved once we push PR 21989, which resets the breakpoints before the test so the breakpoint number here is always 1. -- nosy: +iritkatriel, taleinat versions: +Python 3.10 -Python 3.6, Python 3.7, Python 3.8

[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2018-11-03 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2018-06-09 Thread Xavier de Gaye
Change by Xavier de Gaye : -- keywords: +patch pull_requests: +7195 stage: -> patch review ___ Python tracker ___ ___

[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2018-06-09 Thread Xavier de Gaye
Xavier de Gaye added the comment: This is fixed with: diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index 4f9d28afd3..7b3624fb99 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -1045,7 +1045,7 @@ def test_pdb_next_command_in_generator_for_loop(): ...

[issue33757] Failed separate test_pdb_next_command_in_generator_for_loop in test_pdb

2018-06-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python -m test -v -m test_pdb_next_command_in_generator_for_loop test_pdb ... test_pdb_next_command_in_generator_for_loop (test.test_pdb) Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop ... FAIL