[issue27692] Clean serveral unnecessary NULL checks in exceptions.c

2016-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e6aa2054824 by Serhiy Storchaka in branch 'default': Issue #27692: Removed unnecessary NULL checks in exceptions.c. https://hg.python.org/cpython/rev/6e6aa2054824 -- nosy: +python-dev ___ Python tracker

[issue27692] Clean serveral unnecessary NULL checks in exceptions.c

2016-08-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, I missed this issue. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue27692] Clean serveral unnecessary NULL checks in exceptions.c

2016-08-20 Thread Xiang Zhang
Xiang Zhang added the comment: Ping. :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue27692] Clean serveral unnecessary NULL checks in exceptions.c

2016-08-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- stage: -> commit review ___ Python tracker ___ ___

[issue27692] Clean serveral unnecessary NULL checks in exceptions.c

2016-08-05 Thread Xiang Zhang
New submission from Xiang Zhang: While studying exceptions.c, find several unnecessary NULL checks that can be removed. -- components: Interpreter Core files: small_cleanup_exceptions.patch keywords: patch messages: 272023 nosy: martin.panter, serhiy.storchaka, xiang.zhang priority: