[issue40898] Remove redundant if statements in tp_traverse

2020-06-07 Thread hai shi
hai shi added the comment: Thanks, Inada :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue40898] Remove redundant if statements in tp_traverse

2020-06-07 Thread Inada Naoki
Inada Naoki added the comment: Thanks. -- nosy: +inada.naoki resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue40898] Remove redundant if statements in tp_traverse

2020-06-07 Thread Inada Naoki
Inada Naoki added the comment: New changeset 47a23fc63fa5df2da8dbc542e78e521d4a7f10c9 by Hai Shi in branch 'master': bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) https://github.com/python/cpython/commit/47a23fc63fa5df2da8dbc542e78e521d4a7f10c9 --

[issue40898] Remove redundant if statements in tp_traverse

2020-06-07 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue40898] Remove redundant if statements in tp_traverse

2020-06-07 Thread hai shi
Change by hai shi : -- keywords: +patch pull_requests: +19907 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20692 ___ Python tracker ___

[issue40898] Remove redundant if statements in tp_traverse

2020-06-07 Thread hai shi
New submission from hai shi : redundant if statements in itertools、_functools、_io, so remove it. -- components: Extension Modules messages: 370883 nosy: shihai1991 priority: normal severity: normal status: open title: Remove redundant if statements in tp_traverse versions: Python 3.10 _