]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
authorMark Shannon <mark@hotpy.org>
Fri, 8 Nov 2024 16:44:44 +0000 (16:44 +0000)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 16:44:44 +0000 (16:44 +0000)
commitfa4092259763ffad45a5bb9ef55f515dc6a69ad2
tree2a37522fd4bef93f3fbce649bc3396c58ca4f130
parentfd5580cd151e07c690e9d7594513be5fa3102a2e
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
12 files changed:
Include/internal/pycore_runtime_init.h
Include/internal/pycore_typeobject.h
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/listobject.c
Objects/longobject.c
Objects/setobject.c
Objects/tupleobject.c
Objects/typeobject.c