[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-17 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-17 Thread Robert Collins
Robert Collins added the comment: Closing, though ideally Terry can confirm it is fully fixed for him. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea3cc128ce35 by Robert Collins in branch 'default': Issue #23631: Fix traceback.format_list when a traceback has been mutated. https://hg.python.org/cpython/rev/ea3cc128ce35 -- nosy: +python-dev ___ Pytho

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-15 Thread Nick Coghlan
Nick Coghlan added the comment: Patch looks good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-15 Thread Robert Collins
Robert Collins added the comment: And here is a patch, since this is a regression I'll apply it tomorrow (or sooner if it gets reviews :)) -- keywords: +patch Added file: http://bugs.python.org/file38503/issue-23631-1.patch ___ Python tracker

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-15 Thread Robert Collins
Robert Collins added the comment: Ah, idle is being somewhat naughty. It's taking the original traceback and then mangling the contents in-place, which is preserving the type information, and throwing off StackSummary.from_list. We can and should make the new code deal with this in case other

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-15 Thread Robert Collins
Robert Collins added the comment: I suspect that this is due to a list being passed in that wasn't created by traceback, in the older tuple-only format. That was meant to work, but possibly is being short circuited somewhere. Shall fix asap. -- ___

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-10 Thread Guido van Rossum
Guido van Rossum added the comment: Yeah, the stack track makes me suspect http://bugs.python.org/issue17911 -- nosy: +gvanrossum ___ Python tracker ___ _

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +rbcollins ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue23631] 3.5 (a2) traceback regression snarls Idle

2015-03-10 Thread Terry J. Reedy
New submission from Terry J. Reedy: 3.5.0a2, my Win 7 and Guido's new Win laptop: error tracebacks are mangled in a way that makes Idle severely less functional, hence 'release blocker'. First, the normal behavior. Python 3.5.0a2 (v3.5.0a2:0337bd7ebcb6+, Mar 9 2015, 10:29:45) [MSC v.1900 64