]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH...
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 27 May 2021 07:29:00 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 07:29:00 +0000 (17:29 +1000)
commit59af59c2dfa52dcd5605185263f266a49ced934c
tree4e9f198bac64f511f2348421aaa8f2dc41a6cdc9
parentfbff5387c3e1f3904420fa5a27738c6c5881305b
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
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/_lsprof.c
Modules/pyexpat.c
Modules/unicodedata.c