[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Brian Curtin
Brian Curtin added the comment: Fixed in release31-maint in r88269. -- stage: -> committed/rejected ___ Python tracker ___ ___ Pytho

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: Please do. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Brian Curtin
Brian Curtin added the comment: This should be back-ported to the maintenance branch as well. I can take care of that if Georg is busy with release-related stuff. -- ___ Python tracker ___

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r88258. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Brian Curtin
Brian Curtin added the comment: The following patch will fix it. Another example of why 'list' isn't a great name :) Index: Lib/idlelib/RemoteObjectBrowser.py === --- Lib/idlelib/RemoteObjectBrowser.py (revision 88248) +++ Lib/id

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Brian Curtin
Changes by Brian Curtin : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Brian Curtin
Brian Curtin added the comment: I don't get a crash, but it certainly doesn't work. Once IDLE is open I type "raise TypeError", then open the stack viewer as you did. Here's what I'm seeing: [WINSEVEN] 2011-01-29 21:05:30.18 c:\Users\brian >c:\python31\python.exe -m idlelib.idle *** Internal

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Yakov Blum
Yakov Blum added the comment: A few additional details: I'm also running Windows 7. Reproducing the crash is as simple as opening IDLE, typing, e.g., raise TypeError and clicking Debug > Stack Viewer -- ___ Python tracker

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Ned Deily
Ned Deily added the comment: According to the StackOverflow report, the crash occurs on Python 3.1.2 with IDLE 3.1.2 on Windows 7. -- components: +Windows nosy: +brian.curtin, kbk, ned.deily ___ Python tracker __

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Yakov Blum
New submission from Yakov Blum : This problem was asked about on Stack Overflow, where there's some more information on it: http://stackoverflow.com/questions/4046021/python-idle-windows-pressing-stack-viewer-exits-all-idle-windows But I didn't see it listed as a bug here. I've also experienced