]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove deadcode in _Py_inc_count() (GH-18257)
authorVictor Stinner <vstinner@python.org>
Wed, 29 Jan 2020 18:22:11 +0000 (19:22 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2020 18:22:11 +0000 (19:22 +0100)
commit5428f48b6308c7fd71636077f2ebc307c9a53d03
treebb9f82164b4ed784fc04a6e74f5e33b38cc96e17
parentdb5e86adbce12350c26e7ffc2c6673369971a2dc
Remove deadcode in _Py_inc_count() (GH-18257)

(tp->tp_next != NULL) check became redundant with
commit 45294a9562e5c360ee8ef8498d8792e05a6eb25e (merged in 2006).
Objects/object.c