]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 3 May 2021 14:50:24 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 14:50:24 +0000 (15:50 +0100)
commitc2931d31f8ba7cf10044de276018c713ffc73592
tree6224fcc17abe3498f747e3110f9c3f99a8cb6597
parent440c0257262fec6f519bb81e49f1a4f341aeed66
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Doc/data/stable_abi.dat
Include/internal/pycore_structseq.h [new file with mode: 0644]
Include/structseq.h
Makefile.pre.in
Misc/stable_abi.txt
Modules/_cursesmodule.c
Objects/structseq.c
PC/python3dll.c
PCbuild/pythoncore.vcxproj
Python/sysmodule.c