]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 28 Apr 2023 00:28:51 +0000 (18:28 -0600)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2023 00:28:51 +0000 (18:28 -0600)
commit424a785a07049924603228b153f746cfe3a983a2
treefb784848fcc8408f6eadb7dffe3d62dc394ae4eb
parentd2e2e53f733f8c8098035bbbc452bd1892796cb3
gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)

This change has two small parts:

1. a follow-up to gh-103940 with one case I missed
2. adding a missing return that I noticed while working on related code
Objects/object.c
Objects/structseq.c