]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)
authorVictor Stinner <vstinner@python.org>
Fri, 8 Jan 2021 14:43:59 +0000 (15:43 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 14:43:59 +0000 (15:43 +0100)
commit11ef53aefbecfac18b63cee518a7184f771f708c
tree22334fa8cc5a2510b518e2bc6ef91e10cf2d942b
parente542d417b96077d04aec089505eacb990c9799ae
bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)

Convert _multibytecodec.MultibyteCodec type to a GC type and adds a
traverse function.
Modules/cjkcodecs/multibytecodec.c