]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
authorHai Shi <shihai1992@gmail.com>
Sun, 7 Jun 2020 12:05:36 +0000 (20:05 +0800)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 12:05:36 +0000 (21:05 +0900)
commit47a23fc63fa5df2da8dbc542e78e521d4a7f10c9
tree672aa7892961efc225df0d3949ccb036cc7fe9d9
parentb8867e5d5aca33511942632b5f4e359b9245b2fa
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
Modules/_functoolsmodule.c
Modules/_io/_iomodule.c
Modules/itertoolsmodule.c
Modules/overlapped.c