]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42972: Fully support GC for hashlib heap types (GH-26374)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 27 May 2021 07:48:19 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 07:48:19 +0000 (09:48 +0200)
commit6ef5ba391d700bde7ec3ffd5fb7132a30dd309c4
tree920bbeb3c2745853751cc9eb115b43dd46a66c6f
parent59af59c2dfa52dcd5605185263f266a49ced934c
bpo-42972: Fully support GC for hashlib heap types (GH-26374)
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c