[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
severity: normal
status: open
title: Clean serveral unnecessary NULL checks in exceptions.c
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file44017/small_cleanup_exceptions.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com