cpython: 23442d957793 (original) (raw)

Mercurial > cpython

changeset 95348:23442d957793

Issue #23821: Fixed test_pdb failure under -O. [#23821]

Serhiy Storchaka storchaka@gmail.com
date Wed, 01 Apr 2015 16:58:39 +0300
parents ab2326c801c2(current diff)26778732099d(diff)
children 0c40e8f559a9
files
diffstat 1 files changed, 15 insertions(+), 11 deletions(-)[+] [-] Lib/test/test_pdb.py 26

line wrap: on

line diff

--- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -677,10 +677,12 @@ def test_pdb_next_command_for_generator( ... import pdb; pdb.Pdb(nosigint=True).set_trace() ... it = test_gen() ... try: