Skip to content

Commit 8364d78

Browse files
committed
Cleanup scaffolding
1 parent defb2b2 commit 8364d78

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Lib/test/_test_embed_structseq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def check_structseq(self, obj_type):
2525

2626
def test_sys_attrs(self):
2727
for attr_name in (
28-
'abi_info', # AbiInfoType
2928
'flags', # FlagsType
3029
'float_info', # FloatInfoType
3130
'hash_info', # Hash_InfoType

Tools/c-analyzer/TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ Objects/unicodeobject.c:PyUnicode_Type PyTypeObject Py
841841
Objects/weakrefobject.c:_PyWeakref_CallableProxyType PyTypeObject _PyWeakref_CallableProxyType
842842
Objects/weakrefobject.c:_PyWeakref_ProxyType PyTypeObject _PyWeakref_ProxyType
843843
Objects/weakrefobject.c:_PyWeakref_RefType PyTypeObject _PyWeakref_RefType
844-
Python/abiinfo.c:AbiInfoType static PyTypeObject AbiInfoType
845844
Python/bltinmodule.c:PyFilter_Type PyTypeObject PyFilter_Type
846845
Python/bltinmodule.c:PyMap_Type PyTypeObject PyMap_Type
847846
Python/bltinmodule.c:PyZip_Type PyTypeObject PyZip_Type

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Objects/object.c - _PyLegacyEventHandler_Type -
153153

154154
Objects/floatobject.c - FloatInfoType -
155155
Objects/longobject.c - Int_InfoType -
156-
Python/abiinfo.c - AbiInfoType -
157156
Python/errors.c - UnraisableHookArgsType -
158157
Python/sysmodule.c - AsyncGenHooksType -
159158
Python/sysmodule.c - FlagsType -

0 commit comments

Comments
 (0)