[issue27342] Clean up some Py_XDECREFs in rangeobject.c and bltinmodule.c

Xiang Zhang report at bugs.python.org
Fri Jun 17 03:39:28 EDT 2016


New submission from Xiang Zhang:

Some Py_XDECREFs in rangeobject.c and bltinmodule.c are not necessary. Py_DECREF is enough. Clean up them.

----------
files: cleanup_some_xdecrefs.patch
keywords: patch
messages: 268711
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: Clean up some Py_XDECREFs in rangeobject.c and bltinmodule.c
Added file: http://bugs.python.org/file43429/cleanup_some_xdecrefs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27342>
_______________________________________


More information about the Python-bugs-list mailing list