]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
authorVictor Stinner <vstinner@python.org>
Wed, 8 Oct 2025 10:10:58 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 10:10:58 +0000 (12:10 +0200)
commitc4e7d245d61ac4547ecf3362b28f64fc00aa88c0
tree3b97700eddeff2febe446f56475227df37b8195f
parenta15aeec29efa5b3d5d5568278c13bb3fc45f52ef
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
15 files changed:
Include/cpython/object.h
Include/internal/pycore_object.h
Modules/_dbmmodule.c
Modules/_decimal/_decimal.c
Modules/_gdbmmodule.c
Modules/_multiprocessing/semaphore.c
Modules/_sqlite/prepare_protocol.c
Modules/_sqlite/statement.c
Modules/blake2module.c
Modules/md5module.c
Modules/sha1module.c
Modules/sha2module.c
Modules/sha3module.c
Modules/socketmodule.c
Modules/unicodedata.c