Skip to content

Commit 01ede43

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Update size of PyUnstable_ExecutableKinds
Summary: Lightweight frame support added a new field to the array of `PyUnstable_ExecutableKinds`. This updates the binary compat info by hand to hopefully get this green on Github CI. Reviewed By: itamaro Differential Revision: D89584140 fbshipit-source-id: ae590b65ab6d9397acf63b443a62df8dc5a2a7f2
1 parent 9722d84 commit 01ede43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/data/python3.14.abi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@
17741774
<elf-symbol name='PyType_Type' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
17751775
<elf-symbol name='PyUnicodeIter_Type' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
17761776
<elf-symbol name='PyUnicode_Type' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
1777-
<elf-symbol name='PyUnstable_ExecutableKinds' size='48' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
1777+
<elf-symbol name='PyUnstable_ExecutableKinds' size='56' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
17781778
<elf-symbol name='PyWrapperDescr_Type' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
17791779
<elf-symbol name='PyZip_Type' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
17801780
<elf-symbol name='Py_BytesWarningFlag' size='4' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
@@ -27908,7 +27908,7 @@
2790827908
</abi-instr>
2790927909
<abi-instr address-size='64' path='Python/frame.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
2791027910
<array-type-def dimensions='1' type-id='type-id-1699' size-in-bits='384' id='type-id-1700'>
27911-
<subrange length='6' type-id='type-id-2' id='type-id-479'/>
27911+
<subrange length='7' type-id='type-id-2' id='type-id-479'/>
2791227912
</array-type-def>
2791327913
<qualified-type-def type-id='type-id-271' const='yes' id='type-id-1701'/>
2791427914
<pointer-type-def type-id='type-id-1701' size-in-bits='64' id='type-id-1702'/>

0 commit comments

Comments
 (0)