Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert simulated breakage
  • Loading branch information
zooba committed May 30, 2023
commit d24da92b004111315d010cc558035eb3f033cb64
4 changes: 2 additions & 2 deletions Doc/data/python3.12.abi
Original file line number Diff line number Diff line change
Expand Up @@ -4634,8 +4634,8 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyAIter_Check' mangled-name='PyAIter_Check' filepath='Objects/abstract.c' line='2828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAIter_Check'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='2828' column='1'/>
<return type-id='type-id-7'/>
<parameter type-id='type-id-2' name='obj' filepath='Objects/abstract.c' line='2828' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyIter_Next' mangled-name='PyIter_Next' filepath='Objects/abstract.c' line='2844' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Next'>
<parameter type-id='type-id-2' name='iter' filepath='Objects/abstract.c' line='2844' column='1'/>
Expand Down