New submission from Xiang Zhang:

In do_raise, the two Py_XDECREFs at the final of the success branch seem doing 
unnecessary NULL checks.

----------
components: Interpreter Core
files: do_raise.patch
keywords: patch
messages: 272119
nosy: serhiy.storchaka, xiang.zhang
priority: normal
severity: normal
status: open
title: Replace two Py_XDECREFs with Py_DECREFs in do_raise
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file44035/do_raise.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27703>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to