]> granicus.if.org Git - python/commit
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
authorVictor Stinner <vstinner@redhat.com>
Mon, 15 Apr 2019 15:54:09 +0000 (17:54 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2019 15:54:09 +0000 (17:54 +0200)
commit0810fa79885276114d1a94e2ce61da367ebb1ffc
tree6c03706fd677e4c73ea6afa6a8da75ebcbb348e8
parentaba7d662abbb847f9f45c6db58242a9b4bf65bff
bpo-36389: Cleanup gc.set_threshold() (GH-12844)

Don't assign generations[2].threshold to generations[2].threshold:
useless operation.
Modules/gcmodule.c