[issue23031] pdb crashes when jumping over "with" statement

2014-12-13 Thread Dan
Changes by Dan : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue23031] pdb crashes when jumping over "with" statement

2014-12-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: This has been fixed by issue 14612 for version 2.7.4. -- nosy: +xdegaye ___ Python tracker ___ ___ P

[issue23031] pdb crashes when jumping over "with" statement

2014-12-11 Thread Dan
Dan added the comment: Sorry, it happens in: 2.7.3 |EPD 7.3-2 (64-bit)| (default, Apr 11 2012, 17:52:16) \n[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] Works as expected in 2.7.8 and 3.3.2 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:

[issue23031] pdb crashes when jumping over "with" statement

2014-12-11 Thread Ned Deily
Ned Deily added the comment: Sorry, I wasn't able to reproduce this. What platform are you running on and what is the output from the following? python2.7 -c 'import sys;print(sys.version)' -- nosy: +ned.deily ___ Python tracker

[issue23031] pdb crashes when jumping over "with" statement

2014-12-11 Thread Dan
New submission from Dan: -> print(1) (Pdb) jump 6 Segmentation fault -- components: Library (Lib) files: pdb_segfault.py messages: 232481 nosy: DSP priority: normal severity: normal status: open title: pdb crashes when jumping over "with" statement type: behavior versions: Python 2.7 Add