]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 May 2021 15:26:15 +0000 (08:26 -0700)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 15:26:15 +0000 (08:26 -0700)
commit0bf0500baa4cbdd6c5668461c2a2a008121772be
treee5b96a59744d0db7b5f4f8aa263f66d7d9ab48be
parent5e6219b8fa14bc36d1a98dc03b4e01756829fffa
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376)

* bpo-42972: pyexpat
* bpo-42972: unicodedata
* bpo-42972: dbm/gdbm
(cherry picked from commit 59af59c2dfa52dcd5605185263f266a49ced934c)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/_lsprof.c
Modules/pyexpat.c
Modules/unicodedata.c