Skip to content

Commit dee268c

Browse files
graingertclaude
andcommitted
gh-143055: register _PyAsyncGenUnpack_Type with the C globals analyzer
Add the new static type to Tools/c-analyzer/cpython/globals-to-fix.tsv alongside the other genobject static types, so the check-c-globals CI step passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent cd4bf33 commit dee268c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Objects/genobject.c - PyCoro_Type -
5353
Objects/genobject.c - PyGen_Type -
5454
Objects/genobject.c - _PyAsyncGenASend_Type -
5555
Objects/genobject.c - _PyAsyncGenAThrow_Type -
56+
Objects/genobject.c - _PyAsyncGenUnpack_Type -
5657
Objects/genobject.c - _PyAsyncGenWrappedValue_Type -
5758
Objects/genobject.c - _PyCoroWrapper_Type -
5859
Objects/interpolationobject.c - _PyInterpolation_Type -

0 commit comments

Comments
 (0)