]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 06:44:03 +0000 (09:44 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 06:44:03 +0000 (09:44 +0300)
commitcfdfbb4d3c39ee1e728aa80da55c1f25d00be4d1
tree18d17fd813accf0b6e6e9427f22ba372a7f8e78b
parent75a25867ab96f1fe8a4295775fbcbb171bde693b
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Patch by Xiang Zhang.
Objects/rangeobject.c
Python/bltinmodule.c