Skip to content

Remove deadcode in _Py_inc_count()#18257

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:_Py_inc_count
Jan 29, 2020
Merged

Remove deadcode in _Py_inc_count()#18257
vstinner merged 1 commit into
python:masterfrom
vstinner:_Py_inc_count

Conversation

@vstinner

Copy link
Copy Markdown
Member

(tp->tp_next != NULL) check became redundant with
commit 45294a9 (merged in 2006).

(tp->tp_next != NULL) check became redundant with
commit 45294a9 (merged in 2006).
@vstinner vstinner merged commit 5428f48 into python:master Jan 29, 2020
@vstinner vstinner deleted the _Py_inc_count branch January 29, 2020 18:22
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
(tp->tp_next != NULL) check became redundant with
commit 45294a9 (merged in 2006).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants