[issue24733] Logically Dead Code

2016-01-04 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks for the report, Pankaj Sharma. Removed in 2.7.11+. -- assignee: -> orsenthil nosy: +orsenthil resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue24733] Logically Dead Code

2016-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2a846c1b593 by Senthil Kumaran in branch '2.7': Issue24733 - Remove unreachable code in traceback.c https://hg.python.org/cpython/rev/f2a846c1b593 -- nosy: +python-dev ___ Python tracker

[issue24733] Logically Dead Code

2016-01-03 Thread Martin Panter
Martin Panter added the comment: This looks like some leftover cruft after refactoring the code: . Removing it looks fine to me. This does not seem to be applicable to Python 3. -- nosy: +martin.panter __

[issue24733] Logically Dead Code

2016-01-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> patch review type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue24733] Logically Dead Code

2015-07-27 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue24733] Logically Dead Code

2015-07-27 Thread Pankaj Sharma
New submission from Pankaj Sharma: Hi, Reporting an issues of "Logically Dead code" in Python 2.7.10/Python/traceback.c +174 Please review attached patch. thanks! -- components: Interpreter Core, Library (Lib) files: Python-2.7.10-traceback.patch keywords: patch messages: 247458 nosy: