]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 1 May 2023 21:08:34 +0000 (15:08 -0600)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 21:08:34 +0000 (15:08 -0600)
commit59bc36aacddd5a3acd32c80c0dfd0726135a7817
tree820c3ab005019714344dadf0f10fa9c359ea30c7
parentd448fcb0323bf00cb4ff4a1e65e8424a73b5f0d4
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)

This also does some cleanup.
Include/internal/pycore_structseq.h
Objects/floatobject.c
Objects/longobject.c
Objects/structseq.c
Objects/typeobject.c
Python/errors.c
Python/sysmodule.c
Python/thread.c