Commit 424a785
authored
pythongh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (pythongh-103961)
This change has two small parts:
1. a follow-up to pythongh-103940 with one case I missed
2. adding a missing return that I noticed while working on related code1 parent d2e2e53 commit 424a785
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2102 | 2102 | | |
2103 | 2103 | | |
2104 | 2104 | | |
2105 | | - | |
2106 | | - | |
2107 | | - | |
2108 | | - | |
2109 | 2105 | | |
2110 | 2106 | | |
2111 | 2107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments