summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-14 18:15:56 (GMT)
committerGitHub <noreply@github.com>2022-06-14 18:15:56 (GMT)
commit8dc5df4e21964ec746634cd19d4ffe60acf5e0f6 (patch)
treecbfa1272b1882a7e040f101c7ae69b8c7ec4401b
parent7aa4038a6e3c7dca0086eeaf4bcb7c952997f213 (diff)
downloadcpython-8dc5df4e21964ec746634cd19d4ffe60acf5e0f6.zip
cpython-8dc5df4e21964ec746634cd19d4ffe60acf5e0f6.tar.gz
cpython-8dc5df4e21964ec746634cd19d4ffe60acf5e0f6.tar.bz2
[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746)
For example: A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]] A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int] (cherry picked from commit 3473817106c23eca7341c931453da0341c367e1d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
-rw-r--r--Doc/data/python3.11.abi4348
-rw-r--r--Include/internal/pycore_global_strings.h1
-rw-r--r--Include/internal/pycore_runtime_init.h1
-rw-r--r--Lib/test/test_typing.py17
-rw-r--r--Lib/typing.py110
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-01-11-24-13.gh-issue-91162.NxvU_u.rst5
-rw-r--r--Objects/genericaliasobject.c99
7 files changed, 2288 insertions, 2293 deletions
diff --git a/Doc/data/python3.11.abi b/Doc/data/python3.11.abi
index c5a1fda..ebbc75f 100644
--- a/Doc/data/python3.11.abi
+++ b/Doc/data/python3.11.abi
@@ -1637,7 +1637,7 @@
<elf-symbol name='_PyNotImplemented_Type' size='408' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='_PyOS_ReadlineTState' size='8' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='_PyParser_TokenNames' size='520' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
- <elf-symbol name='_PyRuntime' size='166592' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
+ <elf-symbol name='_PyRuntime' size='166672' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='_PySet_Dummy' size='8' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='_PyWeakref_CallableProxyType' size='408' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='_PyWeakref_ProxyType' size='408' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
@@ -1658,7 +1658,7 @@
<elf-symbol name='_Py_ctype_toupper' size='256' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='_Py_tracemalloc_config' size='12' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
</elf-variable-symbols>
- <abi-instr version='1.0' address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/src' language='LANG_C99'>
<type-decl name='char' size-in-bits='8' id='type-id-1'/>
<qualified-type-def type-id='type-id-1' const='yes' id='type-id-2'/>
<pointer-type-def type-id='type-id-2' size-in-bits='64' id='type-id-3'/>
@@ -1672,7 +1672,7 @@
<return type-id='type-id-3'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Parser/token.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Parser/token.c' comp-dir-path='/src' language='LANG_C99'>
<qualified-type-def type-id='type-id-3' const='yes' id='type-id-4'/>
<array-type-def dimensions='1' type-id='type-id-4' size-in-bits='infinite' id='type-id-5'>
@@ -1698,7 +1698,7 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Parser/myreadline.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Parser/myreadline.c' comp-dir-path='/src' language='LANG_C99'>
<class-decl name='_ts' size-in-bits='2880' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='82' column='1' id='type-id-9'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='prev' type-id='type-id-10' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>
@@ -1993,7 +1993,7 @@
<typedef-decl name='uint64_t' type-id='type-id-55' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-19'/>
<type-decl name='long int' size-in-bits='64' id='type-id-53'/>
<typedef-decl name='size_t' type-id='type-id-16' filepath='/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h' line='209' column='1' id='type-id-54'/>
- <class-decl name='pyruntimestate' size-in-bits='1332736' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='59' column='1' id='type-id-56'>
+ <class-decl name='pyruntimestate' size-in-bits='1333376' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='59' column='1' id='type-id-56'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='64' column='1'/>
</data-member>
@@ -2051,7 +2051,7 @@
<data-member access='public' layout-offset-in-bits='5440'>
<var-decl name='global_objects' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='129' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='470848'>
+ <data-member access='public' layout-offset-in-bits='471488'>
<var-decl name='_main_interpreter' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='146' column='1'/>
</data-member>
</class-decl>
@@ -2267,7 +2267,7 @@
</class-decl>
<typedef-decl name='__ssize_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='193' column='1' id='type-id-110'/>
<typedef-decl name='ssize_t' type-id='type-id-110' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-111'/>
- <typedef-decl name='Py_ssize_t' type-id='type-id-111' filepath='./Include/pyport.h' line='162' column='1' id='type-id-36'/>
+ <typedef-decl name='Py_ssize_t' type-id='type-id-111' filepath='./Include/pyport.h' line='176' column='1' id='type-id-36'/>
<typedef-decl name='PyTypeObject' type-id='type-id-76' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-112'/>
<pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-74'/>
<typedef-decl name='PyObject' type-id='type-id-109' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-108'/>
@@ -2485,7 +2485,7 @@
<typedef-decl name='objobjargproc' type-id='type-id-158' filepath='./Include/object.h' line='205' column='1' id='type-id-156'/>
<typedef-decl name='PyMappingMethods' type-id='type-id-155' filepath='./Include/cpython/object.h' line='126' column='1' id='type-id-154'/>
<pointer-type-def type-id='type-id-154' size-in-bits='64' id='type-id-85'/>
- <typedef-decl name='Py_hash_t' type-id='type-id-36' filepath='./Include/pyport.h' line='176' column='1' id='type-id-159'/>
+ <typedef-decl name='Py_hash_t' type-id='type-id-36' filepath='./Include/pyport.h' line='190' column='1' id='type-id-159'/>
<pointer-type-def type-id='type-id-160' size-in-bits='64' id='type-id-161'/>
<typedef-decl name='hashfunc' type-id='type-id-161' filepath='./Include/object.h' line='219' column='1' id='type-id-86'/>
<typedef-decl name='getattrofunc' type-id='type-id-135' filepath='./Include/object.h' line='215' column='1' id='type-id-88'/>
@@ -2872,12 +2872,12 @@
<var-decl name='next_index' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='32' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_Py_global_objects' size-in-bits='465408' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='28' column='1' id='type-id-67'>
+ <class-decl name='_Py_global_objects' size-in-bits='466048' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='28' column='1' id='type-id-67'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='singletons' type-id='type-id-246' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='47' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='465408' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='29' column='1' id='type-id-246'>
+ <class-decl name='__anonymous_struct__' size-in-bits='466048' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='29' column='1' id='type-id-246'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='small_ints' type-id='type-id-247' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='35' column='1'/>
</data-member>
@@ -2890,10 +2890,10 @@
<data-member access='public' layout-offset-in-bits='165696'>
<var-decl name='strings' type-id='type-id-250' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='43' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='465024'>
+ <data-member access='public' layout-offset-in-bits='465664'>
<var-decl name='_tuple_empty_gc_not_used' type-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='45' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='465152'>
+ <data-member access='public' layout-offset-in-bits='465792'>
<var-decl name='tuple_empty' type-id='type-id-252' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='46' column='1'/>
</data-member>
</class-decl>
@@ -2949,18 +2949,18 @@
<subrange length='256' type-id='type-id-16' id='type-id-264'/>
</array-type-def>
- <class-decl name='_Py_global_strings' size-in-bits='299328' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-250'>
+ <class-decl name='_Py_global_strings' size-in-bits='299968' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-250'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='literals' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10112'>
- <var-decl name='identifiers' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>
+ <var-decl name='identifiers' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='359' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='160064'>
- <var-decl name='ascii' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1'/>
+ <data-member access='public' layout-offset-in-bits='160704'>
+ <var-decl name='ascii' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='217408'>
- <var-decl name='latin1' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>
+ <data-member access='public' layout-offset-in-bits='218048'>
+ <var-decl name='latin1' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='367' column='1'/>
</data-member>
</class-decl>
<class-decl name='__anonymous_struct__' size-in-bits='10112' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='30' column='1' id='type-id-265'>
@@ -3172,7 +3172,7 @@
<subrange length='6' type-id='type-id-16' id='type-id-298'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='149952' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='54' column='1' id='type-id-266'>
+ <class-decl name='__anonymous_struct__' size-in-bits='150592' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='54' column='1' id='type-id-266'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_False' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='55' column='1'/>
</data-member>
@@ -3624,463 +3624,466 @@
<var-decl name='___typing_is_unpacked_typevartuple__' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='75520'>
- <var-decl name='___typing_subst__' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
+ <var-decl name='___typing_prepare_subst__' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='76096'>
- <var-decl name='___typing_unpacked_tuple_args__' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
+ <data-member access='public' layout-offset-in-bits='76160'>
+ <var-decl name='___typing_subst__' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='76736'>
- <var-decl name='___warningregistry__' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
+ <var-decl name='___typing_unpacked_tuple_args__' type-id='type-id-313' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='77312'>
- <var-decl name='___weakref__' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>
+ <data-member access='public' layout-offset-in-bits='77376'>
+ <var-decl name='___warningregistry__' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='77824'>
- <var-decl name='___xor__' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>
+ <data-member access='public' layout-offset-in-bits='77952'>
+ <var-decl name='___weakref__' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='78272'>
- <var-decl name='__abc_impl' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
+ <data-member access='public' layout-offset-in-bits='78464'>
+ <var-decl name='___xor__' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='78784'>
- <var-decl name='__annotation' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
+ <data-member access='public' layout-offset-in-bits='78912'>
+ <var-decl name='__abc_impl' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='79296'>
- <var-decl name='__blksize' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>
+ <data-member access='public' layout-offset-in-bits='79424'>
+ <var-decl name='__annotation' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='79808'>
- <var-decl name='__bootstrap' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>
+ <data-member access='public' layout-offset-in-bits='79936'>
+ <var-decl name='__blksize' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='80320'>
- <var-decl name='__dealloc_warn' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>
+ <data-member access='public' layout-offset-in-bits='80448'>
+ <var-decl name='__bootstrap' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='80832'>
- <var-decl name='__finalizing' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>
+ <data-member access='public' layout-offset-in-bits='80960'>
+ <var-decl name='__dealloc_warn' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='81344'>
- <var-decl name='__find_and_load' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>
+ <data-member access='public' layout-offset-in-bits='81472'>
+ <var-decl name='__finalizing' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='81856'>
- <var-decl name='__fix_up_module' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>
+ <data-member access='public' layout-offset-in-bits='81984'>
+ <var-decl name='__find_and_load' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='82368'>
- <var-decl name='__get_sourcefile' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
+ <data-member access='public' layout-offset-in-bits='82496'>
+ <var-decl name='__fix_up_module' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='82880'>
- <var-decl name='__handle_fromlist' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
+ <data-member access='public' layout-offset-in-bits='83008'>
+ <var-decl name='__get_sourcefile' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='83456'>
- <var-decl name='__initializing' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>
+ <data-member access='public' layout-offset-in-bits='83520'>
+ <var-decl name='__handle_fromlist' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='83968'>
- <var-decl name='__is_text_encoding' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
+ <data-member access='public' layout-offset-in-bits='84096'>
+ <var-decl name='__initializing' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='84544'>
- <var-decl name='__lock_unlock_module' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
+ <data-member access='public' layout-offset-in-bits='84608'>
+ <var-decl name='__is_text_encoding' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='85120'>
- <var-decl name='__showwarnmsg' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>
+ <data-member access='public' layout-offset-in-bits='85184'>
+ <var-decl name='__lock_unlock_module' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='85632'>
- <var-decl name='__shutdown' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>
+ <data-member access='public' layout-offset-in-bits='85760'>
+ <var-decl name='__showwarnmsg' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='86144'>
- <var-decl name='__slotnames' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>
+ <data-member access='public' layout-offset-in-bits='86272'>
+ <var-decl name='__shutdown' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='86656'>
- <var-decl name='__strptime_time' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
+ <data-member access='public' layout-offset-in-bits='86784'>
+ <var-decl name='__slotnames' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='87168'>
- <var-decl name='__uninitialized_submodules' type-id='type-id-313' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
+ <data-member access='public' layout-offset-in-bits='87296'>
+ <var-decl name='__strptime_time' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='87808'>
- <var-decl name='__warn_unawaited_coroutine' type-id='type-id-313' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
+ <var-decl name='__uninitialized_submodules' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='88448'>
- <var-decl name='__xoptions' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
+ <var-decl name='__warn_unawaited_coroutine' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='88960'>
- <var-decl name='_add' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
+ <data-member access='public' layout-offset-in-bits='89088'>
+ <var-decl name='__xoptions' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='89408'>
- <var-decl name='_append' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
+ <data-member access='public' layout-offset-in-bits='89600'>
+ <var-decl name='_add' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='89856'>
- <var-decl name='_big' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>
+ <data-member access='public' layout-offset-in-bits='90048'>
+ <var-decl name='_append' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='90304'>
- <var-decl name='_buffer' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>
+ <data-member access='public' layout-offset-in-bits='90496'>
+ <var-decl name='_big' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='90752'>
- <var-decl name='_builtins' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>
+ <data-member access='public' layout-offset-in-bits='90944'>
+ <var-decl name='_buffer' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='91264'>
- <var-decl name='_c_call' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>
+ <data-member access='public' layout-offset-in-bits='91392'>
+ <var-decl name='_builtins' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='91712'>
- <var-decl name='_c_exception' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>
+ <data-member access='public' layout-offset-in-bits='91904'>
+ <var-decl name='_c_call' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='92224'>
- <var-decl name='_c_return' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>
+ <data-member access='public' layout-offset-in-bits='92352'>
+ <var-decl name='_c_exception' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='92736'>
- <var-decl name='_call' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>
+ <data-member access='public' layout-offset-in-bits='92864'>
+ <var-decl name='_c_return' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='93184'>
- <var-decl name='_clear' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>
+ <data-member access='public' layout-offset-in-bits='93376'>
+ <var-decl name='_call' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='93632'>
- <var-decl name='_close' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>
+ <data-member access='public' layout-offset-in-bits='93824'>
+ <var-decl name='_clear' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='94080'>
- <var-decl name='_closed' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>
+ <data-member access='public' layout-offset-in-bits='94272'>
+ <var-decl name='_close' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='94528'>
- <var-decl name='_code' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>
+ <data-member access='public' layout-offset-in-bits='94720'>
+ <var-decl name='_closed' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='94976'>
- <var-decl name='_copy' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>
+ <data-member access='public' layout-offset-in-bits='95168'>
+ <var-decl name='_code' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='95424'>
- <var-decl name='_copyreg' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>
+ <data-member access='public' layout-offset-in-bits='95616'>
+ <var-decl name='_copy' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='95872'>
- <var-decl name='_decode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>
+ <data-member access='public' layout-offset-in-bits='96064'>
+ <var-decl name='_copyreg' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='96320'>
- <var-decl name='_default' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>
+ <data-member access='public' layout-offset-in-bits='96512'>
+ <var-decl name='_decode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='96768'>
- <var-decl name='_defaultaction' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>
+ <data-member access='public' layout-offset-in-bits='96960'>
+ <var-decl name='_default' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='97280'>
- <var-decl name='_dictcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>
+ <data-member access='public' layout-offset-in-bits='97408'>
+ <var-decl name='_defaultaction' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='97792'>
- <var-decl name='_difference_update' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
+ <data-member access='public' layout-offset-in-bits='97920'>
+ <var-decl name='_dictcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='98368'>
- <var-decl name='_dispatch_table' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
+ <data-member access='public' layout-offset-in-bits='98432'>
+ <var-decl name='_difference_update' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='98880'>
- <var-decl name='_displayhook' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>
+ <data-member access='public' layout-offset-in-bits='99008'>
+ <var-decl name='_dispatch_table' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='99392'>
- <var-decl name='_enable' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>
+ <data-member access='public' layout-offset-in-bits='99520'>
+ <var-decl name='_displayhook' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='99840'>
- <var-decl name='_encode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>
+ <data-member access='public' layout-offset-in-bits='100032'>
+ <var-decl name='_enable' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='100288'>
- <var-decl name='_encoding' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>
+ <data-member access='public' layout-offset-in-bits='100480'>
+ <var-decl name='_encode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='100800'>
- <var-decl name='_end_lineno' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>
+ <data-member access='public' layout-offset-in-bits='100928'>
+ <var-decl name='_encoding' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='101312'>
- <var-decl name='_end_offset' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>
+ <data-member access='public' layout-offset-in-bits='101440'>
+ <var-decl name='_end_lineno' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='101824'>
- <var-decl name='_errors' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>
+ <data-member access='public' layout-offset-in-bits='101952'>
+ <var-decl name='_end_offset' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='102272'>
- <var-decl name='_excepthook' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>
+ <data-member access='public' layout-offset-in-bits='102464'>
+ <var-decl name='_errors' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='102784'>
- <var-decl name='_exception' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>
+ <data-member access='public' layout-offset-in-bits='102912'>
+ <var-decl name='_excepthook' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='103296'>
- <var-decl name='_extend' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>
+ <data-member access='public' layout-offset-in-bits='103424'>
+ <var-decl name='_exception' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='103744'>
- <var-decl name='_filename' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>
+ <data-member access='public' layout-offset-in-bits='103936'>
+ <var-decl name='_extend' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='104256'>
- <var-decl name='_fileno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>
+ <data-member access='public' layout-offset-in-bits='104384'>
+ <var-decl name='_filename' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='104704'>
- <var-decl name='_fillvalue' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>
+ <data-member access='public' layout-offset-in-bits='104896'>
+ <var-decl name='_fileno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='105216'>
- <var-decl name='_filters' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>
+ <data-member access='public' layout-offset-in-bits='105344'>
+ <var-decl name='_fillvalue' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='105664'>
- <var-decl name='_find_class' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>
+ <data-member access='public' layout-offset-in-bits='105856'>
+ <var-decl name='_filters' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='106176'>
- <var-decl name='_flush' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
+ <data-member access='public' layout-offset-in-bits='106304'>
+ <var-decl name='_find_class' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='106624'>
- <var-decl name='_genexpr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
+ <data-member access='public' layout-offset-in-bits='106816'>
+ <var-decl name='_flush' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='107072'>
- <var-decl name='_get' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>
+ <data-member access='public' layout-offset-in-bits='107264'>
+ <var-decl name='_genexpr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='107520'>
- <var-decl name='_get_source' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>
+ <data-member access='public' layout-offset-in-bits='107712'>
+ <var-decl name='_get' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='108032'>
- <var-decl name='_getattr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>
+ <data-member access='public' layout-offset-in-bits='108160'>
+ <var-decl name='_get_source' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='108480'>
- <var-decl name='_getstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>
+ <data-member access='public' layout-offset-in-bits='108672'>
+ <var-decl name='_getattr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='108992'>
- <var-decl name='_ignore' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>
+ <data-member access='public' layout-offset-in-bits='109120'>
+ <var-decl name='_getstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='109440'>
- <var-decl name='_importlib' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>
+ <data-member access='public' layout-offset-in-bits='109632'>
+ <var-decl name='_ignore' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='109952'>
- <var-decl name='_inf' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>
+ <data-member access='public' layout-offset-in-bits='110080'>
+ <var-decl name='_importlib' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='110400'>
- <var-decl name='_intersection' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>
+ <data-member access='public' layout-offset-in-bits='110592'>
+ <var-decl name='_inf' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='110912'>
- <var-decl name='_isatty' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>
+ <data-member access='public' layout-offset-in-bits='111040'>
+ <var-decl name='_intersection' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='111360'>
- <var-decl name='_isinstance' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>
+ <data-member access='public' layout-offset-in-bits='111552'>
+ <var-decl name='_isatty' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='111872'>
- <var-decl name='_items' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>
+ <data-member access='public' layout-offset-in-bits='112000'>
+ <var-decl name='_isinstance' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='112320'>
- <var-decl name='_iter' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>
+ <data-member access='public' layout-offset-in-bits='112512'>
+ <var-decl name='_items' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='112768'>
- <var-decl name='_join' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>
+ <data-member access='public' layout-offset-in-bits='112960'>
+ <var-decl name='_iter' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='113216'>
- <var-decl name='_keys' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>
+ <data-member access='public' layout-offset-in-bits='113408'>
+ <var-decl name='_join' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='113664'>
- <var-decl name='_lambda' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>
+ <data-member access='public' layout-offset-in-bits='113856'>
+ <var-decl name='_keys' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='114112'>
- <var-decl name='_last_traceback' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>
+ <data-member access='public' layout-offset-in-bits='114304'>
+ <var-decl name='_lambda' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='114624'>
- <var-decl name='_last_type' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>
+ <data-member access='public' layout-offset-in-bits='114752'>
+ <var-decl name='_last_traceback' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='115136'>
- <var-decl name='_last_value' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>
+ <data-member access='public' layout-offset-in-bits='115264'>
+ <var-decl name='_last_type' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='115648'>
- <var-decl name='_latin1' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>
+ <data-member access='public' layout-offset-in-bits='115776'>
+ <var-decl name='_last_value' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='116096'>
- <var-decl name='_len' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>
+ <data-member access='public' layout-offset-in-bits='116288'>
+ <var-decl name='_latin1' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='116544'>
- <var-decl name='_line' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>
+ <data-member access='public' layout-offset-in-bits='116736'>
+ <var-decl name='_len' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='116992'>
- <var-decl name='_lineno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>
+ <data-member access='public' layout-offset-in-bits='117184'>
+ <var-decl name='_line' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='117440'>
- <var-decl name='_listcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>
+ <data-member access='public' layout-offset-in-bits='117632'>
+ <var-decl name='_lineno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='117952'>
- <var-decl name='_little' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>
+ <data-member access='public' layout-offset-in-bits='118080'>
+ <var-decl name='_listcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='118400'>
- <var-decl name='_locale' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>
+ <data-member access='public' layout-offset-in-bits='118592'>
+ <var-decl name='_little' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='118848'>
- <var-decl name='_match' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>
+ <data-member access='public' layout-offset-in-bits='119040'>
+ <var-decl name='_locale' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='119296'>
- <var-decl name='_metaclass' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>
+ <data-member access='public' layout-offset-in-bits='119488'>
+ <var-decl name='_match' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='119808'>
- <var-decl name='_mode' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>
+ <data-member access='public' layout-offset-in-bits='119936'>
+ <var-decl name='_metaclass' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='120256'>
- <var-decl name='_modules' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>
+ <data-member access='public' layout-offset-in-bits='120448'>
+ <var-decl name='_mode' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='120704'>
- <var-decl name='_mro' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>
+ <data-member access='public' layout-offset-in-bits='120896'>
+ <var-decl name='_modules' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='121152'>
- <var-decl name='_msg' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>
+ <data-member access='public' layout-offset-in-bits='121344'>
+ <var-decl name='_mro' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='121600'>
- <var-decl name='_n_fields' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>
+ <data-member access='public' layout-offset-in-bits='121792'>
+ <var-decl name='_msg' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='122112'>
- <var-decl name='_n_sequence_fields' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>
+ <data-member access='public' layout-offset-in-bits='122240'>
+ <var-decl name='_n_fields' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='122688'>
- <var-decl name='_n_unnamed_fields' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>
+ <data-member access='public' layout-offset-in-bits='122752'>
+ <var-decl name='_n_sequence_fields' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='123264'>
- <var-decl name='_name' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>
+ <data-member access='public' layout-offset-in-bits='123328'>
+ <var-decl name='_n_unnamed_fields' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='123712'>
- <var-decl name='_newlines' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>
+ <data-member access='public' layout-offset-in-bits='123904'>
+ <var-decl name='_name' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='124224'>
- <var-decl name='_next' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>
+ <data-member access='public' layout-offset-in-bits='124352'>
+ <var-decl name='_newlines' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='124672'>
- <var-decl name='_obj' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>
+ <data-member access='public' layout-offset-in-bits='124864'>
+ <var-decl name='_next' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='125120'>
- <var-decl name='_offset' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>
+ <data-member access='public' layout-offset-in-bits='125312'>
+ <var-decl name='_obj' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='125568'>
- <var-decl name='_onceregistry' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>
+ <data-member access='public' layout-offset-in-bits='125760'>
+ <var-decl name='_offset' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='126080'>
- <var-decl name='_opcode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>
+ <data-member access='public' layout-offset-in-bits='126208'>
+ <var-decl name='_onceregistry' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='126528'>
- <var-decl name='_open' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>
+ <data-member access='public' layout-offset-in-bits='126720'>
+ <var-decl name='_opcode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='126976'>
- <var-decl name='_parent' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>
+ <data-member access='public' layout-offset-in-bits='127168'>
+ <var-decl name='_open' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='127424'>
- <var-decl name='_partial' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>
+ <data-member access='public' layout-offset-in-bits='127616'>
+ <var-decl name='_parent' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='127872'>
- <var-decl name='_path' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
+ <data-member access='public' layout-offset-in-bits='128064'>
+ <var-decl name='_partial' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='128320'>
- <var-decl name='_peek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
+ <data-member access='public' layout-offset-in-bits='128512'>
+ <var-decl name='_path' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='128768'>
- <var-decl name='_persistent_id' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>
+ <data-member access='public' layout-offset-in-bits='128960'>
+ <var-decl name='_peek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='129280'>
- <var-decl name='_persistent_load' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>
+ <data-member access='public' layout-offset-in-bits='129408'>
+ <var-decl name='_persistent_id' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='129792'>
- <var-decl name='_print_file_and_line' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>
+ <data-member access='public' layout-offset-in-bits='129920'>
+ <var-decl name='_persistent_load' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='130368'>
- <var-decl name='_ps1' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>
+ <data-member access='public' layout-offset-in-bits='130432'>
+ <var-decl name='_print_file_and_line' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='130816'>
- <var-decl name='_ps2' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>
+ <data-member access='public' layout-offset-in-bits='131008'>
+ <var-decl name='_ps1' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='131264'>
- <var-decl name='_raw' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>
+ <data-member access='public' layout-offset-in-bits='131456'>
+ <var-decl name='_ps2' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='131712'>
- <var-decl name='_read' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>
+ <data-member access='public' layout-offset-in-bits='131904'>
+ <var-decl name='_raw' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='132160'>
- <var-decl name='_read1' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>
+ <data-member access='public' layout-offset-in-bits='132352'>
+ <var-decl name='_read' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='132608'>
- <var-decl name='_readable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>
+ <data-member access='public' layout-offset-in-bits='132800'>
+ <var-decl name='_read1' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='133120'>
- <var-decl name='_readall' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>
+ <data-member access='public' layout-offset-in-bits='133248'>
+ <var-decl name='_readable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='133568'>
- <var-decl name='_readinto' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>
+ <data-member access='public' layout-offset-in-bits='133760'>
+ <var-decl name='_readall' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='134080'>
- <var-decl name='_readinto1' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>
+ <data-member access='public' layout-offset-in-bits='134208'>
+ <var-decl name='_readinto' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='134592'>
- <var-decl name='_readline' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>
+ <data-member access='public' layout-offset-in-bits='134720'>
+ <var-decl name='_readinto1' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='135104'>
- <var-decl name='_reducer_override' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>
+ <data-member access='public' layout-offset-in-bits='135232'>
+ <var-decl name='_readline' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='135680'>
- <var-decl name='_reload' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>
+ <data-member access='public' layout-offset-in-bits='135744'>
+ <var-decl name='_reducer_override' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='136128'>
- <var-decl name='_replace' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>
+ <data-member access='public' layout-offset-in-bits='136320'>
+ <var-decl name='_reload' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='136576'>
- <var-decl name='_reset' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>
+ <data-member access='public' layout-offset-in-bits='136768'>
+ <var-decl name='_replace' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='137024'>
- <var-decl name='_return' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
+ <data-member access='public' layout-offset-in-bits='137216'>
+ <var-decl name='_reset' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='137472'>
- <var-decl name='_reversed' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>
+ <data-member access='public' layout-offset-in-bits='137664'>
+ <var-decl name='_return' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='137984'>
- <var-decl name='_seek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>
+ <data-member access='public' layout-offset-in-bits='138112'>
+ <var-decl name='_reversed' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='138432'>
- <var-decl name='_seekable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>
+ <data-member access='public' layout-offset-in-bits='138624'>
+ <var-decl name='_seek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='138944'>
- <var-decl name='_send' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>
+ <data-member access='public' layout-offset-in-bits='139072'>
+ <var-decl name='_seekable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='139392'>
- <var-decl name='_setcomp' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>
+ <data-member access='public' layout-offset-in-bits='139584'>
+ <var-decl name='_send' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='139840'>
- <var-decl name='_setstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>
+ <data-member access='public' layout-offset-in-bits='140032'>
+ <var-decl name='_setcomp' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='140352'>
- <var-decl name='_sort' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>
+ <data-member access='public' layout-offset-in-bits='140480'>
+ <var-decl name='_setstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='140800'>
- <var-decl name='_stderr' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>
+ <data-member access='public' layout-offset-in-bits='140992'>
+ <var-decl name='_sort' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='141248'>
- <var-decl name='_stdin' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>
+ <data-member access='public' layout-offset-in-bits='141440'>
+ <var-decl name='_stderr' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='141696'>
- <var-decl name='_stdout' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>
+ <data-member access='public' layout-offset-in-bits='141888'>
+ <var-decl name='_stdin' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='142144'>
- <var-decl name='_strict' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
+ <data-member access='public' layout-offset-in-bits='142336'>
+ <var-decl name='_stdout' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='142592'>
- <var-decl name='_symmetric_difference_update' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+ <data-member access='public' layout-offset-in-bits='142784'>
+ <var-decl name='_strict' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='143232'>
- <var-decl name='_tell' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
+ <var-decl name='_symmetric_difference_update' type-id='type-id-316' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='143680'>
- <var-decl name='_text' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>
+ <data-member access='public' layout-offset-in-bits='143872'>
+ <var-decl name='_tell' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='144128'>
- <var-decl name='_threading' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>
+ <data-member access='public' layout-offset-in-bits='144320'>
+ <var-decl name='_text' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='144640'>
- <var-decl name='_throw' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>
+ <data-member access='public' layout-offset-in-bits='144768'>
+ <var-decl name='_threading' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='145088'>
- <var-decl name='_top' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>
+ <data-member access='public' layout-offset-in-bits='145280'>
+ <var-decl name='_throw' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='145536'>
- <var-decl name='_truncate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>
+ <data-member access='public' layout-offset-in-bits='145728'>
+ <var-decl name='_top' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='146048'>
- <var-decl name='_unraisablehook' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>
+ <data-member access='public' layout-offset-in-bits='146176'>
+ <var-decl name='_truncate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='146560'>
- <var-decl name='_values' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>
+ <data-member access='public' layout-offset-in-bits='146688'>
+ <var-decl name='_unraisablehook' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='147008'>
- <var-decl name='_version' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>
+ <data-member access='public' layout-offset-in-bits='147200'>
+ <var-decl name='_values' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='147456'>
- <var-decl name='_warnings' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>
+ <data-member access='public' layout-offset-in-bits='147648'>
+ <var-decl name='_version' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='147968'>
- <var-decl name='_warnoptions' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>
+ <data-member access='public' layout-offset-in-bits='148096'>
+ <var-decl name='_warnings' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='148480'>
- <var-decl name='_writable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>
+ <data-member access='public' layout-offset-in-bits='148608'>
+ <var-decl name='_warnoptions' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='148992'>
- <var-decl name='_write' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>
+ <data-member access='public' layout-offset-in-bits='149120'>
+ <var-decl name='_writable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>
</data-member>
- <data-member access='public' layout-offset-in-bits='149440'>
- <var-decl name='_zipimporter' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>
+ <data-member access='public' layout-offset-in-bits='149632'>
+ <var-decl name='_write' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>
+ </data-member>
+ <data-member access='public' layout-offset-in-bits='150080'>
+ <var-decl name='_zipimporter' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>
</data-member>
</class-decl>
<class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1' id='type-id-299'>
@@ -4088,12 +4091,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-316' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
+ <var-decl name='_data' type-id='type-id-317' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='64' id='type-id-316'>
- <subrange length='8' type-id='type-id-16' id='type-id-317'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='64' id='type-id-317'>
+ <subrange length='8' type-id='type-id-16' id='type-id-318'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1' id='type-id-300'>
@@ -4101,12 +4104,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-318' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
+ <var-decl name='_data' type-id='type-id-319' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='112' id='type-id-318'>
- <subrange length='14' type-id='type-id-16' id='type-id-319'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='112' id='type-id-319'>
+ <subrange length='14' type-id='type-id-16' id='type-id-320'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1' id='type-id-301'>
@@ -4114,12 +4117,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-320' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
+ <var-decl name='_data' type-id='type-id-321' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='40' id='type-id-320'>
- <subrange length='5' type-id='type-id-16' id='type-id-321'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='40' id='type-id-321'>
+ <subrange length='5' type-id='type-id-16' id='type-id-322'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1' id='type-id-302'>
@@ -4127,12 +4130,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
+ <var-decl name='_data' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='120' id='type-id-322'>
- <subrange length='15' type-id='type-id-16' id='type-id-323'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='120' id='type-id-323'>
+ <subrange length='15' type-id='type-id-16' id='type-id-324'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1' id='type-id-303'>
@@ -4140,12 +4143,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
+ <var-decl name='_data' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='128' id='type-id-324'>
- <subrange length='16' type-id='type-id-16' id='type-id-325'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='128' id='type-id-325'>
+ <subrange length='16' type-id='type-id-16' id='type-id-326'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1' id='type-id-304'>
@@ -4153,12 +4156,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
+ <var-decl name='_data' type-id='type-id-327' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='160' id='type-id-326'>
- <subrange length='20' type-id='type-id-16' id='type-id-327'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='160' id='type-id-327'>
+ <subrange length='20' type-id='type-id-16' id='type-id-328'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1' id='type-id-305'>
@@ -4166,12 +4169,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-328' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
+ <var-decl name='_data' type-id='type-id-329' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='104' id='type-id-328'>
- <subrange length='13' type-id='type-id-16' id='type-id-329'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='104' id='type-id-329'>
+ <subrange length='13' type-id='type-id-16' id='type-id-330'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1' id='type-id-306'>
@@ -4179,12 +4182,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-330' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
+ <var-decl name='_data' type-id='type-id-331' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='144' id='type-id-330'>
- <subrange length='18' type-id='type-id-16' id='type-id-331'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='144' id='type-id-331'>
+ <subrange length='18' type-id='type-id-16' id='type-id-332'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1' id='type-id-307'>
@@ -4192,12 +4195,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-332' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
+ <var-decl name='_data' type-id='type-id-333' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='96' id='type-id-332'>
- <subrange length='12' type-id='type-id-16' id='type-id-333'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='96' id='type-id-333'>
+ <subrange length='12' type-id='type-id-16' id='type-id-334'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1' id='type-id-308'>
@@ -4205,12 +4208,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-334' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
+ <var-decl name='_data' type-id='type-id-335' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='56' id='type-id-334'>
- <subrange length='7' type-id='type-id-16' id='type-id-335'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='56' id='type-id-335'>
+ <subrange length='7' type-id='type-id-16' id='type-id-336'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1' id='type-id-309'>
@@ -4218,12 +4221,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-336' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
+ <var-decl name='_data' type-id='type-id-337' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='136' id='type-id-336'>
- <subrange length='17' type-id='type-id-16' id='type-id-337'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='136' id='type-id-337'>
+ <subrange length='17' type-id='type-id-16' id='type-id-338'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1' id='type-id-310'>
@@ -4231,12 +4234,12 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
+ <var-decl name='_data' type-id='type-id-339' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='168' id='type-id-338'>
- <subrange length='21' type-id='type-id-16' id='type-id-339'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='168' id='type-id-339'>
+ <subrange length='21' type-id='type-id-16' id='type-id-340'/>
</array-type-def>
<class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1' id='type-id-311'>
@@ -4244,80 +4247,93 @@
<var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
+ <var-decl name='_data' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='288' id='type-id-340'>
- <subrange length='36' type-id='type-id-16' id='type-id-341'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='288' id='type-id-341'>
+ <subrange length='36' type-id='type-id-16' id='type-id-342'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1' id='type-id-312'>
+ <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1' id='type-id-312'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
+ <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-342' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
+ <var-decl name='_data' type-id='type-id-343' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='248' id='type-id-342'>
- <subrange length='31' type-id='type-id-16' id='type-id-343'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='200' id='type-id-343'>
+ <subrange length='25' type-id='type-id-16' id='type-id-344'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1' id='type-id-313'>
+ <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1' id='type-id-313'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
+ <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-344' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
+ <var-decl name='_data' type-id='type-id-345' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='208' id='type-id-344'>
- <subrange length='26' type-id='type-id-16' id='type-id-345'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='248' id='type-id-345'>
+ <subrange length='31' type-id='type-id-16' id='type-id-346'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1' id='type-id-314'>
+ <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1' id='type-id-314'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
+ <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
+ <var-decl name='_data' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='32' id='type-id-346'>
- <subrange length='4' type-id='type-id-16' id='type-id-347'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='208' id='type-id-347'>
+ <subrange length='26' type-id='type-id-16' id='type-id-348'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1' id='type-id-315'>
+ <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1' id='type-id-315'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+ <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_data' type-id='type-id-348' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+ <var-decl name='_data' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='224' id='type-id-348'>
- <subrange length='28' type-id='type-id-16' id='type-id-349'/>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='32' id='type-id-349'>
+ <subrange length='4' type-id='type-id-16' id='type-id-350'/>
+
+ </array-type-def>
+ <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1' id='type-id-316'>
+ <data-member access='public' layout-offset-in-bits='0'>
+ <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
+ </data-member>
+ <data-member access='public' layout-offset-in-bits='384'>
+ <var-decl name='_data' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
+ </data-member>
+ </class-decl>
+
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='224' id='type-id-351'>
+ <subrange length='28' type-id='type-id-16' id='type-id-352'/>
</array-type-def>
<array-type-def dimensions='1' type-id='type-id-272' size-in-bits='57344' id='type-id-267'>
- <subrange length='128' type-id='type-id-16' id='type-id-350'/>
+ <subrange length='128' type-id='type-id-16' id='type-id-353'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1' id='type-id-351'>
+ <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1' id='type-id-354'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_latin1' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>
+ <var-decl name='_latin1' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='_data' type-id='type-id-291' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>
+ <var-decl name='_data' type-id='type-id-291' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-352' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='211' column='1' id='type-id-353'>
+ <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-355' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='211' column='1' id='type-id-356'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_base' type-id='type-id-277' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='212' column='1'/>
</data-member>
@@ -4331,36 +4347,36 @@
<var-decl name='wstr_length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='216' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-353' filepath='./Include/cpython/unicodeobject.h' line='218' column='1' id='type-id-352'/>
+ <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-356' filepath='./Include/cpython/unicodeobject.h' line='218' column='1' id='type-id-355'/>
- <array-type-def dimensions='1' type-id='type-id-351' size-in-bits='81920' id='type-id-268'>
- <subrange length='128' type-id='type-id-16' id='type-id-350'/>
+ <array-type-def dimensions='1' type-id='type-id-354' size-in-bits='81920' id='type-id-268'>
+ <subrange length='128' type-id='type-id-16' id='type-id-353'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_gc.h' line='12' column='1' id='type-id-354'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_gc.h' line='12' column='1' id='type-id-357'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_gc_next' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_gc.h' line='15' column='1'/>
+ <var-decl name='_gc_next' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_gc.h' line='15' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_gc_prev' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_gc.h' line='19' column='1'/>
+ <var-decl name='_gc_prev' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_gc.h' line='19' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='uintptr_t' type-id='type-id-16' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-355'/>
- <typedef-decl name='PyGC_Head' type-id='type-id-354' filepath='./Include/internal/pycore_gc.h' line='20' column='1' id='type-id-251'/>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-252' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-356'>
+ <typedef-decl name='uintptr_t' type-id='type-id-16' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-358'/>
+ <typedef-decl name='PyGC_Head' type-id='type-id-357' filepath='./Include/internal/pycore_gc.h' line='20' column='1' id='type-id-251'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-252' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-359'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-77' visibility='default' filepath='./Include/cpython/tupleobject.h' line='6' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='ob_item' type-id='type-id-357' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>
+ <var-decl name='ob_item' type-id='type-id-360' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-14' size-in-bits='64' id='type-id-357'>
+ <array-type-def dimensions='1' type-id='type-id-14' size-in-bits='64' id='type-id-360'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='PyTupleObject' type-id='type-id-356' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-252'/>
+ <typedef-decl name='PyTupleObject' type-id='type-id-359' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-252'/>
<pointer-type-def type-id='type-id-56' size-in-bits='64' id='type-id-28'/>
<type-decl name='bool' size-in-bits='8' id='type-id-31'/>
<class-decl name='_ceval_state' size-in-bits='4416' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='46' column='1' id='type-id-32'>
@@ -4374,10 +4390,10 @@
<var-decl name='gil_drop_request' type-id='type-id-213' visibility='default' filepath='./Include/internal/pycore_interp.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='pending' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_interp.h' line='53' column='1'/>
+ <var-decl name='pending' type-id='type-id-361' visibility='default' filepath='./Include/internal/pycore_interp.h' line='53' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_pending_calls' size-in-bits='4288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='29' column='1' id='type-id-358'>
+ <class-decl name='_pending_calls' size-in-bits='4288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='29' column='1' id='type-id-361'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='lock' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_interp.h' line='30' column='1'/>
</data-member>
@@ -4388,7 +4404,7 @@
<var-decl name='async_exc' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='36' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='calls' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_interp.h' line='41' column='1'/>
+ <var-decl name='calls' type-id='type-id-362' visibility='default' filepath='./Include/internal/pycore_interp.h' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4224'>
<var-decl name='first' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='42' column='1'/>
@@ -4397,17 +4413,17 @@
<var-decl name='last' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='43' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='38' column='1' id='type-id-360'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='38' column='1' id='type-id-363'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='func' type-id='type-id-361' visibility='default' filepath='./Include/internal/pycore_interp.h' line='39' column='1'/>
+ <var-decl name='func' type-id='type-id-364' visibility='default' filepath='./Include/internal/pycore_interp.h' line='39' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='arg' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_interp.h' line='40' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-361'/>
+ <pointer-type-def type-id='type-id-365' size-in-bits='64' id='type-id-364'/>
- <array-type-def dimensions='1' type-id='type-id-360' size-in-bits='4096' id='type-id-359'>
+ <array-type-def dimensions='1' type-id='type-id-363' size-in-bits='4096' id='type-id-362'>
<subrange length='32' type-id='type-id-16' id='type-id-212'/>
</array-type-def>
@@ -4425,16 +4441,16 @@
<var-decl name='debug' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_gc.h' line='140' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='generations' type-id='type-id-363' visibility='default' filepath='./Include/internal/pycore_gc.h' line='142' column='1'/>
+ <var-decl name='generations' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_gc.h' line='142' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='generation0' type-id='type-id-364' visibility='default' filepath='./Include/internal/pycore_gc.h' line='143' column='1'/>
+ <var-decl name='generation0' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_gc.h' line='143' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='permanent_generation' type-id='type-id-365' visibility='default' filepath='./Include/internal/pycore_gc.h' line='145' column='1'/>
+ <var-decl name='permanent_generation' type-id='type-id-368' visibility='default' filepath='./Include/internal/pycore_gc.h' line='145' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='generation_stats' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_gc.h' line='146' column='1'/>
+ <var-decl name='generation_stats' type-id='type-id-369' visibility='default' filepath='./Include/internal/pycore_gc.h' line='146' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<var-decl name='collecting' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_gc.h' line='148' column='1'/>
@@ -4452,7 +4468,7 @@
<var-decl name='long_lived_pending' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_gc.h' line='163' column='1'/>
</data-member>
</class-decl>
- <class-decl name='gc_generation' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='114' column='1' id='type-id-365'>
+ <class-decl name='gc_generation' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='114' column='1' id='type-id-368'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='head' type-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_gc.h' line='115' column='1'/>
</data-member>
@@ -4464,12 +4480,12 @@
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-365' size-in-bits='576' id='type-id-363'>
+ <array-type-def dimensions='1' type-id='type-id-368' size-in-bits='576' id='type-id-366'>
<subrange length='3' type-id='type-id-16' id='type-id-293'/>
</array-type-def>
- <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-364'/>
- <class-decl name='gc_generation_stats' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='122' column='1' id='type-id-367'>
+ <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-367'/>
+ <class-decl name='gc_generation_stats' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='122' column='1' id='type-id-370'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='collections' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_gc.h' line='124' column='1'/>
</data-member>
@@ -4481,11 +4497,11 @@
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-367' size-in-bits='576' id='type-id-366'>
+ <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='576' id='type-id-369'>
<subrange length='3' type-id='type-id-16' id='type-id-293'/>
</array-type-def>
- <class-decl name='PyConfig' size-in-bits='3392' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='134' column='1' id='type-id-368'>
+ <class-decl name='PyConfig' size-in-bits='3392' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='134' column='1' id='type-id-371'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_config_init' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='135' column='1'/>
</data-member>
@@ -4544,16 +4560,16 @@
<var-decl name='parse_argv' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='154' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='orig_argv' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>
+ <var-decl name='orig_argv' type-id='type-id-372' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='argv' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='156' column='1'/>
+ <var-decl name='argv' type-id='type-id-372' visibility='default' filepath='./Include/cpython/initconfig.h' line='156' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='xoptions' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='157' column='1'/>
+ <var-decl name='xoptions' type-id='type-id-372' visibility='default' filepath='./Include/cpython/initconfig.h' line='157' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
- <var-decl name='warnoptions' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='158' column='1'/>
+ <var-decl name='warnoptions' type-id='type-id-372' visibility='default' filepath='./Include/cpython/initconfig.h' line='158' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<var-decl name='site_import' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='159' column='1'/>
@@ -4628,7 +4644,7 @@
<var-decl name='module_search_paths_set' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='189' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2432'>
- <var-decl name='module_search_paths' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='190' column='1'/>
+ <var-decl name='module_search_paths' type-id='type-id-372' visibility='default' filepath='./Include/cpython/initconfig.h' line='190' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2560'>
<var-decl name='stdlib_dir' type-id='type-id-281' visibility='default' filepath='./Include/cpython/initconfig.h' line='191' column='1'/>
@@ -4676,24 +4692,24 @@
<var-decl name='_is_python_build' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='219' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-370'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-372' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-373'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/initconfig.h' line='34' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='items' type-id='type-id-371' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
+ <var-decl name='items' type-id='type-id-374' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-281' size-in-bits='64' id='type-id-371'/>
- <typedef-decl name='PyWideStringList' type-id='type-id-370' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-369'/>
- <typedef-decl name='PyConfig' type-id='type-id-368' filepath='./Include/cpython/initconfig.h' line='220' column='1' id='type-id-34'/>
- <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-372'/>
- <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-373'/>
- <pointer-type-def type-id='type-id-374' size-in-bits='64' id='type-id-375'/>
- <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-375' filepath='./Include/cpython/pystate.h' line='264' column='1' id='type-id-35'/>
+ <pointer-type-def type-id='type-id-281' size-in-bits='64' id='type-id-374'/>
+ <typedef-decl name='PyWideStringList' type-id='type-id-373' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-372'/>
+ <typedef-decl name='PyConfig' type-id='type-id-371' filepath='./Include/cpython/initconfig.h' line='220' column='1' id='type-id-34'/>
+ <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-375'/>
+ <pointer-type-def type-id='type-id-375' size-in-bits='64' id='type-id-376'/>
+ <pointer-type-def type-id='type-id-377' size-in-bits='64' id='type-id-378'/>
+ <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-378' filepath='./Include/cpython/pystate.h' line='264' column='1' id='type-id-35'/>
<array-type-def dimensions='1' type-id='type-id-104' size-in-bits='16320' id='type-id-37'>
- <subrange length='255' type-id='type-id-16' id='type-id-376'/>
+ <subrange length='255' type-id='type-id-16' id='type-id-379'/>
</array-type-def>
<class-decl name='_warnings_runtime_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='11' column='1' id='type-id-38'>
@@ -4712,7 +4728,7 @@
</class-decl>
<class-decl name='atexit_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='64' column='1' id='type-id-39'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='callbacks' type-id='type-id-377' visibility='default' filepath='./Include/internal/pycore_interp.h' line='65' column='1'/>
+ <var-decl name='callbacks' type-id='type-id-380' visibility='default' filepath='./Include/internal/pycore_interp.h' line='65' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='ncallbacks' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='66' column='1'/>
@@ -4721,7 +4737,7 @@
<var-decl name='callback_len' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='67' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-378' visibility='default' filepath='./Include/internal/pycore_interp.h' line='58' column='1' id='type-id-379'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-381' visibility='default' filepath='./Include/internal/pycore_interp.h' line='58' column='1' id='type-id-382'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='func' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='59' column='1'/>
</data-member>
@@ -4732,18 +4748,18 @@
<var-decl name='kwargs' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='61' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='atexit_callback' type-id='type-id-379' filepath='./Include/internal/pycore_interp.h' line='62' column='1' id='type-id-378'/>
- <pointer-type-def type-id='type-id-378' size-in-bits='64' id='type-id-380'/>
- <pointer-type-def type-id='type-id-380' size-in-bits='64' id='type-id-377'/>
+ <typedef-decl name='atexit_callback' type-id='type-id-382' filepath='./Include/internal/pycore_interp.h' line='62' column='1' id='type-id-381'/>
+ <pointer-type-def type-id='type-id-381' size-in-bits='64' id='type-id-383'/>
+ <pointer-type-def type-id='type-id-383' size-in-bits='64' id='type-id-380'/>
<class-decl name='_Py_unicode_state' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='49' column='1' id='type-id-40'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='fs_codec' type-id='type-id-381' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='50' column='1'/>
+ <var-decl name='fs_codec' type-id='type-id-384' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='ids' type-id='type-id-382' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='53' column='1'/>
+ <var-decl name='ids' type-id='type-id-385' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='53' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='37' column='1' id='type-id-381'>
+ <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='37' column='1' id='type-id-384'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='encoding' type-id='type-id-115' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='38' column='1'/>
</data-member>
@@ -4754,10 +4770,10 @@
<var-decl name='errors' type-id='type-id-115' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='error_handler' type-id='type-id-383' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='41' column='1'/>
+ <var-decl name='error_handler' type-id='type-id-386' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='41' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_fileutils.h' line='13' column='1' id='type-id-384'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_fileutils.h' line='13' column='1' id='type-id-387'>
<underlying-type type-id='type-id-126'/>
<enumerator name='_Py_ERROR_UNKNOWN' value='0'/>
<enumerator name='_Py_ERROR_STRICT' value='1'/>
@@ -4769,8 +4785,8 @@
<enumerator name='_Py_ERROR_XMLCHARREFREPLACE' value='7'/>
<enumerator name='_Py_ERROR_OTHER' value='8'/>
</enum-decl>
- <typedef-decl name='_Py_error_handler' type-id='type-id-384' filepath='./Include/internal/pycore_fileutils.h' line='23' column='1' id='type-id-383'/>
- <class-decl name='_Py_unicode_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='44' column='1' id='type-id-382'>
+ <typedef-decl name='_Py_error_handler' type-id='type-id-387' filepath='./Include/internal/pycore_fileutils.h' line='23' column='1' id='type-id-386'/>
+ <class-decl name='_Py_unicode_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='44' column='1' id='type-id-385'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='45' column='1'/>
</data-member>
@@ -4783,21 +4799,21 @@
<var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='36' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='free_list' type-id='type-id-385' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='37' column='1'/>
+ <var-decl name='free_list' type-id='type-id-388' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='37' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-386' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-387'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-389' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-390'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/floatobject.h' line='6' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ob_fval' type-id='type-id-388' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>
+ <var-decl name='ob_fval' type-id='type-id-391' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>
</data-member>
</class-decl>
- <type-decl name='double' size-in-bits='64' id='type-id-388'/>
- <typedef-decl name='PyFloatObject' type-id='type-id-387' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-386'/>
- <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-385'/>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-389' visibility='default' filepath='./Include/sliceobject.h' line='22' column='1' id='type-id-390'>
+ <type-decl name='double' size-in-bits='64' id='type-id-391'/>
+ <typedef-decl name='PyFloatObject' type-id='type-id-390' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-389'/>
+ <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-388'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-392' visibility='default' filepath='./Include/sliceobject.h' line='22' column='1' id='type-id-393'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/sliceobject.h' line='23' column='1'/>
</data-member>
@@ -4811,36 +4827,36 @@
<var-decl name='step' type-id='type-id-14' visibility='default' filepath='./Include/sliceobject.h' line='24' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PySliceObject' type-id='type-id-390' filepath='./Include/sliceobject.h' line='25' column='1' id='type-id-389'/>
- <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-42'/>
+ <typedef-decl name='PySliceObject' type-id='type-id-393' filepath='./Include/sliceobject.h' line='25' column='1' id='type-id-392'/>
+ <pointer-type-def type-id='type-id-392' size-in-bits='64' id='type-id-42'/>
<class-decl name='_Py_tuple_state' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='48' column='1' id='type-id-43'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='free_list' type-id='type-id-391' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='58' column='1'/>
+ <var-decl name='free_list' type-id='type-id-394' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='numfree' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='59' column='1'/>
+ <var-decl name='numfree' type-id='type-id-395' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='59' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-393'/>
+ <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-396'/>
- <array-type-def dimensions='1' type-id='type-id-393' size-in-bits='1280' id='type-id-391'>
- <subrange length='20' type-id='type-id-16' id='type-id-327'/>
+ <array-type-def dimensions='1' type-id='type-id-396' size-in-bits='1280' id='type-id-394'>
+ <subrange length='20' type-id='type-id-16' id='type-id-328'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='640' id='type-id-392'>
- <subrange length='20' type-id='type-id-16' id='type-id-327'/>
+ <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='640' id='type-id-395'>
+ <subrange length='20' type-id='type-id-16' id='type-id-328'/>
</array-type-def>
<class-decl name='_Py_list_state' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_list.h' line='31' column='1' id='type-id-44'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='free_list' type-id='type-id-394' visibility='default' filepath='./Include/internal/pycore_list.h' line='33' column='1'/>
+ <var-decl name='free_list' type-id='type-id-397' visibility='default' filepath='./Include/internal/pycore_list.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5120'>
<var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_list.h' line='34' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-395' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-396'>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-398' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-399'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-77' visibility='default' filepath='./Include/cpython/listobject.h' line='6' column='1'/>
</data-member>
@@ -4851,28 +4867,28 @@
<var-decl name='allocated' type-id='type-id-36' visibility='default' filepath='./Include/cpython/listobject.h' line='21' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyListObject' type-id='type-id-396' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-395'/>
- <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-397'/>
+ <typedef-decl name='PyListObject' type-id='type-id-399' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-398'/>
+ <pointer-type-def type-id='type-id-398' size-in-bits='64' id='type-id-400'/>
- <array-type-def dimensions='1' type-id='type-id-397' size-in-bits='5120' id='type-id-394'>
- <subrange length='80' type-id='type-id-16' id='type-id-398'/>
+ <array-type-def dimensions='1' type-id='type-id-400' size-in-bits='5120' id='type-id-397'>
+ <subrange length='80' type-id='type-id-16' id='type-id-401'/>
</array-type-def>
<class-decl name='_Py_dict_state' size-in-bits='10368' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='29' column='1' id='type-id-45'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='free_list' type-id='type-id-399' visibility='default' filepath='./Include/internal/pycore_dict.h' line='32' column='1'/>
+ <var-decl name='free_list' type-id='type-id-402' visibility='default' filepath='./Include/internal/pycore_dict.h' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5120'>
<var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_dict.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5184'>
- <var-decl name='keys_free_list' type-id='type-id-400' visibility='default' filepath='./Include/internal/pycore_dict.h' line='34' column='1'/>
+ <var-decl name='keys_free_list' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_dict.h' line='34' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10304'>
<var-decl name='keys_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_dict.h' line='35' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-401' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-402'>
+ <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-404' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-405'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>
</data-member>
@@ -4883,13 +4899,13 @@
<var-decl name='ma_version_tag' type-id='type-id-19' visibility='default' filepath='./Include/cpython/dictobject.h' line='19' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='ma_keys' type-id='type-id-403' visibility='default' filepath='./Include/cpython/dictobject.h' line='21' column='1'/>
+ <var-decl name='ma_keys' type-id='type-id-406' visibility='default' filepath='./Include/cpython/dictobject.h' line='21' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='ma_values' type-id='type-id-404' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>
+ <var-decl name='ma_values' type-id='type-id-407' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='87' column='1' id='type-id-405'>
+ <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='87' column='1' id='type-id-408'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='dk_refcnt' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_dict.h' line='88' column='1'/>
</data-member>
@@ -4912,80 +4928,80 @@
<var-decl name='dk_nentries' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_dict.h' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='dk_indices' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_dict.h' line='121' column='1'/>
+ <var-decl name='dk_indices' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_dict.h' line='121' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='infinite' id='type-id-406'>
+ <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='infinite' id='type-id-409'>
<subrange length='infinite' type-id='type-id-16' id='type-id-6'/>
</array-type-def>
- <typedef-decl name='PyDictKeysObject' type-id='type-id-405' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-407'/>
- <pointer-type-def type-id='type-id-407' size-in-bits='64' id='type-id-403'/>
- <class-decl name='_dictvalues' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='137' column='1' id='type-id-408'>
+ <typedef-decl name='PyDictKeysObject' type-id='type-id-408' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-410'/>
+ <pointer-type-def type-id='type-id-410' size-in-bits='64' id='type-id-406'/>
+ <class-decl name='_dictvalues' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='137' column='1' id='type-id-411'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='values' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_dict.h' line='138' column='1'/>
+ <var-decl name='values' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_dict.h' line='138' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyDictValues' type-id='type-id-408' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-409'/>
- <pointer-type-def type-id='type-id-409' size-in-bits='64' id='type-id-404'/>
- <typedef-decl name='PyDictObject' type-id='type-id-402' filepath='./Include/cpython/dictobject.h' line='29' column='1' id='type-id-401'/>
- <pointer-type-def type-id='type-id-401' size-in-bits='64' id='type-id-410'/>
+ <typedef-decl name='PyDictValues' type-id='type-id-411' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-412'/>
+ <pointer-type-def type-id='type-id-412' size-in-bits='64' id='type-id-407'/>
+ <typedef-decl name='PyDictObject' type-id='type-id-405' filepath='./Include/cpython/dictobject.h' line='29' column='1' id='type-id-404'/>
+ <pointer-type-def type-id='type-id-404' size-in-bits='64' id='type-id-413'/>
- <array-type-def dimensions='1' type-id='type-id-410' size-in-bits='5120' id='type-id-399'>
- <subrange length='80' type-id='type-id-16' id='type-id-398'/>
+ <array-type-def dimensions='1' type-id='type-id-413' size-in-bits='5120' id='type-id-402'>
+ <subrange length='80' type-id='type-id-16' id='type-id-401'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-403' size-in-bits='5120' id='type-id-400'>
- <subrange length='80' type-id='type-id-16' id='type-id-398'/>
+ <array-type-def dimensions='1' type-id='type-id-406' size-in-bits='5120' id='type-id-403'>
+ <subrange length='80' type-id='type-id-16' id='type-id-401'/>
</array-type-def>
<class-decl name='_Py_async_gen_state' size-in-bits='10368' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='31' column='1' id='type-id-46'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value_freelist' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='37' column='1'/>
+ <var-decl name='value_freelist' type-id='type-id-414' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='37' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5120'>
<var-decl name='value_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='38' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5184'>
- <var-decl name='asend_freelist' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='40' column='1'/>
+ <var-decl name='asend_freelist' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10304'>
<var-decl name='asend_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='41' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-413'/>
- <pointer-type-def type-id='type-id-413' size-in-bits='64' id='type-id-414'/>
+ <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-416'/>
+ <pointer-type-def type-id='type-id-416' size-in-bits='64' id='type-id-417'/>
- <array-type-def dimensions='1' type-id='type-id-414' size-in-bits='5120' id='type-id-411'>
- <subrange length='80' type-id='type-id-16' id='type-id-398'/>
+ <array-type-def dimensions='1' type-id='type-id-417' size-in-bits='5120' id='type-id-414'>
+ <subrange length='80' type-id='type-id-16' id='type-id-401'/>
</array-type-def>
- <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-415'/>
- <pointer-type-def type-id='type-id-415' size-in-bits='64' id='type-id-416'/>
+ <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-418'/>
+ <pointer-type-def type-id='type-id-418' size-in-bits='64' id='type-id-419'/>
- <array-type-def dimensions='1' type-id='type-id-416' size-in-bits='5120' id='type-id-412'>
- <subrange length='80' type-id='type-id-16' id='type-id-398'/>
+ <array-type-def dimensions='1' type-id='type-id-419' size-in-bits='5120' id='type-id-415'>
+ <subrange length='80' type-id='type-id-16' id='type-id-401'/>
</array-type-def>
<class-decl name='_Py_context_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='30' column='1' id='type-id-47'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='freelist' type-id='type-id-417' visibility='default' filepath='./Include/internal/pycore_context.h' line='33' column='1'/>
+ <var-decl name='freelist' type-id='type-id-420' visibility='default' filepath='./Include/internal/pycore_context.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_context.h' line='34' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='38' column='1' id='type-id-418'>
+ <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='38' column='1' id='type-id-421'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_context.h' line='39' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ctx_prev' type-id='type-id-417' visibility='default' filepath='./Include/internal/pycore_context.h' line='40' column='1'/>
+ <var-decl name='ctx_prev' type-id='type-id-420' visibility='default' filepath='./Include/internal/pycore_context.h' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='ctx_vars' type-id='type-id-419' visibility='default' filepath='./Include/internal/pycore_context.h' line='41' column='1'/>
+ <var-decl name='ctx_vars' type-id='type-id-422' visibility='default' filepath='./Include/internal/pycore_context.h' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='ctx_weakreflist' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_context.h' line='42' column='1'/>
@@ -4994,14 +5010,14 @@
<var-decl name='ctx_entered' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_context.h' line='43' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyContext' type-id='type-id-418' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-420'/>
- <pointer-type-def type-id='type-id-420' size-in-bits='64' id='type-id-417'/>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-421' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='48' column='1' id='type-id-422'>
+ <typedef-decl name='PyContext' type-id='type-id-421' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-423'/>
+ <pointer-type-def type-id='type-id-423' size-in-bits='64' id='type-id-420'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='48' column='1' id='type-id-425'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='h_root' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='50' column='1'/>
+ <var-decl name='h_root' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='h_weakreflist' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='51' column='1'/>
@@ -5010,21 +5026,21 @@
<var-decl name='h_count' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='52' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='42' column='1' id='type-id-425'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='42' column='1' id='type-id-428'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='43' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyHamtNode' type-id='type-id-425' filepath='./Include/internal/pycore_hamt.h' line='44' column='1' id='type-id-424'/>
- <pointer-type-def type-id='type-id-424' size-in-bits='64' id='type-id-423'/>
- <typedef-decl name='PyHamtObject' type-id='type-id-422' filepath='./Include/internal/pycore_hamt.h' line='53' column='1' id='type-id-421'/>
- <pointer-type-def type-id='type-id-421' size-in-bits='64' id='type-id-419'/>
+ <typedef-decl name='PyHamtNode' type-id='type-id-428' filepath='./Include/internal/pycore_hamt.h' line='44' column='1' id='type-id-427'/>
+ <pointer-type-def type-id='type-id-427' size-in-bits='64' id='type-id-426'/>
+ <typedef-decl name='PyHamtObject' type-id='type-id-425' filepath='./Include/internal/pycore_hamt.h' line='53' column='1' id='type-id-424'/>
+ <pointer-type-def type-id='type-id-424' size-in-bits='64' id='type-id-422'/>
<class-decl name='_Py_exc_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='22' column='1' id='type-id-48'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='errnomap' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='24' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='memerrors_freelist' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='25' column='1'/>
+ <var-decl name='memerrors_freelist' type-id='type-id-429' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='25' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='memerrors_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='26' column='1'/>
@@ -5033,7 +5049,7 @@
<var-decl name='PyExc_ExceptionGroup' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='28' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-427' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-428'>
+ <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-430' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-431'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
</data-member>
@@ -5059,8 +5075,8 @@
<var-decl name='suppress_context' type-id='type-id-1' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyBaseExceptionObject' type-id='type-id-428' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-427'/>
- <pointer-type-def type-id='type-id-427' size-in-bits='64' id='type-id-426'/>
+ <typedef-decl name='PyBaseExceptionObject' type-id='type-id-431' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-430'/>
+ <pointer-type-def type-id='type-id-430' size-in-bits='64' id='type-id-429'/>
<class-decl name='ast_state' size-in-bits='15104' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='13' column='1' id='type-id-49'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='14' column='1'/>
@@ -5773,10 +5789,10 @@
</class-decl>
<class-decl name='type_cache' size-in-bits='786432' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='33' column='1' id='type-id-50'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='hashtable' type-id='type-id-429' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='34' column='1'/>
+ <var-decl name='hashtable' type-id='type-id-432' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='34' column='1'/>
</data-member>
</class-decl>
- <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='24' column='1' id='type-id-430'>
+ <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='24' column='1' id='type-id-433'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='version' type-id='type-id-105' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='25' column='1'/>
</data-member>
@@ -5788,8 +5804,8 @@
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-430' size-in-bits='786432' id='type-id-429'>
- <subrange length='4096' type-id='type-id-16' id='type-id-431'/>
+ <array-type-def dimensions='1' type-id='type-id-433' size-in-bits='786432' id='type-id-432'>
+ <subrange length='4096' type-id='type-id-16' id='type-id-434'/>
</array-type-def>
<class-decl name='callable_cache' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='118' column='1' id='type-id-51'>
@@ -5803,44 +5819,44 @@
<var-decl name='list_append' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_code.h' line='121' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_PyCFrame' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='38' column='1' id='type-id-432'>
+ <class-decl name='_PyCFrame' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='38' column='1' id='type-id-435'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='use_tracing' type-id='type-id-285' visibility='default' filepath='./Include/cpython/pystate.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='current_frame' type-id='type-id-373' visibility='default' filepath='./Include/cpython/pystate.h' line='51' column='1'/>
+ <var-decl name='current_frame' type-id='type-id-376' visibility='default' filepath='./Include/cpython/pystate.h' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='previous' type-id='type-id-12' visibility='default' filepath='./Include/cpython/pystate.h' line='52' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-432' size-in-bits='64' id='type-id-12'/>
- <typedef-decl name='_PyCFrame' type-id='type-id-432' filepath='./Include/cpython/pystate.h' line='53' column='1' id='type-id-24'/>
- <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-433'/>
- <typedef-decl name='PyFrameObject' type-id='type-id-433' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-434'/>
- <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-435'/>
- <pointer-type-def type-id='type-id-436' size-in-bits='64' id='type-id-437'/>
- <typedef-decl name='Py_tracefunc' type-id='type-id-437' filepath='./Include/cpython/pystate.h' line='14' column='1' id='type-id-13'/>
- <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='55' column='1' id='type-id-438'>
+ <pointer-type-def type-id='type-id-435' size-in-bits='64' id='type-id-12'/>
+ <typedef-decl name='_PyCFrame' type-id='type-id-435' filepath='./Include/cpython/pystate.h' line='53' column='1' id='type-id-24'/>
+ <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-436'/>
+ <typedef-decl name='PyFrameObject' type-id='type-id-436' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-437'/>
+ <pointer-type-def type-id='type-id-437' size-in-bits='64' id='type-id-438'/>
+ <pointer-type-def type-id='type-id-439' size-in-bits='64' id='type-id-440'/>
+ <typedef-decl name='Py_tracefunc' type-id='type-id-440' filepath='./Include/cpython/pystate.h' line='14' column='1' id='type-id-13'/>
+ <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='55' column='1' id='type-id-441'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='exc_value' type-id='type-id-14' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='previous_item' type-id='type-id-439' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1'/>
+ <var-decl name='previous_item' type-id='type-id-442' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-438' size-in-bits='64' id='type-id-439'/>
- <typedef-decl name='_PyErr_StackItem' type-id='type-id-438' filepath='./Include/cpython/pystate.h' line='73' column='1' id='type-id-23'/>
+ <pointer-type-def type-id='type-id-441' size-in-bits='64' id='type-id-442'/>
+ <typedef-decl name='_PyErr_StackItem' type-id='type-id-441' filepath='./Include/cpython/pystate.h' line='73' column='1' id='type-id-23'/>
<pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-15'/>
- <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-20' visibility='default' filepath='./Include/cpython/pystate.h' line='31' column='1' id='type-id-440'>
+ <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-20' visibility='default' filepath='./Include/cpython/pystate.h' line='31' column='1' id='type-id-443'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='code' type-id='type-id-441' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1'/>
+ <var-decl name='code' type-id='type-id-444' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='bounds' type-id='type-id-442' visibility='default' filepath='./Include/cpython/pystate.h' line='33' column='1'/>
+ <var-decl name='bounds' type-id='type-id-445' visibility='default' filepath='./Include/cpython/pystate.h' line='33' column='1'/>
</data-member>
</class-decl>
- <class-decl name='PyCodeObject' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1' id='type-id-443'>
+ <class-decl name='PyCodeObject' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1' id='type-id-446'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-77' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1'/>
</data-member>
@@ -5917,9 +5933,9 @@
<var-decl name='co_code_adaptive' type-id='type-id-262' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyCodeObject' type-id='type-id-443' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-444'/>
- <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-441'/>
- <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='175' column='1' id='type-id-445'>
+ <typedef-decl name='PyCodeObject' type-id='type-id-446' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-447'/>
+ <pointer-type-def type-id='type-id-447' size-in-bits='64' id='type-id-444'/>
+ <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='175' column='1' id='type-id-448'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ar_start' type-id='type-id-8' visibility='default' filepath='./Include/cpython/code.h' line='176' column='1'/>
</data-member>
@@ -5930,27 +5946,27 @@
<var-decl name='ar_line' type-id='type-id-8' visibility='default' filepath='./Include/cpython/code.h' line='178' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='opaque' type-id='type-id-446' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1'/>
+ <var-decl name='opaque' type-id='type-id-449' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='169' column='1' id='type-id-446'>
+ <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='169' column='1' id='type-id-449'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='computed_line' type-id='type-id-8' visibility='default' filepath='./Include/cpython/code.h' line='170' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='lo_next' type-id='type-id-447' visibility='default' filepath='./Include/cpython/code.h' line='171' column='1'/>
+ <var-decl name='lo_next' type-id='type-id-450' visibility='default' filepath='./Include/cpython/code.h' line='171' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='limit' type-id='type-id-447' visibility='default' filepath='./Include/cpython/code.h' line='172' column='1'/>
+ <var-decl name='limit' type-id='type-id-450' visibility='default' filepath='./Include/cpython/code.h' line='172' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-285' const='yes' id='type-id-448'/>
- <pointer-type-def type-id='type-id-448' size-in-bits='64' id='type-id-447'/>
- <typedef-decl name='PyCodeAddressRange' type-id='type-id-445' filepath='./Include/cpython/code.h' line='180' column='1' id='type-id-442'/>
- <typedef-decl name='PyTraceInfo' type-id='type-id-440' filepath='./Include/cpython/pystate.h' line='34' column='1' id='type-id-20'/>
- <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='75' column='1' id='type-id-449'>
+ <qualified-type-def type-id='type-id-285' const='yes' id='type-id-451'/>
+ <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-450'/>
+ <typedef-decl name='PyCodeAddressRange' type-id='type-id-448' filepath='./Include/cpython/code.h' line='180' column='1' id='type-id-445'/>
+ <typedef-decl name='PyTraceInfo' type-id='type-id-443' filepath='./Include/cpython/pystate.h' line='34' column='1' id='type-id-20'/>
+ <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='75' column='1' id='type-id-452'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='previous' type-id='type-id-450' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
+ <var-decl name='previous' type-id='type-id-453' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='size' type-id='type-id-54' visibility='default' filepath='./Include/cpython/pystate.h' line='77' column='1'/>
@@ -5959,16 +5975,16 @@
<var-decl name='top' type-id='type-id-54' visibility='default' filepath='./Include/cpython/pystate.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='data' type-id='type-id-357' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>
+ <var-decl name='data' type-id='type-id-360' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-450'/>
- <typedef-decl name='_PyStackChunk' type-id='type-id-449' filepath='./Include/cpython/pystate.h' line='80' column='1' id='type-id-451'/>
- <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-21'/>
- <var-decl name='_PyOS_ReadlineTState' type-id='type-id-10' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='./Include/cpython/pythonrun.h' line='120' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
<pointer-type-def type-id='type-id-452' size-in-bits='64' id='type-id-453'/>
- <var-decl name='PyOS_InputHook' type-id='type-id-453' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='18' column='1' elf-symbol-id='PyOS_InputHook'/>
- <class-decl name='_IO_FILE' size-in-bits='1728' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='49' column='1' id='type-id-454'>
+ <typedef-decl name='_PyStackChunk' type-id='type-id-452' filepath='./Include/cpython/pystate.h' line='80' column='1' id='type-id-454'/>
+ <pointer-type-def type-id='type-id-454' size-in-bits='64' id='type-id-21'/>
+ <var-decl name='_PyOS_ReadlineTState' type-id='type-id-10' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='./Include/cpython/pythonrun.h' line='120' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
+ <pointer-type-def type-id='type-id-455' size-in-bits='64' id='type-id-456'/>
+ <var-decl name='PyOS_InputHook' type-id='type-id-456' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='18' column='1' elf-symbol-id='PyOS_InputHook'/>
+ <class-decl name='_IO_FILE' size-in-bits='1728' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='49' column='1' id='type-id-457'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_flags' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='51' column='1'/>
</data-member>
@@ -6006,10 +6022,10 @@
<var-decl name='_IO_save_end' type-id='type-id-115' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='_markers' type-id='type-id-455' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>
+ <var-decl name='_markers' type-id='type-id-458' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='_chain' type-id='type-id-456' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='70' column='1'/>
+ <var-decl name='_chain' type-id='type-id-459' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<var-decl name='_fileno' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='72' column='1'/>
@@ -6018,31 +6034,31 @@
<var-decl name='_flags2' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='73' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='_old_offset' type-id='type-id-457' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>
+ <var-decl name='_old_offset' type-id='type-id-460' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='_cur_column' type-id='type-id-458' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>
+ <var-decl name='_cur_column' type-id='type-id-461' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1040'>
- <var-decl name='_vtable_offset' type-id='type-id-459' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>
+ <var-decl name='_vtable_offset' type-id='type-id-462' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1048'>
<var-decl name='_shortbuf' type-id='type-id-262' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='79' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='_lock' type-id='type-id-460' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>
+ <var-decl name='_lock' type-id='type-id-463' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
- <var-decl name='_offset' type-id='type-id-461' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>
+ <var-decl name='_offset' type-id='type-id-464' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
- <var-decl name='_codecvt' type-id='type-id-462' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>
+ <var-decl name='_codecvt' type-id='type-id-465' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='_wide_data' type-id='type-id-463' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='92' column='1'/>
+ <var-decl name='_wide_data' type-id='type-id-466' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
- <var-decl name='_freeres_list' type-id='type-id-456' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='93' column='1'/>
+ <var-decl name='_freeres_list' type-id='type-id-459' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<var-decl name='_freeres_buf' type-id='type-id-18' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='94' column='1'/>
@@ -6054,34 +6070,34 @@
<var-decl name='_mode' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='96' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1568'>
- <var-decl name='_unused2' type-id='type-id-464' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>
+ <var-decl name='_unused2' type-id='type-id-467' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-465'/>
- <pointer-type-def type-id='type-id-465' size-in-bits='64' id='type-id-455'/>
- <pointer-type-def type-id='type-id-454' size-in-bits='64' id='type-id-456'/>
- <typedef-decl name='__off_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-457'/>
- <type-decl name='unsigned short int' size-in-bits='16' id='type-id-458'/>
- <type-decl name='signed char' size-in-bits='8' id='type-id-459'/>
- <typedef-decl name='_IO_lock_t' type-id='type-id-70' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='43' column='1' id='type-id-466'/>
- <pointer-type-def type-id='type-id-466' size-in-bits='64' id='type-id-460'/>
- <typedef-decl name='__off64_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-461'/>
- <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-467'/>
- <pointer-type-def type-id='type-id-467' size-in-bits='64' id='type-id-462'/>
- <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-468'/>
- <pointer-type-def type-id='type-id-468' size-in-bits='64' id='type-id-463'/>
+ <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-468'/>
+ <pointer-type-def type-id='type-id-468' size-in-bits='64' id='type-id-458'/>
+ <pointer-type-def type-id='type-id-457' size-in-bits='64' id='type-id-459'/>
+ <typedef-decl name='__off_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-460'/>
+ <type-decl name='unsigned short int' size-in-bits='16' id='type-id-461'/>
+ <type-decl name='signed char' size-in-bits='8' id='type-id-462'/>
+ <typedef-decl name='_IO_lock_t' type-id='type-id-70' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='43' column='1' id='type-id-469'/>
+ <pointer-type-def type-id='type-id-469' size-in-bits='64' id='type-id-463'/>
+ <typedef-decl name='__off64_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-464'/>
+ <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-470'/>
+ <pointer-type-def type-id='type-id-470' size-in-bits='64' id='type-id-465'/>
+ <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-471'/>
+ <pointer-type-def type-id='type-id-471' size-in-bits='64' id='type-id-466'/>
- <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='160' id='type-id-464'>
- <subrange length='20' type-id='type-id-16' id='type-id-327'/>
+ <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='160' id='type-id-467'>
+ <subrange length='20' type-id='type-id-16' id='type-id-328'/>
</array-type-def>
- <typedef-decl name='FILE' type-id='type-id-454' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-469'/>
- <pointer-type-def type-id='type-id-469' size-in-bits='64' id='type-id-470'/>
- <pointer-type-def type-id='type-id-471' size-in-bits='64' id='type-id-472'/>
- <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-472' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='121' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>
+ <typedef-decl name='FILE' type-id='type-id-457' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-472'/>
+ <pointer-type-def type-id='type-id-472' size-in-bits='64' id='type-id-473'/>
+ <pointer-type-def type-id='type-id-474' size-in-bits='64' id='type-id-475'/>
+ <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-475' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='121' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>
<function-decl name='PyOS_Readline' mangled-name='PyOS_Readline' filepath='Parser/myreadline.c' line='355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_Readline'>
- <parameter type-id='type-id-470' name='sys_stdin' filepath='Parser/myreadline.c' line='355' column='1'/>
- <parameter type-id='type-id-470' name='sys_stdout' filepath='Parser/myreadline.c' line='355' column='1'/>
+ <parameter type-id='type-id-473' name='sys_stdin' filepath='Parser/myreadline.c' line='355' column='1'/>
+ <parameter type-id='type-id-473' name='sys_stdout' filepath='Parser/myreadline.c' line='355' column='1'/>
<parameter type-id='type-id-3' name='prompt' filepath='Parser/myreadline.c' line='355' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
@@ -6128,9 +6144,9 @@
<parameter type-id='type-id-18'/>
<return type-id='type-id-14'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-374'>
+ <function-type size-in-bits='64' id='type-id-377'>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-376'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-14'/>
</function-type>
@@ -6149,22 +6165,22 @@
<parameter type-id='type-id-206'/>
<return type-id='type-id-14'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-471'>
- <parameter type-id='type-id-470'/>
- <parameter type-id='type-id-470'/>
+ <function-type size-in-bits='64' id='type-id-474'>
+ <parameter type-id='type-id-473'/>
+ <parameter type-id='type-id-473'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-115'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-452'>
+ <function-type size-in-bits='64' id='type-id-455'>
<return type-id='type-id-8'/>
</function-type>
<function-type size-in-bits='64' id='type-id-138'>
<parameter type-id='type-id-14'/>
<return type-id='type-id-8'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-436'>
+ <function-type size-in-bits='64' id='type-id-439'>
<parameter type-id='type-id-14'/>
- <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-438'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-14'/>
<return type-id='type-id-8'/>
@@ -6226,7 +6242,7 @@
<parameter type-id='type-id-18'/>
<return type-id='type-id-8'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-362'>
+ <function-type size-in-bits='64' id='type-id-365'>
<parameter type-id='type-id-18'/>
<return type-id='type-id-8'/>
</function-type>
@@ -6261,16 +6277,16 @@
<return type-id='type-id-70'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/abstract.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <qualified-type-def type-id='type-id-115' const='yes' id='type-id-473'/>
- <pointer-type-def type-id='type-id-473' size-in-bits='64' id='type-id-474'/>
+ <abi-instr version='1.0' address-size='64' path='Objects/abstract.c' comp-dir-path='/src' language='LANG_C99'>
+ <qualified-type-def type-id='type-id-115' const='yes' id='type-id-476'/>
+ <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-477'/>
<function-decl name='_Py_FreeCharPArray' mangled-name='_Py_FreeCharPArray' filepath='Objects/abstract.c' line='2969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FreeCharPArray'>
- <parameter type-id='type-id-474' name='array' filepath='Objects/abstract.c' line='2969' column='1'/>
+ <parameter type-id='type-id-477' name='array' filepath='Objects/abstract.c' line='2969' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PySequence_BytesToCharpArray' mangled-name='_PySequence_BytesToCharpArray' filepath='Objects/abstract.c' line='2910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySequence_BytesToCharpArray'>
<parameter type-id='type-id-14' name='self' filepath='Objects/abstract.c' line='2910' column='1'/>
- <return type-id='type-id-474'/>
+ <return type-id='type-id-477'/>
</function-decl>
<function-decl name='PyIter_Send' mangled-name='PyIter_Send' filepath='Objects/abstract.c' line='2877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Send'>
<parameter type-id='type-id-14' name='iter' filepath='Objects/abstract.c' line='2877' column='1'/>
@@ -6687,10 +6703,10 @@
<parameter type-id='type-id-14' name='src' filepath='Objects/abstract.c' line='621' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <qualified-type-def type-id='type-id-166' const='yes' id='type-id-475'/>
- <pointer-type-def type-id='type-id-475' size-in-bits='64' id='type-id-476'/>
+ <qualified-type-def type-id='type-id-166' const='yes' id='type-id-478'/>
+ <pointer-type-def type-id='type-id-478' size-in-bits='64' id='type-id-479'/>
<function-decl name='PyBuffer_FromContiguous' mangled-name='PyBuffer_FromContiguous' filepath='Objects/abstract.c' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FromContiguous'>
- <parameter type-id='type-id-476' name='view' filepath='Objects/abstract.c' line='569' column='1'/>
+ <parameter type-id='type-id-479' name='view' filepath='Objects/abstract.c' line='569' column='1'/>
<parameter type-id='type-id-18' name='buf' filepath='Objects/abstract.c' line='569' column='1'/>
<parameter type-id='type-id-36' name='len' filepath='Objects/abstract.c' line='569' column='1'/>
<parameter type-id='type-id-1' name='fort' filepath='Objects/abstract.c' line='569' column='1'/>
@@ -6700,27 +6716,27 @@
<parameter type-id='type-id-3' name='format' filepath='Objects/abstract.c' line='527' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
- <qualified-type-def type-id='type-id-36' const='yes' id='type-id-477'/>
- <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-478'/>
+ <qualified-type-def type-id='type-id-36' const='yes' id='type-id-480'/>
+ <pointer-type-def type-id='type-id-480' size-in-bits='64' id='type-id-481'/>
<function-decl name='_Py_add_one_to_index_C' mangled-name='_Py_add_one_to_index_C' filepath='Objects/abstract.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_add_one_to_index_C'>
<parameter type-id='type-id-8' name='nd' filepath='Objects/abstract.c' line='511' column='1'/>
<parameter type-id='type-id-168' name='index' filepath='Objects/abstract.c' line='511' column='1'/>
- <parameter type-id='type-id-478' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
+ <parameter type-id='type-id-481' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_add_one_to_index_F' mangled-name='_Py_add_one_to_index_F' filepath='Objects/abstract.c' line='495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_add_one_to_index_F'>
<parameter type-id='type-id-8' name='nd' filepath='Objects/abstract.c' line='511' column='1'/>
<parameter type-id='type-id-168' name='index' filepath='Objects/abstract.c' line='511' column='1'/>
- <parameter type-id='type-id-478' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
+ <parameter type-id='type-id-481' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyBuffer_GetPointer' mangled-name='PyBuffer_GetPointer' filepath='Objects/abstract.c' line='479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_GetPointer'>
- <parameter type-id='type-id-476' name='view' filepath='Objects/abstract.c' line='479' column='1'/>
- <parameter type-id='type-id-478' name='indices' filepath='Objects/abstract.c' line='479' column='1'/>
+ <parameter type-id='type-id-479' name='view' filepath='Objects/abstract.c' line='479' column='1'/>
+ <parameter type-id='type-id-481' name='indices' filepath='Objects/abstract.c' line='479' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='PyBuffer_IsContiguous' mangled-name='PyBuffer_IsContiguous' filepath='Objects/abstract.c' line='463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_IsContiguous'>
- <parameter type-id='type-id-476' name='view' filepath='Objects/abstract.c' line='463' column='1'/>
+ <parameter type-id='type-id-479' name='view' filepath='Objects/abstract.c' line='463' column='1'/>
<parameter type-id='type-id-1' name='order' filepath='Objects/abstract.c' line='463' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -6730,23 +6746,23 @@
<parameter type-id='type-id-8' name='flags' filepath='Objects/abstract.c' line='380' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-18' size-in-bits='64' id='type-id-479'/>
+ <pointer-type-def type-id='type-id-18' size-in-bits='64' id='type-id-482'/>
<function-decl name='PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsWriteBuffer'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='351' column='1'/>
- <parameter type-id='type-id-479' name='buffer' filepath='Objects/abstract.c' line='352' column='1'/>
+ <parameter type-id='type-id-482' name='buffer' filepath='Objects/abstract.c' line='352' column='1'/>
<parameter type-id='type-id-168' name='buffer_len' filepath='Objects/abstract.c' line='353' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsReadBuffer'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='344' column='1'/>
- <parameter type-id='type-id-479' name='buffer' filepath='Objects/abstract.c' line='345' column='1'/>
+ <parameter type-id='type-id-482' name='buffer' filepath='Objects/abstract.c' line='345' column='1'/>
<parameter type-id='type-id-168' name='buffer_len' filepath='Objects/abstract.c' line='346' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-480'/>
+ <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-483'/>
<function-decl name='PyObject_AsCharBuffer' mangled-name='PyObject_AsCharBuffer' filepath='Objects/abstract.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsCharBuffer'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='337' column='1'/>
- <parameter type-id='type-id-480' name='buffer' filepath='Objects/abstract.c' line='338' column='1'/>
+ <parameter type-id='type-id-483' name='buffer' filepath='Objects/abstract.c' line='338' column='1'/>
<parameter type-id='type-id-168' name='buffer_len' filepath='Objects/abstract.c' line='339' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -6801,8 +6817,8 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/accu.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-481' visibility='default' filepath='./Include/internal/pycore_accu.h' line='24' column='1' id='type-id-482'>
+ <abi-instr version='1.0' address-size='64' path='Objects/accu.c' comp-dir-path='/src' language='LANG_C99'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-484' visibility='default' filepath='./Include/internal/pycore_accu.h' line='24' column='1' id='type-id-485'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='large' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_accu.h' line='25' column='1'/>
</data-member>
@@ -6810,31 +6826,31 @@
<var-decl name='small' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_accu.h' line='26' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_PyAccu' type-id='type-id-482' filepath='./Include/internal/pycore_accu.h' line='27' column='1' id='type-id-481'/>
- <pointer-type-def type-id='type-id-481' size-in-bits='64' id='type-id-483'/>
+ <typedef-decl name='_PyAccu' type-id='type-id-485' filepath='./Include/internal/pycore_accu.h' line='27' column='1' id='type-id-484'/>
+ <pointer-type-def type-id='type-id-484' size-in-bits='64' id='type-id-486'/>
<function-decl name='_PyAccu_Destroy' mangled-name='_PyAccu_Destroy' filepath='Objects/accu.c' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Destroy'>
- <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='111' column='1'/>
+ <parameter type-id='type-id-486' name='acc' filepath='Objects/accu.c' line='111' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyAccu_Finish' mangled-name='_PyAccu_Finish' filepath='Objects/accu.c' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Finish'>
- <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='93' column='1'/>
+ <parameter type-id='type-id-486' name='acc' filepath='Objects/accu.c' line='93' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyAccu_FinishAsList' mangled-name='_PyAccu_FinishAsList' filepath='Objects/accu.c' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_FinishAsList'>
- <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='76' column='1'/>
+ <parameter type-id='type-id-486' name='acc' filepath='Objects/accu.c' line='76' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyAccu_Accumulate' mangled-name='_PyAccu_Accumulate' filepath='Objects/accu.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Accumulate'>
- <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='55' column='1'/>
+ <parameter type-id='type-id-486' name='acc' filepath='Objects/accu.c' line='55' column='1'/>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/accu.c' line='55' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyAccu_Init' mangled-name='_PyAccu_Init' filepath='Objects/accu.c' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Init'>
- <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='18' column='1'/>
+ <parameter type-id='type-id-486' name='acc' filepath='Objects/accu.c' line='18' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/boolobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/boolobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyBool_Type' type-id='type-id-112' mangled-name='PyBool_Type' visibility='default' filepath='./Include/boolobject.h' line='10' column='1' elf-symbol-id='PyBool_Type'/>
<var-decl name='_Py_FalseStruct' type-id='type-id-259' mangled-name='_Py_FalseStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_FalseStruct'/>
<var-decl name='_Py_TrueStruct' type-id='type-id-259' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='19' column='1' elf-symbol-id='_Py_TrueStruct'/>
@@ -6843,37 +6859,37 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='infinite' id='type-id-484'>
+ <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='infinite' id='type-id-487'>
<subrange length='infinite' id='type-id-6'/>
</array-type-def>
- <qualified-type-def type-id='type-id-484' const='yes' id='type-id-485'/>
- <var-decl name='_Py_isspace__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='42' column='1'/>
- <var-decl name='_Py_isalpha__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='43' column='1'/>
- <var-decl name='_Py_isalnum__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='44' column='1'/>
- <var-decl name='_Py_isascii__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='45' column='1'/>
- <var-decl name='_Py_isdigit__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='46' column='1'/>
- <var-decl name='_Py_islower__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='47' column='1'/>
- <var-decl name='_Py_isupper__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='48' column='1'/>
- <var-decl name='_Py_istitle__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='49' column='1'/>
- <var-decl name='_Py_lower__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='50' column='1'/>
- <var-decl name='_Py_upper__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
- <var-decl name='_Py_title__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
- <var-decl name='_Py_capitalize__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
- <var-decl name='_Py_swapcase__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
- <var-decl name='_Py_maketrans__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
- <var-decl name='_Py_find__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
- <var-decl name='_Py_index__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
- <var-decl name='_Py_rfind__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
- <var-decl name='_Py_rindex__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
- <var-decl name='_Py_count__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
- <var-decl name='_Py_startswith__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
- <var-decl name='_Py_endswith__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
+ <qualified-type-def type-id='type-id-487' const='yes' id='type-id-488'/>
+ <var-decl name='_Py_isspace__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='42' column='1'/>
+ <var-decl name='_Py_isalpha__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='43' column='1'/>
+ <var-decl name='_Py_isalnum__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='44' column='1'/>
+ <var-decl name='_Py_isascii__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='45' column='1'/>
+ <var-decl name='_Py_isdigit__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='46' column='1'/>
+ <var-decl name='_Py_islower__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='47' column='1'/>
+ <var-decl name='_Py_isupper__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='48' column='1'/>
+ <var-decl name='_Py_istitle__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='49' column='1'/>
+ <var-decl name='_Py_lower__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='50' column='1'/>
+ <var-decl name='_Py_upper__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
+ <var-decl name='_Py_title__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
+ <var-decl name='_Py_capitalize__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
+ <var-decl name='_Py_swapcase__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
+ <var-decl name='_Py_maketrans__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
+ <var-decl name='_Py_find__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
+ <var-decl name='_Py_index__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
+ <var-decl name='_Py_rfind__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
+ <var-decl name='_Py_rindex__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
+ <var-decl name='_Py_count__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
+ <var-decl name='_Py_startswith__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
+ <var-decl name='_Py_endswith__doc__' type-id='type-id-488' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <var-decl name='_PyByteArray_empty_string' type-id='type-id-406' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
+ <abi-instr version='1.0' address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/src' language='LANG_C99'>
+ <var-decl name='_PyByteArray_empty_string' type-id='type-id-409' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
<var-decl name='PyByteArray_Type' type-id='type-id-112' mangled-name='PyByteArray_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='20' column='1' elf-symbol-id='PyByteArray_Type'/>
<var-decl name='PyByteArrayIter_Type' type-id='type-id-112' mangled-name='PyByteArrayIter_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='21' column='1' elf-symbol-id='PyByteArrayIter_Type'/>
<function-decl name='PyByteArray_Concat' mangled-name='PyByteArray_Concat' filepath='Objects/bytearrayobject.c' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyByteArray_Concat'>
@@ -6904,7 +6920,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/bytesobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/bytesobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyBytes_Type' type-id='type-id-112' mangled-name='PyBytes_Type' visibility='default' filepath='./Include/bytesobject.h' line='27' column='1' elf-symbol-id='PyBytes_Type'/>
<var-decl name='PyBytesIter_Type' type-id='type-id-112' mangled-name='PyBytesIter_Type' visibility='default' filepath='./Include/bytesobject.h' line='28' column='1' elf-symbol-id='PyBytesIter_Type'/>
<function-decl name='_PyBytes_Repeat' mangled-name='_PyBytes_Repeat' filepath='Objects/bytesobject.c' line='3566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Repeat'>
@@ -6914,7 +6930,7 @@
<parameter type-id='type-id-36' name='len_src' filepath='Objects/bytesobject.c' line='3567' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='4416' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-486' visibility='default' filepath='./Include/cpython/bytesobject.h' line='59' column='1' id='type-id-487'>
+ <class-decl name='__anonymous_struct__' size-in-bits='4416' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-489' visibility='default' filepath='./Include/cpython/bytesobject.h' line='59' column='1' id='type-id-490'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='buffer' type-id='type-id-14' visibility='default' filepath='./Include/cpython/bytesobject.h' line='61' column='1'/>
</data-member>
@@ -6934,51 +6950,51 @@
<var-decl name='use_small_buffer' type-id='type-id-8' visibility='default' filepath='./Include/cpython/bytesobject.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
- <var-decl name='small_buffer' type-id='type-id-488' visibility='default' filepath='./Include/cpython/bytesobject.h' line='79' column='1'/>
+ <var-decl name='small_buffer' type-id='type-id-491' visibility='default' filepath='./Include/cpython/bytesobject.h' line='79' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='4096' id='type-id-488'>
- <subrange length='512' type-id='type-id-16' id='type-id-489'/>
+ <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='4096' id='type-id-491'>
+ <subrange length='512' type-id='type-id-16' id='type-id-492'/>
</array-type-def>
- <typedef-decl name='_PyBytesWriter' type-id='type-id-487' filepath='./Include/cpython/bytesobject.h' line='80' column='1' id='type-id-486'/>
- <pointer-type-def type-id='type-id-486' size-in-bits='64' id='type-id-490'/>
+ <typedef-decl name='_PyBytesWriter' type-id='type-id-490' filepath='./Include/cpython/bytesobject.h' line='80' column='1' id='type-id-489'/>
+ <pointer-type-def type-id='type-id-489' size-in-bits='64' id='type-id-493'/>
<function-decl name='_PyBytesWriter_WriteBytes' mangled-name='_PyBytesWriter_WriteBytes' filepath='Objects/bytesobject.c' line='3549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_WriteBytes'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3549' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3549' column='1'/>
<parameter type-id='type-id-18' name='ptr' filepath='Objects/bytesobject.c' line='3549' column='1'/>
<parameter type-id='type-id-18' name='bytes' filepath='Objects/bytesobject.c' line='3550' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3550' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='_PyBytesWriter_Finish' mangled-name='_PyBytesWriter_Finish' filepath='Objects/bytesobject.c' line='3505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Finish'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3505' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3505' column='1'/>
<parameter type-id='type-id-18' name='str' filepath='Objects/bytesobject.c' line='3505' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyBytesWriter_Alloc' mangled-name='_PyBytesWriter_Alloc' filepath='Objects/bytesobject.c' line='3475' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Alloc'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3475' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3475' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3475' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='_PyBytesWriter_Prepare' mangled-name='_PyBytesWriter_Prepare' filepath='Objects/bytesobject.c' line='3445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Prepare'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3445' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3445' column='1'/>
<parameter type-id='type-id-18' name='str' filepath='Objects/bytesobject.c' line='3445' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3445' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='_PyBytesWriter_Resize' mangled-name='_PyBytesWriter_Resize' filepath='Objects/bytesobject.c' line='3375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Resize'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3375' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3375' column='1'/>
<parameter type-id='type-id-18' name='str' filepath='Objects/bytesobject.c' line='3375' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3375' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='_PyBytesWriter_Dealloc' mangled-name='_PyBytesWriter_Dealloc' filepath='Objects/bytesobject.c' line='3305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Dealloc'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3305' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3305' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyBytesWriter_Init' mangled-name='_PyBytesWriter_Init' filepath='Objects/bytesobject.c' line='3294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Init'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3294' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/bytesobject.c' line='3294' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyBytes_Resize' mangled-name='_PyBytes_Resize' filepath='Objects/bytesobject.c' line='3055' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Resize'>
@@ -7031,10 +7047,10 @@
<parameter type-id='type-id-36' name='offset' filepath='Objects/bytesobject.c' line='1295' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
- <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-491'/>
+ <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-494'/>
<function-decl name='PyBytes_AsStringAndSize' mangled-name='PyBytes_AsStringAndSize' filepath='Objects/bytesobject.c' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_AsStringAndSize'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/bytesobject.c' line='1237' column='1'/>
- <parameter type-id='type-id-491' name='s' filepath='Objects/bytesobject.c' line='1238' column='1'/>
+ <parameter type-id='type-id-494' name='s' filepath='Objects/bytesobject.c' line='1238' column='1'/>
<parameter type-id='type-id-168' name='len' filepath='Objects/bytesobject.c' line='1239' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -7058,7 +7074,7 @@
<parameter type-id='type-id-3' name='s' filepath='Objects/bytesobject.c' line='1062' column='1'/>
<parameter type-id='type-id-36' name='len' filepath='Objects/bytesobject.c' line='1063' column='1'/>
<parameter type-id='type-id-3' name='errors' filepath='Objects/bytesobject.c' line='1064' column='1'/>
- <parameter type-id='type-id-480' name='first_invalid_escape' filepath='Objects/bytesobject.c' line='1065' column='1'/>
+ <parameter type-id='type-id-483' name='first_invalid_escape' filepath='Objects/bytesobject.c' line='1065' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyBytes_FormatEx' mangled-name='_PyBytes_FormatEx' filepath='Objects/bytesobject.c' line='581' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_FormatEx'>
@@ -7073,7 +7089,7 @@
<parameter is-variadic='yes'/>
<return type-id='type-id-14'/>
</function-decl>
- <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-492'>
+ <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-495'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='gp_offset' type-id='type-id-105' visibility='default'/>
</data-member>
@@ -7087,10 +7103,10 @@
<var-decl name='reg_save_area' type-id='type-id-18' visibility='default'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-492' size-in-bits='64' id='type-id-493'/>
+ <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-496'/>
<function-decl name='PyBytes_FromFormatV' mangled-name='PyBytes_FromFormatV' filepath='Objects/bytesobject.c' line='184' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormatV'>
<parameter type-id='type-id-3' name='format' filepath='Objects/bytesobject.c' line='184' column='1'/>
- <parameter type-id='type-id-493' name='vargs' filepath='Objects/bytesobject.c' line='184' column='1'/>
+ <parameter type-id='type-id-496' name='vargs' filepath='Objects/bytesobject.c' line='184' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyBytes_FromString' mangled-name='PyBytes_FromString' filepath='Objects/bytesobject.c' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromString'>
@@ -7103,7 +7119,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/call.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/call.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyStack_AsDict' mangled-name='_PyStack_AsDict' filepath='Objects/call.c' line='935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStack_AsDict'>
<parameter type-id='type-id-200' name='values' filepath='Objects/call.c' line='935' column='1'/>
<parameter type-id='type-id-14' name='kwnames' filepath='Objects/call.c' line='935' column='1'/>
@@ -7114,7 +7130,7 @@
<parameter is-variadic='yes'/>
<return type-id='type-id-14'/>
</function-decl>
- <class-decl name='_Py_Identifier' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='37' column='1' id='type-id-494'>
+ <class-decl name='_Py_Identifier' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='37' column='1' id='type-id-497'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='string' type-id='type-id-3' visibility='default' filepath='./Include/cpython/object.h' line='38' column='1'/>
</data-member>
@@ -7122,11 +7138,11 @@
<var-decl name='index' type-id='type-id-36' visibility='default' filepath='./Include/cpython/object.h' line='41' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_Py_Identifier' type-id='type-id-494' filepath='./Include/cpython/object.h' line='42' column='1' id='type-id-495'/>
- <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-496'/>
+ <typedef-decl name='_Py_Identifier' type-id='type-id-497' filepath='./Include/cpython/object.h' line='42' column='1' id='type-id-498'/>
+ <pointer-type-def type-id='type-id-498' size-in-bits='64' id='type-id-499'/>
<function-decl name='_PyObject_CallMethodIdObjArgs' mangled-name='_PyObject_CallMethodIdObjArgs' filepath='Objects/call.c' line='888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodIdObjArgs'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/call.c' line='888' column='1'/>
- <parameter type-id='type-id-496' name='name' filepath='Objects/call.c' line='888' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Objects/call.c' line='888' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -7145,7 +7161,7 @@
</function-decl>
<function-decl name='_PyObject_CallMethodId_SizeT' mangled-name='_PyObject_CallMethodId_SizeT' filepath='Objects/call.c' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodId_SizeT'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/call.c' line='745' column='1'/>
- <parameter type-id='type-id-496' name='name' filepath='Objects/call.c' line='745' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Objects/call.c' line='745' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Objects/call.c' line='746' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-14'/>
@@ -7159,7 +7175,7 @@
</function-decl>
<function-decl name='_PyObject_CallMethodId' mangled-name='_PyObject_CallMethodId' filepath='Objects/call.c' line='686' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodId'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/call.c' line='745' column='1'/>
- <parameter type-id='type-id-496' name='name' filepath='Objects/call.c' line='745' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Objects/call.c' line='745' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Objects/call.c' line='746' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-14'/>
@@ -7311,7 +7327,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/capsule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/capsule.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyCapsule_Type' type-id='type-id-112' mangled-name='PyCapsule_Type' visibility='default' filepath='./Include/pycapsule.h' line='21' column='1' elf-symbol-id='PyCapsule_Type'/>
<function-decl name='PyCapsule_Import' mangled-name='PyCapsule_Import' filepath='Objects/capsule.c' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_Import'>
<parameter type-id='type-id-3' name='name' filepath='Objects/capsule.c' line='195' column='1'/>
@@ -7323,10 +7339,10 @@
<parameter type-id='type-id-18' name='context' filepath='Objects/capsule.c' line='181' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <typedef-decl name='PyCapsule_Destructor' type-id='type-id-114' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-497'/>
+ <typedef-decl name='PyCapsule_Destructor' type-id='type-id-114' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-500'/>
<function-decl name='PyCapsule_SetDestructor' mangled-name='PyCapsule_SetDestructor' filepath='Objects/capsule.c' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetDestructor'>
<parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='167' column='1'/>
- <parameter type-id='type-id-497' name='destructor' filepath='Objects/capsule.c' line='167' column='1'/>
+ <parameter type-id='type-id-500' name='destructor' filepath='Objects/capsule.c' line='167' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyCapsule_SetName' mangled-name='PyCapsule_SetName' filepath='Objects/capsule.c' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetName'>
@@ -7345,7 +7361,7 @@
</function-decl>
<function-decl name='PyCapsule_GetDestructor' mangled-name='PyCapsule_GetDestructor' filepath='Objects/capsule.c' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetDestructor'>
<parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='110' column='1'/>
- <return type-id='type-id-497'/>
+ <return type-id='type-id-500'/>
</function-decl>
<function-decl name='PyCapsule_GetName' mangled-name='PyCapsule_GetName' filepath='Objects/capsule.c' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetName'>
<parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='98' column='1'/>
@@ -7364,11 +7380,11 @@
<function-decl name='PyCapsule_New' mangled-name='PyCapsule_New' filepath='Objects/capsule.c' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_New'>
<parameter type-id='type-id-18' name='pointer' filepath='Objects/capsule.c' line='44' column='1'/>
<parameter type-id='type-id-3' name='name' filepath='Objects/capsule.c' line='44' column='1'/>
- <parameter type-id='type-id-497' name='destructor' filepath='Objects/capsule.c' line='44' column='1'/>
+ <parameter type-id='type-id-500' name='destructor' filepath='Objects/capsule.c' line='44' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/cellobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/cellobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyCell_Type' type-id='type-id-112' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>
<function-decl name='PyCell_Set' mangled-name='PyCell_Set' filepath='Objects/cellobject.c' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCell_Set'>
<parameter type-id='type-id-14' name='derived' filepath='Objects/abstract.c' line='2770' column='1'/>
@@ -7384,7 +7400,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/classobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/classobject.c' comp-dir-path='/src' language='LANG_C99'>
<class-decl name='PyMemberDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/structmember.h' line='18' column='1' id='type-id-184'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/structmember.h' line='19' column='1'/>
@@ -7426,14 +7442,14 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/codeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/codeobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyCode_Type' type-id='type-id-112' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='136' column='1' elf-symbol-id='PyCode_Type'/>
<function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='1950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>
<parameter type-id='type-id-14' name='op' filepath='Objects/codeobject.c' line='1950' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='1380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>
- <parameter type-id='type-id-441' name='co' filepath='Objects/codeobject.c' line='1380' column='1'/>
+ <parameter type-id='type-id-444' name='co' filepath='Objects/codeobject.c' line='1380' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyCode_SetExtra' mangled-name='_PyCode_SetExtra' filepath='Objects/codeobject.c' line='1290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_SetExtra'>
@@ -7445,27 +7461,27 @@
<function-decl name='_PyCode_GetExtra' mangled-name='_PyCode_GetExtra' filepath='Objects/codeobject.c' line='1269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetExtra'>
<parameter type-id='type-id-14' name='code' filepath='Objects/codeobject.c' line='1269' column='1'/>
<parameter type-id='type-id-36' name='index' filepath='Objects/codeobject.c' line='1269' column='1'/>
- <parameter type-id='type-id-479' name='extra' filepath='Objects/codeobject.c' line='1269' column='1'/>
+ <parameter type-id='type-id-482' name='extra' filepath='Objects/codeobject.c' line='1269' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-498'/>
+ <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-501'/>
<function-decl name='PyCode_Addr2Location' mangled-name='PyCode_Addr2Location' filepath='Objects/codeobject.c' line='905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Location'>
- <parameter type-id='type-id-441' name='co' filepath='Objects/codeobject.c' line='905' column='1'/>
+ <parameter type-id='type-id-444' name='co' filepath='Objects/codeobject.c' line='905' column='1'/>
<parameter type-id='type-id-8' name='addrq' filepath='Objects/codeobject.c' line='905' column='1'/>
- <parameter type-id='type-id-498' name='start_line' filepath='Objects/codeobject.c' line='906' column='1'/>
- <parameter type-id='type-id-498' name='start_column' filepath='Objects/codeobject.c' line='906' column='1'/>
- <parameter type-id='type-id-498' name='end_line' filepath='Objects/codeobject.c' line='907' column='1'/>
- <parameter type-id='type-id-498' name='end_column' filepath='Objects/codeobject.c' line='907' column='1'/>
+ <parameter type-id='type-id-501' name='start_line' filepath='Objects/codeobject.c' line='906' column='1'/>
+ <parameter type-id='type-id-501' name='start_column' filepath='Objects/codeobject.c' line='906' column='1'/>
+ <parameter type-id='type-id-501' name='end_line' filepath='Objects/codeobject.c' line='907' column='1'/>
+ <parameter type-id='type-id-501' name='end_column' filepath='Objects/codeobject.c' line='907' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-499'/>
+ <pointer-type-def type-id='type-id-445' size-in-bits='64' id='type-id-502'/>
<function-decl name='_PyCode_CheckLineNumber' mangled-name='_PyCode_CheckLineNumber' filepath='Objects/codeobject.c' line='733' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckLineNumber'>
<parameter type-id='type-id-8' name='lasti' filepath='Objects/codeobject.c' line='733' column='1'/>
- <parameter type-id='type-id-499' name='bounds' filepath='Objects/codeobject.c' line='733' column='1'/>
+ <parameter type-id='type-id-502' name='bounds' filepath='Objects/codeobject.c' line='733' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Line'>
- <parameter type-id='type-id-441' name='co' filepath='Objects/codeobject.c' line='698' column='1'/>
+ <parameter type-id='type-id-444' name='co' filepath='Objects/codeobject.c' line='698' column='1'/>
<parameter type-id='type-id-8' name='addrq' filepath='Objects/codeobject.c' line='698' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -7473,7 +7489,7 @@
<parameter type-id='type-id-3' name='filename' filepath='Objects/codeobject.c' line='638' column='1'/>
<parameter type-id='type-id-3' name='funcname' filepath='Objects/codeobject.c' line='638' column='1'/>
<parameter type-id='type-id-8' name='firstlineno' filepath='Objects/codeobject.c' line='638' column='1'/>
- <return type-id='type-id-441'/>
+ <return type-id='type-id-444'/>
</function-decl>
<function-decl name='PyCode_New' mangled-name='PyCode_New' filepath='Objects/codeobject.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_New'>
<parameter type-id='type-id-8' name='argcount' filepath='Objects/codeobject.c' line='613' column='1'/>
@@ -7493,7 +7509,7 @@
<parameter type-id='type-id-8' name='firstlineno' filepath='Objects/codeobject.c' line='618' column='1'/>
<parameter type-id='type-id-14' name='linetable' filepath='Objects/codeobject.c' line='619' column='1'/>
<parameter type-id='type-id-14' name='exceptiontable' filepath='Objects/codeobject.c' line='620' column='1'/>
- <return type-id='type-id-441'/>
+ <return type-id='type-id-444'/>
</function-decl>
<function-decl name='PyCode_NewWithPosOnlyArgs' mangled-name='PyCode_NewWithPosOnlyArgs' filepath='Objects/codeobject.c' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_NewWithPosOnlyArgs'>
<parameter type-id='type-id-8' name='argcount' filepath='Objects/codeobject.c' line='489' column='1'/>
@@ -7514,9 +7530,9 @@
<parameter type-id='type-id-8' name='firstlineno' filepath='Objects/codeobject.c' line='494' column='1'/>
<parameter type-id='type-id-14' name='linetable' filepath='Objects/codeobject.c' line='495' column='1'/>
<parameter type-id='type-id-14' name='exceptiontable' filepath='Objects/codeobject.c' line='496' column='1'/>
- <return type-id='type-id-441'/>
+ <return type-id='type-id-444'/>
</function-decl>
- <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='168' column='1' id='type-id-500'>
+ <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='168' column='1' id='type-id-503'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='filename' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_code.h' line='170' column='1'/>
</data-member>
@@ -7566,83 +7582,83 @@
<var-decl name='exceptiontable' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_code.h' line='198' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-500' size-in-bits='64' id='type-id-501'/>
+ <pointer-type-def type-id='type-id-503' size-in-bits='64' id='type-id-504'/>
<function-decl name='_PyCode_New' mangled-name='_PyCode_New' filepath='Objects/codeobject.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_New'>
- <parameter type-id='type-id-501' name='con' filepath='Objects/codeobject.c' line='437' column='1'/>
- <return type-id='type-id-441'/>
+ <parameter type-id='type-id-504' name='con' filepath='Objects/codeobject.c' line='437' column='1'/>
+ <return type-id='type-id-444'/>
</function-decl>
<function-decl name='_PyCode_Validate' mangled-name='_PyCode_Validate' filepath='Objects/codeobject.c' line='231' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_Validate'>
- <parameter type-id='type-id-501' name='con' filepath='Objects/codeobject.c' line='231' column='1'/>
+ <parameter type-id='type-id-504' name='con' filepath='Objects/codeobject.c' line='231' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/complexobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/complexobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyComplex_Type' type-id='type-id-112' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-502' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-503'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-505' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-506'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='real' type-id='type-id-388' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>
+ <var-decl name='real' type-id='type-id-391' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='imag' type-id='type-id-388' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
+ <var-decl name='imag' type-id='type-id-391' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='Py_complex' type-id='type-id-503' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-502'/>
+ <typedef-decl name='Py_complex' type-id='type-id-506' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-505'/>
<function-decl name='PyComplex_AsCComplex' mangled-name='PyComplex_AsCComplex' filepath='Objects/complexobject.c' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_AsCComplex'>
<parameter type-id='type-id-14' name='op' filepath='Objects/complexobject.c' line='314' column='1'/>
- <return type-id='type-id-502'/>
+ <return type-id='type-id-505'/>
</function-decl>
<function-decl name='PyComplex_ImagAsDouble' mangled-name='PyComplex_ImagAsDouble' filepath='Objects/complexobject.c' line='270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_ImagAsDouble'>
<parameter type-id='type-id-14' name='op' filepath='Objects/complexobject.c' line='270' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyComplex_RealAsDouble' mangled-name='PyComplex_RealAsDouble' filepath='Objects/complexobject.c' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_RealAsDouble'>
<parameter type-id='type-id-14' name='op' filepath='Objects/complexobject.c' line='270' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyComplex_FromDoubles' mangled-name='PyComplex_FromDoubles' filepath='Objects/complexobject.c' line='250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromDoubles'>
- <parameter type-id='type-id-388' name='real' filepath='Objects/complexobject.c' line='250' column='1'/>
- <parameter type-id='type-id-388' name='imag' filepath='Objects/complexobject.c' line='250' column='1'/>
+ <parameter type-id='type-id-391' name='real' filepath='Objects/complexobject.c' line='250' column='1'/>
+ <parameter type-id='type-id-391' name='imag' filepath='Objects/complexobject.c' line='250' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyComplex_FromCComplex' mangled-name='PyComplex_FromCComplex' filepath='Objects/complexobject.c' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromCComplex'>
- <parameter type-id='type-id-502' name='cval' filepath='Objects/complexobject.c' line='228' column='1'/>
+ <parameter type-id='type-id-505' name='cval' filepath='Objects/complexobject.c' line='228' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_Py_c_abs' mangled-name='_Py_c_abs' filepath='Objects/complexobject.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_abs'>
- <parameter type-id='type-id-502' name='z' filepath='Objects/complexobject.c' line='185' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-505' name='z' filepath='Objects/complexobject.c' line='185' column='1'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='_Py_c_pow' mangled-name='_Py_c_pow' filepath='Objects/complexobject.c' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_pow'>
- <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='129' column='1'/>
- <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='129' column='1'/>
- <return type-id='type-id-502'/>
+ <parameter type-id='type-id-505' name='a' filepath='Objects/complexobject.c' line='129' column='1'/>
+ <parameter type-id='type-id-505' name='b' filepath='Objects/complexobject.c' line='129' column='1'/>
+ <return type-id='type-id-505'/>
</function-decl>
<function-decl name='_Py_c_quot' mangled-name='_Py_c_quot' filepath='Objects/complexobject.c' line='68' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_quot'>
- <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='68' column='1'/>
- <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='68' column='1'/>
- <return type-id='type-id-502'/>
+ <parameter type-id='type-id-505' name='a' filepath='Objects/complexobject.c' line='68' column='1'/>
+ <parameter type-id='type-id-505' name='b' filepath='Objects/complexobject.c' line='68' column='1'/>
+ <return type-id='type-id-505'/>
</function-decl>
<function-decl name='_Py_c_prod' mangled-name='_Py_c_prod' filepath='Objects/complexobject.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_prod'>
- <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
- <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
- <return type-id='type-id-502'/>
+ <parameter type-id='type-id-505' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+ <parameter type-id='type-id-505' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+ <return type-id='type-id-505'/>
</function-decl>
<function-decl name='_Py_c_neg' mangled-name='_Py_c_neg' filepath='Objects/complexobject.c' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_neg'>
- <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='46' column='1'/>
- <return type-id='type-id-502'/>
+ <parameter type-id='type-id-505' name='a' filepath='Objects/complexobject.c' line='46' column='1'/>
+ <return type-id='type-id-505'/>
</function-decl>
<function-decl name='_Py_c_diff' mangled-name='_Py_c_diff' filepath='Objects/complexobject.c' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_diff'>
- <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
- <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
- <return type-id='type-id-502'/>
+ <parameter type-id='type-id-505' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+ <parameter type-id='type-id-505' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+ <return type-id='type-id-505'/>
</function-decl>
<function-decl name='_Py_c_sum' mangled-name='_Py_c_sum' filepath='Objects/complexobject.c' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_sum'>
- <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
- <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
- <return type-id='type-id-502'/>
+ <parameter type-id='type-id-505' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+ <parameter type-id='type-id-505' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+ <return type-id='type-id-505'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/descrobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/descrobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyMethodDescr_Type' type-id='type-id-112' mangled-name='PyMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='22' column='1' elf-symbol-id='PyMethodDescr_Type'/>
<var-decl name='PyClassMethodDescr_Type' type-id='type-id-112' mangled-name='PyClassMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='19' column='1' elf-symbol-id='PyClassMethodDescr_Type'/>
<var-decl name='PyMemberDescr_Type' type-id='type-id-112' mangled-name='PyMemberDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='21' column='1' elf-symbol-id='PyMemberDescr_Type'/>
@@ -7664,7 +7680,7 @@
<parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <class-decl name='wrapperbase' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/cpython/descrobject.h' line='11' column='1' id='type-id-504'>
+ <class-decl name='wrapperbase' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/cpython/descrobject.h' line='11' column='1' id='type-id-507'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/cpython/descrobject.h' line='12' column='1'/>
</data-member>
@@ -7675,7 +7691,7 @@
<var-decl name='function' type-id='type-id-18' visibility='default' filepath='./Include/cpython/descrobject.h' line='14' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='wrapper' type-id='type-id-505' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>
+ <var-decl name='wrapper' type-id='type-id-508' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='doc' type-id='type-id-3' visibility='default' filepath='./Include/cpython/descrobject.h' line='16' column='1'/>
@@ -7687,12 +7703,12 @@
<var-decl name='name_strobj' type-id='type-id-14' visibility='default' filepath='./Include/cpython/descrobject.h' line='18' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-507'/>
- <typedef-decl name='wrapperfunc' type-id='type-id-507' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-505'/>
- <pointer-type-def type-id='type-id-504' size-in-bits='64' id='type-id-508'/>
+ <pointer-type-def type-id='type-id-509' size-in-bits='64' id='type-id-510'/>
+ <typedef-decl name='wrapperfunc' type-id='type-id-510' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-508'/>
+ <pointer-type-def type-id='type-id-507' size-in-bits='64' id='type-id-511'/>
<function-decl name='PyDescr_NewWrapper' mangled-name='PyDescr_NewWrapper' filepath='Objects/descrobject.c' line='1003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewWrapper'>
<parameter type-id='type-id-74' name='type' filepath='Objects/descrobject.c' line='1003' column='1'/>
- <parameter type-id='type-id-508' name='base' filepath='Objects/descrobject.c' line='1003' column='1'/>
+ <parameter type-id='type-id-511' name='base' filepath='Objects/descrobject.c' line='1003' column='1'/>
<parameter type-id='type-id-18' name='wrapped' filepath='Objects/descrobject.c' line='1003' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -7716,18 +7732,18 @@
<parameter type-id='type-id-96' name='method' filepath='Objects/descrobject.c' line='921' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-506'>
+ <function-type size-in-bits='64' id='type-id-509'>
<parameter type-id='type-id-14'/>
<parameter type-id='type-id-14'/>
<parameter type-id='type-id-18'/>
<return type-id='type-id-14'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/enumobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/enumobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyEnum_Type' type-id='type-id-112' mangled-name='PyEnum_Type' visibility='default' filepath='./Include/enumobject.h' line='10' column='1' elf-symbol-id='PyEnum_Type'/>
<var-decl name='PyReversed_Type' type-id='type-id-112' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/exceptions.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/exceptions.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyExc_EnvironmentError' type-id='type-id-14' mangled-name='PyExc_EnvironmentError' visibility='default' filepath='./Include/pyerrors.h' line='139' column='1' elf-symbol-id='PyExc_EnvironmentError'/>
<var-decl name='PyExc_IOError' type-id='type-id-14' mangled-name='PyExc_IOError' visibility='default' filepath='./Include/pyerrors.h' line='140' column='1' elf-symbol-id='PyExc_IOError'/>
<var-decl name='PyExc_BaseException' type-id='type-id-14' mangled-name='PyExc_BaseException' visibility='default' filepath='./Include/pyerrors.h' line='72' column='1' elf-symbol-id='PyExc_BaseException'/>
@@ -7956,15 +7972,15 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='Py_GenericAliasType' type-id='type-id-112' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>
- <function-decl name='Py_GenericAlias' mangled-name='Py_GenericAlias' filepath='Objects/genericaliasobject.c' line='954' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GenericAlias'>
+ <function-decl name='Py_GenericAlias' mangled-name='Py_GenericAlias' filepath='Objects/genericaliasobject.c' line='941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GenericAlias'>
<parameter type-id='type-id-14' name='callable' filepath='Objects/call.c' line='438' column='1'/>
<parameter type-id='type-id-14' name='args' filepath='Objects/call.c' line='438' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/genobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/genobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyGen_Type' type-id='type-id-112' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='38' column='1' elf-symbol-id='PyGen_Type'/>
<var-decl name='PyCoro_Type' type-id='type-id-112' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='57' column='1' elf-symbol-id='PyCoro_Type'/>
<var-decl name='_PyCoroWrapper_Type' type-id='type-id-112' mangled-name='_PyCoroWrapper_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='58' column='1' elf-symbol-id='_PyCoroWrapper_Type'/>
@@ -7972,15 +7988,15 @@
<var-decl name='_PyAsyncGenASend_Type' type-id='type-id-112' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='72' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>
<var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-112' mangled-name='_PyAsyncGenWrappedValue_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='73' column='1' elf-symbol-id='_PyAsyncGenWrappedValue_Type'/>
<var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-112' mangled-name='_PyAsyncGenAThrow_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='74' column='1' elf-symbol-id='_PyAsyncGenAThrow_Type'/>
- <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='15' column='1' id='type-id-433'>
+ <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='15' column='1' id='type-id-436'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_frame.h' line='16' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='f_back' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_frame.h' line='17' column='1'/>
+ <var-decl name='f_back' type-id='type-id-438' visibility='default' filepath='./Include/internal/pycore_frame.h' line='17' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='f_frame' type-id='type-id-373' visibility='default' filepath='./Include/internal/pycore_frame.h' line='18' column='1'/>
+ <var-decl name='f_frame' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_frame.h' line='18' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='f_trace' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_frame.h' line='19' column='1'/>
@@ -7998,12 +8014,12 @@
<var-decl name='f_fast_as_locals' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_f_frame_data' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
+ <var-decl name='_f_frame_data' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='47' column='1' id='type-id-372'>
+ <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='47' column='1' id='type-id-375'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='f_func' type-id='type-id-509' visibility='default' filepath='./Include/internal/pycore_frame.h' line='49' column='1'/>
+ <var-decl name='f_func' type-id='type-id-512' visibility='default' filepath='./Include/internal/pycore_frame.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='f_globals' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_frame.h' line='50' column='1'/>
@@ -8015,16 +8031,16 @@
<var-decl name='f_locals' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_frame.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='f_code' type-id='type-id-441' visibility='default' filepath='./Include/internal/pycore_frame.h' line='53' column='1'/>
+ <var-decl name='f_code' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_frame.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='frame_obj' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_frame.h' line='54' column='1'/>
+ <var-decl name='frame_obj' type-id='type-id-438' visibility='default' filepath='./Include/internal/pycore_frame.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='previous' type-id='type-id-373' visibility='default' filepath='./Include/internal/pycore_frame.h' line='56' column='1'/>
+ <var-decl name='previous' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_frame.h' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='prev_instr' type-id='type-id-510' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1'/>
+ <var-decl name='prev_instr' type-id='type-id-513' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='stacktop' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_frame.h' line='62' column='1'/>
@@ -8036,10 +8052,10 @@
<var-decl name='owner' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_frame.h' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='localsplus' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_frame.h' line='66' column='1'/>
+ <var-decl name='localsplus' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_frame.h' line='66' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='1088' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-511' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-512'>
+ <class-decl name='__anonymous_struct__' size-in-bits='1088' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-514' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-515'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>
</data-member>
@@ -8089,30 +8105,30 @@
<var-decl name='func_version' type-id='type-id-256' visibility='default' filepath='./Include/cpython/funcobject.h' line='52' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyFunctionObject' type-id='type-id-512' filepath='./Include/cpython/funcobject.h' line='59' column='1' id='type-id-511'/>
- <pointer-type-def type-id='type-id-511' size-in-bits='64' id='type-id-509'/>
- <typedef-decl name='__uint16_t' type-id='type-id-458' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-513'/>
- <typedef-decl name='uint16_t' type-id='type-id-513' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-514'/>
- <typedef-decl name='_Py_CODEUNIT' type-id='type-id-514' filepath='./Include/cpython/code.h' line='19' column='1' id='type-id-515'/>
- <pointer-type-def type-id='type-id-515' size-in-bits='64' id='type-id-510'/>
+ <typedef-decl name='PyFunctionObject' type-id='type-id-515' filepath='./Include/cpython/funcobject.h' line='59' column='1' id='type-id-514'/>
+ <pointer-type-def type-id='type-id-514' size-in-bits='64' id='type-id-512'/>
+ <typedef-decl name='__uint16_t' type-id='type-id-461' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-516'/>
+ <typedef-decl name='uint16_t' type-id='type-id-516' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-517'/>
+ <typedef-decl name='_Py_CODEUNIT' type-id='type-id-517' filepath='./Include/cpython/code.h' line='19' column='1' id='type-id-518'/>
+ <pointer-type-def type-id='type-id-518' size-in-bits='64' id='type-id-513'/>
<function-decl name='PyAsyncGen_New' mangled-name='PyAsyncGen_New' filepath='Objects/genobject.c' line='1641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAsyncGen_New'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1641' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1641' column='1'/>
<parameter type-id='type-id-14' name='name' filepath='Objects/genobject.c' line='1641' column='1'/>
<parameter type-id='type-id-14' name='qualname' filepath='Objects/genobject.c' line='1641' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyCoro_New' mangled-name='PyCoro_New' filepath='Objects/genobject.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCoro_New'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1360' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1360' column='1'/>
<parameter type-id='type-id-14' name='name' filepath='Objects/genobject.c' line='1360' column='1'/>
<parameter type-id='type-id-14' name='qualname' filepath='Objects/genobject.c' line='1360' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyGen_New' mangled-name='PyGen_New' filepath='Objects/genobject.c' line='1009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_New'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyGen_NewWithQualName' mangled-name='PyGen_NewWithQualName' filepath='Objects/genobject.c' line='1003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_NewWithQualName'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1003' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1003' column='1'/>
<parameter type-id='type-id-14' name='name' filepath='Objects/genobject.c' line='1003' column='1'/>
<parameter type-id='type-id-14' name='qualname' filepath='Objects/genobject.c' line='1003' column='1'/>
<return type-id='type-id-14'/>
@@ -8130,7 +8146,7 @@
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/fileobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/fileobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyStdPrinter_Type' type-id='type-id-112' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>
<function-decl name='PyFile_OpenCode' mangled-name='PyFile_OpenCode' filepath='Objects/fileobject.c' line='516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_OpenCode'>
<parameter type-id='type-id-3' name='str' filepath='Objects/bytesobject.c' line='147' column='1'/>
@@ -8152,7 +8168,7 @@
<function-decl name='Py_UniversalNewlineFgets' mangled-name='Py_UniversalNewlineFgets' filepath='Objects/fileobject.c' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_UniversalNewlineFgets'>
<parameter type-id='type-id-115' name='buf' filepath='Objects/fileobject.c' line='242' column='1'/>
<parameter type-id='type-id-8' name='n' filepath='Objects/fileobject.c' line='242' column='1'/>
- <parameter type-id='type-id-470' name='stream' filepath='Objects/fileobject.c' line='242' column='1'/>
+ <parameter type-id='type-id-473' name='stream' filepath='Objects/fileobject.c' line='242' column='1'/>
<parameter type-id='type-id-14' name='fobj' filepath='Objects/fileobject.c' line='242' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
@@ -8193,127 +8209,127 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/floatobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/floatobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyFloat_Type' type-id='type-id-112' mangled-name='PyFloat_Type' visibility='default' filepath='./Include/floatobject.h' line='14' column='1' elf-symbol-id='PyFloat_Type'/>
<function-decl name='PyFloat_Unpack8' mangled-name='PyFloat_Unpack8' filepath='Objects/floatobject.c' line='2547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack8'>
<parameter type-id='type-id-3' name='data' filepath='Objects/floatobject.c' line='2547' column='1'/>
<parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2547' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyFloat_Unpack4' mangled-name='PyFloat_Unpack4' filepath='Objects/floatobject.c' line='2468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack4'>
<parameter type-id='type-id-3' name='data' filepath='Objects/floatobject.c' line='2547' column='1'/>
<parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2547' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyFloat_Unpack2' mangled-name='PyFloat_Unpack2' filepath='Objects/floatobject.c' line='2405' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack2'>
<parameter type-id='type-id-3' name='data' filepath='Objects/floatobject.c' line='2405' column='1'/>
<parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2405' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyFloat_Pack8' mangled-name='PyFloat_Pack8' filepath='Objects/floatobject.c' line='2275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack8'>
- <parameter type-id='type-id-388' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
+ <parameter type-id='type-id-391' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
<parameter type-id='type-id-115' name='data' filepath='Objects/floatobject.c' line='2275' column='1'/>
<parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2275' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyFloat_Pack4' mangled-name='PyFloat_Pack4' filepath='Objects/floatobject.c' line='2167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack4'>
- <parameter type-id='type-id-388' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
+ <parameter type-id='type-id-391' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
<parameter type-id='type-id-115' name='data' filepath='Objects/floatobject.c' line='2275' column='1'/>
<parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2275' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyFloat_Pack2' mangled-name='PyFloat_Pack2' filepath='Objects/floatobject.c' line='2062' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack2'>
- <parameter type-id='type-id-388' name='x' filepath='Objects/floatobject.c' line='2062' column='1'/>
+ <parameter type-id='type-id-391' name='x' filepath='Objects/floatobject.c' line='2062' column='1'/>
<parameter type-id='type-id-115' name='data' filepath='Objects/floatobject.c' line='2062' column='1'/>
<parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2062' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyFloat_DebugMallocStats' mangled-name='_PyFloat_DebugMallocStats' filepath='Objects/floatobject.c' line='2039' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFloat_DebugMallocStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyFloat_AsDouble' mangled-name='PyFloat_AsDouble' filepath='Objects/floatobject.c' line='282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_AsDouble'>
<parameter type-id='type-id-14' name='op' filepath='Objects/floatobject.c' line='282' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyFloat_FromString' mangled-name='PyFloat_FromString' filepath='Objects/floatobject.c' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_FromString'>
<parameter type-id='type-id-14' name='v' filepath='Objects/floatobject.c' line='193' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFloat_FromDouble' mangled-name='PyFloat_FromDouble' filepath='Objects/floatobject.c' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_FromDouble'>
- <parameter type-id='type-id-388' name='fval' filepath='Objects/floatobject.c' line='131' column='1'/>
+ <parameter type-id='type-id-391' name='fval' filepath='Objects/floatobject.c' line='131' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFloat_GetInfo' mangled-name='PyFloat_GetInfo' filepath='Objects/floatobject.c' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetInfo'>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFloat_GetMin' mangled-name='PyFloat_GetMin' filepath='Objects/floatobject.c' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMin'>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyFloat_GetMax' mangled-name='PyFloat_GetMax' filepath='Objects/floatobject.c' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMax'>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/frameobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/frameobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyFrame_Type' type-id='type-id-112' mangled-name='PyFrame_Type' visibility='default' filepath='./Include/cpython/frameobject.h' line='9' column='1' elf-symbol-id='PyFrame_Type'/>
<function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='1172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='1162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='1150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='1144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='1132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1132' column='1'/>
- <return type-id='type-id-435'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1132' column='1'/>
+ <return type-id='type-id-438'/>
</function-decl>
<function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='1121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1121' column='1'/>
- <return type-id='type-id-441'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1121' column='1'/>
+ <return type-id='type-id-444'/>
</function-decl>
<function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='1113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='1104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/frameobject.c' line='1104' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/frameobject.c' line='1104' column='1'/>
<parameter type-id='type-id-8' name='clear' filepath='Objects/frameobject.c' line='1104' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='1025' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>
- <parameter type-id='type-id-435' name='f' filepath='Objects/frameobject.c' line='1025' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Objects/frameobject.c' line='1025' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='1011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>
<parameter type-id='type-id-10' name='tstate' filepath='Objects/frameobject.c' line='858' column='1'/>
- <parameter type-id='type-id-441' name='code' filepath='Objects/frameobject.c' line='858' column='1'/>
+ <parameter type-id='type-id-444' name='code' filepath='Objects/frameobject.c' line='858' column='1'/>
<parameter type-id='type-id-14' name='globals' filepath='Objects/frameobject.c' line='859' column='1'/>
<parameter type-id='type-id-14' name='locals' filepath='Objects/frameobject.c' line='859' column='1'/>
- <return type-id='type-id-435'/>
+ <return type-id='type-id-438'/>
</function-decl>
<function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/funcobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/funcobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyFunction_Type' type-id='type-id-112' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='61' column='1' elf-symbol-id='PyFunction_Type'/>
<var-decl name='PyClassMethod_Type' type-id='type-id-112' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='103' column='1' elf-symbol-id='PyClassMethod_Type'/>
<var-decl name='PyStaticMethod_Type' type-id='type-id-112' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='104' column='1' elf-symbol-id='PyStaticMethod_Type'/>
@@ -8385,7 +8401,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/interpreteridobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/interpreteridobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyInterpreterID_Type' type-id='type-id-112' mangled-name='_PyInterpreterID_Type' visibility='default' filepath='./Include/internal/pycore_interpreteridobject.h' line='13' column='1' elf-symbol-id='_PyInterpreterID_Type'/>
<function-decl name='_PyInterpreterID_LookUp' mangled-name='_PyInterpreterID_LookUp' filepath='Objects/interpreteridobject.c' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterID_LookUp'>
<parameter type-id='type-id-14' name='requested_id' filepath='Objects/interpreteridobject.c' line='287' column='1'/>
@@ -8400,7 +8416,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/iterobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/iterobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PySeqIter_Type' type-id='type-id-112' mangled-name='PySeqIter_Type' visibility='default' filepath='./Include/iterobject.h' line='8' column='1' elf-symbol-id='PySeqIter_Type'/>
<var-decl name='PyCallIter_Type' type-id='type-id-112' mangled-name='PyCallIter_Type' visibility='default' filepath='./Include/iterobject.h' line='9' column='1' elf-symbol-id='PyCallIter_Type'/>
<var-decl name='_PyAnextAwaitable_Type' type-id='type-id-112' visibility='default' filepath='./Include/iterobject.h' line='11' column='1'/>
@@ -8414,7 +8430,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/listobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/listobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyList_Type' type-id='type-id-112' mangled-name='PyList_Type' visibility='default' filepath='./Include/listobject.h' line='20' column='1' elf-symbol-id='PyList_Type'/>
<var-decl name='PyListIter_Type' type-id='type-id-112' mangled-name='PyListIter_Type' visibility='default' filepath='./Include/listobject.h' line='21' column='1' elf-symbol-id='PyListIter_Type'/>
<var-decl name='PyListRevIter_Type' type-id='type-id-112' mangled-name='PyListRevIter_Type' visibility='default' filepath='./Include/listobject.h' line='22' column='1' elf-symbol-id='PyListRevIter_Type'/>
@@ -8431,7 +8447,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyList_Extend' mangled-name='_PyList_Extend' filepath='Objects/listobject.c' line='990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_Extend'>
- <parameter type-id='type-id-397' name='self' filepath='Objects/listobject.c' line='990' column='1'/>
+ <parameter type-id='type-id-400' name='self' filepath='Objects/listobject.c' line='990' column='1'/>
<parameter type-id='type-id-14' name='iterable' filepath='Objects/listobject.c' line='990' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -8479,17 +8495,17 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyList_DebugMallocStats' mangled-name='_PyList_DebugMallocStats' filepath='Objects/listobject.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_DebugMallocStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/longobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/longobject.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='2048' id='type-id-516'>
+ <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='2048' id='type-id-519'>
<subrange length='256' type-id='type-id-16' id='type-id-264'/>
</array-type-def>
- <var-decl name='_PyLong_DigitValue' type-id='type-id-516' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='52' column='1' elf-symbol-id='_PyLong_DigitValue'/>
+ <var-decl name='_PyLong_DigitValue' type-id='type-id-519' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='52' column='1' elf-symbol-id='_PyLong_DigitValue'/>
<var-decl name='PyLong_Type' type-id='type-id-112' mangled-name='PyLong_Type' visibility='default' filepath='./Include/longobject.h' line='10' column='1' elf-symbol-id='PyLong_Type'/>
<function-decl name='PyLong_GetInfo' mangled-name='PyLong_GetInfo' filepath='Objects/longobject.c' line='6072' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_GetInfo'>
<return type-id='type-id-14'/>
@@ -8516,13 +8532,13 @@
</function-decl>
<function-decl name='PyLong_AsDouble' mangled-name='PyLong_AsDouble' filepath='Objects/longobject.c' line='3023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsDouble'>
<parameter type-id='type-id-14' name='v' filepath='Objects/longobject.c' line='3023' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
- <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-517'/>
+ <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-520'/>
<function-decl name='_PyLong_Frexp' mangled-name='_PyLong_Frexp' filepath='Objects/longobject.c' line='2911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Frexp'>
- <parameter type-id='type-id-517' name='a' filepath='Objects/longobject.c' line='2911' column='1'/>
+ <parameter type-id='type-id-520' name='a' filepath='Objects/longobject.c' line='2911' column='1'/>
<parameter type-id='type-id-168' name='e' filepath='Objects/longobject.c' line='2911' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='PyLong_FromUnicodeObject' mangled-name='PyLong_FromUnicodeObject' filepath='Objects/longobject.c' line='2620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnicodeObject'>
<parameter type-id='type-id-14' name='u' filepath='Objects/longobject.c' line='2620' column='1'/>
@@ -8537,19 +8553,19 @@
</function-decl>
<function-decl name='PyLong_FromString' mangled-name='PyLong_FromString' filepath='Objects/longobject.c' line='2239' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromString'>
<parameter type-id='type-id-3' name='str' filepath='Objects/longobject.c' line='2239' column='1'/>
- <parameter type-id='type-id-491' name='pend' filepath='Objects/longobject.c' line='2239' column='1'/>
+ <parameter type-id='type-id-494' name='pend' filepath='Objects/longobject.c' line='2239' column='1'/>
<parameter type-id='type-id-8' name='base' filepath='Objects/longobject.c' line='2239' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyLong_FormatBytesWriter' mangled-name='_PyLong_FormatBytesWriter' filepath='Objects/longobject.c' line='2088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FormatBytesWriter'>
- <parameter type-id='type-id-490' name='writer' filepath='Objects/longobject.c' line='2088' column='1'/>
+ <parameter type-id='type-id-493' name='writer' filepath='Objects/longobject.c' line='2088' column='1'/>
<parameter type-id='type-id-115' name='str' filepath='Objects/longobject.c' line='2088' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Objects/longobject.c' line='2089' column='1'/>
<parameter type-id='type-id-8' name='base' filepath='Objects/longobject.c' line='2090' column='1'/>
<parameter type-id='type-id-8' name='alternate' filepath='Objects/longobject.c' line='2090' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-518' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='718' column='1' id='type-id-519'>
+ <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-521' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='718' column='1' id='type-id-522'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='buffer' type-id='type-id-14' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='719' column='1'/>
</data-member>
@@ -8557,10 +8573,10 @@
<var-decl name='data' type-id='type-id-18' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='720' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='kind' type-id='type-id-520' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='721' column='1'/>
+ <var-decl name='kind' type-id='type-id-523' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='721' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
- <var-decl name='maxchar' type-id='type-id-521' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='722' column='1'/>
+ <var-decl name='maxchar' type-id='type-id-524' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='722' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='723' column='1'/>
@@ -8572,7 +8588,7 @@
<var-decl name='min_length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='727' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='min_char' type-id='type-id-521' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='730' column='1'/>
+ <var-decl name='min_char' type-id='type-id-524' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='730' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='416'>
<var-decl name='overallocate' type-id='type-id-283' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='733' column='1'/>
@@ -8581,18 +8597,18 @@
<var-decl name='readonly' type-id='type-id-283' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='737' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='PyUnicode_Kind' filepath='./Include/cpython/unicodeobject.h' line='304' column='1' id='type-id-520'>
+ <enum-decl name='PyUnicode_Kind' filepath='./Include/cpython/unicodeobject.h' line='304' column='1' id='type-id-523'>
<underlying-type type-id='type-id-126'/>
<enumerator name='PyUnicode_WCHAR_KIND' value='0'/>
<enumerator name='PyUnicode_1BYTE_KIND' value='1'/>
<enumerator name='PyUnicode_2BYTE_KIND' value='2'/>
<enumerator name='PyUnicode_4BYTE_KIND' value='4'/>
</enum-decl>
- <typedef-decl name='Py_UCS4' type-id='type-id-256' filepath='./Include/unicodeobject.h' line='102' column='1' id='type-id-521'/>
- <typedef-decl name='_PyUnicodeWriter' type-id='type-id-519' filepath='./Include/cpython/unicodeobject.h' line='738' column='1' id='type-id-518'/>
- <pointer-type-def type-id='type-id-518' size-in-bits='64' id='type-id-522'/>
+ <typedef-decl name='Py_UCS4' type-id='type-id-256' filepath='./Include/unicodeobject.h' line='102' column='1' id='type-id-524'/>
+ <typedef-decl name='_PyUnicodeWriter' type-id='type-id-522' filepath='./Include/cpython/unicodeobject.h' line='738' column='1' id='type-id-521'/>
+ <pointer-type-def type-id='type-id-521' size-in-bits='64' id='type-id-525'/>
<function-decl name='_PyLong_FormatWriter' mangled-name='_PyLong_FormatWriter' filepath='Objects/longobject.c' line='2075' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FormatWriter'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/longobject.c' line='2075' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/longobject.c' line='2075' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Objects/longobject.c' line='2076' column='1'/>
<parameter type-id='type-id-8' name='base' filepath='Objects/longobject.c' line='2077' column='1'/>
<parameter type-id='type-id-8' name='alternate' filepath='Objects/longobject.c' line='2077' column='1'/>
@@ -8630,7 +8646,7 @@
</function-decl>
<function-decl name='PyLong_AsLongLongAndOverflow' mangled-name='PyLong_AsLongLongAndOverflow' filepath='Objects/longobject.c' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLongAndOverflow'>
<parameter type-id='type-id-14' name='vv' filepath='Objects/longobject.c' line='1348' column='1'/>
- <parameter type-id='type-id-498' name='overflow' filepath='Objects/longobject.c' line='1348' column='1'/>
+ <parameter type-id='type-id-501' name='overflow' filepath='Objects/longobject.c' line='1348' column='1'/>
<return type-id='type-id-222'/>
</function-decl>
<function-decl name='PyLong_AsUnsignedLongLongMask' mangled-name='PyLong_AsUnsignedLongLongMask' filepath='Objects/longobject.c' line='1314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLongMask'>
@@ -8661,19 +8677,19 @@
<parameter type-id='type-id-18' name='p' filepath='Objects/longobject.c' line='1058' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <pointer-type-def type-id='type-id-283' size-in-bits='64' id='type-id-523'/>
+ <pointer-type-def type-id='type-id-283' size-in-bits='64' id='type-id-526'/>
<function-decl name='_PyLong_AsByteArray' mangled-name='_PyLong_AsByteArray' filepath='Objects/longobject.c' line='923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsByteArray'>
- <parameter type-id='type-id-517' name='v' filepath='Objects/longobject.c' line='923' column='1'/>
- <parameter type-id='type-id-523' name='bytes' filepath='Objects/longobject.c' line='924' column='1'/>
+ <parameter type-id='type-id-520' name='v' filepath='Objects/longobject.c' line='923' column='1'/>
+ <parameter type-id='type-id-526' name='bytes' filepath='Objects/longobject.c' line='924' column='1'/>
<parameter type-id='type-id-54' name='n' filepath='Objects/longobject.c' line='924' column='1'/>
<parameter type-id='type-id-8' name='little_endian' filepath='Objects/longobject.c' line='925' column='1'/>
<parameter type-id='type-id-8' name='is_signed' filepath='Objects/longobject.c' line='925' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <qualified-type-def type-id='type-id-283' const='yes' id='type-id-524'/>
- <pointer-type-def type-id='type-id-524' size-in-bits='64' id='type-id-525'/>
+ <qualified-type-def type-id='type-id-283' const='yes' id='type-id-527'/>
+ <pointer-type-def type-id='type-id-527' size-in-bits='64' id='type-id-528'/>
<function-decl name='_PyLong_FromByteArray' mangled-name='_PyLong_FromByteArray' filepath='Objects/longobject.c' line='812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromByteArray'>
- <parameter type-id='type-id-525' name='bytes' filepath='Objects/longobject.c' line='812' column='1'/>
+ <parameter type-id='type-id-528' name='bytes' filepath='Objects/longobject.c' line='812' column='1'/>
<parameter type-id='type-id-54' name='n' filepath='Objects/longobject.c' line='812' column='1'/>
<parameter type-id='type-id-8' name='little_endian' filepath='Objects/longobject.c' line='813' column='1'/>
<parameter type-id='type-id-8' name='is_signed' filepath='Objects/longobject.c' line='813' column='1'/>
@@ -8713,11 +8729,11 @@
</function-decl>
<function-decl name='PyLong_AsLongAndOverflow' mangled-name='PyLong_AsLongAndOverflow' filepath='Objects/longobject.c' line='451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongAndOverflow'>
<parameter type-id='type-id-14' name='vv' filepath='Objects/longobject.c' line='451' column='1'/>
- <parameter type-id='type-id-498' name='overflow' filepath='Objects/longobject.c' line='451' column='1'/>
+ <parameter type-id='type-id-501' name='overflow' filepath='Objects/longobject.c' line='451' column='1'/>
<return type-id='type-id-53'/>
</function-decl>
<function-decl name='PyLong_FromDouble' mangled-name='PyLong_FromDouble' filepath='Objects/longobject.c' line='374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromDouble'>
- <parameter type-id='type-id-388' name='dval' filepath='Objects/longobject.c' line='374' column='1'/>
+ <parameter type-id='type-id-391' name='dval' filepath='Objects/longobject.c' line='374' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyLong_FromSize_t' mangled-name='PyLong_FromSize_t' filepath='Objects/longobject.c' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromSize_t'>
@@ -8737,15 +8753,15 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyLong_Copy' mangled-name='_PyLong_Copy' filepath='Objects/longobject.c' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Copy'>
- <parameter type-id='type-id-517' name='src' filepath='Objects/longobject.c' line='169' column='1'/>
+ <parameter type-id='type-id-520' name='src' filepath='Objects/longobject.c' line='169' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyLong_New' mangled-name='_PyLong_New' filepath='Objects/longobject.c' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_New'>
<parameter type-id='type-id-36' name='size' filepath='Objects/longobject.c' line='142' column='1'/>
- <return type-id='type-id-517'/>
+ <return type-id='type-id-520'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/dictobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/dictobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_pydict_global_version' type-id='type-id-19' visibility='default' filepath='./Include/internal/pycore_dict.h' line='162' column='1'/>
<var-decl name='PyDict_Type' type-id='type-id-112' mangled-name='PyDict_Type' visibility='default' filepath='./Include/dictobject.h' line='15' column='1' elf-symbol-id='PyDict_Type'/>
<var-decl name='PyDictIterKey_Type' type-id='type-id-112' mangled-name='PyDictIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='79' column='1' elf-symbol-id='PyDictIterKey_Type'/>
@@ -8779,7 +8795,7 @@
</function-decl>
<function-decl name='_PyDict_DelItemId' mangled-name='_PyDict_DelItemId' filepath='Objects/dictobject.c' line='3926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemId'>
<parameter type-id='type-id-14' name='v' filepath='Objects/dictobject.c' line='3926' column='1'/>
- <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
+ <parameter type-id='type-id-499' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyDict_SetItemString' mangled-name='PyDict_SetItemString' filepath='Objects/dictobject.c' line='3912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetItemString'>
@@ -8790,7 +8806,7 @@
</function-decl>
<function-decl name='_PyDict_SetItemId' mangled-name='_PyDict_SetItemId' filepath='Objects/dictobject.c' line='3902' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItemId'>
<parameter type-id='type-id-14' name='v' filepath='Objects/dictobject.c' line='3902' column='1'/>
- <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='3902' column='1'/>
+ <parameter type-id='type-id-499' name='key' filepath='Objects/dictobject.c' line='3902' column='1'/>
<parameter type-id='type-id-14' name='item' filepath='Objects/dictobject.c' line='3902' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -8801,7 +8817,7 @@
</function-decl>
<function-decl name='_PyDict_ContainsId' mangled-name='_PyDict_ContainsId' filepath='Objects/dictobject.c' line='3724' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_ContainsId'>
<parameter type-id='type-id-14' name='v' filepath='Objects/dictobject.c' line='3926' column='1'/>
- <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
+ <parameter type-id='type-id-499' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyDict_Contains_KnownHash' mangled-name='_PyDict_Contains_KnownHash' filepath='Objects/dictobject.c' line='3711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Contains_KnownHash'>
@@ -8816,7 +8832,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='3573' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>
- <parameter type-id='type-id-410' name='mp' filepath='Objects/dictobject.c' line='3573' column='1'/>
+ <parameter type-id='type-id-413' name='mp' filepath='Objects/dictobject.c' line='3573' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='3298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>
@@ -8881,13 +8897,13 @@
<parameter type-id='type-id-22' name='pvalue' filepath='Objects/dictobject.c' line='2200' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-159' size-in-bits='64' id='type-id-526'/>
+ <pointer-type-def type-id='type-id-159' size-in-bits='64' id='type-id-529'/>
<function-decl name='_PyDict_Next' mangled-name='_PyDict_Next' filepath='Objects/dictobject.c' line='2119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Next'>
<parameter type-id='type-id-14' name='op' filepath='Objects/dictobject.c' line='2119' column='1'/>
<parameter type-id='type-id-168' name='ppos' filepath='Objects/dictobject.c' line='2119' column='1'/>
<parameter type-id='type-id-22' name='pkey' filepath='Objects/dictobject.c' line='2119' column='1'/>
<parameter type-id='type-id-22' name='pvalue' filepath='Objects/dictobject.c' line='2120' column='1'/>
- <parameter type-id='type-id-526' name='phash' filepath='Objects/dictobject.c' line='2120' column='1'/>
+ <parameter type-id='type-id-529' name='phash' filepath='Objects/dictobject.c' line='2120' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2077' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>
@@ -8931,7 +8947,7 @@
</function-decl>
<function-decl name='_PyDict_GetItemIdWithError' mangled-name='_PyDict_GetItemIdWithError' filepath='Objects/dictobject.c' line='1806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemIdWithError'>
<parameter type-id='type-id-14' name='dp' filepath='Objects/dictobject.c' line='1806' column='1'/>
- <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
+ <parameter type-id='type-id-499' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyDict_GetItemWithError' mangled-name='_PyDict_GetItemWithError' filepath='Objects/dictobject.c' line='1795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemWithError'>
@@ -8976,11 +8992,11 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyDict_DebugMallocStats' mangled-name='_PyDict_DebugMallocStats' filepath='Objects/dictobject.c' line='294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DebugMallocStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/odictobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/odictobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyODict_Type' type-id='type-id-112' mangled-name='PyODict_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='15' column='1' elf-symbol-id='PyODict_Type'/>
<var-decl name='PyODictIter_Type' type-id='type-id-112' mangled-name='PyODictIter_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='16' column='1' elf-symbol-id='PyODictIter_Type'/>
<var-decl name='PyODictKeys_Type' type-id='type-id-112' mangled-name='PyODictKeys_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='17' column='1' elf-symbol-id='PyODictKeys_Type'/>
@@ -9001,12 +9017,12 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/memoryobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/memoryobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyManagedBuffer_Type' type-id='type-id-112' mangled-name='_PyManagedBuffer_Type' visibility='default' filepath='./Include/memoryobject.h' line='10' column='1' elf-symbol-id='_PyManagedBuffer_Type'/>
<var-decl name='PyMemoryView_Type' type-id='type-id-112' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='12' column='1' elf-symbol-id='PyMemoryView_Type'/>
<function-decl name='PyBuffer_ToContiguous' mangled-name='PyBuffer_ToContiguous' filepath='Objects/memoryobject.c' line='977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_ToContiguous'>
<parameter type-id='type-id-18' name='buf' filepath='Objects/memoryobject.c' line='977' column='1'/>
- <parameter type-id='type-id-476' name='src' filepath='Objects/memoryobject.c' line='977' column='1'/>
+ <parameter type-id='type-id-479' name='src' filepath='Objects/memoryobject.c' line='977' column='1'/>
<parameter type-id='type-id-36' name='len' filepath='Objects/memoryobject.c' line='977' column='1'/>
<parameter type-id='type-id-1' name='order' filepath='Objects/memoryobject.c' line='977' column='1'/>
<return type-id='type-id-8'/>
@@ -9022,7 +9038,7 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyMemoryView_FromBuffer' mangled-name='PyMemoryView_FromBuffer' filepath='Objects/memoryobject.c' line='750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromBuffer'>
- <parameter type-id='type-id-476' name='info' filepath='Objects/memoryobject.c' line='750' column='1'/>
+ <parameter type-id='type-id-479' name='info' filepath='Objects/memoryobject.c' line='750' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyMemoryView_FromMemory' mangled-name='PyMemoryView_FromMemory' filepath='Objects/memoryobject.c' line='721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromMemory'>
@@ -9032,7 +9048,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/methodobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/methodobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyCFunction_Type' type-id='type-id-112' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>
<var-decl name='PyCMethod_Type' type-id='type-id-112' mangled-name='PyCMethod_Type' visibility='default' filepath='./Include/cpython/methodobject.h' line='32' column='1' elf-symbol-id='PyCMethod_Type'/>
<function-decl name='PyCFunction_GetFlags' mangled-name='PyCFunction_GetFlags' filepath='Objects/methodobject.c' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFlags'>
@@ -9066,7 +9082,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/moduleobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/moduleobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyModuleDef_Type' type-id='type-id-112' mangled-name='PyModuleDef_Type' visibility='default' filepath='./Include/moduleobject.h' line='41' column='1' elf-symbol-id='PyModuleDef_Type'/>
<var-decl name='PyModule_Type' type-id='type-id-112' mangled-name='PyModule_Type' visibility='default' filepath='./Include/moduleobject.h' line='10' column='1' elf-symbol-id='PyModule_Type'/>
<function-decl name='_PyModuleSpec_IsInitializing' mangled-name='_PyModuleSpec_IsInitializing' filepath='Objects/moduleobject.c' line='718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyModuleSpec_IsInitializing'>
@@ -9085,9 +9101,9 @@
<parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='568' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
- <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='74' column='1' id='type-id-527'>
+ <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='74' column='1' id='type-id-530'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='m_base' type-id='type-id-528' visibility='default' filepath='./Include/moduleobject.h' line='75' column='1'/>
+ <var-decl name='m_base' type-id='type-id-531' visibility='default' filepath='./Include/moduleobject.h' line='75' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<var-decl name='m_name' type-id='type-id-3' visibility='default' filepath='./Include/moduleobject.h' line='76' column='1'/>
@@ -9102,7 +9118,7 @@
<var-decl name='m_methods' type-id='type-id-96' visibility='default' filepath='./Include/moduleobject.h' line='79' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='m_slots' type-id='type-id-529' visibility='default' filepath='./Include/moduleobject.h' line='80' column='1'/>
+ <var-decl name='m_slots' type-id='type-id-532' visibility='default' filepath='./Include/moduleobject.h' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<var-decl name='m_traverse' type-id='type-id-91' visibility='default' filepath='./Include/moduleobject.h' line='81' column='1'/>
@@ -9114,12 +9130,12 @@
<var-decl name='m_free' type-id='type-id-104' visibility='default' filepath='./Include/moduleobject.h' line='83' column='1'/>
</data-member>
</class-decl>
- <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='44' column='1' id='type-id-530'>
+ <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='44' column='1' id='type-id-533'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/moduleobject.h' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='m_init' type-id='type-id-531' visibility='default' filepath='./Include/moduleobject.h' line='46' column='1'/>
+ <var-decl name='m_init' type-id='type-id-534' visibility='default' filepath='./Include/moduleobject.h' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='m_index' type-id='type-id-36' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>
@@ -9128,9 +9144,9 @@
<var-decl name='m_copy' type-id='type-id-14' visibility='default' filepath='./Include/moduleobject.h' line='48' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-532' size-in-bits='64' id='type-id-531'/>
- <typedef-decl name='PyModuleDef_Base' type-id='type-id-530' filepath='./Include/moduleobject.h' line='49' column='1' id='type-id-528'/>
- <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='60' column='1' id='type-id-533'>
+ <pointer-type-def type-id='type-id-535' size-in-bits='64' id='type-id-534'/>
+ <typedef-decl name='PyModuleDef_Base' type-id='type-id-533' filepath='./Include/moduleobject.h' line='49' column='1' id='type-id-531'/>
+ <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='60' column='1' id='type-id-536'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='slot' type-id='type-id-8' visibility='default' filepath='./Include/moduleobject.h' line='61' column='1'/>
</data-member>
@@ -9138,13 +9154,13 @@
<var-decl name='value' type-id='type-id-18' visibility='default' filepath='./Include/moduleobject.h' line='62' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyModuleDef_Slot' type-id='type-id-533' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-534'/>
- <pointer-type-def type-id='type-id-534' size-in-bits='64' id='type-id-529'/>
- <typedef-decl name='PyModuleDef' type-id='type-id-527' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-535'/>
- <pointer-type-def type-id='type-id-535' size-in-bits='64' id='type-id-536'/>
+ <typedef-decl name='PyModuleDef_Slot' type-id='type-id-536' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-537'/>
+ <pointer-type-def type-id='type-id-537' size-in-bits='64' id='type-id-532'/>
+ <typedef-decl name='PyModuleDef' type-id='type-id-530' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-538'/>
+ <pointer-type-def type-id='type-id-538' size-in-bits='64' id='type-id-539'/>
<function-decl name='PyModule_GetDef' mangled-name='PyModule_GetDef' filepath='Objects/moduleobject.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetDef'>
<parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='558' column='1'/>
- <return type-id='type-id-536'/>
+ <return type-id='type-id-539'/>
</function-decl>
<function-decl name='PyModule_GetFilename' mangled-name='PyModule_GetFilename' filepath='Objects/moduleobject.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetFilename'>
<parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='545' column='1'/>
@@ -9178,22 +9194,22 @@
</function-decl>
<function-decl name='PyModule_ExecDef' mangled-name='PyModule_ExecDef' filepath='Objects/moduleobject.c' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_ExecDef'>
<parameter type-id='type-id-14' name='module' filepath='Objects/moduleobject.c' line='384' column='1'/>
- <parameter type-id='type-id-536' name='def' filepath='Objects/moduleobject.c' line='384' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Objects/moduleobject.c' line='384' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyModule_FromDefAndSpec2' mangled-name='PyModule_FromDefAndSpec2' filepath='Objects/moduleobject.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_FromDefAndSpec2'>
- <parameter type-id='type-id-536' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>
<parameter type-id='type-id-14' name='spec' filepath='Objects/moduleobject.c' line='260' column='1'/>
<parameter type-id='type-id-8' name='module_api_version' filepath='Objects/moduleobject.c' line='260' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyModule_CreateInitialized' mangled-name='_PyModule_CreateInitialized' filepath='Objects/moduleobject.c' line='197' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyModule_CreateInitialized'>
- <parameter type-id='type-id-536' name='module' filepath='Objects/moduleobject.c' line='197' column='1'/>
+ <parameter type-id='type-id-539' name='module' filepath='Objects/moduleobject.c' line='197' column='1'/>
<parameter type-id='type-id-8' name='module_api_version' filepath='Objects/moduleobject.c' line='197' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyModule_Create2' mangled-name='PyModule_Create2' filepath='Objects/moduleobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_Create2'>
- <parameter type-id='type-id-536' name='module' filepath='Objects/moduleobject.c' line='186' column='1'/>
+ <parameter type-id='type-id-539' name='module' filepath='Objects/moduleobject.c' line='186' column='1'/>
<parameter type-id='type-id-8' name='module_api_version' filepath='Objects/moduleobject.c' line='186' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -9206,27 +9222,27 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyModuleDef_Init' mangled-name='PyModuleDef_Init' filepath='Objects/moduleobject.c' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModuleDef_Init'>
- <parameter type-id='type-id-536' name='def' filepath='Objects/moduleobject.c' line='42' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Objects/moduleobject.c' line='42' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-532'>
+ <function-type size-in-bits='64' id='type-id-535'>
<return type-id='type-id-14'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyNamespace_Type' type-id='type-id-112' mangled-name='_PyNamespace_Type' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1' elf-symbol-id='_PyNamespace_Type'/>
<function-decl name='_PyNamespace_New' mangled-name='_PyNamespace_New' filepath='Objects/namespaceobject.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyNamespace_New'>
<parameter type-id='type-id-14' name='item' filepath='Objects/abstract.c' line='1408' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/object.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/object.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='infinite' id='type-id-537'>
+ <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='infinite' id='type-id-540'>
<subrange length='infinite' id='type-id-6'/>
</array-type-def>
- <var-decl name='_Py_SwappedOp' type-id='type-id-537' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/cpython/object.h' line='352' column='1' elf-symbol-id='_Py_SwappedOp'/>
+ <var-decl name='_Py_SwappedOp' type-id='type-id-540' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/cpython/object.h' line='352' column='1' elf-symbol-id='_Py_SwappedOp'/>
<var-decl name='_PyNone_Type' type-id='type-id-112' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/cpython/object.h' line='346' column='1' elf-symbol-id='_PyNone_Type'/>
<var-decl name='_Py_NoneStruct' type-id='type-id-108' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='646' column='1' elf-symbol-id='_Py_NoneStruct'/>
<var-decl name='_PyNotImplemented_Type' type-id='type-id-112' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/cpython/object.h' line='347' column='1' elf-symbol-id='_PyNotImplemented_Type'/>
@@ -9296,7 +9312,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyObject_DebugTypeStats' mangled-name='_PyObject_DebugTypeStats' filepath='Objects/object.c' line='2132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugTypeStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/object.c' line='2132' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/object.c' line='2132' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_NewReference' mangled-name='_Py_NewReference' filepath='Objects/object.c' line='2017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_NewReference'>
@@ -9381,7 +9397,7 @@
</function-decl>
<function-decl name='_PyObject_LookupAttrId' mangled-name='_PyObject_LookupAttrId' filepath='Objects/object.c' line='988' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupAttrId'>
<parameter type-id='type-id-14' name='v' filepath='Objects/object.c' line='988' column='1'/>
- <parameter type-id='type-id-496' name='name' filepath='Objects/object.c' line='988' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Objects/object.c' line='988' column='1'/>
<parameter type-id='type-id-22' name='result' filepath='Objects/object.c' line='988' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -9398,13 +9414,13 @@
</function-decl>
<function-decl name='_PyObject_SetAttrId' mangled-name='_PyObject_SetAttrId' filepath='Objects/object.c' line='864' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetAttrId'>
<parameter type-id='type-id-14' name='v' filepath='Objects/object.c' line='864' column='1'/>
- <parameter type-id='type-id-496' name='name' filepath='Objects/object.c' line='864' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Objects/object.c' line='864' column='1'/>
<parameter type-id='type-id-14' name='w' filepath='Objects/object.c' line='864' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyObject_GetAttrId' mangled-name='_PyObject_GetAttrId' filepath='Objects/object.c' line='853' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetAttrId'>
<parameter type-id='type-id-14' name='dp' filepath='Objects/dictobject.c' line='1806' column='1'/>
- <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
+ <parameter type-id='type-id-499' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyObject_IsAbstract' mangled-name='_PyObject_IsAbstract' filepath='Objects/object.c' line='836' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_IsAbstract'>
@@ -9480,7 +9496,7 @@
</function-decl>
<function-decl name='PyObject_Print' mangled-name='PyObject_Print' filepath='Objects/object.c' line='258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Print'>
<parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='258' column='1'/>
- <parameter type-id='type-id-470' name='fp' filepath='Objects/object.c' line='258' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Objects/object.c' line='258' column='1'/>
<parameter type-id='type-id-8' name='flags' filepath='Objects/object.c' line='258' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -9492,21 +9508,21 @@
<parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='578' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <pointer-type-def type-id='type-id-77' size-in-bits='64' id='type-id-538'/>
+ <pointer-type-def type-id='type-id-77' size-in-bits='64' id='type-id-541'/>
<function-decl name='_PyObject_NewVar' mangled-name='_PyObject_NewVar' filepath='Objects/object.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_NewVar'>
<parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='186' column='1'/>
<parameter type-id='type-id-36' name='nitems' filepath='Objects/object.c' line='186' column='1'/>
- <return type-id='type-id-538'/>
+ <return type-id='type-id-541'/>
</function-decl>
<function-decl name='_PyObject_New' mangled-name='_PyObject_New' filepath='Objects/object.c' line='175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_New'>
<parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='175' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_InitVar'>
- <parameter type-id='type-id-538' name='op' filepath='Objects/object.c' line='164' column='1'/>
+ <parameter type-id='type-id-541' name='op' filepath='Objects/object.c' line='164' column='1'/>
<parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='164' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/object.c' line='164' column='1'/>
- <return type-id='type-id-538'/>
+ <return type-id='type-id-541'/>
</function-decl>
<function-decl name='PyObject_Init' mangled-name='PyObject_Init' filepath='Objects/object.c' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Init'>
<parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='153' column='1'/>
@@ -9535,10 +9551,10 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/obmalloc.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='72' column='1' id='type-id-539'>
+ <abi-instr version='1.0' address-size='64' path='Objects/obmalloc.c' comp-dir-path='/src' language='LANG_C99'>
+ <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='72' column='1' id='type-id-542'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='initialized' type-id='type-id-540' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='79' column='1'/>
+ <var-decl name='initialized' type-id='type-id-543' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='79' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<var-decl name='tracing' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='83' column='1'/>
@@ -9547,19 +9563,19 @@
<var-decl name='max_nframe' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='87' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_pymem.h' line='75' column='1' id='type-id-540'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_pymem.h' line='75' column='1' id='type-id-543'>
<underlying-type type-id='type-id-126'/>
<enumerator name='TRACEMALLOC_NOT_INITIALIZED' value='0'/>
<enumerator name='TRACEMALLOC_INITIALIZED' value='1'/>
<enumerator name='TRACEMALLOC_FINALIZED' value='2'/>
</enum-decl>
- <var-decl name='_Py_tracemalloc_config' type-id='type-id-539' mangled-name='_Py_tracemalloc_config' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='95' column='1' elf-symbol-id='_Py_tracemalloc_config'/>
+ <var-decl name='_Py_tracemalloc_config' type-id='type-id-542' mangled-name='_Py_tracemalloc_config' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='95' column='1' elf-symbol-id='_Py_tracemalloc_config'/>
<function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='2958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/obmalloc.c' line='2958' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/obmalloc.c' line='2958' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyDebugAllocatorStats' mangled-name='_PyDebugAllocatorStats' filepath='Objects/obmalloc.c' line='2913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDebugAllocatorStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/obmalloc.c' line='2913' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/obmalloc.c' line='2913' column='1'/>
<parameter type-id='type-id-3' name='block_name' filepath='Objects/obmalloc.c' line='2914' column='1'/>
<parameter type-id='type-id-8' name='num_blocks' filepath='Objects/obmalloc.c' line='2914' column='1'/>
<parameter type-id='type-id-54' name='sizeof_block' filepath='Objects/obmalloc.c' line='2914' column='1'/>
@@ -9594,10 +9610,10 @@
<parameter type-id='type-id-3' name='str' filepath='Objects/obmalloc.c' line='690' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
- <qualified-type-def type-id='type-id-282' const='yes' id='type-id-541'/>
- <pointer-type-def type-id='type-id-541' size-in-bits='64' id='type-id-542'/>
+ <qualified-type-def type-id='type-id-282' const='yes' id='type-id-544'/>
+ <pointer-type-def type-id='type-id-544' size-in-bits='64' id='type-id-545'/>
<function-decl name='_PyMem_RawWcsdup' mangled-name='_PyMem_RawWcsdup' filepath='Objects/obmalloc.c' line='657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_RawWcsdup'>
- <parameter type-id='type-id-542' name='str' filepath='Objects/obmalloc.c' line='657' column='1'/>
+ <parameter type-id='type-id-545' name='str' filepath='Objects/obmalloc.c' line='657' column='1'/>
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='PyMem_Free' mangled-name='PyMem_Free' filepath='Objects/obmalloc.c' line='649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_Free'>
@@ -9636,66 +9652,66 @@
<parameter type-id='type-id-54' name='size' filepath='Objects/obmalloc.c' line='703' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-543' visibility='default' filepath='./Include/cpython/objimpl.h' line='56' column='1' id='type-id-544'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-546' visibility='default' filepath='./Include/cpython/objimpl.h' line='56' column='1' id='type-id-547'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ctx' type-id='type-id-18' visibility='default' filepath='./Include/cpython/objimpl.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='alloc' type-id='type-id-545' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
+ <var-decl name='alloc' type-id='type-id-548' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='free' type-id='type-id-546' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>
+ <var-decl name='free' type-id='type-id-549' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-547' size-in-bits='64' id='type-id-545'/>
- <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-546'/>
- <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-544' filepath='./Include/cpython/objimpl.h' line='65' column='1' id='type-id-543'/>
- <pointer-type-def type-id='type-id-543' size-in-bits='64' id='type-id-549'/>
+ <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-548'/>
+ <pointer-type-def type-id='type-id-551' size-in-bits='64' id='type-id-549'/>
+ <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-547' filepath='./Include/cpython/objimpl.h' line='65' column='1' id='type-id-546'/>
+ <pointer-type-def type-id='type-id-546' size-in-bits='64' id='type-id-552'/>
<function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='570' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>
- <parameter type-id='type-id-549' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
+ <parameter type-id='type-id-552' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>
- <parameter type-id='type-id-549' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
+ <parameter type-id='type-id-552' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='23' column='1' id='type-id-550'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='23' column='1' id='type-id-553'>
<underlying-type type-id='type-id-126'/>
<enumerator name='PYMEM_DOMAIN_RAW' value='0'/>
<enumerator name='PYMEM_DOMAIN_MEM' value='1'/>
<enumerator name='PYMEM_DOMAIN_OBJ' value='2'/>
</enum-decl>
- <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-550' filepath='./Include/cpython/pymem.h' line='32' column='1' id='type-id-551'/>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-552' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1' id='type-id-553'>
+ <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-553' filepath='./Include/cpython/pymem.h' line='32' column='1' id='type-id-554'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-555' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1' id='type-id-556'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ctx' type-id='type-id-18' visibility='default' filepath='./Include/cpython/pymem.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='malloc' type-id='type-id-545' visibility='default' filepath='./Include/cpython/pymem.h' line='52' column='1'/>
+ <var-decl name='malloc' type-id='type-id-548' visibility='default' filepath='./Include/cpython/pymem.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='calloc' type-id='type-id-554' visibility='default' filepath='./Include/cpython/pymem.h' line='55' column='1'/>
+ <var-decl name='calloc' type-id='type-id-557' visibility='default' filepath='./Include/cpython/pymem.h' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='realloc' type-id='type-id-555' visibility='default' filepath='./Include/cpython/pymem.h' line='58' column='1'/>
+ <var-decl name='realloc' type-id='type-id-558' visibility='default' filepath='./Include/cpython/pymem.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='free' type-id='type-id-556' visibility='default' filepath='./Include/cpython/pymem.h' line='61' column='1'/>
+ <var-decl name='free' type-id='type-id-559' visibility='default' filepath='./Include/cpython/pymem.h' line='61' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-557' size-in-bits='64' id='type-id-554'/>
- <pointer-type-def type-id='type-id-558' size-in-bits='64' id='type-id-555'/>
- <pointer-type-def type-id='type-id-559' size-in-bits='64' id='type-id-556'/>
- <typedef-decl name='PyMemAllocatorEx' type-id='type-id-553' filepath='./Include/cpython/pymem.h' line='62' column='1' id='type-id-552'/>
- <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-560'/>
+ <pointer-type-def type-id='type-id-560' size-in-bits='64' id='type-id-557'/>
+ <pointer-type-def type-id='type-id-561' size-in-bits='64' id='type-id-558'/>
+ <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-559'/>
+ <typedef-decl name='PyMemAllocatorEx' type-id='type-id-556' filepath='./Include/cpython/pymem.h' line='62' column='1' id='type-id-555'/>
+ <pointer-type-def type-id='type-id-555' size-in-bits='64' id='type-id-563'/>
<function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='540' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>
- <parameter type-id='type-id-551' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
- <parameter type-id='type-id-560' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
+ <parameter type-id='type-id-554' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
+ <parameter type-id='type-id-563' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>
- <parameter type-id='type-id-551' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
- <parameter type-id='type-id-560' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
+ <parameter type-id='type-id-554' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
+ <parameter type-id='type-id-563' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyMem_SetupDebugHooks' mangled-name='PyMem_SetupDebugHooks' filepath='Objects/obmalloc.c' line='514' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetupDebugHooks'>
@@ -9704,7 +9720,7 @@
<function-decl name='_PyMem_GetCurrentAllocatorName' mangled-name='_PyMem_GetCurrentAllocatorName' filepath='Objects/obmalloc.c' line='376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>
<return type-id='type-id-3'/>
</function-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='34' column='1' id='type-id-561'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='34' column='1' id='type-id-564'>
<underlying-type type-id='type-id-126'/>
<enumerator name='PYMEM_ALLOCATOR_NOT_SET' value='0'/>
<enumerator name='PYMEM_ALLOCATOR_DEFAULT' value='1'/>
@@ -9714,52 +9730,52 @@
<enumerator name='PYMEM_ALLOCATOR_PYMALLOC' value='5'/>
<enumerator name='PYMEM_ALLOCATOR_PYMALLOC_DEBUG' value='6'/>
</enum-decl>
- <typedef-decl name='PyMemAllocatorName' type-id='type-id-561' filepath='./Include/cpython/pymem.h' line='44' column='1' id='type-id-562'/>
+ <typedef-decl name='PyMemAllocatorName' type-id='type-id-564' filepath='./Include/cpython/pymem.h' line='44' column='1' id='type-id-565'/>
<function-decl name='_PyMem_SetupAllocators' mangled-name='_PyMem_SetupAllocators' filepath='Objects/obmalloc.c' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_SetupAllocators'>
- <parameter type-id='type-id-562' name='allocator' filepath='Objects/obmalloc.c' line='309' column='1'/>
+ <parameter type-id='type-id-565' name='allocator' filepath='Objects/obmalloc.c' line='309' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-563'/>
+ <pointer-type-def type-id='type-id-565' size-in-bits='64' id='type-id-566'/>
<function-decl name='_PyMem_GetAllocatorName' mangled-name='_PyMem_GetAllocatorName' filepath='Objects/obmalloc.c' line='273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetAllocatorName'>
<parameter type-id='type-id-3' name='name' filepath='Objects/obmalloc.c' line='273' column='1'/>
- <parameter type-id='type-id-563' name='allocator' filepath='Objects/obmalloc.c' line='273' column='1'/>
+ <parameter type-id='type-id-566' name='allocator' filepath='Objects/obmalloc.c' line='273' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyMem_SetDefaultAllocator' mangled-name='_PyMem_SetDefaultAllocator' filepath='Objects/obmalloc.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_SetDefaultAllocator'>
- <parameter type-id='type-id-551' name='domain' filepath='Objects/obmalloc.c' line='260' column='1'/>
- <parameter type-id='type-id-560' name='old_alloc' filepath='Objects/obmalloc.c' line='261' column='1'/>
+ <parameter type-id='type-id-554' name='domain' filepath='Objects/obmalloc.c' line='260' column='1'/>
+ <parameter type-id='type-id-563' name='old_alloc' filepath='Objects/obmalloc.c' line='261' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-559'>
+ <function-type size-in-bits='64' id='type-id-562'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-18'/>
<return type-id='type-id-70'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-548'>
+ <function-type size-in-bits='64' id='type-id-551'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-54'/>
<return type-id='type-id-70'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-547'>
+ <function-type size-in-bits='64' id='type-id-550'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-54'/>
<return type-id='type-id-18'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-557'>
+ <function-type size-in-bits='64' id='type-id-560'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-54'/>
<parameter type-id='type-id-54'/>
<return type-id='type-id-18'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-558'>
+ <function-type size-in-bits='64' id='type-id-561'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-54'/>
<return type-id='type-id-18'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyPickleBuffer_Type' type-id='type-id-112' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>
<function-decl name='PyPickleBuffer_Release' mangled-name='PyPickleBuffer_Release' filepath='Objects/picklebufobject.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_Release'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='2845' column='1'/>
@@ -9767,19 +9783,19 @@
</function-decl>
<function-decl name='PyPickleBuffer_GetBuffer' mangled-name='PyPickleBuffer_GetBuffer' filepath='Objects/picklebufobject.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_GetBuffer'>
<parameter type-id='type-id-14' name='obj' filepath='Objects/picklebufobject.c' line='36' column='1'/>
- <return type-id='type-id-476'/>
+ <return type-id='type-id-479'/>
</function-decl>
<function-decl name='PyPickleBuffer_FromObject' mangled-name='PyPickleBuffer_FromObject' filepath='Objects/picklebufobject.c' line='17' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_FromObject'>
<parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='2122' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/rangeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/rangeobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyRange_Type' type-id='type-id-112' mangled-name='PyRange_Type' visibility='default' filepath='./Include/rangeobject.h' line='18' column='1' elf-symbol-id='PyRange_Type'/>
<var-decl name='PyRangeIter_Type' type-id='type-id-112' mangled-name='PyRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='19' column='1' elf-symbol-id='PyRangeIter_Type'/>
<var-decl name='PyLongRangeIter_Type' type-id='type-id-112' mangled-name='PyLongRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='20' column='1' elf-symbol-id='PyLongRangeIter_Type'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/setobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/setobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PySetIter_Type' type-id='type-id-112' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>
<var-decl name='PySet_Type' type-id='type-id-112' mangled-name='PySet_Type' visibility='default' filepath='./Include/setobject.h' line='9' column='1' elf-symbol-id='PySet_Type'/>
<var-decl name='PyFrozenSet_Type' type-id='type-id-112' mangled-name='PyFrozenSet_Type' visibility='default' filepath='./Include/setobject.h' line='10' column='1' elf-symbol-id='PyFrozenSet_Type'/>
@@ -9797,7 +9813,7 @@
<parameter type-id='type-id-14' name='set' filepath='Objects/setobject.c' line='2341' column='1'/>
<parameter type-id='type-id-168' name='pos' filepath='Objects/setobject.c' line='2341' column='1'/>
<parameter type-id='type-id-22' name='key' filepath='Objects/setobject.c' line='2341' column='1'/>
- <parameter type-id='type-id-526' name='hash' filepath='Objects/setobject.c' line='2341' column='1'/>
+ <parameter type-id='type-id-529' name='hash' filepath='Objects/setobject.c' line='2341' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PySet_Add' mangled-name='PySet_Add' filepath='Objects/setobject.c' line='2330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Add'>
@@ -9832,7 +9848,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/sliceobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/sliceobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyEllipsis_Type' type-id='type-id-112' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='29' column='1' elf-symbol-id='PyEllipsis_Type'/>
<var-decl name='_Py_EllipsisObject' type-id='type-id-108' mangled-name='_Py_EllipsisObject' visibility='default' filepath='./Include/sliceobject.h' line='9' column='1' elf-symbol-id='_Py_EllipsisObject'/>
<var-decl name='PySlice_Type' type-id='type-id-112' mangled-name='PySlice_Type' visibility='default' filepath='./Include/sliceobject.h' line='28' column='1' elf-symbol-id='PySlice_Type'/>
@@ -9887,9 +9903,9 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/structseq.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/structseq.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyStructSequence_UnnamedField' type-id='type-id-4' mangled-name='PyStructSequence_UnnamedField' visibility='default' filepath='./Include/structseq.h' line='22' column='1' elf-symbol-id='PyStructSequence_UnnamedField'/>
- <class-decl name='PyStructSequence_Desc' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='15' column='1' id='type-id-564'>
+ <class-decl name='PyStructSequence_Desc' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='15' column='1' id='type-id-567'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='16' column='1'/>
</data-member>
@@ -9897,13 +9913,13 @@
<var-decl name='doc' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='17' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='fields' type-id='type-id-565' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>
+ <var-decl name='fields' type-id='type-id-568' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='n_in_sequence' type-id='type-id-8' visibility='default' filepath='./Include/structseq.h' line='19' column='1'/>
</data-member>
</class-decl>
- <class-decl name='PyStructSequence_Field' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='10' column='1' id='type-id-566'>
+ <class-decl name='PyStructSequence_Field' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='10' column='1' id='type-id-569'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='11' column='1'/>
</data-member>
@@ -9911,32 +9927,32 @@
<var-decl name='doc' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='12' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyStructSequence_Field' type-id='type-id-566' filepath='./Include/structseq.h' line='13' column='1' id='type-id-567'/>
- <pointer-type-def type-id='type-id-567' size-in-bits='64' id='type-id-565'/>
- <typedef-decl name='PyStructSequence_Desc' type-id='type-id-564' filepath='./Include/structseq.h' line='20' column='1' id='type-id-568'/>
- <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-569'/>
+ <typedef-decl name='PyStructSequence_Field' type-id='type-id-569' filepath='./Include/structseq.h' line='13' column='1' id='type-id-570'/>
+ <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-568'/>
+ <typedef-decl name='PyStructSequence_Desc' type-id='type-id-567' filepath='./Include/structseq.h' line='20' column='1' id='type-id-571'/>
+ <pointer-type-def type-id='type-id-571' size-in-bits='64' id='type-id-572'/>
<function-decl name='PyStructSequence_NewType' mangled-name='PyStructSequence_NewType' filepath='Objects/structseq.c' line='616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_NewType'>
- <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='616' column='1'/>
+ <parameter type-id='type-id-572' name='desc' filepath='Objects/structseq.c' line='616' column='1'/>
<return type-id='type-id-74'/>
</function-decl>
<function-decl name='_PyStructSequence_NewType' mangled-name='_PyStructSequence_NewType' filepath='Objects/structseq.c' line='563' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStructSequence_NewType'>
- <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='563' column='1'/>
+ <parameter type-id='type-id-572' name='desc' filepath='Objects/structseq.c' line='563' column='1'/>
<parameter type-id='type-id-16' name='tp_flags' filepath='Objects/structseq.c' line='563' column='1'/>
<return type-id='type-id-74'/>
</function-decl>
<function-decl name='PyStructSequence_InitType' mangled-name='PyStructSequence_InitType' filepath='Objects/structseq.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType'>
<parameter type-id='type-id-74' name='type' filepath='Objects/structseq.c' line='524' column='1'/>
- <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='524' column='1'/>
+ <parameter type-id='type-id-572' name='desc' filepath='Objects/structseq.c' line='524' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyStructSequence_InitType2' mangled-name='PyStructSequence_InitType2' filepath='Objects/structseq.c' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType2'>
<parameter type-id='type-id-74' name='type' filepath='Objects/structseq.c' line='518' column='1'/>
- <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='518' column='1'/>
+ <parameter type-id='type-id-572' name='desc' filepath='Objects/structseq.c' line='518' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyStructSequence_InitType' mangled-name='_PyStructSequence_InitType' filepath='Objects/structseq.c' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStructSequence_InitType'>
<parameter type-id='type-id-74' name='type' filepath='Objects/structseq.c' line='460' column='1'/>
- <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='460' column='1'/>
+ <parameter type-id='type-id-572' name='desc' filepath='Objects/structseq.c' line='460' column='1'/>
<parameter type-id='type-id-16' name='tp_flags' filepath='Objects/structseq.c' line='461' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -9956,11 +9972,11 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/tupleobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/tupleobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyTuple_Type' type-id='type-id-112' mangled-name='PyTuple_Type' visibility='default' filepath='./Include/tupleobject.h' line='23' column='1' elf-symbol-id='PyTuple_Type'/>
<var-decl name='PyTupleIter_Type' type-id='type-id-112' mangled-name='PyTupleIter_Type' visibility='default' filepath='./Include/tupleobject.h' line='24' column='1' elf-symbol-id='PyTupleIter_Type'/>
<function-decl name='_PyTuple_DebugMallocStats' mangled-name='_PyTuple_DebugMallocStats' filepath='Objects/tupleobject.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_DebugMallocStats'>
- <parameter type-id='type-id-470' name='out' filepath='Objects/tupleobject.c' line='1254' column='1'/>
+ <parameter type-id='type-id-473' name='out' filepath='Objects/tupleobject.c' line='1254' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='Objects/tupleobject.c' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_Resize'>
@@ -10003,7 +10019,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/typeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/typeobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyType_Type' type-id='type-id-112' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='269' column='1' elf-symbol-id='PyType_Type'/>
<var-decl name='PyBaseObject_Type' type-id='type-id-112' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='270' column='1' elf-symbol-id='PyBaseObject_Type'/>
<var-decl name='PySuper_Type' type-id='type-id-112' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='271' column='1' elf-symbol-id='PySuper_Type'/>
@@ -10017,7 +10033,7 @@
</function-decl>
<function-decl name='_PyType_LookupId' mangled-name='_PyType_LookupId' filepath='Objects/typeobject.c' line='3869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_LookupId'>
<parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3869' column='1'/>
- <parameter type-id='type-id-496' name='name' filepath='Objects/typeobject.c' line='3869' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Objects/typeobject.c' line='3869' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='3811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>
@@ -10027,7 +10043,7 @@
</function-decl>
<function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='3716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>
<parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3716' column='1'/>
- <parameter type-id='type-id-536' name='def' filepath='Objects/typeobject.c' line='3716' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Objects/typeobject.c' line='3716' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='3702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>
@@ -10051,7 +10067,7 @@
<parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3650' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-570' visibility='default' filepath='./Include/object.h' line='234' column='1' id='type-id-571'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-573' visibility='default' filepath='./Include/object.h' line='234' column='1' id='type-id-574'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/object.h' line='235' column='1'/>
</data-member>
@@ -10065,10 +10081,10 @@
<var-decl name='flags' type-id='type-id-105' visibility='default' filepath='./Include/object.h' line='238' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='slots' type-id='type-id-572' visibility='default' filepath='./Include/object.h' line='239' column='1'/>
+ <var-decl name='slots' type-id='type-id-575' visibility='default' filepath='./Include/object.h' line='239' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-573' visibility='default' filepath='./Include/object.h' line='229' column='1' id='type-id-574'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-576' visibility='default' filepath='./Include/object.h' line='229' column='1' id='type-id-577'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='slot' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='230' column='1'/>
</data-member>
@@ -10076,22 +10092,22 @@
<var-decl name='pfunc' type-id='type-id-18' visibility='default' filepath='./Include/object.h' line='231' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyType_Slot' type-id='type-id-574' filepath='./Include/object.h' line='232' column='1' id='type-id-573'/>
- <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-572'/>
- <typedef-decl name='PyType_Spec' type-id='type-id-571' filepath='./Include/object.h' line='240' column='1' id='type-id-570'/>
- <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-575'/>
+ <typedef-decl name='PyType_Slot' type-id='type-id-577' filepath='./Include/object.h' line='232' column='1' id='type-id-576'/>
+ <pointer-type-def type-id='type-id-576' size-in-bits='64' id='type-id-575'/>
+ <typedef-decl name='PyType_Spec' type-id='type-id-574' filepath='./Include/object.h' line='240' column='1' id='type-id-573'/>
+ <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-578'/>
<function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='3638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
- <parameter type-id='type-id-575' name='spec' filepath='Objects/typeobject.c' line='3638' column='1'/>
+ <parameter type-id='type-id-578' name='spec' filepath='Objects/typeobject.c' line='3638' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='3370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
<parameter type-id='type-id-14' name='module' filepath='Objects/typeobject.c' line='3370' column='1'/>
- <parameter type-id='type-id-575' name='spec' filepath='Objects/typeobject.c' line='3370' column='1'/>
+ <parameter type-id='type-id-578' name='spec' filepath='Objects/typeobject.c' line='3370' column='1'/>
<parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='3370' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyType_FromSpecWithBases' mangled-name='PyType_FromSpecWithBases' filepath='Objects/typeobject.c' line='3364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpecWithBases'>
- <parameter type-id='type-id-575' name='spec' filepath='Objects/typeobject.c' line='3364' column='1'/>
+ <parameter type-id='type-id-578' name='spec' filepath='Objects/typeobject.c' line='3364' column='1'/>
<parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='3364' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -10110,7 +10126,7 @@
</function-decl>
<function-decl name='_PyObject_LookupSpecialId' mangled-name='_PyObject_LookupSpecialId' filepath='Objects/typeobject.c' line='1595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecialId'>
<parameter type-id='type-id-14' name='self' filepath='Objects/typeobject.c' line='1595' column='1'/>
- <parameter type-id='type-id-496' name='attrid' filepath='Objects/typeobject.c' line='1595' column='1'/>
+ <parameter type-id='type-id-499' name='attrid' filepath='Objects/typeobject.c' line='1595' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyObject_LookupSpecial' mangled-name='_PyObject_LookupSpecial' filepath='Objects/typeobject.c' line='1579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecial'>
@@ -10160,14 +10176,14 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-524' size-in-bits='infinite' id='type-id-576'>
+ <array-type-def dimensions='1' type-id='type-id-527' size-in-bits='infinite' id='type-id-579'>
<subrange length='infinite' id='type-id-6'/>
</array-type-def>
- <qualified-type-def type-id='type-id-576' const='yes' id='type-id-577'/>
- <var-decl name='_Py_ascii_whitespace' type-id='type-id-577' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='1029' column='1' elf-symbol-id='_Py_ascii_whitespace'/>
+ <qualified-type-def type-id='type-id-579' const='yes' id='type-id-580'/>
+ <var-decl name='_Py_ascii_whitespace' type-id='type-id-580' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='1029' column='1' elf-symbol-id='_Py_ascii_whitespace'/>
<var-decl name='PyUnicode_Type' type-id='type-id-112' mangled-name='PyUnicode_Type' visibility='default' filepath='./Include/unicodeobject.h' line='111' column='1' elf-symbol-id='PyUnicode_Type'/>
<var-decl name='PyUnicodeIter_Type' type-id='type-id-112' mangled-name='PyUnicodeIter_Type' visibility='default' filepath='./Include/unicodeobject.h' line='112' column='1' elf-symbol-id='PyUnicodeIter_Type'/>
<var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='24' column='1'/>
@@ -10199,55 +10215,55 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_Dealloc' mangled-name='_PyUnicodeWriter_Dealloc' filepath='Objects/unicodeobject.c' line='14066' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Dealloc'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='14066' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='14066' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_Finish' mangled-name='_PyUnicodeWriter_Finish' filepath='Objects/unicodeobject.c' line='14034' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Finish'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='14034' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='14034' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='14020' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='14020' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='14020' column='1'/>
<parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='14021' column='1'/>
<parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='14021' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='Objects/unicodeobject.c' line='13960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13960' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13960' column='1'/>
<parameter type-id='type-id-3' name='ascii' filepath='Objects/unicodeobject.c' line='13961' column='1'/>
<parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='13961' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13925' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13925' column='1'/>
<parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='13925' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='13926' column='1'/>
<parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='13926' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_WriteStr' mangled-name='_PyUnicodeWriter_WriteStr' filepath='Objects/unicodeobject.c' line='13894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteStr'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
<parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='Objects/unicodeobject.c' line='13888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13888' column='1'/>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodeobject.c' line='13888' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13888' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodeobject.c' line='13888' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13856' column='1'/>
- <parameter type-id='type-id-520' name='kind' filepath='Objects/unicodeobject.c' line='13857' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13856' column='1'/>
+ <parameter type-id='type-id-523' name='kind' filepath='Objects/unicodeobject.c' line='13857' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='Objects/unicodeobject.c' line='13779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareInternal'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13779' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13779' column='1'/>
<parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='13780' column='1'/>
- <parameter type-id='type-id-521' name='maxchar' filepath='Objects/unicodeobject.c' line='13780' column='1'/>
+ <parameter type-id='type-id-524' name='maxchar' filepath='Objects/unicodeobject.c' line='13780' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicodeWriter_Init' mangled-name='_PyUnicodeWriter_Init' filepath='Objects/unicodeobject.c' line='13755' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Init'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13755' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='13755' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='13338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>
@@ -10332,7 +10348,7 @@
</function-decl>
<function-decl name='_PyUnicode_EqualToASCIIId' mangled-name='_PyUnicode_EqualToASCIIId' filepath='Objects/unicodeobject.c' line='11273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIId'>
<parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11273' column='1'/>
- <parameter type-id='type-id-496' name='right' filepath='Objects/unicodeobject.c' line='11273' column='1'/>
+ <parameter type-id='type-id-499' name='right' filepath='Objects/unicodeobject.c' line='11273' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_EqualToASCIIString' mangled-name='_PyUnicode_EqualToASCIIString' filepath='Objects/unicodeobject.c' line='11250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIString'>
@@ -10364,14 +10380,14 @@
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='10249' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='10249' column='1'/>
<parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='10249' column='1'/>
- <parameter type-id='type-id-521' name='fill_char' filepath='Objects/unicodeobject.c' line='10250' column='1'/>
+ <parameter type-id='type-id-524' name='fill_char' filepath='Objects/unicodeobject.c' line='10250' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='_PyUnicode_FastFill' mangled-name='_PyUnicode_FastFill' filepath='Objects/unicodeobject.c' line='10235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FastFill'>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='10235' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='10235' column='1'/>
<parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='10235' column='1'/>
- <parameter type-id='type-id-521' name='fill_char' filepath='Objects/unicodeobject.c' line='10236' column='1'/>
+ <parameter type-id='type-id-524' name='fill_char' filepath='Objects/unicodeobject.c' line='10236' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='10063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>
@@ -10395,7 +10411,7 @@
</function-decl>
<function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>
<parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9703' column='1'/>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodeobject.c' line='9703' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodeobject.c' line='9703' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9704' column='1'/>
<parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9704' column='1'/>
<parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9705' column='1'/>
@@ -10416,9 +10432,9 @@
<parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9619' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
- <pointer-type-def type-id='type-id-521' size-in-bits='64' id='type-id-578'/>
+ <pointer-type-def type-id='type-id-524' size-in-bits='64' id='type-id-581'/>
<function-decl name='_PyUnicode_InsertThousandsGrouping' mangled-name='_PyUnicode_InsertThousandsGrouping' filepath='Objects/unicodeobject.c' line='9496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InsertThousandsGrouping'>
- <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='9497' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Objects/unicodeobject.c' line='9497' column='1'/>
<parameter type-id='type-id-36' name='n_buffer' filepath='Objects/unicodeobject.c' line='9498' column='1'/>
<parameter type-id='type-id-14' name='digits' filepath='Objects/unicodeobject.c' line='9499' column='1'/>
<parameter type-id='type-id-36' name='d_pos' filepath='Objects/unicodeobject.c' line='9500' column='1'/>
@@ -10426,7 +10442,7 @@
<parameter type-id='type-id-36' name='min_width' filepath='Objects/unicodeobject.c' line='9502' column='1'/>
<parameter type-id='type-id-3' name='grouping' filepath='Objects/unicodeobject.c' line='9503' column='1'/>
<parameter type-id='type-id-14' name='thousands_sep' filepath='Objects/unicodeobject.c' line='9504' column='1'/>
- <parameter type-id='type-id-578' name='maxchar' filepath='Objects/unicodeobject.c' line='9505' column='1'/>
+ <parameter type-id='type-id-581' name='maxchar' filepath='Objects/unicodeobject.c' line='9505' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='Objects/unicodeobject.c' line='9321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>
@@ -10530,7 +10546,7 @@
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6302' column='1'/>
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6303' column='1'/>
<parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6304' column='1'/>
- <parameter type-id='type-id-480' name='first_invalid_escape' filepath='Objects/unicodeobject.c' line='6305' column='1'/>
+ <parameter type-id='type-id-483' name='first_invalid_escape' filepath='Objects/unicodeobject.c' line='6305' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6291' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>
@@ -10547,7 +10563,7 @@
<parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5968' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5969' column='1'/>
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5970' column='1'/>
- <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5971' column='1'/>
+ <parameter type-id='type-id-501' name='byteorder' filepath='Objects/unicodeobject.c' line='5971' column='1'/>
<parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5972' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -10555,7 +10571,7 @@
<parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5959' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5960' column='1'/>
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5961' column='1'/>
- <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
+ <parameter type-id='type-id-501' name='byteorder' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>
@@ -10572,7 +10588,7 @@
<parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5657' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5658' column='1'/>
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5659' column='1'/>
- <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5660' column='1'/>
+ <parameter type-id='type-id-501' name='byteorder' filepath='Objects/unicodeobject.c' line='5660' column='1'/>
<parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5661' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -10580,7 +10596,7 @@
<parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5959' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5960' column='1'/>
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5961' column='1'/>
- <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
+ <parameter type-id='type-id-501' name='byteorder' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_AsUTF8String' mangled-name='PyUnicode_AsUTF8String' filepath='Objects/unicodeobject.c' line='5640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8String'>
@@ -10592,29 +10608,29 @@
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-579'/>
+ <pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-582'/>
<function-decl name='_Py_EncodeUTF8Ex' mangled-name='_Py_EncodeUTF8Ex' filepath='Objects/unicodeobject.c' line='5403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeUTF8Ex'>
- <parameter type-id='type-id-542' name='text' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
- <parameter type-id='type-id-491' name='str' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
- <parameter type-id='type-id-579' name='error_pos' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
- <parameter type-id='type-id-480' name='reason' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
+ <parameter type-id='type-id-545' name='text' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
+ <parameter type-id='type-id-494' name='str' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
+ <parameter type-id='type-id-582' name='error_pos' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
+ <parameter type-id='type-id-483' name='reason' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
<parameter type-id='type-id-8' name='raw_malloc' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
- <parameter type-id='type-id-383' name='errors' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
+ <parameter type-id='type-id-386' name='errors' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_DecodeUTF8_surrogateescape' mangled-name='_Py_DecodeUTF8_surrogateescape' filepath='Objects/unicodeobject.c' line='5373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeUTF8_surrogateescape'>
<parameter type-id='type-id-3' name='arg' filepath='Objects/unicodeobject.c' line='5373' column='1'/>
<parameter type-id='type-id-36' name='arglen' filepath='Objects/unicodeobject.c' line='5373' column='1'/>
- <parameter type-id='type-id-579' name='wlen' filepath='Objects/unicodeobject.c' line='5374' column='1'/>
+ <parameter type-id='type-id-582' name='wlen' filepath='Objects/unicodeobject.c' line='5374' column='1'/>
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='_Py_DecodeUTF8Ex' mangled-name='_Py_DecodeUTF8Ex' filepath='Objects/unicodeobject.c' line='5264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeUTF8Ex'>
<parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
- <parameter type-id='type-id-371' name='wstr' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
- <parameter type-id='type-id-579' name='wlen' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
- <parameter type-id='type-id-480' name='reason' filepath='Objects/unicodeobject.c' line='5265' column='1'/>
- <parameter type-id='type-id-383' name='errors' filepath='Objects/unicodeobject.c' line='5265' column='1'/>
+ <parameter type-id='type-id-374' name='wstr' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
+ <parameter type-id='type-id-582' name='wlen' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
+ <parameter type-id='type-id-483' name='reason' filepath='Objects/unicodeobject.c' line='5265' column='1'/>
+ <parameter type-id='type-id-386' name='errors' filepath='Objects/unicodeobject.c' line='5265' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyUnicode_DecodeUTF8Stateful' mangled-name='PyUnicode_DecodeUTF8Stateful' filepath='Objects/unicodeobject.c' line='5242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF8Stateful'>
@@ -10656,13 +10672,13 @@
<function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4312' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
<parameter type-id='type-id-36' name='index' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='4290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_ReadChar'>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4290' column='1'/>
<parameter type-id='type-id-36' name='index' filepath='Objects/unicodeobject.c' line='4290' column='1'/>
- <return type-id='type-id-521'/>
+ <return type-id='type-id-524'/>
</function-decl>
<function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>
<parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2335' column='1'/>
@@ -10672,22 +10688,22 @@
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4259' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
- <typedef-decl name='Py_UNICODE' type-id='type-id-282' filepath='./Include/cpython/unicodeobject.h' line='10' column='1' id='type-id-580'/>
- <qualified-type-def type-id='type-id-580' const='yes' id='type-id-581'/>
- <pointer-type-def type-id='type-id-581' size-in-bits='64' id='type-id-582'/>
+ <typedef-decl name='Py_UNICODE' type-id='type-id-282' filepath='./Include/cpython/unicodeobject.h' line='10' column='1' id='type-id-583'/>
+ <qualified-type-def type-id='type-id-583' const='yes' id='type-id-584'/>
+ <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-585'/>
<function-decl name='_PyUnicode_AsUnicode' mangled-name='_PyUnicode_AsUnicode' filepath='Objects/unicodeobject.c' line='4244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUnicode'>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4244' column='1'/>
- <return type-id='type-id-582'/>
+ <return type-id='type-id-585'/>
</function-decl>
- <pointer-type-def type-id='type-id-580' size-in-bits='64' id='type-id-583'/>
+ <pointer-type-def type-id='type-id-583' size-in-bits='64' id='type-id-586'/>
<function-decl name='PyUnicode_AsUnicode' mangled-name='PyUnicode_AsUnicode' filepath='Objects/unicodeobject.c' line='4238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicode'>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4238' column='1'/>
- <return type-id='type-id-583'/>
+ <return type-id='type-id-586'/>
</function-decl>
<function-decl name='PyUnicode_AsUnicodeAndSize' mangled-name='PyUnicode_AsUnicodeAndSize' filepath='Objects/unicodeobject.c' line='4199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeAndSize'>
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4199' column='1'/>
<parameter type-id='type-id-168' name='size' filepath='Objects/unicodeobject.c' line='4199' column='1'/>
- <return type-id='type-id-583'/>
+ <return type-id='type-id-586'/>
</function-decl>
<function-decl name='PyUnicode_AsUTF8' mangled-name='PyUnicode_AsUTF8' filepath='Objects/unicodeobject.c' line='4193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8'>
<parameter type-id='type-id-14' name='ob' filepath='Objects/exceptions.c' line='421' column='1'/>
@@ -10816,19 +10832,19 @@
</function-decl>
<function-decl name='PyUnicode_FromFormatV' mangled-name='PyUnicode_FromFormatV' filepath='Objects/unicodeobject.c' line='3085' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormatV'>
<parameter type-id='type-id-3' name='format' filepath='Objects/unicodeobject.c' line='3085' column='1'/>
- <parameter type-id='type-id-493' name='vargs' filepath='Objects/unicodeobject.c' line='3085' column='1'/>
+ <parameter type-id='type-id-496' name='vargs' filepath='Objects/unicodeobject.c' line='3085' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>
<parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='2709' column='1'/>
- <return type-id='type-id-578'/>
+ <return type-id='type-id-581'/>
</function-decl>
<function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>
<parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
- <parameter type-id='type-id-578' name='target' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
+ <parameter type-id='type-id-581' name='target' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
<parameter type-id='type-id-36' name='targetsize' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
<parameter type-id='type-id-8' name='copy_null' filepath='Objects/unicodeobject.c' line='2699' column='1'/>
- <return type-id='type-id-578'/>
+ <return type-id='type-id-581'/>
</function-decl>
<function-decl name='_PyUnicode_Copy' mangled-name='_PyUnicode_Copy' filepath='Objects/unicodeobject.c' line='2575' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Copy'>
<parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='2122' column='1'/>
@@ -10838,7 +10854,7 @@
<parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='2492' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='2492' column='1'/>
<parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='2492' column='1'/>
- <return type-id='type-id-521'/>
+ <return type-id='type-id-524'/>
</function-decl>
<function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>
<parameter type-id='type-id-8' name='kind' filepath='Objects/unicodeobject.c' line='2472' column='1'/>
@@ -10852,7 +10868,7 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyUnicode_FromId' mangled-name='_PyUnicode_FromId' filepath='Objects/unicodeobject.c' line='2282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromId'>
- <parameter type-id='type-id-496' name='id' filepath='Objects/unicodeobject.c' line='2282' column='1'/>
+ <parameter type-id='type-id-499' name='id' filepath='Objects/unicodeobject.c' line='2282' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_FromString' mangled-name='PyUnicode_FromString' filepath='Objects/unicodeobject.c' line='2270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromString'>
@@ -10865,12 +10881,12 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='2165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>
- <parameter type-id='type-id-542' name='u' filepath='Objects/unicodeobject.c' line='2165' column='1'/>
+ <parameter type-id='type-id-545' name='u' filepath='Objects/unicodeobject.c' line='2165' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2165' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyUnicode_FromUnicode' mangled-name='PyUnicode_FromUnicode' filepath='Objects/unicodeobject.c' line='2143' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromUnicode'>
- <parameter type-id='type-id-582' name='u' filepath='Objects/unicodeobject.c' line='2143' column='1'/>
+ <parameter type-id='type-id-585' name='u' filepath='Objects/unicodeobject.c' line='2143' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2143' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -10901,7 +10917,7 @@
</function-decl>
<function-decl name='PyUnicode_New' mangled-name='PyUnicode_New' filepath='Objects/unicodeobject.c' line='1366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_New'>
<parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='1366' column='1'/>
- <parameter type-id='type-id-521' name='maxchar' filepath='Objects/unicodeobject.c' line='1366' column='1'/>
+ <parameter type-id='type-id-524' name='maxchar' filepath='Objects/unicodeobject.c' line='1366' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyUnicode_CheckConsistency' mangled-name='_PyUnicode_CheckConsistency' filepath='Objects/unicodeobject.c' line='501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_CheckConsistency'>
@@ -10911,116 +10927,116 @@
</function-decl>
<function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>
<parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='397' column='1'/>
- <return type-id='type-id-383'/>
+ <return type-id='type-id-386'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/unicodectype.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/unicodectype.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyUnicode_IsAlpha' mangled-name='_PyUnicode_IsAlpha' filepath='Objects/unicodectype.c' line='289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsAlpha'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsCaseIgnorable' mangled-name='_PyUnicode_IsCaseIgnorable' filepath='Objects/unicodectype.c' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsCaseIgnorable'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsCased' mangled-name='_PyUnicode_IsCased' filepath='Objects/unicodectype.c' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsCased'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToFoldedFull' mangled-name='_PyUnicode_ToFoldedFull' filepath='Objects/unicodectype.c' line='257' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToFoldedFull'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
- <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-581' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToUpperFull' mangled-name='_PyUnicode_ToUpperFull' filepath='Objects/unicodectype.c' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToUpperFull'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
- <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-581' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToTitleFull' mangled-name='_PyUnicode_ToTitleFull' filepath='Objects/unicodectype.c' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToTitleFull'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
- <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-581' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToLowerFull' mangled-name='_PyUnicode_ToLowerFull' filepath='Objects/unicodectype.c' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToLowerFull'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
- <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+ <parameter type-id='type-id-581' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToLowercase' mangled-name='_PyUnicode_ToLowercase' filepath='Objects/unicodectype.c' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToLowercase'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
- <return type-id='type-id-521'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+ <return type-id='type-id-524'/>
</function-decl>
<function-decl name='_PyUnicode_ToUppercase' mangled-name='_PyUnicode_ToUppercase' filepath='Objects/unicodectype.c' line='188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToUppercase'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
- <return type-id='type-id-521'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+ <return type-id='type-id-524'/>
</function-decl>
<function-decl name='_PyUnicode_IsUppercase' mangled-name='_PyUnicode_IsUppercase' filepath='Objects/unicodectype.c' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsUppercase'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsLowercase' mangled-name='_PyUnicode_IsLowercase' filepath='Objects/unicodectype.c' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLowercase'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsPrintable' mangled-name='_PyUnicode_IsPrintable' filepath='Objects/unicodectype.c' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsPrintable'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsNumeric' mangled-name='_PyUnicode_IsNumeric' filepath='Objects/unicodectype.c' line='138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsNumeric'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsDigit' mangled-name='_PyUnicode_IsDigit' filepath='Objects/unicodectype.c' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDigit'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToDigit' mangled-name='_PyUnicode_ToDigit' filepath='Objects/unicodectype.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDigit'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsDecimalDigit' mangled-name='_PyUnicode_IsDecimalDigit' filepath='Objects/unicodectype.c' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDecimalDigit'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath='Objects/unicodectype.c' line='104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDecimalDigit'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsXidContinue' mangled-name='_PyUnicode_IsXidContinue' filepath='Objects/unicodectype.c' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsXidContinue'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsXidStart' mangled-name='_PyUnicode_IsXidStart' filepath='Objects/unicodectype.c' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsXidStart'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsTitlecase' mangled-name='_PyUnicode_IsTitlecase' filepath='Objects/unicodectype.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsTitlecase'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToTitlecase' mangled-name='_PyUnicode_ToTitlecase' filepath='Objects/unicodectype.c' line='62' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToTitlecase'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
- <return type-id='type-id-521'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+ <return type-id='type-id-524'/>
</function-decl>
- <qualified-type-def type-id='type-id-521' const='yes' id='type-id-584'/>
+ <qualified-type-def type-id='type-id-524' const='yes' id='type-id-587'/>
<function-decl name='_PyUnicode_IsLinebreak' mangled-name='_PyUnicode_IsLinebreak' filepath='Objects/unicodetype_db.h' line='6295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLinebreak'>
- <parameter type-id='type-id-584' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
+ <parameter type-id='type-id-587' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_IsWhitespace' mangled-name='_PyUnicode_IsWhitespace' filepath='Objects/unicodetype_db.h' line='6254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsWhitespace'>
- <parameter type-id='type-id-584' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
+ <parameter type-id='type-id-587' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_ToNumeric' mangled-name='_PyUnicode_ToNumeric' filepath='Objects/unicodetype_db.h' line='4223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToNumeric'>
- <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodetype_db.h' line='4223' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-524' name='ch' filepath='Objects/unicodetype_db.h' line='4223' column='1'/>
+ <return type-id='type-id-391'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/unionobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/unionobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyUnion_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='11' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyWeakref_RefType' type-id='type-id-112' mangled-name='_PyWeakref_RefType' visibility='default' filepath='./Include/weakrefobject.h' line='11' column='1' elf-symbol-id='_PyWeakref_RefType'/>
<var-decl name='_PyWeakref_ProxyType' type-id='type-id-112' mangled-name='_PyWeakref_ProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='12' column='1' elf-symbol-id='_PyWeakref_ProxyType'/>
<var-decl name='_PyWeakref_CallableProxyType' type-id='type-id-112' mangled-name='_PyWeakref_CallableProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='13' column='1' elf-symbol-id='_PyWeakref_CallableProxyType'/>
@@ -11042,7 +11058,7 @@
<parameter type-id='type-id-14' name='callback' filepath='Objects/weakrefobject.c' line='789' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <class-decl name='_PyWeakReference' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='8' column='1' id='type-id-585'>
+ <class-decl name='_PyWeakReference' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='8' column='1' id='type-id-588'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>
</data-member>
@@ -11056,27 +11072,27 @@
<var-decl name='hash' type-id='type-id-159' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='23' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='wr_prev' type-id='type-id-586' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>
+ <var-decl name='wr_prev' type-id='type-id-589' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='wr_next' type-id='type-id-586' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='31' column='1'/>
+ <var-decl name='wr_next' type-id='type-id-589' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='31' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<var-decl name='vectorcall' type-id='type-id-106' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyWeakReference' type-id='type-id-585' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-587'/>
- <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-586'/>
+ <typedef-decl name='PyWeakReference' type-id='type-id-588' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-590'/>
+ <pointer-type-def type-id='type-id-590' size-in-bits='64' id='type-id-589'/>
<function-decl name='_PyWeakref_ClearRef' mangled-name='_PyWeakref_ClearRef' filepath='Objects/weakrefobject.c' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_ClearRef'>
- <parameter type-id='type-id-586' name='self' filepath='Objects/weakrefobject.c' line='93' column='1'/>
+ <parameter type-id='type-id-589' name='self' filepath='Objects/weakrefobject.c' line='93' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyWeakref_GetWeakrefCount' mangled-name='_PyWeakref_GetWeakrefCount' filepath='Objects/weakrefobject.c' line='11' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_GetWeakrefCount'>
- <parameter type-id='type-id-586' name='head' filepath='Objects/weakrefobject.c' line='11' column='1'/>
+ <parameter type-id='type-id-589' name='head' filepath='Objects/weakrefobject.c' line='11' column='1'/>
<return type-id='type-id-36'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/_warnings.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/_warnings.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyWarnings_Init' mangled-name='_PyWarnings_Init' filepath='Python/_warnings.c' line='1406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWarnings_Init'>
<return type-id='type-id-14'/>
</function-decl>
@@ -11129,22 +11145,22 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/Python-ast.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/Python-ast.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__ast' mangled-name='PyInit__ast' filepath='Python/Python-ast.c' line='12225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__ast'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__tokenize' mangled-name='PyInit__tokenize' filepath='Python/Python-tokenize.c' line='191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__tokenize'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/bltinmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/bltinmodule.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyFilter_Type' type-id='type-id-112' mangled-name='PyFilter_Type' visibility='default' filepath='./Include/bltinmodule.h' line='7' column='1' elf-symbol-id='PyFilter_Type'/>
<var-decl name='PyMap_Type' type-id='type-id-112' mangled-name='PyMap_Type' visibility='default' filepath='./Include/bltinmodule.h' line='8' column='1' elf-symbol-id='PyMap_Type'/>
<var-decl name='PyZip_Type' type-id='type-id-112' mangled-name='PyZip_Type' visibility='default' filepath='./Include/bltinmodule.h' line='9' column='1' elf-symbol-id='PyZip_Type'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/ceval.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/ceval.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='7918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_LeaveRecursiveCall'>
<return type-id='type-id-70'/>
</function-decl>
@@ -11174,7 +11190,7 @@
<parameter type-id='type-id-14' name='ob' filepath='Objects/exceptions.c' line='421' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-588' visibility='default' filepath='./Include/cpython/compile.h' line='26' column='1' id='type-id-589'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-591' visibility='default' filepath='./Include/cpython/compile.h' line='26' column='1' id='type-id-592'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='cf_flags' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='27' column='1'/>
</data-member>
@@ -11182,10 +11198,10 @@
<var-decl name='cf_feature_version' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='28' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyCompilerFlags' type-id='type-id-589' filepath='./Include/cpython/compile.h' line='29' column='1' id='type-id-588'/>
- <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-590'/>
+ <typedef-decl name='PyCompilerFlags' type-id='type-id-592' filepath='./Include/cpython/compile.h' line='29' column='1' id='type-id-591'/>
+ <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-593'/>
<function-decl name='PyEval_MergeCompilerFlags' mangled-name='PyEval_MergeCompilerFlags' filepath='Python/ceval.c' line='7169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_MergeCompilerFlags'>
- <parameter type-id='type-id-590' name='cf' filepath='Python/ceval.c' line='7169' column='1'/>
+ <parameter type-id='type-id-593' name='cf' filepath='Python/ceval.c' line='7169' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyEval_GetGlobals' mangled-name='PyEval_GetGlobals' filepath='Python/ceval.c' line='7158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetGlobals'>
@@ -11195,7 +11211,7 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyEval_GetBuiltinId' mangled-name='_PyEval_GetBuiltinId' filepath='Python/ceval.c' line='7133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetBuiltinId'>
- <parameter type-id='type-id-496' name='name' filepath='Python/ceval.c' line='7133' column='1'/>
+ <parameter type-id='type-id-499' name='name' filepath='Python/ceval.c' line='7133' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyEval_GetBuiltin' mangled-name='_PyEval_GetBuiltin' filepath='Python/ceval.c' line='7119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetBuiltin'>
@@ -11206,14 +11222,14 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyEval_GetFrame' mangled-name='PyEval_GetFrame' filepath='Python/ceval.c' line='7087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>
- <return type-id='type-id-435'/>
+ <return type-id='type-id-438'/>
</function-decl>
<function-decl name='PyEval_SetTrace' mangled-name='PyEval_SetTrace' filepath='Python/ceval.c' line='7007' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTrace'>
<parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7007' column='1'/>
<parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7007' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <class-decl name='_ts' size-in-bits='2880' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='82' column='1' id='type-id-591'>
+ <class-decl name='_ts' size-in-bits='2880' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='82' column='1' id='type-id-594'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='prev' type-id='type-id-10' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>
</data-member>
@@ -11245,7 +11261,7 @@
<var-decl name='tracing_what' type-id='type-id-8' visibility='default' filepath='./Include/cpython/pystate.h' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='cframe' type-id='type-id-592' visibility='default' filepath='./Include/cpython/pystate.h' line='110' column='1'/>
+ <var-decl name='cframe' type-id='type-id-595' visibility='default' filepath='./Include/cpython/pystate.h' line='110' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='c_profilefunc' type-id='type-id-13' visibility='default' filepath='./Include/cpython/pystate.h' line='112' column='1'/>
@@ -11335,7 +11351,7 @@
<var-decl name='root_cframe' type-id='type-id-24' visibility='default' filepath='./Include/cpython/pystate.h' line='202' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-592'/>
+ <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-595'/>
<function-decl name='_PyEval_SetTrace' mangled-name='_PyEval_SetTrace' filepath='Python/ceval.c' line='6975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetTrace'>
<parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='6975' column='1'/>
<parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='6975' column='1'/>
@@ -11375,21 +11391,21 @@
<parameter type-id='type-id-14' name='closure' filepath='Python/ceval.c' line='6436' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
- <typedef-decl name='_PyInterpreterFrame' type-id='type-id-372' filepath='./Include/internal/pycore_frame.h' line='67' column='1' id='type-id-593'/>
- <pointer-type-def type-id='type-id-593' size-in-bits='64' id='type-id-594'/>
+ <typedef-decl name='_PyInterpreterFrame' type-id='type-id-375' filepath='./Include/internal/pycore_frame.h' line='67' column='1' id='type-id-596'/>
+ <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-597'/>
<function-decl name='_PyEval_EvalFrameDefault' mangled-name='_PyEval_EvalFrameDefault' filepath='Python/ceval.c' line='1644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_EvalFrameDefault'>
<parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='1644' column='1'/>
- <parameter type-id='type-id-594' name='frame' filepath='Python/ceval.c' line='1644' column='1'/>
+ <parameter type-id='type-id-597' name='frame' filepath='Python/ceval.c' line='1644' column='1'/>
<parameter type-id='type-id-8' name='throwflag' filepath='Python/ceval.c' line='1644' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='1172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>
- <parameter type-id='type-id-435' name='f' filepath='Python/ceval.c' line='1172' column='1'/>
+ <parameter type-id='type-id-438' name='f' filepath='Python/ceval.c' line='1172' column='1'/>
<parameter type-id='type-id-8' name='throwflag' filepath='Python/ceval.c' line='1172' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='1164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>
- <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyEval_EvalCode' mangled-name='PyEval_EvalCode' filepath='Python/ceval.c' line='1131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalCode'>
@@ -11414,13 +11430,13 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='Py_AddPendingCall' mangled-name='Py_AddPendingCall' filepath='Python/ceval.c' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AddPendingCall'>
- <parameter type-id='type-id-361' name='func' filepath='Python/ceval.c' line='642' column='1'/>
+ <parameter type-id='type-id-364' name='func' filepath='Python/ceval.c' line='642' column='1'/>
<parameter type-id='type-id-18' name='arg' filepath='Python/ceval.c' line='642' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyEval_AddPendingCall' mangled-name='_PyEval_AddPendingCall' filepath='Python/ceval.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_AddPendingCall'>
<parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='623' column='1'/>
- <parameter type-id='type-id-361' name='func' filepath='Python/ceval.c' line='624' column='1'/>
+ <parameter type-id='type-id-364' name='func' filepath='Python/ceval.c' line='624' column='1'/>
<parameter type-id='type-id-18' name='arg' filepath='Python/ceval.c' line='624' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -11471,7 +11487,7 @@
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/codecs.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/codecs.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='Py_hexdigits' type-id='type-id-3' mangled-name='Py_hexdigits' visibility='default' filepath='./Include/codecs.h' line='242' column='1' elf-symbol-id='Py_hexdigits'/>
<function-decl name='PyCodec_NameReplaceErrors' mangled-name='PyCodec_NameReplaceErrors' filepath='Python/codecs.c' line='959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCodec_NameReplaceErrors'>
<parameter type-id='type-id-14' name='exc' filepath='Python/codecs.c' line='959' column='1'/>
@@ -11592,16 +11608,16 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/compile.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/compile.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-448' size-in-bits='2048' id='type-id-595'>
+ <array-type-def dimensions='1' type-id='type-id-451' size-in-bits='2048' id='type-id-598'>
<subrange length='256' type-id='type-id-16' id='type-id-264'/>
</array-type-def>
- <qualified-type-def type-id='type-id-595' const='yes' id='type-id-596'/>
- <var-decl name='_PyOpcode_Caches' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='15' column='1'/>
- <var-decl name='_PyOpcode_Deopt' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='17' column='1'/>
- <var-decl name='_PyOpcode_Original' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='19' column='1'/>
+ <qualified-type-def type-id='type-id-598' const='yes' id='type-id-599'/>
+ <var-decl name='_PyOpcode_Caches' type-id='type-id-599' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='15' column='1'/>
+ <var-decl name='_PyOpcode_Deopt' type-id='type-id-599' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='17' column='1'/>
+ <var-decl name='_PyOpcode_Original' type-id='type-id-599' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='19' column='1'/>
<function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='9351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>
<parameter type-id='type-id-14' name='code' filepath='Python/compile.c' line='9351' column='1'/>
<parameter type-id='type-id-14' name='_unused_consts' filepath='Python/compile.c' line='9351' column='1'/>
@@ -11620,60 +11636,60 @@
<parameter type-id='type-id-8' name='c3' filepath='Parser/token.c' line='194' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <class-decl name='_mod' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1' id='type-id-597'>
+ <class-decl name='_mod' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1' id='type-id-600'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>
+ <var-decl name='kind' type-id='type-id-601' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='v' type-id='type-id-599' visibility='default' filepath='./Include/internal/pycore_ast.h' line='174' column='1'/>
+ <var-decl name='v' type-id='type-id-602' visibility='default' filepath='./Include/internal/pycore_ast.h' line='174' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='151' column='1' id='type-id-598'>
+ <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='151' column='1' id='type-id-601'>
<underlying-type type-id='type-id-126'/>
<enumerator name='Module_kind' value='1'/>
<enumerator name='Interactive_kind' value='2'/>
<enumerator name='Expression_kind' value='3'/>
<enumerator name='FunctionType_kind' value='4'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-599'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-602'>
<data-member access='private'>
- <var-decl name='Module' type-id='type-id-600' visibility='default' filepath='./Include/internal/pycore_ast.h' line='159' column='1'/>
+ <var-decl name='Module' type-id='type-id-603' visibility='default' filepath='./Include/internal/pycore_ast.h' line='159' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Interactive' type-id='type-id-601' visibility='default' filepath='./Include/internal/pycore_ast.h' line='163' column='1'/>
+ <var-decl name='Interactive' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='163' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Expression' type-id='type-id-602' visibility='default' filepath='./Include/internal/pycore_ast.h' line='167' column='1'/>
+ <var-decl name='Expression' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='167' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='FunctionType' type-id='type-id-603' visibility='default' filepath='./Include/internal/pycore_ast.h' line='172' column='1'/>
+ <var-decl name='FunctionType' type-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='172' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='156' column='1' id='type-id-600'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='156' column='1' id='type-id-603'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='157' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='157' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='type_ignores' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='158' column='1'/>
+ <var-decl name='type_ignores' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='158' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='62' column='1' id='type-id-607'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='62' column='1' id='type-id-610'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='63' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='64' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-611' visibility='default' filepath='./Include/internal/pycore_ast.h' line='64' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_stmt' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='185' column='1' id='type-id-609'>
+ <class-decl name='_stmt' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='185' column='1' id='type-id-612'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='186' column='1'/>
+ <var-decl name='kind' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='186' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='v' type-id='type-id-611' visibility='default' filepath='./Include/internal/pycore_ast.h' line='332' column='1'/>
+ <var-decl name='v' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='333' column='1'/>
@@ -11688,7 +11704,7 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='336' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='177' column='1' id='type-id-610'>
+ <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='177' column='1' id='type-id-613'>
<underlying-type type-id='type-id-126'/>
<enumerator name='FunctionDef_kind' value='1'/>
<enumerator name='AsyncFunctionDef_kind' value='2'/>
@@ -11718,144 +11734,144 @@
<enumerator name='Break_kind' value='26'/>
<enumerator name='Continue_kind' value='27'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-611'>
+ <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-614'>
<data-member access='private'>
- <var-decl name='FunctionDef' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='195' column='1'/>
+ <var-decl name='FunctionDef' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='195' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='AsyncFunctionDef' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='204' column='1'/>
+ <var-decl name='AsyncFunctionDef' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='204' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='ClassDef' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='212' column='1'/>
+ <var-decl name='ClassDef' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='212' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Return' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='216' column='1'/>
+ <var-decl name='Return' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='216' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Delete' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='220' column='1'/>
+ <var-decl name='Delete' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='220' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Assign' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='226' column='1'/>
+ <var-decl name='Assign' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='226' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='AugAssign' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='232' column='1'/>
+ <var-decl name='AugAssign' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='232' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='AnnAssign' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='239' column='1'/>
+ <var-decl name='AnnAssign' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='239' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='For' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='247' column='1'/>
+ <var-decl name='For' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='247' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='AsyncFor' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='255' column='1'/>
+ <var-decl name='AsyncFor' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='255' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='While' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='261' column='1'/>
+ <var-decl name='While' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='261' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='If' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='267' column='1'/>
+ <var-decl name='If' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='267' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='With' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='273' column='1'/>
+ <var-decl name='With' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='273' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='AsyncWith' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='279' column='1'/>
+ <var-decl name='AsyncWith' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='279' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Match' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='284' column='1'/>
+ <var-decl name='Match' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='284' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Raise' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='289' column='1'/>
+ <var-decl name='Raise' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='289' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Try' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='296' column='1'/>
+ <var-decl name='Try' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='296' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='TryStar' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='303' column='1'/>
+ <var-decl name='TryStar' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='303' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Assert' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='308' column='1'/>
+ <var-decl name='Assert' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='308' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Import' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='312' column='1'/>
+ <var-decl name='Import' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='312' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='ImportFrom' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='318' column='1'/>
+ <var-decl name='ImportFrom' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='318' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Global' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='322' column='1'/>
+ <var-decl name='Global' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='322' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Nonlocal' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='326' column='1'/>
+ <var-decl name='Nonlocal' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='326' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Expr' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='330' column='1'/>
+ <var-decl name='Expr' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='330' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='188' column='1' id='type-id-612'>
+ <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='188' column='1' id='type-id-615'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='189' column='1'/>
+ <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='189' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='args' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='190' column='1'/>
+ <var-decl name='args' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='190' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='191' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='191' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='decorator_list' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='192' column='1'/>
+ <var-decl name='decorator_list' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='192' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='returns' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='193' column='1'/>
+ <var-decl name='returns' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='193' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='194' column='1'/>
+ <var-decl name='type_comment' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='194' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='identifier' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='13' column='1' id='type-id-629'/>
- <class-decl name='_arguments' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='520' column='1' id='type-id-634'>
+ <typedef-decl name='identifier' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='13' column='1' id='type-id-632'/>
+ <class-decl name='_arguments' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='520' column='1' id='type-id-637'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='posonlyargs' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='521' column='1'/>
+ <var-decl name='posonlyargs' type-id='type-id-638' visibility='default' filepath='./Include/internal/pycore_ast.h' line='521' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='args' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='522' column='1'/>
+ <var-decl name='args' type-id='type-id-638' visibility='default' filepath='./Include/internal/pycore_ast.h' line='522' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='vararg' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='523' column='1'/>
+ <var-decl name='vararg' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='523' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='kwonlyargs' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1'/>
+ <var-decl name='kwonlyargs' type-id='type-id-638' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='kw_defaults' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='525' column='1'/>
+ <var-decl name='kw_defaults' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='525' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='kwarg' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='526' column='1'/>
+ <var-decl name='kwarg' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='526' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='defaults' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='527' column='1'/>
+ <var-decl name='defaults' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='527' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-637' visibility='default' filepath='./Include/internal/pycore_ast.h' line='99' column='1' id='type-id-638'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-640' visibility='default' filepath='./Include/internal/pycore_ast.h' line='99' column='1' id='type-id-641'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='100' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='100' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='100' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='101' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-642' visibility='default' filepath='./Include/internal/pycore_ast.h' line='101' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_arg' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='530' column='1' id='type-id-640'>
+ <class-decl name='_arg' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='530' column='1' id='type-id-643'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='arg' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='531' column='1'/>
+ <var-decl name='arg' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='531' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='annotation' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='532' column='1'/>
+ <var-decl name='annotation' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='532' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='533' column='1'/>
+ <var-decl name='type_comment' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='533' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='534' column='1'/>
@@ -11870,12 +11886,12 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='537' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_expr' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='347' column='1' id='type-id-641'>
+ <class-decl name='_expr' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='347' column='1' id='type-id-644'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-642' visibility='default' filepath='./Include/internal/pycore_ast.h' line='348' column='1'/>
+ <var-decl name='kind' type-id='type-id-645' visibility='default' filepath='./Include/internal/pycore_ast.h' line='348' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='v' type-id='type-id-643' visibility='default' filepath='./Include/internal/pycore_ast.h' line='489' column='1'/>
+ <var-decl name='v' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='489' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='490' column='1'/>
@@ -11890,7 +11906,7 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='493' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='339' column='1' id='type-id-642'>
+ <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='339' column='1' id='type-id-645'>
<underlying-type type-id='type-id-126'/>
<enumerator name='BoolOp_kind' value='1'/>
<enumerator name='NamedExpr_kind' value='2'/>
@@ -11920,143 +11936,143 @@
<enumerator name='Tuple_kind' value='26'/>
<enumerator name='Slice_kind' value='27'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='349' column='1' id='type-id-643'>
+ <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='349' column='1' id='type-id-646'>
<data-member access='private'>
- <var-decl name='BoolOp' type-id='type-id-644' visibility='default' filepath='./Include/internal/pycore_ast.h' line='353' column='1'/>
+ <var-decl name='BoolOp' type-id='type-id-647' visibility='default' filepath='./Include/internal/pycore_ast.h' line='353' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='NamedExpr' type-id='type-id-645' visibility='default' filepath='./Include/internal/pycore_ast.h' line='358' column='1'/>
+ <var-decl name='NamedExpr' type-id='type-id-648' visibility='default' filepath='./Include/internal/pycore_ast.h' line='358' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='BinOp' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='364' column='1'/>
+ <var-decl name='BinOp' type-id='type-id-649' visibility='default' filepath='./Include/internal/pycore_ast.h' line='364' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='UnaryOp' type-id='type-id-647' visibility='default' filepath='./Include/internal/pycore_ast.h' line='369' column='1'/>
+ <var-decl name='UnaryOp' type-id='type-id-650' visibility='default' filepath='./Include/internal/pycore_ast.h' line='369' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Lambda' type-id='type-id-648' visibility='default' filepath='./Include/internal/pycore_ast.h' line='374' column='1'/>
+ <var-decl name='Lambda' type-id='type-id-651' visibility='default' filepath='./Include/internal/pycore_ast.h' line='374' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='IfExp' type-id='type-id-649' visibility='default' filepath='./Include/internal/pycore_ast.h' line='380' column='1'/>
+ <var-decl name='IfExp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='380' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Dict' type-id='type-id-650' visibility='default' filepath='./Include/internal/pycore_ast.h' line='385' column='1'/>
+ <var-decl name='Dict' type-id='type-id-653' visibility='default' filepath='./Include/internal/pycore_ast.h' line='385' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Set' type-id='type-id-651' visibility='default' filepath='./Include/internal/pycore_ast.h' line='389' column='1'/>
+ <var-decl name='Set' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='389' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='ListComp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='394' column='1'/>
+ <var-decl name='ListComp' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='394' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='SetComp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='399' column='1'/>
+ <var-decl name='SetComp' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='399' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='DictComp' type-id='type-id-653' visibility='default' filepath='./Include/internal/pycore_ast.h' line='405' column='1'/>
+ <var-decl name='DictComp' type-id='type-id-656' visibility='default' filepath='./Include/internal/pycore_ast.h' line='405' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='GeneratorExp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='410' column='1'/>
+ <var-decl name='GeneratorExp' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='410' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Await' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='414' column='1'/>
+ <var-decl name='Await' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='414' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Yield' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='418' column='1'/>
+ <var-decl name='Yield' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='418' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='YieldFrom' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='422' column='1'/>
+ <var-decl name='YieldFrom' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='422' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Compare' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='428' column='1'/>
+ <var-decl name='Compare' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='428' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Call' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='434' column='1'/>
+ <var-decl name='Call' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='434' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='FormattedValue' type-id='type-id-656' visibility='default' filepath='./Include/internal/pycore_ast.h' line='440' column='1'/>
+ <var-decl name='FormattedValue' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='440' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='JoinedStr' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='444' column='1'/>
+ <var-decl name='JoinedStr' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='444' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Constant' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='449' column='1'/>
+ <var-decl name='Constant' type-id='type-id-661' visibility='default' filepath='./Include/internal/pycore_ast.h' line='449' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Attribute' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='455' column='1'/>
+ <var-decl name='Attribute' type-id='type-id-662' visibility='default' filepath='./Include/internal/pycore_ast.h' line='455' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Subscript' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='461' column='1'/>
+ <var-decl name='Subscript' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='461' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Starred' type-id='type-id-661' visibility='default' filepath='./Include/internal/pycore_ast.h' line='466' column='1'/>
+ <var-decl name='Starred' type-id='type-id-664' visibility='default' filepath='./Include/internal/pycore_ast.h' line='466' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Name' type-id='type-id-662' visibility='default' filepath='./Include/internal/pycore_ast.h' line='471' column='1'/>
+ <var-decl name='Name' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='471' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='List' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='476' column='1'/>
+ <var-decl name='List' type-id='type-id-666' visibility='default' filepath='./Include/internal/pycore_ast.h' line='476' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Tuple' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='481' column='1'/>
+ <var-decl name='Tuple' type-id='type-id-666' visibility='default' filepath='./Include/internal/pycore_ast.h' line='481' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='Slice' type-id='type-id-664' visibility='default' filepath='./Include/internal/pycore_ast.h' line='487' column='1'/>
+ <var-decl name='Slice' type-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='487' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='350' column='1' id='type-id-644'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='350' column='1' id='type-id-647'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='op' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='351' column='1'/>
+ <var-decl name='op' type-id='type-id-668' visibility='default' filepath='./Include/internal/pycore_ast.h' line='351' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='values' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='352' column='1'/>
+ <var-decl name='values' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='352' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-666'>
+ <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-669'>
<underlying-type type-id='type-id-126'/>
<enumerator name='And' value='1'/>
<enumerator name='Or' value='2'/>
</enum-decl>
- <typedef-decl name='boolop_ty' type-id='type-id-666' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-665'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='69' column='1' id='type-id-668'>
+ <typedef-decl name='boolop_ty' type-id='type-id-669' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-668'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-670' visibility='default' filepath='./Include/internal/pycore_ast.h' line='69' column='1' id='type-id-671'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='70' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-669' visibility='default' filepath='./Include/internal/pycore_ast.h' line='71' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-672' visibility='default' filepath='./Include/internal/pycore_ast.h' line='71' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-670'/>
- <typedef-decl name='expr_ty' type-id='type-id-670' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-632'/>
+ <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-673'/>
+ <typedef-decl name='expr_ty' type-id='type-id-673' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-635'/>
- <array-type-def dimensions='1' type-id='type-id-632' size-in-bits='64' id='type-id-669'>
+ <array-type-def dimensions='1' type-id='type-id-635' size-in-bits='64' id='type-id-672'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_expr_seq' type-id='type-id-668' filepath='./Include/internal/pycore_ast.h' line='72' column='1' id='type-id-667'/>
- <pointer-type-def type-id='type-id-667' size-in-bits='64' id='type-id-631'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='355' column='1' id='type-id-645'>
+ <typedef-decl name='asdl_expr_seq' type-id='type-id-671' filepath='./Include/internal/pycore_ast.h' line='72' column='1' id='type-id-670'/>
+ <pointer-type-def type-id='type-id-670' size-in-bits='64' id='type-id-634'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='355' column='1' id='type-id-648'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='356' column='1'/>
+ <var-decl name='target' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='356' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='357' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='357' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='360' column='1' id='type-id-646'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='360' column='1' id='type-id-649'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='left' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='361' column='1'/>
+ <var-decl name='left' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='361' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='op' type-id='type-id-671' visibility='default' filepath='./Include/internal/pycore_ast.h' line='362' column='1'/>
+ <var-decl name='op' type-id='type-id-674' visibility='default' filepath='./Include/internal/pycore_ast.h' line='362' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='right' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='363' column='1'/>
+ <var-decl name='right' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='363' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-672'>
+ <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-675'>
<underlying-type type-id='type-id-126'/>
<enumerator name='Add' value='1'/>
<enumerator name='Sub' value='2'/>
@@ -12072,172 +12088,172 @@
<enumerator name='BitAnd' value='12'/>
<enumerator name='FloorDiv' value='13'/>
</enum-decl>
- <typedef-decl name='operator_ty' type-id='type-id-672' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-671'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='366' column='1' id='type-id-647'>
+ <typedef-decl name='operator_ty' type-id='type-id-675' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-674'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='366' column='1' id='type-id-650'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='op' type-id='type-id-673' visibility='default' filepath='./Include/internal/pycore_ast.h' line='367' column='1'/>
+ <var-decl name='op' type-id='type-id-676' visibility='default' filepath='./Include/internal/pycore_ast.h' line='367' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='operand' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='368' column='1'/>
+ <var-decl name='operand' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='368' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-674'>
+ <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-677'>
<underlying-type type-id='type-id-126'/>
<enumerator name='Invert' value='1'/>
<enumerator name='Not' value='2'/>
<enumerator name='UAdd' value='3'/>
<enumerator name='USub' value='4'/>
</enum-decl>
- <typedef-decl name='unaryop_ty' type-id='type-id-674' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-673'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='371' column='1' id='type-id-648'>
+ <typedef-decl name='unaryop_ty' type-id='type-id-677' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-676'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='371' column='1' id='type-id-651'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='args' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='372' column='1'/>
+ <var-decl name='args' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='372' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='body' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='373' column='1'/>
+ <var-decl name='body' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='373' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-675'/>
- <typedef-decl name='arguments_ty' type-id='type-id-675' filepath='./Include/internal/pycore_ast.h' line='38' column='1' id='type-id-630'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='376' column='1' id='type-id-649'>
+ <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-678'/>
+ <typedef-decl name='arguments_ty' type-id='type-id-678' filepath='./Include/internal/pycore_ast.h' line='38' column='1' id='type-id-633'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='376' column='1' id='type-id-652'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='test' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='377' column='1'/>
+ <var-decl name='test' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='377' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='body' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='378' column='1'/>
+ <var-decl name='body' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='378' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='orelse' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='379' column='1'/>
+ <var-decl name='orelse' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='379' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='382' column='1' id='type-id-650'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='382' column='1' id='type-id-653'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='keys' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='383' column='1'/>
+ <var-decl name='keys' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='383' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='values' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='384' column='1'/>
+ <var-decl name='values' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='384' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='387' column='1' id='type-id-651'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='387' column='1' id='type-id-654'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='elts' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='388' column='1'/>
+ <var-decl name='elts' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='388' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='391' column='1' id='type-id-652'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='391' column='1' id='type-id-655'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='elt' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='392' column='1'/>
+ <var-decl name='elt' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='392' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='generators' type-id='type-id-676' visibility='default' filepath='./Include/internal/pycore_ast.h' line='393' column='1'/>
+ <var-decl name='generators' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='393' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-677' visibility='default' filepath='./Include/internal/pycore_ast.h' line='76' column='1' id='type-id-678'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='76' column='1' id='type-id-681'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='77' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='78' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='78' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_comprehension' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='496' column='1' id='type-id-680'>
+ <class-decl name='_comprehension' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='496' column='1' id='type-id-683'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='497' column='1'/>
+ <var-decl name='target' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='497' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='iter' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='498' column='1'/>
+ <var-decl name='iter' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='498' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ifs' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='499' column='1'/>
+ <var-decl name='ifs' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='499' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='is_async' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='500' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-681'/>
- <typedef-decl name='comprehension_ty' type-id='type-id-681' filepath='./Include/internal/pycore_ast.h' line='34' column='1' id='type-id-682'/>
+ <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-684'/>
+ <typedef-decl name='comprehension_ty' type-id='type-id-684' filepath='./Include/internal/pycore_ast.h' line='34' column='1' id='type-id-685'/>
- <array-type-def dimensions='1' type-id='type-id-682' size-in-bits='64' id='type-id-679'>
+ <array-type-def dimensions='1' type-id='type-id-685' size-in-bits='64' id='type-id-682'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_comprehension_seq' type-id='type-id-678' filepath='./Include/internal/pycore_ast.h' line='79' column='1' id='type-id-677'/>
- <pointer-type-def type-id='type-id-677' size-in-bits='64' id='type-id-676'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='401' column='1' id='type-id-653'>
+ <typedef-decl name='asdl_comprehension_seq' type-id='type-id-681' filepath='./Include/internal/pycore_ast.h' line='79' column='1' id='type-id-680'/>
+ <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-679'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='401' column='1' id='type-id-656'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='key' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='402' column='1'/>
+ <var-decl name='key' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='402' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='403' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='403' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='generators' type-id='type-id-676' visibility='default' filepath='./Include/internal/pycore_ast.h' line='404' column='1'/>
+ <var-decl name='generators' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='404' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='412' column='1' id='type-id-614'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='412' column='1' id='type-id-617'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='413' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='413' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='424' column='1' id='type-id-654'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='424' column='1' id='type-id-657'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='left' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='425' column='1'/>
+ <var-decl name='left' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='425' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='ops' type-id='type-id-683' visibility='default' filepath='./Include/internal/pycore_ast.h' line='426' column='1'/>
+ <var-decl name='ops' type-id='type-id-686' visibility='default' filepath='./Include/internal/pycore_ast.h' line='426' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='comparators' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='427' column='1'/>
+ <var-decl name='comparators' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='427' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-684' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='42' column='1' id='type-id-685'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-687' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='42' column='1' id='type-id-688'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-686' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-689' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='32' id='type-id-686'>
+ <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='32' id='type-id-689'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_int_seq' type-id='type-id-685' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-684'/>
- <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-683'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='430' column='1' id='type-id-655'>
+ <typedef-decl name='asdl_int_seq' type-id='type-id-688' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-687'/>
+ <pointer-type-def type-id='type-id-687' size-in-bits='64' id='type-id-686'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='430' column='1' id='type-id-658'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='func' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='431' column='1'/>
+ <var-decl name='func' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='args' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='432' column='1'/>
+ <var-decl name='args' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='432' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='keywords' type-id='type-id-687' visibility='default' filepath='./Include/internal/pycore_ast.h' line='433' column='1'/>
+ <var-decl name='keywords' type-id='type-id-690' visibility='default' filepath='./Include/internal/pycore_ast.h' line='433' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-688' visibility='default' filepath='./Include/internal/pycore_ast.h' line='106' column='1' id='type-id-689'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_ast.h' line='106' column='1' id='type-id-692'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='107' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='107' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='107' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-690' visibility='default' filepath='./Include/internal/pycore_ast.h' line='108' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_ast.h' line='108' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_keyword' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='540' column='1' id='type-id-691'>
+ <class-decl name='_keyword' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='540' column='1' id='type-id-694'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='arg' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='541' column='1'/>
+ <var-decl name='arg' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='541' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='542' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='542' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='543' column='1'/>
@@ -12252,277 +12268,277 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='546' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-692'/>
- <typedef-decl name='keyword_ty' type-id='type-id-692' filepath='./Include/internal/pycore_ast.h' line='42' column='1' id='type-id-693'/>
+ <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-695'/>
+ <typedef-decl name='keyword_ty' type-id='type-id-695' filepath='./Include/internal/pycore_ast.h' line='42' column='1' id='type-id-696'/>
- <array-type-def dimensions='1' type-id='type-id-693' size-in-bits='64' id='type-id-690'>
+ <array-type-def dimensions='1' type-id='type-id-696' size-in-bits='64' id='type-id-693'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_keyword_seq' type-id='type-id-689' filepath='./Include/internal/pycore_ast.h' line='109' column='1' id='type-id-688'/>
- <pointer-type-def type-id='type-id-688' size-in-bits='64' id='type-id-687'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='436' column='1' id='type-id-656'>
+ <typedef-decl name='asdl_keyword_seq' type-id='type-id-692' filepath='./Include/internal/pycore_ast.h' line='109' column='1' id='type-id-691'/>
+ <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-690'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='436' column='1' id='type-id-659'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='437' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='437' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='conversion' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='438' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='format_spec' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='439' column='1'/>
+ <var-decl name='format_spec' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='439' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='442' column='1' id='type-id-657'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='442' column='1' id='type-id-660'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='values' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='443' column='1'/>
+ <var-decl name='values' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='443' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='446' column='1' id='type-id-658'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='446' column='1' id='type-id-661'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-694' visibility='default' filepath='./Include/internal/pycore_ast.h' line='447' column='1'/>
+ <var-decl name='value' type-id='type-id-697' visibility='default' filepath='./Include/internal/pycore_ast.h' line='447' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='kind' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='448' column='1'/>
+ <var-decl name='kind' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='448' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='constant' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='16' column='1' id='type-id-694'/>
- <typedef-decl name='string' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='14' column='1' id='type-id-633'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='451' column='1' id='type-id-659'>
+ <typedef-decl name='constant' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='16' column='1' id='type-id-697'/>
+ <typedef-decl name='string' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='14' column='1' id='type-id-636'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='451' column='1' id='type-id-662'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='452' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='452' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='attr' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='453' column='1'/>
+ <var-decl name='attr' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='453' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='454' column='1'/>
+ <var-decl name='ctx' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='454' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-696'>
+ <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-699'>
<underlying-type type-id='type-id-126'/>
<enumerator name='Load' value='1'/>
<enumerator name='Store' value='2'/>
<enumerator name='Del' value='3'/>
</enum-decl>
- <typedef-decl name='expr_context_ty' type-id='type-id-696' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-695'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='457' column='1' id='type-id-660'>
+ <typedef-decl name='expr_context_ty' type-id='type-id-699' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-698'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='457' column='1' id='type-id-663'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='458' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='458' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='slice' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='459' column='1'/>
+ <var-decl name='slice' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='459' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='460' column='1'/>
+ <var-decl name='ctx' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='460' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='463' column='1' id='type-id-661'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='463' column='1' id='type-id-664'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='464' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='464' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='465' column='1'/>
+ <var-decl name='ctx' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='465' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='468' column='1' id='type-id-662'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='468' column='1' id='type-id-665'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='id' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='469' column='1'/>
+ <var-decl name='id' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='469' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='470' column='1'/>
+ <var-decl name='ctx' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='470' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='473' column='1' id='type-id-663'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='473' column='1' id='type-id-666'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='elts' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='474' column='1'/>
+ <var-decl name='elts' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='474' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='475' column='1'/>
+ <var-decl name='ctx' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='475' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='483' column='1' id='type-id-664'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='483' column='1' id='type-id-667'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='lower' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='484' column='1'/>
+ <var-decl name='lower' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='484' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='upper' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='485' column='1'/>
+ <var-decl name='upper' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='485' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='step' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='486' column='1'/>
+ <var-decl name='step' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='486' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-697'/>
- <typedef-decl name='arg_ty' type-id='type-id-697' filepath='./Include/internal/pycore_ast.h' line='40' column='1' id='type-id-636'/>
+ <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-700'/>
+ <typedef-decl name='arg_ty' type-id='type-id-700' filepath='./Include/internal/pycore_ast.h' line='40' column='1' id='type-id-639'/>
- <array-type-def dimensions='1' type-id='type-id-636' size-in-bits='64' id='type-id-639'>
+ <array-type-def dimensions='1' type-id='type-id-639' size-in-bits='64' id='type-id-642'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_arg_seq' type-id='type-id-638' filepath='./Include/internal/pycore_ast.h' line='102' column='1' id='type-id-637'/>
- <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-635'/>
- <typedef-decl name='asdl_stmt_seq' type-id='type-id-607' filepath='./Include/internal/pycore_ast.h' line='65' column='1' id='type-id-606'/>
- <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-604'/>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='206' column='1' id='type-id-613'>
+ <typedef-decl name='asdl_arg_seq' type-id='type-id-641' filepath='./Include/internal/pycore_ast.h' line='102' column='1' id='type-id-640'/>
+ <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-638'/>
+ <typedef-decl name='asdl_stmt_seq' type-id='type-id-610' filepath='./Include/internal/pycore_ast.h' line='65' column='1' id='type-id-609'/>
+ <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-607'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='206' column='1' id='type-id-616'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='207' column='1'/>
+ <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='bases' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='208' column='1'/>
+ <var-decl name='bases' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='208' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='keywords' type-id='type-id-687' visibility='default' filepath='./Include/internal/pycore_ast.h' line='209' column='1'/>
+ <var-decl name='keywords' type-id='type-id-690' visibility='default' filepath='./Include/internal/pycore_ast.h' line='209' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='210' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='210' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='decorator_list' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='211' column='1'/>
+ <var-decl name='decorator_list' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='211' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='218' column='1' id='type-id-615'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='218' column='1' id='type-id-618'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='targets' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='219' column='1'/>
+ <var-decl name='targets' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='219' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='222' column='1' id='type-id-616'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='222' column='1' id='type-id-619'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='targets' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='223' column='1'/>
+ <var-decl name='targets' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='223' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='224' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='224' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='225' column='1'/>
+ <var-decl name='type_comment' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='225' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='228' column='1' id='type-id-617'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='228' column='1' id='type-id-620'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='229' column='1'/>
+ <var-decl name='target' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='229' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='op' type-id='type-id-671' visibility='default' filepath='./Include/internal/pycore_ast.h' line='230' column='1'/>
+ <var-decl name='op' type-id='type-id-674' visibility='default' filepath='./Include/internal/pycore_ast.h' line='230' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='231' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='231' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='234' column='1' id='type-id-618'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='234' column='1' id='type-id-621'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='235' column='1'/>
+ <var-decl name='target' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='235' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='annotation' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='236' column='1'/>
+ <var-decl name='annotation' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='236' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='237' column='1'/>
+ <var-decl name='value' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='237' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='simple' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='238' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='241' column='1' id='type-id-619'>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='241' column='1' id='type-id-622'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='242' column='1'/>
+ <var-decl name='target' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='242' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='iter' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='243' column='1'/>
+ <var-decl name='iter' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='243' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='244' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='244' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='orelse' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='245' column='1'/>
+ <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='245' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='246' column='1'/>
+ <var-decl name='type_comment' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='246' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='257' column='1' id='type-id-620'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='257' column='1' id='type-id-623'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='test' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='258' column='1'/>
+ <var-decl name='test' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='258' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='259' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='259' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='orelse' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='260' column='1'/>
+ <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='260' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='269' column='1' id='type-id-621'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='269' column='1' id='type-id-624'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='items' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='270' column='1'/>
+ <var-decl name='items' type-id='type-id-701' visibility='default' filepath='./Include/internal/pycore_ast.h' line='270' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='271' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='271' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='272' column='1'/>
+ <var-decl name='type_comment' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='272' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-699' visibility='default' filepath='./Include/internal/pycore_ast.h' line='120' column='1' id='type-id-700'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-702' visibility='default' filepath='./Include/internal/pycore_ast.h' line='120' column='1' id='type-id-703'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='121' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='121' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='121' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-701' visibility='default' filepath='./Include/internal/pycore_ast.h' line='122' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-704' visibility='default' filepath='./Include/internal/pycore_ast.h' line='122' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_withitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='558' column='1' id='type-id-702'>
+ <class-decl name='_withitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='558' column='1' id='type-id-705'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='context_expr' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='559' column='1'/>
+ <var-decl name='context_expr' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='559' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='optional_vars' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='560' column='1'/>
+ <var-decl name='optional_vars' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='560' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-703'/>
- <typedef-decl name='withitem_ty' type-id='type-id-703' filepath='./Include/internal/pycore_ast.h' line='46' column='1' id='type-id-704'/>
+ <pointer-type-def type-id='type-id-705' size-in-bits='64' id='type-id-706'/>
+ <typedef-decl name='withitem_ty' type-id='type-id-706' filepath='./Include/internal/pycore_ast.h' line='46' column='1' id='type-id-707'/>
- <array-type-def dimensions='1' type-id='type-id-704' size-in-bits='64' id='type-id-701'>
+ <array-type-def dimensions='1' type-id='type-id-707' size-in-bits='64' id='type-id-704'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_withitem_seq' type-id='type-id-700' filepath='./Include/internal/pycore_ast.h' line='123' column='1' id='type-id-699'/>
- <pointer-type-def type-id='type-id-699' size-in-bits='64' id='type-id-698'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='281' column='1' id='type-id-622'>
+ <typedef-decl name='asdl_withitem_seq' type-id='type-id-703' filepath='./Include/internal/pycore_ast.h' line='123' column='1' id='type-id-702'/>
+ <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-701'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='281' column='1' id='type-id-625'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='subject' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='282' column='1'/>
+ <var-decl name='subject' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='282' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='cases' type-id='type-id-705' visibility='default' filepath='./Include/internal/pycore_ast.h' line='283' column='1'/>
+ <var-decl name='cases' type-id='type-id-708' visibility='default' filepath='./Include/internal/pycore_ast.h' line='283' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-706' visibility='default' filepath='./Include/internal/pycore_ast.h' line='127' column='1' id='type-id-707'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-709' visibility='default' filepath='./Include/internal/pycore_ast.h' line='127' column='1' id='type-id-710'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='128' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='128' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='128' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-708' visibility='default' filepath='./Include/internal/pycore_ast.h' line='129' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-711' visibility='default' filepath='./Include/internal/pycore_ast.h' line='129' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_match_case' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='563' column='1' id='type-id-709'>
+ <class-decl name='_match_case' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='563' column='1' id='type-id-712'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='pattern' type-id='type-id-710' visibility='default' filepath='./Include/internal/pycore_ast.h' line='564' column='1'/>
+ <var-decl name='pattern' type-id='type-id-713' visibility='default' filepath='./Include/internal/pycore_ast.h' line='564' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='guard' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='565' column='1'/>
+ <var-decl name='guard' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='565' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='566' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='566' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_pattern' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='573' column='1' id='type-id-711'>
+ <class-decl name='_pattern' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='573' column='1' id='type-id-714'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-712' visibility='default' filepath='./Include/internal/pycore_ast.h' line='574' column='1'/>
+ <var-decl name='kind' type-id='type-id-715' visibility='default' filepath='./Include/internal/pycore_ast.h' line='574' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='v' type-id='type-id-713' visibility='default' filepath='./Include/internal/pycore_ast.h' line='614' column='1'/>
+ <var-decl name='v' type-id='type-id-716' visibility='default' filepath='./Include/internal/pycore_ast.h' line='614' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='615' column='1'/>
@@ -12537,7 +12553,7 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='618' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='569' column='1' id='type-id-712'>
+ <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='569' column='1' id='type-id-715'>
<underlying-type type-id='type-id-126'/>
<enumerator name='MatchValue_kind' value='1'/>
<enumerator name='MatchSingleton_kind' value='2'/>
@@ -12548,161 +12564,161 @@
<enumerator name='MatchAs_kind' value='7'/>
<enumerator name='MatchOr_kind' value='8'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='256' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='575' column='1' id='type-id-713'>
+ <union-decl name='__anonymous_union__' size-in-bits='256' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='575' column='1' id='type-id-716'>
<data-member access='private'>
- <var-decl name='MatchValue' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='578' column='1'/>
+ <var-decl name='MatchValue' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='578' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchSingleton' type-id='type-id-714' visibility='default' filepath='./Include/internal/pycore_ast.h' line='582' column='1'/>
+ <var-decl name='MatchSingleton' type-id='type-id-717' visibility='default' filepath='./Include/internal/pycore_ast.h' line='582' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchSequence' type-id='type-id-715' visibility='default' filepath='./Include/internal/pycore_ast.h' line='586' column='1'/>
+ <var-decl name='MatchSequence' type-id='type-id-718' visibility='default' filepath='./Include/internal/pycore_ast.h' line='586' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchMapping' type-id='type-id-716' visibility='default' filepath='./Include/internal/pycore_ast.h' line='592' column='1'/>
+ <var-decl name='MatchMapping' type-id='type-id-719' visibility='default' filepath='./Include/internal/pycore_ast.h' line='592' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchClass' type-id='type-id-717' visibility='default' filepath='./Include/internal/pycore_ast.h' line='599' column='1'/>
+ <var-decl name='MatchClass' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='599' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchStar' type-id='type-id-718' visibility='default' filepath='./Include/internal/pycore_ast.h' line='603' column='1'/>
+ <var-decl name='MatchStar' type-id='type-id-721' visibility='default' filepath='./Include/internal/pycore_ast.h' line='603' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchAs' type-id='type-id-719' visibility='default' filepath='./Include/internal/pycore_ast.h' line='608' column='1'/>
+ <var-decl name='MatchAs' type-id='type-id-722' visibility='default' filepath='./Include/internal/pycore_ast.h' line='608' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='MatchOr' type-id='type-id-715' visibility='default' filepath='./Include/internal/pycore_ast.h' line='612' column='1'/>
+ <var-decl name='MatchOr' type-id='type-id-718' visibility='default' filepath='./Include/internal/pycore_ast.h' line='612' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='580' column='1' id='type-id-714'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='580' column='1' id='type-id-717'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-694' visibility='default' filepath='./Include/internal/pycore_ast.h' line='581' column='1'/>
+ <var-decl name='value' type-id='type-id-697' visibility='default' filepath='./Include/internal/pycore_ast.h' line='581' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='584' column='1' id='type-id-715'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='584' column='1' id='type-id-718'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='585' column='1'/>
+ <var-decl name='patterns' type-id='type-id-723' visibility='default' filepath='./Include/internal/pycore_ast.h' line='585' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-721' visibility='default' filepath='./Include/internal/pycore_ast.h' line='135' column='1' id='type-id-722'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-724' visibility='default' filepath='./Include/internal/pycore_ast.h' line='135' column='1' id='type-id-725'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='136' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='136' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='136' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-723' visibility='default' filepath='./Include/internal/pycore_ast.h' line='137' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-726' visibility='default' filepath='./Include/internal/pycore_ast.h' line='137' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-724'/>
- <typedef-decl name='pattern_ty' type-id='type-id-724' filepath='./Include/internal/pycore_ast.h' line='50' column='1' id='type-id-710'/>
+ <pointer-type-def type-id='type-id-714' size-in-bits='64' id='type-id-727'/>
+ <typedef-decl name='pattern_ty' type-id='type-id-727' filepath='./Include/internal/pycore_ast.h' line='50' column='1' id='type-id-713'/>
- <array-type-def dimensions='1' type-id='type-id-710' size-in-bits='64' id='type-id-723'>
+ <array-type-def dimensions='1' type-id='type-id-713' size-in-bits='64' id='type-id-726'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_pattern_seq' type-id='type-id-722' filepath='./Include/internal/pycore_ast.h' line='138' column='1' id='type-id-721'/>
- <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-720'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='588' column='1' id='type-id-716'>
+ <typedef-decl name='asdl_pattern_seq' type-id='type-id-725' filepath='./Include/internal/pycore_ast.h' line='138' column='1' id='type-id-724'/>
+ <pointer-type-def type-id='type-id-724' size-in-bits='64' id='type-id-723'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='588' column='1' id='type-id-719'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='keys' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='589' column='1'/>
+ <var-decl name='keys' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='589' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='590' column='1'/>
+ <var-decl name='patterns' type-id='type-id-723' visibility='default' filepath='./Include/internal/pycore_ast.h' line='590' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='rest' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='591' column='1'/>
+ <var-decl name='rest' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='591' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='594' column='1' id='type-id-717'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='594' column='1' id='type-id-720'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='cls' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='595' column='1'/>
+ <var-decl name='cls' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='595' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='596' column='1'/>
+ <var-decl name='patterns' type-id='type-id-723' visibility='default' filepath='./Include/internal/pycore_ast.h' line='596' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='kwd_attrs' type-id='type-id-725' visibility='default' filepath='./Include/internal/pycore_ast.h' line='597' column='1'/>
+ <var-decl name='kwd_attrs' type-id='type-id-728' visibility='default' filepath='./Include/internal/pycore_ast.h' line='597' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='kwd_patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='598' column='1'/>
+ <var-decl name='kwd_patterns' type-id='type-id-723' visibility='default' filepath='./Include/internal/pycore_ast.h' line='598' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-726' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='37' column='1' id='type-id-727'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-729' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='37' column='1' id='type-id-730'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='asdl_identifier_seq' type-id='type-id-727' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-726'/>
- <pointer-type-def type-id='type-id-726' size-in-bits='64' id='type-id-725'/>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='601' column='1' id='type-id-718'>
+ <typedef-decl name='asdl_identifier_seq' type-id='type-id-730' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-729'/>
+ <pointer-type-def type-id='type-id-729' size-in-bits='64' id='type-id-728'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='601' column='1' id='type-id-721'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='602' column='1'/>
+ <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='602' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='605' column='1' id='type-id-719'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='605' column='1' id='type-id-722'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='pattern' type-id='type-id-710' visibility='default' filepath='./Include/internal/pycore_ast.h' line='606' column='1'/>
+ <var-decl name='pattern' type-id='type-id-713' visibility='default' filepath='./Include/internal/pycore_ast.h' line='606' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='607' column='1'/>
+ <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='607' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-728'/>
- <typedef-decl name='match_case_ty' type-id='type-id-728' filepath='./Include/internal/pycore_ast.h' line='48' column='1' id='type-id-729'/>
+ <pointer-type-def type-id='type-id-712' size-in-bits='64' id='type-id-731'/>
+ <typedef-decl name='match_case_ty' type-id='type-id-731' filepath='./Include/internal/pycore_ast.h' line='48' column='1' id='type-id-732'/>
- <array-type-def dimensions='1' type-id='type-id-729' size-in-bits='64' id='type-id-708'>
+ <array-type-def dimensions='1' type-id='type-id-732' size-in-bits='64' id='type-id-711'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_match_case_seq' type-id='type-id-707' filepath='./Include/internal/pycore_ast.h' line='130' column='1' id='type-id-706'/>
- <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-705'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='286' column='1' id='type-id-623'>
+ <typedef-decl name='asdl_match_case_seq' type-id='type-id-710' filepath='./Include/internal/pycore_ast.h' line='130' column='1' id='type-id-709'/>
+ <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-708'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='286' column='1' id='type-id-626'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='exc' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='287' column='1'/>
+ <var-decl name='exc' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='cause' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='288' column='1'/>
+ <var-decl name='cause' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='288' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='291' column='1' id='type-id-624'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='291' column='1' id='type-id-627'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='292' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='292' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='handlers' type-id='type-id-730' visibility='default' filepath='./Include/internal/pycore_ast.h' line='293' column='1'/>
+ <var-decl name='handlers' type-id='type-id-733' visibility='default' filepath='./Include/internal/pycore_ast.h' line='293' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='orelse' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='294' column='1'/>
+ <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='294' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='finalbody' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='295' column='1'/>
+ <var-decl name='finalbody' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='295' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-731' visibility='default' filepath='./Include/internal/pycore_ast.h' line='84' column='1' id='type-id-732'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-734' visibility='default' filepath='./Include/internal/pycore_ast.h' line='84' column='1' id='type-id-735'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='85' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-733' visibility='default' filepath='./Include/internal/pycore_ast.h' line='86' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-736' visibility='default' filepath='./Include/internal/pycore_ast.h' line='86' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='504' column='1' id='type-id-734'>
+ <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='504' column='1' id='type-id-737'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-735' visibility='default' filepath='./Include/internal/pycore_ast.h' line='505' column='1'/>
+ <var-decl name='kind' type-id='type-id-738' visibility='default' filepath='./Include/internal/pycore_ast.h' line='505' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='v' type-id='type-id-736' visibility='default' filepath='./Include/internal/pycore_ast.h' line='513' column='1'/>
+ <var-decl name='v' type-id='type-id-739' visibility='default' filepath='./Include/internal/pycore_ast.h' line='513' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='514' column='1'/>
@@ -12717,65 +12733,65 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='517' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='503' column='1' id='type-id-735'>
+ <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='503' column='1' id='type-id-738'>
<underlying-type type-id='type-id-126'/>
<enumerator name='ExceptHandler_kind' value='1'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='506' column='1' id='type-id-736'>
+ <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='506' column='1' id='type-id-739'>
<data-member access='private'>
- <var-decl name='ExceptHandler' type-id='type-id-737' visibility='default' filepath='./Include/internal/pycore_ast.h' line='511' column='1'/>
+ <var-decl name='ExceptHandler' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='511' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='507' column='1' id='type-id-737'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='507' column='1' id='type-id-740'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='type' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='508' column='1'/>
+ <var-decl name='type' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='508' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='509' column='1'/>
+ <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='509' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='510' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='510' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-738'/>
- <typedef-decl name='excepthandler_ty' type-id='type-id-738' filepath='./Include/internal/pycore_ast.h' line='36' column='1' id='type-id-739'/>
+ <pointer-type-def type-id='type-id-737' size-in-bits='64' id='type-id-741'/>
+ <typedef-decl name='excepthandler_ty' type-id='type-id-741' filepath='./Include/internal/pycore_ast.h' line='36' column='1' id='type-id-742'/>
- <array-type-def dimensions='1' type-id='type-id-739' size-in-bits='64' id='type-id-733'>
+ <array-type-def dimensions='1' type-id='type-id-742' size-in-bits='64' id='type-id-736'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_excepthandler_seq' type-id='type-id-732' filepath='./Include/internal/pycore_ast.h' line='87' column='1' id='type-id-731'/>
- <pointer-type-def type-id='type-id-731' size-in-bits='64' id='type-id-730'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='305' column='1' id='type-id-625'>
+ <typedef-decl name='asdl_excepthandler_seq' type-id='type-id-735' filepath='./Include/internal/pycore_ast.h' line='87' column='1' id='type-id-734'/>
+ <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-733'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='305' column='1' id='type-id-628'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='test' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='306' column='1'/>
+ <var-decl name='test' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='306' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='msg' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='307' column='1'/>
+ <var-decl name='msg' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='307' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='310' column='1' id='type-id-626'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='310' column='1' id='type-id-629'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='names' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='311' column='1'/>
+ <var-decl name='names' type-id='type-id-743' visibility='default' filepath='./Include/internal/pycore_ast.h' line='311' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-741' visibility='default' filepath='./Include/internal/pycore_ast.h' line='113' column='1' id='type-id-742'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-744' visibility='default' filepath='./Include/internal/pycore_ast.h' line='113' column='1' id='type-id-745'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='114' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='114' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='114' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-743' visibility='default' filepath='./Include/internal/pycore_ast.h' line='115' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-746' visibility='default' filepath='./Include/internal/pycore_ast.h' line='115' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_alias' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='549' column='1' id='type-id-744'>
+ <class-decl name='_alias' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='549' column='1' id='type-id-747'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='550' column='1'/>
+ <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='550' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='asname' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='551' column='1'/>
+ <var-decl name='asname' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='551' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='552' column='1'/>
@@ -12790,116 +12806,116 @@
<var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='555' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-745'/>
- <typedef-decl name='alias_ty' type-id='type-id-745' filepath='./Include/internal/pycore_ast.h' line='44' column='1' id='type-id-746'/>
+ <pointer-type-def type-id='type-id-747' size-in-bits='64' id='type-id-748'/>
+ <typedef-decl name='alias_ty' type-id='type-id-748' filepath='./Include/internal/pycore_ast.h' line='44' column='1' id='type-id-749'/>
- <array-type-def dimensions='1' type-id='type-id-746' size-in-bits='64' id='type-id-743'>
+ <array-type-def dimensions='1' type-id='type-id-749' size-in-bits='64' id='type-id-746'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_alias_seq' type-id='type-id-742' filepath='./Include/internal/pycore_ast.h' line='116' column='1' id='type-id-741'/>
- <pointer-type-def type-id='type-id-741' size-in-bits='64' id='type-id-740'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='314' column='1' id='type-id-627'>
+ <typedef-decl name='asdl_alias_seq' type-id='type-id-745' filepath='./Include/internal/pycore_ast.h' line='116' column='1' id='type-id-744'/>
+ <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-743'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='314' column='1' id='type-id-630'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='module' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='315' column='1'/>
+ <var-decl name='module' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='315' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='names' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='316' column='1'/>
+ <var-decl name='names' type-id='type-id-743' visibility='default' filepath='./Include/internal/pycore_ast.h' line='316' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='level' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='317' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='320' column='1' id='type-id-628'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='320' column='1' id='type-id-631'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='names' type-id='type-id-725' visibility='default' filepath='./Include/internal/pycore_ast.h' line='321' column='1'/>
+ <var-decl name='names' type-id='type-id-728' visibility='default' filepath='./Include/internal/pycore_ast.h' line='321' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-747'/>
- <typedef-decl name='stmt_ty' type-id='type-id-747' filepath='./Include/internal/pycore_ast.h' line='17' column='1' id='type-id-748'/>
+ <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-750'/>
+ <typedef-decl name='stmt_ty' type-id='type-id-750' filepath='./Include/internal/pycore_ast.h' line='17' column='1' id='type-id-751'/>
- <array-type-def dimensions='1' type-id='type-id-748' size-in-bits='64' id='type-id-608'>
+ <array-type-def dimensions='1' type-id='type-id-751' size-in-bits='64' id='type-id-611'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-749' visibility='default' filepath='./Include/internal/pycore_ast.h' line='142' column='1' id='type-id-750'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-752' visibility='default' filepath='./Include/internal/pycore_ast.h' line='142' column='1' id='type-id-753'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='143' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='143' column='1'/>
+ <var-decl name='elements' type-id='type-id-482' visibility='default' filepath='./Include/internal/pycore_ast.h' line='143' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='typed_elements' type-id='type-id-751' visibility='default' filepath='./Include/internal/pycore_ast.h' line='144' column='1'/>
+ <var-decl name='typed_elements' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_ast.h' line='144' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='622' column='1' id='type-id-752'>
+ <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='622' column='1' id='type-id-755'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-753' visibility='default' filepath='./Include/internal/pycore_ast.h' line='623' column='1'/>
+ <var-decl name='kind' type-id='type-id-756' visibility='default' filepath='./Include/internal/pycore_ast.h' line='623' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='v' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_ast.h' line='630' column='1'/>
+ <var-decl name='v' type-id='type-id-757' visibility='default' filepath='./Include/internal/pycore_ast.h' line='630' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='621' column='1' id='type-id-753'>
+ <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='621' column='1' id='type-id-756'>
<underlying-type type-id='type-id-126'/>
<enumerator name='TypeIgnore_kind' value='1'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='624' column='1' id='type-id-754'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='624' column='1' id='type-id-757'>
<data-member access='private'>
- <var-decl name='TypeIgnore' type-id='type-id-755' visibility='default' filepath='./Include/internal/pycore_ast.h' line='628' column='1'/>
+ <var-decl name='TypeIgnore' type-id='type-id-758' visibility='default' filepath='./Include/internal/pycore_ast.h' line='628' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='625' column='1' id='type-id-755'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='625' column='1' id='type-id-758'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='626' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='tag' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='627' column='1'/>
+ <var-decl name='tag' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='627' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-756'/>
- <typedef-decl name='type_ignore_ty' type-id='type-id-756' filepath='./Include/internal/pycore_ast.h' line='52' column='1' id='type-id-757'/>
+ <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-759'/>
+ <typedef-decl name='type_ignore_ty' type-id='type-id-759' filepath='./Include/internal/pycore_ast.h' line='52' column='1' id='type-id-760'/>
- <array-type-def dimensions='1' type-id='type-id-757' size-in-bits='64' id='type-id-751'>
+ <array-type-def dimensions='1' type-id='type-id-760' size-in-bits='64' id='type-id-754'>
<subrange length='1' type-id='type-id-16' id='type-id-258'/>
</array-type-def>
- <typedef-decl name='asdl_type_ignore_seq' type-id='type-id-750' filepath='./Include/internal/pycore_ast.h' line='145' column='1' id='type-id-749'/>
- <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-605'/>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-601'>
+ <typedef-decl name='asdl_type_ignore_seq' type-id='type-id-753' filepath='./Include/internal/pycore_ast.h' line='145' column='1' id='type-id-752'/>
+ <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-608'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-604'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='162' column='1'/>
+ <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='162' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='165' column='1' id='type-id-602'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='165' column='1' id='type-id-605'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='body' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='166' column='1'/>
+ <var-decl name='body' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='166' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='169' column='1' id='type-id-603'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='169' column='1' id='type-id-606'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='argtypes' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='170' column='1'/>
+ <var-decl name='argtypes' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='170' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='returns' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='171' column='1'/>
+ <var-decl name='returns' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='171' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-758'/>
- <typedef-decl name='mod_ty' type-id='type-id-758' filepath='./Include/internal/pycore_ast.h' line='15' column='1' id='type-id-759'/>
- <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-760'/>
- <typedef-decl name='PyArena' type-id='type-id-760' filepath='./Include/internal/pycore_pyarena.h' line='14' column='1' id='type-id-761'/>
- <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-762'/>
+ <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-761'/>
+ <typedef-decl name='mod_ty' type-id='type-id-761' filepath='./Include/internal/pycore_ast.h' line='15' column='1' id='type-id-762'/>
+ <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-763'/>
+ <typedef-decl name='PyArena' type-id='type-id-763' filepath='./Include/internal/pycore_pyarena.h' line='14' column='1' id='type-id-764'/>
+ <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-765'/>
<function-decl name='_PyAST_Compile' mangled-name='_PyAST_Compile' filepath='Python/compile.c' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAST_Compile'>
- <parameter type-id='type-id-759' name='mod' filepath='Python/compile.c' line='541' column='1'/>
+ <parameter type-id='type-id-762' name='mod' filepath='Python/compile.c' line='541' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/compile.c' line='541' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/compile.c' line='541' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/compile.c' line='541' column='1'/>
<parameter type-id='type-id-8' name='optimize' filepath='Python/compile.c' line='542' column='1'/>
- <parameter type-id='type-id-762' name='arena' filepath='Python/compile.c' line='542' column='1'/>
- <return type-id='type-id-441'/>
+ <parameter type-id='type-id-765' name='arena' filepath='Python/compile.c' line='542' column='1'/>
+ <return type-id='type-id-444'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/context.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/context.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyContext_Type' type-id='type-id-112' mangled-name='PyContext_Type' visibility='default' filepath='./Include/cpython/context.h' line='8' column='1' elf-symbol-id='PyContext_Type'/>
<var-decl name='PyContextVar_Type' type-id='type-id-112' mangled-name='PyContextVar_Type' visibility='default' filepath='./Include/cpython/context.h' line='11' column='1' elf-symbol-id='PyContextVar_Type'/>
<var-decl name='PyContextToken_Type' type-id='type-id-112' mangled-name='PyContextToken_Type' visibility='default' filepath='./Include/cpython/context.h' line='14' column='1' elf-symbol-id='PyContextToken_Type'/>
@@ -12947,7 +12963,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/errors.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/errors.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyErr_ProgramTextObject' mangled-name='PyErr_ProgramTextObject' filepath='Python/errors.c' line='1828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramTextObject'>
<parameter type-id='type-id-14' name='filename' filepath='Python/errors.c' line='1828' column='1'/>
<parameter type-id='type-id-8' name='lineno' filepath='Python/errors.c' line='1828' column='1'/>
@@ -13027,7 +13043,7 @@
<function-decl name='PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_FormatV'>
<parameter type-id='type-id-14' name='exception' filepath='Python/errors.c' line='1087' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/errors.c' line='1087' column='1'/>
- <parameter type-id='type-id-493' name='vargs' filepath='Python/errors.c' line='1087' column='1'/>
+ <parameter type-id='type-id-496' name='vargs' filepath='Python/errors.c' line='1087' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyErr_BadInternalCall' mangled-name='PyErr_BadInternalCall' filepath='Python/errors.c' line='1058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_BadInternalCall'>
@@ -13246,14 +13262,14 @@
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/frozenmain.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/frozenmain.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_FrozenMain' mangled-name='Py_FrozenMain' filepath='Python/frozenmain.c' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FrozenMain'>
<parameter type-id='type-id-8' name='argc' filepath='Python/frozenmain.c' line='16' column='1'/>
- <parameter type-id='type-id-491' name='argv' filepath='Python/frozenmain.c' line='16' column='1'/>
+ <parameter type-id='type-id-494' name='argv' filepath='Python/frozenmain.c' line='16' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/getargs.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/getargs.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyArg_NoKwnames' mangled-name='_PyArg_NoKwnames' filepath='Python/getargs.c' line='2923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_NoKwnames'>
<parameter type-id='type-id-3' name='funcname' filepath='Python/getargs.c' line='2923' column='1'/>
<parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='2923' column='1'/>
@@ -13293,12 +13309,12 @@
<parameter type-id='type-id-36' name='max' filepath='Python/getargs.c' line='2773' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <class-decl name='_PyArg_Parser' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/modsupport.h' line='51' column='1' id='type-id-763'>
+ <class-decl name='_PyArg_Parser' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/modsupport.h' line='51' column='1' id='type-id-766'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='format' type-id='type-id-3' visibility='default' filepath='./Include/cpython/modsupport.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='keywords' type-id='type-id-764' visibility='default' filepath='./Include/cpython/modsupport.h' line='53' column='1'/>
+ <var-decl name='keywords' type-id='type-id-767' visibility='default' filepath='./Include/cpython/modsupport.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='fname' type-id='type-id-3' visibility='default' filepath='./Include/cpython/modsupport.h' line='54' column='1'/>
@@ -13319,17 +13335,17 @@
<var-decl name='kwtuple' type-id='type-id-14' visibility='default' filepath='./Include/cpython/modsupport.h' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='next' type-id='type-id-765' visibility='default' filepath='./Include/cpython/modsupport.h' line='60' column='1'/>
+ <var-decl name='next' type-id='type-id-768' visibility='default' filepath='./Include/cpython/modsupport.h' line='60' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-764'/>
- <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-765'/>
+ <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-767'/>
+ <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-768'/>
<function-decl name='_PyArg_UnpackKeywordsWithVararg' mangled-name='_PyArg_UnpackKeywordsWithVararg' filepath='Python/getargs.c' line='2470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywordsWithVararg'>
<parameter type-id='type-id-200' name='args' filepath='Python/getargs.c' line='2470' column='1'/>
<parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='2470' column='1'/>
<parameter type-id='type-id-14' name='kwargs' filepath='Python/getargs.c' line='2471' column='1'/>
<parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='2471' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='2472' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='2472' column='1'/>
<parameter type-id='type-id-8' name='minpos' filepath='Python/getargs.c' line='2473' column='1'/>
<parameter type-id='type-id-8' name='maxpos' filepath='Python/getargs.c' line='2473' column='1'/>
<parameter type-id='type-id-8' name='minkw' filepath='Python/getargs.c' line='2473' column='1'/>
@@ -13342,7 +13358,7 @@
<parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='2269' column='1'/>
<parameter type-id='type-id-14' name='kwargs' filepath='Python/getargs.c' line='2270' column='1'/>
<parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='2270' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='2271' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='2271' column='1'/>
<parameter type-id='type-id-8' name='minpos' filepath='Python/getargs.c' line='2272' column='1'/>
<parameter type-id='type-id-8' name='maxpos' filepath='Python/getargs.c' line='2272' column='1'/>
<parameter type-id='type-id-8' name='minkw' filepath='Python/getargs.c' line='2272' column='1'/>
@@ -13356,22 +13372,22 @@
<function-decl name='_PyArg_VaParseTupleAndKeywordsFast_SizeT' mangled-name='_PyArg_VaParseTupleAndKeywordsFast_SizeT' filepath='Python/getargs.c' line='1544' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywordsFast_SizeT'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1544' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1544' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArg_VaParseTupleAndKeywordsFast' mangled-name='_PyArg_VaParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1530' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywordsFast'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1544' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1544' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArg_ParseStackAndKeywords_SizeT' mangled-name='_PyArg_ParseStackAndKeywords_SizeT' filepath='Python/getargs.c' line='1516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStackAndKeywords_SizeT'>
<parameter type-id='type-id-200' name='args' filepath='Python/getargs.c' line='1516' column='1'/>
<parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='1516' column='1'/>
<parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='1516' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -13379,21 +13395,21 @@
<parameter type-id='type-id-200' name='args' filepath='Python/getargs.c' line='1516' column='1'/>
<parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='1516' column='1'/>
<parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='1516' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArg_ParseTupleAndKeywordsFast_SizeT' mangled-name='_PyArg_ParseTupleAndKeywordsFast_SizeT' filepath='Python/getargs.c' line='1490' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast_SizeT'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1490' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1490' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArg_ParseTupleAndKeywordsFast' mangled-name='_PyArg_ParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1490' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1490' column='1'/>
- <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
+ <parameter type-id='type-id-768' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -13401,23 +13417,23 @@
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1451' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1452' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1453' column='1'/>
- <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
+ <parameter type-id='type-id-494' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyArg_VaParseTupleAndKeywords' mangled-name='PyArg_VaParseTupleAndKeywords' filepath='Python/getargs.c' line='1426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParseTupleAndKeywords'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1451' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1452' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1453' column='1'/>
- <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
+ <parameter type-id='type-id-494' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArg_ParseTupleAndKeywords_SizeT' mangled-name='_PyArg_ParseTupleAndKeywords_SizeT' filepath='Python/getargs.c' line='1400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywords_SizeT'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1400' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1401' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1402' column='1'/>
- <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
+ <parameter type-id='type-id-494' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -13425,7 +13441,7 @@
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1400' column='1'/>
<parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1401' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1402' column='1'/>
- <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
+ <parameter type-id='type-id-494' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -13439,13 +13455,13 @@
<function-decl name='_PyArg_VaParse_SizeT' mangled-name='_PyArg_VaParse_SizeT' filepath='Python/getargs.c' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParse_SizeT'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='187' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='187' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='187' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/getargs.c' line='187' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyArg_VaParse' mangled-name='PyArg_VaParse' filepath='Python/getargs.c' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParse'>
<parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='187' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='187' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='187' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/getargs.c' line='187' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArg_ParseStack_SizeT' mangled-name='_PyArg_ParseStack_SizeT' filepath='Python/getargs.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStack_SizeT'>
@@ -13487,29 +13503,29 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/getcompiler.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/getcompiler.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_GetCompiler' mangled-name='Py_GetCompiler' filepath='Python/getcompiler.c' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetCompiler'>
<return type-id='type-id-3'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/getcopyright.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/getcopyright.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_GetCopyright' mangled-name='Py_GetCopyright' filepath='Python/getcopyright.c' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetCopyright'>
<return type-id='type-id-3'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Python/getplatform.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Python/getplatform.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_GetPlatform' mangled-name='Py_GetPlatform' filepath='./Python/getplatform.c' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPlatform'>
<return type-id='type-id-3'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/getversion.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <qualified-type-def type-id='type-id-16' const='yes' id='type-id-766'/>
- <var-decl name='Py_Version' type-id='type-id-766' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='66' column='1' elf-symbol-id='Py_Version'/>
+ <abi-instr version='1.0' address-size='64' path='Python/getversion.c' comp-dir-path='/src' language='LANG_C99'>
+ <qualified-type-def type-id='type-id-16' const='yes' id='type-id-769'/>
+ <var-decl name='Py_Version' type-id='type-id-769' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='66' column='1' elf-symbol-id='Py_Version'/>
<function-decl name='Py_GetVersion' mangled-name='Py_GetVersion' filepath='Python/getversion.c' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetVersion'>
<return type-id='type-id-3'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/hamt.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/hamt.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyHamtItems_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>
<var-decl name='_PyHamtKeys_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>
<var-decl name='_PyHamtValues_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>
@@ -13518,8 +13534,8 @@
<var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>
<var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/hashtable.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <class-decl name='_Py_hashtable_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='60' column='1' id='type-id-767'>
+ <abi-instr version='1.0' address-size='64' path='Python/hashtable.c' comp-dir-path='/src' language='LANG_C99'>
+ <class-decl name='_Py_hashtable_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='60' column='1' id='type-id-770'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='nentries' type-id='type-id-54' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='61' column='1'/>
</data-member>
@@ -13527,48 +13543,48 @@
<var-decl name='nbuckets' type-id='type-id-54' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='buckets' type-id='type-id-768' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='63' column='1'/>
+ <var-decl name='buckets' type-id='type-id-771' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='get_entry_func' type-id='type-id-769' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='65' column='1'/>
+ <var-decl name='get_entry_func' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='65' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='hash_func' type-id='type-id-770' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='66' column='1'/>
+ <var-decl name='hash_func' type-id='type-id-773' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='compare_func' type-id='type-id-771' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='67' column='1'/>
+ <var-decl name='compare_func' type-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='67' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='key_destroy_func' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='68' column='1'/>
+ <var-decl name='key_destroy_func' type-id='type-id-775' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='value_destroy_func' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='69' column='1'/>
+ <var-decl name='value_destroy_func' type-id='type-id-775' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='alloc' type-id='type-id-773' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='70' column='1'/>
+ <var-decl name='alloc' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='70' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='17' column='1' id='type-id-775'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-777' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='17' column='1' id='type-id-778'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='head' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='18' column='1'/>
+ <var-decl name='head' type-id='type-id-779' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='18' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_Py_slist_item_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='13' column='1' id='type-id-777'>
+ <class-decl name='_Py_slist_item_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='13' column='1' id='type-id-780'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-778' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='14' column='1'/>
+ <var-decl name='next' type-id='type-id-781' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='14' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-778'/>
- <typedef-decl name='_Py_slist_item_t' type-id='type-id-777' filepath='./Include/internal/pycore_hashtable.h' line='15' column='1' id='type-id-779'/>
- <pointer-type-def type-id='type-id-779' size-in-bits='64' id='type-id-776'/>
- <typedef-decl name='_Py_slist_t' type-id='type-id-775' filepath='./Include/internal/pycore_hashtable.h' line='19' column='1' id='type-id-774'/>
- <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-768'/>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-780' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='28' column='1' id='type-id-781'>
+ <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-781'/>
+ <typedef-decl name='_Py_slist_item_t' type-id='type-id-780' filepath='./Include/internal/pycore_hashtable.h' line='15' column='1' id='type-id-782'/>
+ <pointer-type-def type-id='type-id-782' size-in-bits='64' id='type-id-779'/>
+ <typedef-decl name='_Py_slist_t' type-id='type-id-778' filepath='./Include/internal/pycore_hashtable.h' line='19' column='1' id='type-id-777'/>
+ <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-771'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-783' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='28' column='1' id='type-id-784'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_Py_slist_item' type-id='type-id-779' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='30' column='1'/>
+ <var-decl name='_Py_slist_item' type-id='type-id-782' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='30' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='key_hash' type-id='type-id-782' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='32' column='1'/>
+ <var-decl name='key_hash' type-id='type-id-785' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='key' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='33' column='1'/>
@@ -13577,78 +13593,78 @@
<var-decl name='value' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='34' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='Py_uhash_t' type-id='type-id-54' filepath='./Include/pyport.h' line='179' column='1' id='type-id-782'/>
- <typedef-decl name='_Py_hashtable_entry_t' type-id='type-id-781' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-780'/>
- <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-783'/>
- <typedef-decl name='_Py_hashtable_t' type-id='type-id-767' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-784'/>
- <pointer-type-def type-id='type-id-784' size-in-bits='64' id='type-id-785'/>
- <pointer-type-def type-id='type-id-786' size-in-bits='64' id='type-id-787'/>
- <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-787' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-769'/>
- <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-789'/>
- <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-789' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-770'/>
- <pointer-type-def type-id='type-id-790' size-in-bits='64' id='type-id-791'/>
- <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-791' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-771'/>
- <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-17' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-772'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-773' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-792'>
+ <typedef-decl name='Py_uhash_t' type-id='type-id-54' filepath='./Include/pyport.h' line='193' column='1' id='type-id-785'/>
+ <typedef-decl name='_Py_hashtable_entry_t' type-id='type-id-784' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-783'/>
+ <pointer-type-def type-id='type-id-783' size-in-bits='64' id='type-id-786'/>
+ <typedef-decl name='_Py_hashtable_t' type-id='type-id-770' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-787'/>
+ <pointer-type-def type-id='type-id-787' size-in-bits='64' id='type-id-788'/>
+ <pointer-type-def type-id='type-id-789' size-in-bits='64' id='type-id-790'/>
+ <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-790' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-772'/>
+ <pointer-type-def type-id='type-id-791' size-in-bits='64' id='type-id-792'/>
+ <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-792' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-773'/>
+ <pointer-type-def type-id='type-id-793' size-in-bits='64' id='type-id-794'/>
+ <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-794' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-774'/>
+ <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-17' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-775'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-795'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='malloc' type-id='type-id-793' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='52' column='1'/>
+ <var-decl name='malloc' type-id='type-id-796' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='free' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='55' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-794' size-in-bits='64' id='type-id-793'/>
- <typedef-decl name='_Py_hashtable_allocator_t' type-id='type-id-792' filepath='./Include/internal/pycore_hashtable.h' line='56' column='1' id='type-id-773'/>
+ <pointer-type-def type-id='type-id-797' size-in-bits='64' id='type-id-796'/>
+ <typedef-decl name='_Py_hashtable_allocator_t' type-id='type-id-795' filepath='./Include/internal/pycore_hashtable.h' line='56' column='1' id='type-id-776'/>
<function-decl name='_Py_hashtable_destroy' mangled-name='_Py_hashtable_destroy' filepath='Python/hashtable.c' line='404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_destroy'>
- <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
+ <parameter type-id='type-id-788' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_hashtable_clear' mangled-name='_Py_hashtable_clear' filepath='Python/hashtable.c' line='385' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_clear'>
- <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
+ <parameter type-id='type-id-788' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_hashtable_new' mangled-name='_Py_hashtable_new' filepath='Python/hashtable.c' line='363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_new'>
- <parameter type-id='type-id-770' name='hash_func' filepath='Python/hashtable.c' line='363' column='1'/>
- <parameter type-id='type-id-771' name='compare_func' filepath='Python/hashtable.c' line='364' column='1'/>
- <return type-id='type-id-785'/>
+ <parameter type-id='type-id-773' name='hash_func' filepath='Python/hashtable.c' line='363' column='1'/>
+ <parameter type-id='type-id-774' name='compare_func' filepath='Python/hashtable.c' line='364' column='1'/>
+ <return type-id='type-id-788'/>
</function-decl>
- <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-795'/>
+ <pointer-type-def type-id='type-id-776' size-in-bits='64' id='type-id-798'/>
<function-decl name='_Py_hashtable_new_full' mangled-name='_Py_hashtable_new_full' filepath='Python/hashtable.c' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_new_full'>
- <parameter type-id='type-id-770' name='hash_func' filepath='Python/hashtable.c' line='316' column='1'/>
- <parameter type-id='type-id-771' name='compare_func' filepath='Python/hashtable.c' line='317' column='1'/>
- <parameter type-id='type-id-772' name='key_destroy_func' filepath='Python/hashtable.c' line='318' column='1'/>
- <parameter type-id='type-id-772' name='value_destroy_func' filepath='Python/hashtable.c' line='319' column='1'/>
- <parameter type-id='type-id-795' name='allocator' filepath='Python/hashtable.c' line='320' column='1'/>
- <return type-id='type-id-785'/>
+ <parameter type-id='type-id-773' name='hash_func' filepath='Python/hashtable.c' line='316' column='1'/>
+ <parameter type-id='type-id-774' name='compare_func' filepath='Python/hashtable.c' line='317' column='1'/>
+ <parameter type-id='type-id-775' name='key_destroy_func' filepath='Python/hashtable.c' line='318' column='1'/>
+ <parameter type-id='type-id-775' name='value_destroy_func' filepath='Python/hashtable.c' line='319' column='1'/>
+ <parameter type-id='type-id-798' name='allocator' filepath='Python/hashtable.c' line='320' column='1'/>
+ <return type-id='type-id-788'/>
</function-decl>
- <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-797'/>
- <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-797' filepath='./Include/internal/pycore_hashtable.h' line='96' column='1' id='type-id-798'/>
+ <pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-800'/>
+ <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-800' filepath='./Include/internal/pycore_hashtable.h' line='96' column='1' id='type-id-801'/>
<function-decl name='_Py_hashtable_foreach' mangled-name='_Py_hashtable_foreach' filepath='Python/hashtable.c' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_foreach'>
- <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='261' column='1'/>
- <parameter type-id='type-id-798' name='func' filepath='Python/hashtable.c' line='262' column='1'/>
+ <parameter type-id='type-id-788' name='ht' filepath='Python/hashtable.c' line='261' column='1'/>
+ <parameter type-id='type-id-801' name='func' filepath='Python/hashtable.c' line='262' column='1'/>
<parameter type-id='type-id-18' name='user_data' filepath='Python/hashtable.c' line='263' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_hashtable_get' mangled-name='_Py_hashtable_get' filepath='Python/hashtable.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_get'>
- <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='248' column='1'/>
+ <parameter type-id='type-id-788' name='ht' filepath='Python/hashtable.c' line='248' column='1'/>
<parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='248' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='_Py_hashtable_set' mangled-name='_Py_hashtable_set' filepath='Python/hashtable.c' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_set'>
- <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='209' column='1'/>
+ <parameter type-id='type-id-788' name='ht' filepath='Python/hashtable.c' line='209' column='1'/>
<parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='209' column='1'/>
<parameter type-id='type-id-18' name='value' filepath='Python/hashtable.c' line='209' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_hashtable_steal' mangled-name='_Py_hashtable_steal' filepath='Python/hashtable.c' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_steal'>
- <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='174' column='1'/>
+ <parameter type-id='type-id-788' name='ht' filepath='Python/hashtable.c' line='174' column='1'/>
<parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='174' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
- <qualified-type-def type-id='type-id-784' const='yes' id='type-id-799'/>
- <pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-800'/>
+ <qualified-type-def type-id='type-id-787' const='yes' id='type-id-802'/>
+ <pointer-type-def type-id='type-id-802' size-in-bits='64' id='type-id-803'/>
<function-decl name='_Py_hashtable_size' mangled-name='_Py_hashtable_size' filepath='Python/hashtable.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_size'>
- <parameter type-id='type-id-800' name='ht' filepath='Python/hashtable.c' line='120' column='1'/>
+ <parameter type-id='type-id-803' name='ht' filepath='Python/hashtable.c' line='120' column='1'/>
<return type-id='type-id-54'/>
</function-decl>
<function-decl name='_Py_hashtable_compare_direct' mangled-name='_Py_hashtable_compare_direct' filepath='Python/hashtable.c' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_compare_direct'>
@@ -13658,52 +13674,52 @@
</function-decl>
<function-decl name='_Py_hashtable_hash_ptr' mangled-name='_Py_hashtable_hash_ptr' filepath='Python/hashtable.c' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_hash_ptr'>
<parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='92' column='1'/>
- <return type-id='type-id-782'/>
+ <return type-id='type-id-785'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-786'>
- <parameter type-id='type-id-785'/>
+ <function-type size-in-bits='64' id='type-id-789'>
+ <parameter type-id='type-id-788'/>
<parameter type-id='type-id-18'/>
- <return type-id='type-id-783'/>
+ <return type-id='type-id-786'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-796'>
- <parameter type-id='type-id-785'/>
+ <function-type size-in-bits='64' id='type-id-799'>
+ <parameter type-id='type-id-788'/>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-18'/>
<return type-id='type-id-8'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-790'>
+ <function-type size-in-bits='64' id='type-id-793'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-18'/>
<return type-id='type-id-8'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-788'>
+ <function-type size-in-bits='64' id='type-id-791'>
<parameter type-id='type-id-18'/>
- <return type-id='type-id-782'/>
+ <return type-id='type-id-785'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-794'>
+ <function-type size-in-bits='64' id='type-id-797'>
<parameter type-id='type-id-54'/>
<return type-id='type-id-18'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/import.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='24' column='1' id='type-id-801'>
+ <abi-instr version='1.0' address-size='64' path='Python/import.c' comp-dir-path='/src' language='LANG_C99'>
+ <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='24' column='1' id='type-id-804'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/cpython/import.h' line='25' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='initfunc' type-id='type-id-531' visibility='default' filepath='./Include/cpython/import.h' line='26' column='1'/>
+ <var-decl name='initfunc' type-id='type-id-534' visibility='default' filepath='./Include/cpython/import.h' line='26' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-801' size-in-bits='64' id='type-id-802'/>
- <var-decl name='PyImport_Inittab' type-id='type-id-802' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='28' column='1' elf-symbol-id='PyImport_Inittab'/>
+ <pointer-type-def type-id='type-id-804' size-in-bits='64' id='type-id-805'/>
+ <var-decl name='PyImport_Inittab' type-id='type-id-805' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='28' column='1' elf-symbol-id='PyImport_Inittab'/>
<function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>
<parameter type-id='type-id-3' name='name' filepath='Python/import.c' line='2623' column='1'/>
- <parameter type-id='type-id-531' name='initfunc' filepath='Python/import.c' line='2623' column='1'/>
+ <parameter type-id='type-id-534' name='initfunc' filepath='Python/import.c' line='2623' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyImport_ExtendInittab' mangled-name='PyImport_ExtendInittab' filepath='Python/import.c' line='2577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExtendInittab'>
- <parameter type-id='type-id-802' name='newtab' filepath='Python/import.c' line='2577' column='1'/>
+ <parameter type-id='type-id-805' name='newtab' filepath='Python/import.c' line='2577' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyInit__imp' mangled-name='PyInit__imp' filepath='Python/import.c' line='2516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__imp'>
@@ -13820,7 +13836,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyImport_GetModuleId' mangled-name='_PyImport_GetModuleId' filepath='Python/import.c' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_GetModuleId'>
- <parameter type-id='type-id-496' name='nameid' filepath='Python/import.c' line='286' column='1'/>
+ <parameter type-id='type-id-499' name='nameid' filepath='Python/import.c' line='286' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyImport_IsInitialized' mangled-name='_PyImport_IsInitialized' filepath='Python/import.c' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_IsInitialized'>
@@ -13837,7 +13853,7 @@
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/initconfig.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/initconfig.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='Py_UTF8Mode' type-id='type-id-8' mangled-name='Py_UTF8Mode' visibility='default' filepath='./Include/fileobject.h' line='29' column='1' elf-symbol-id='Py_UTF8Mode'/>
<var-decl name='Py_DebugFlag' type-id='type-id-8' mangled-name='Py_DebugFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='8' column='1' elf-symbol-id='Py_DebugFlag'/>
<var-decl name='Py_VerboseFlag' type-id='type-id-8' mangled-name='Py_VerboseFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='9' column='1' elf-symbol-id='Py_VerboseFlag'/>
@@ -13857,9 +13873,9 @@
<function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='2910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>
<return type-id='type-id-14'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-803' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-804'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-806' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-807'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_type' type-id='type-id-805' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>
+ <var-decl name='_type' type-id='type-id-808' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='func' type-id='type-id-3' visibility='default' filepath='./Include/cpython/initconfig.h' line='16' column='1'/>
@@ -13871,83 +13887,83 @@
<var-decl name='exitcode' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='18' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-805'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-808'>
<underlying-type type-id='type-id-126'/>
<enumerator name='_PyStatus_TYPE_OK' value='0'/>
<enumerator name='_PyStatus_TYPE_ERROR' value='1'/>
<enumerator name='_PyStatus_TYPE_EXIT' value='2'/>
</enum-decl>
- <typedef-decl name='PyStatus' type-id='type-id-804' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-803'/>
- <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-806'/>
+ <typedef-decl name='PyStatus' type-id='type-id-807' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-806'/>
+ <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-809'/>
<function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='2903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2903' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='2903' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
- <pointer-type-def type-id='type-id-369' size-in-bits='64' id='type-id-807'/>
+ <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-810'/>
<function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='2819' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2819' column='1'/>
- <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='2819' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='2819' column='1'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/initconfig.c' line='2819' column='1'/>
<parameter type-id='type-id-36' name='length' filepath='Python/initconfig.c' line='2820' column='1'/>
- <parameter type-id='type-id-371' name='items' filepath='Python/initconfig.c' line='2820' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-374' name='items' filepath='Python/initconfig.c' line='2820' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
- <qualified-type-def type-id='type-id-281' const='yes' id='type-id-808'/>
- <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-809'/>
+ <qualified-type-def type-id='type-id-281' const='yes' id='type-id-811'/>
+ <pointer-type-def type-id='type-id-811' size-in-bits='64' id='type-id-812'/>
<function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='2807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2807' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='2807' column='1'/>
<parameter type-id='type-id-36' name='argc' filepath='Python/initconfig.c' line='2807' column='1'/>
- <parameter type-id='type-id-809' name='argv' filepath='Python/initconfig.c' line='2807' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-812' name='argv' filepath='Python/initconfig.c' line='2807' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyConfig_SetBytesArgv' mangled-name='PyConfig_SetBytesArgv' filepath='Python/initconfig.c' line='2795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesArgv'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2795' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='2795' column='1'/>
<parameter type-id='type-id-36' name='argc' filepath='Python/initconfig.c' line='2795' column='1'/>
- <parameter type-id='type-id-474' name='argv' filepath='Python/initconfig.c' line='2795' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-477' name='argv' filepath='Python/initconfig.c' line='2795' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='1248' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='1248' column='1'/>
<parameter type-id='type-id-14' name='dict' filepath='Python/initconfig.c' line='1248' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <qualified-type-def type-id='type-id-34' const='yes' id='type-id-810'/>
- <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-811'/>
+ <qualified-type-def type-id='type-id-34' const='yes' id='type-id-813'/>
+ <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-814'/>
<function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>
- <parameter type-id='type-id-811' name='config' filepath='Python/initconfig.c' line='981' column='1'/>
+ <parameter type-id='type-id-814' name='config' filepath='Python/initconfig.c' line='981' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='873' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='873' column='1'/>
- <parameter type-id='type-id-371' name='config_str' filepath='Python/initconfig.c' line='873' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='873' column='1'/>
+ <parameter type-id='type-id-374' name='config_str' filepath='Python/initconfig.c' line='873' column='1'/>
<parameter type-id='type-id-3' name='str' filepath='Python/initconfig.c' line='874' column='1'/>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='811' column='1'/>
- <parameter type-id='type-id-371' name='config_str' filepath='Python/initconfig.c' line='811' column='1'/>
- <parameter type-id='type-id-542' name='str' filepath='Python/initconfig.c' line='811' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='811' column='1'/>
+ <parameter type-id='type-id-374' name='config_str' filepath='Python/initconfig.c' line='811' column='1'/>
+ <parameter type-id='type-id-545' name='str' filepath='Python/initconfig.c' line='811' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyConfig_InitPythonConfig' mangled-name='PyConfig_InitPythonConfig' filepath='Python/initconfig.c' line='777' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitPythonConfig'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='705' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyConfig_Clear' mangled-name='PyConfig_Clear' filepath='Python/initconfig.c' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Clear'>
- <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <pointer-type-def type-id='type-id-371' size-in-bits='64' id='type-id-812'/>
+ <pointer-type-def type-id='type-id-374' size-in-bits='64' id='type-id-815'/>
<function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='587' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>
- <parameter type-id='type-id-498' name='argc' filepath='Python/initconfig.c' line='587' column='1'/>
- <parameter type-id='type-id-812' name='argv' filepath='Python/initconfig.c' line='587' column='1'/>
+ <parameter type-id='type-id-501' name='argc' filepath='Python/initconfig.c' line='587' column='1'/>
+ <parameter type-id='type-id-815' name='argv' filepath='Python/initconfig.c' line='587' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_ClearArgcArgv' mangled-name='_Py_ClearArgcArgv' filepath='Python/initconfig.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ClearArgcArgv'>
@@ -13961,69 +13977,69 @@
<parameter type-id='type-id-3' name='errors' filepath='Python/initconfig.c' line='476' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <qualified-type-def type-id='type-id-369' const='yes' id='type-id-813'/>
- <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-814'/>
+ <qualified-type-def type-id='type-id-372' const='yes' id='type-id-816'/>
+ <pointer-type-def type-id='type-id-816' size-in-bits='64' id='type-id-817'/>
<function-decl name='_PyWideStringList_AsList' mangled-name='_PyWideStringList_AsList' filepath='Python/initconfig.c' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_AsList'>
- <parameter type-id='type-id-814' name='list' filepath='Python/initconfig.c' line='445' column='1'/>
+ <parameter type-id='type-id-817' name='list' filepath='Python/initconfig.c' line='445' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyWideStringList_Extend' mangled-name='_PyWideStringList_Extend' filepath='Python/initconfig.c' line='420' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Extend'>
- <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='420' column='1'/>
- <parameter type-id='type-id-814' name='list2' filepath='Python/initconfig.c' line='420' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/initconfig.c' line='420' column='1'/>
+ <parameter type-id='type-id-817' name='list2' filepath='Python/initconfig.c' line='420' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>
- <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='413' column='1'/>
- <parameter type-id='type-id-542' name='item' filepath='Python/initconfig.c' line='413' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/initconfig.c' line='413' column='1'/>
+ <parameter type-id='type-id-545' name='item' filepath='Python/initconfig.c' line='413' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>
- <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='372' column='1'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/initconfig.c' line='372' column='1'/>
<parameter type-id='type-id-36' name='index' filepath='Python/initconfig.c' line='373' column='1'/>
- <parameter type-id='type-id-542' name='item' filepath='Python/initconfig.c' line='373' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-545' name='item' filepath='Python/initconfig.c' line='373' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='_PyWideStringList_Copy' mangled-name='_PyWideStringList_Copy' filepath='Python/initconfig.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Copy'>
- <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='337' column='1'/>
- <parameter type-id='type-id-814' name='list2' filepath='Python/initconfig.c' line='337' column='1'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/initconfig.c' line='337' column='1'/>
+ <parameter type-id='type-id-817' name='list2' filepath='Python/initconfig.c' line='337' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyWideStringList_Clear' mangled-name='_PyWideStringList_Clear' filepath='Python/initconfig.c' line='324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Clear'>
- <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='324' column='1'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/initconfig.c' line='324' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyStatus_Exception' mangled-name='PyStatus_Exception' filepath='Python/initconfig.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exception'>
- <parameter type-id='type-id-803' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
+ <parameter type-id='type-id-806' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>
- <parameter type-id='type-id-803' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
+ <parameter type-id='type-id-806' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>
- <parameter type-id='type-id-803' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
+ <parameter type-id='type-id-806' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exit'>
<parameter type-id='type-id-8' name='exitcode' filepath='Python/initconfig.c' line='274' column='1'/>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyStatus_NoMemory' mangled-name='PyStatus_NoMemory' filepath='Python/initconfig.c' line='271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_NoMemory'>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyStatus_Error' mangled-name='PyStatus_Error' filepath='Python/initconfig.c' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Error'>
<parameter type-id='type-id-3' name='err_msg' filepath='Python/initconfig.c' line='264' column='1'/>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='PyStatus_Ok' mangled-name='PyStatus_Ok' filepath='Python/initconfig.c' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Ok'>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='Py_GETENV' mangled-name='Py_GETENV' filepath='Python/initconfig.c' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GETENV'>
<parameter type-id='type-id-3' name='name' filepath='Python/initconfig.c' line='251' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/marshal.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/marshal.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyMarshal_Init' mangled-name='PyMarshal_Init' filepath='Python/marshal.c' line='1893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_Init'>
<return type-id='type-id-14'/>
</function-decl>
@@ -14038,35 +14054,35 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyMarshal_ReadObjectFromFile' mangled-name='PyMarshal_ReadObjectFromFile' filepath='Python/marshal.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromFile'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1603' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/marshal.c' line='1603' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyMarshal_ReadLastObjectFromFile' mangled-name='PyMarshal_ReadLastObjectFromFile' filepath='Python/marshal.c' line='1578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLastObjectFromFile'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1578' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/marshal.c' line='1578' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyMarshal_ReadLongFromFile' mangled-name='PyMarshal_ReadLongFromFile' filepath='Python/marshal.c' line='1542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLongFromFile'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1542' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/marshal.c' line='1542' column='1'/>
<return type-id='type-id-53'/>
</function-decl>
<function-decl name='PyMarshal_ReadShortFromFile' mangled-name='PyMarshal_ReadShortFromFile' filepath='Python/marshal.c' line='1526' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadShortFromFile'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1526' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/marshal.c' line='1526' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyMarshal_WriteObjectToFile' mangled-name='PyMarshal_WriteObjectToFile' filepath='Python/marshal.c' line='641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteObjectToFile'>
<parameter type-id='type-id-14' name='x' filepath='Python/marshal.c' line='641' column='1'/>
- <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='641' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/marshal.c' line='641' column='1'/>
<parameter type-id='type-id-8' name='version' filepath='Python/marshal.c' line='641' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyMarshal_WriteLongToFile' mangled-name='PyMarshal_WriteLongToFile' filepath='Python/marshal.c' line='626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteLongToFile'>
<parameter type-id='type-id-53' name='x' filepath='Python/marshal.c' line='626' column='1'/>
- <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='626' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/marshal.c' line='626' column='1'/>
<parameter type-id='type-id-8' name='version' filepath='Python/marshal.c' line='626' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/modsupport.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/modsupport.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_Py_PackageContext' type-id='type-id-3' mangled-name='_Py_PackageContext' visibility='default' filepath='./Include/cpython/modsupport.h' line='107' column='1' elf-symbol-id='_Py_PackageContext'/>
<function-decl name='PyModule_AddType' mangled-name='PyModule_AddType' filepath='Python/modsupport.c' line='704' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddType'>
<parameter type-id='type-id-14' name='module' filepath='Python/modsupport.c' line='704' column='1'/>
@@ -14101,7 +14117,7 @@
<parameter type-id='type-id-22' name='small_stack' filepath='Python/modsupport.c' line='581' column='1'/>
<parameter type-id='type-id-36' name='small_stack_len' filepath='Python/modsupport.c' line='581' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='582' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
<parameter type-id='type-id-168' name='p_nargs' filepath='Python/modsupport.c' line='582' column='1'/>
<return type-id='type-id-22'/>
</function-decl>
@@ -14109,18 +14125,18 @@
<parameter type-id='type-id-22' name='small_stack' filepath='Python/modsupport.c' line='581' column='1'/>
<parameter type-id='type-id-36' name='small_stack_len' filepath='Python/modsupport.c' line='581' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='582' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
<parameter type-id='type-id-168' name='p_nargs' filepath='Python/modsupport.c' line='582' column='1'/>
<return type-id='type-id-22'/>
</function-decl>
<function-decl name='_Py_VaBuildValue_SizeT' mangled-name='_Py_VaBuildValue_SizeT' filepath='Python/modsupport.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_VaBuildValue_SizeT'>
<parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='545' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_VaBuildValue'>
<parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='545' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_Py_BuildValue_SizeT' mangled-name='_Py_BuildValue_SizeT' filepath='Python/modsupport.c' line='528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BuildValue_SizeT'>
@@ -14139,12 +14155,12 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/mysnprintf.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/mysnprintf.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyOS_vsnprintf' mangled-name='PyOS_vsnprintf' filepath='Python/mysnprintf.c' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_vsnprintf'>
<parameter type-id='type-id-115' name='str' filepath='Python/mysnprintf.c' line='52' column='1'/>
<parameter type-id='type-id-54' name='size' filepath='Python/mysnprintf.c' line='52' column='1'/>
<parameter type-id='type-id-3' name='format' filepath='Python/mysnprintf.c' line='52' column='1'/>
- <parameter type-id='type-id-493' name='va' filepath='Python/mysnprintf.c' line='52' column='1'/>
+ <parameter type-id='type-id-496' name='va' filepath='Python/mysnprintf.c' line='52' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyOS_snprintf' mangled-name='PyOS_snprintf' filepath='Python/mysnprintf.c' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_snprintf'>
@@ -14155,21 +14171,21 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/mystrtoul.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/mystrtoul.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyOS_strtol' mangled-name='PyOS_strtol' filepath='Python/mystrtoul.c' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtol'>
<parameter type-id='type-id-3' name='str' filepath='Python/mystrtoul.c' line='263' column='1'/>
- <parameter type-id='type-id-491' name='ptr' filepath='Python/mystrtoul.c' line='263' column='1'/>
+ <parameter type-id='type-id-494' name='ptr' filepath='Python/mystrtoul.c' line='263' column='1'/>
<parameter type-id='type-id-8' name='base' filepath='Python/mystrtoul.c' line='263' column='1'/>
<return type-id='type-id-53'/>
</function-decl>
<function-decl name='PyOS_strtoul' mangled-name='PyOS_strtoul' filepath='Python/mystrtoul.c' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtoul'>
<parameter type-id='type-id-3' name='str' filepath='Python/mystrtoul.c' line='95' column='1'/>
- <parameter type-id='type-id-491' name='ptr' filepath='Python/mystrtoul.c' line='95' column='1'/>
+ <parameter type-id='type-id-494' name='ptr' filepath='Python/mystrtoul.c' line='95' column='1'/>
<parameter type-id='type-id-8' name='base' filepath='Python/mystrtoul.c' line='95' column='1'/>
<return type-id='type-id-16'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pathconfig.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pathconfig.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_GetProgramName' mangled-name='Py_GetProgramName' filepath='Python/pathconfig.c' line='348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetProgramName'>
<return type-id='type-id-281'/>
</function-decl>
@@ -14189,44 +14205,44 @@
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='_Py_SetProgramFullPath' mangled-name='_Py_SetProgramFullPath' filepath='Python/pathconfig.c' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetProgramFullPath'>
- <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+ <parameter type-id='type-id-545' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='Py_SetProgramName' mangled-name='Py_SetProgramName' filepath='Python/pathconfig.c' line='256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetProgramName'>
- <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+ <parameter type-id='type-id-545' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='Py_SetPythonHome' mangled-name='Py_SetPythonHome' filepath='Python/pathconfig.c' line='235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetPythonHome'>
- <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+ <parameter type-id='type-id-545' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='Py_SetPath' mangled-name='Py_SetPath' filepath='Python/pathconfig.c' line='194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetPath'>
- <parameter type-id='type-id-542' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
+ <parameter type-id='type-id-545' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyPathConfig_ClearGlobal' mangled-name='_PyPathConfig_ClearGlobal' filepath='Python/pathconfig.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPathConfig_ClearGlobal'>
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/preconfig.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/preconfig.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='Py_FileSystemDefaultEncoding' type-id='type-id-3' mangled-name='Py_FileSystemDefaultEncoding' visibility='default' filepath='./Include/fileobject.h' line='22' column='1' elf-symbol-id='Py_FileSystemDefaultEncoding'/>
<var-decl name='Py_HasFileSystemDefaultEncoding' type-id='type-id-8' mangled-name='Py_HasFileSystemDefaultEncoding' visibility='default' filepath='./Include/fileobject.h' line='26' column='1' elf-symbol-id='Py_HasFileSystemDefaultEncoding'/>
<var-decl name='Py_FileSystemDefaultEncodeErrors' type-id='type-id-3' mangled-name='Py_FileSystemDefaultEncodeErrors' visibility='default' filepath='./Include/fileobject.h' line='24' column='1' elf-symbol-id='Py_FileSystemDefaultEncodeErrors'/>
<var-decl name='_Py_HasFileSystemDefaultEncodeErrors' type-id='type-id-8' mangled-name='_Py_HasFileSystemDefaultEncodeErrors' visibility='default' filepath='./Include/internal/pycore_fileutils.h' line='178' column='1' elf-symbol-id='_Py_HasFileSystemDefaultEncodeErrors'/>
<function-decl name='_Py_get_xoption' mangled-name='_Py_get_xoption' filepath='Python/preconfig.c' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_xoption'>
- <parameter type-id='type-id-814' name='xoptions' filepath='Python/preconfig.c' line='569' column='1'/>
- <parameter type-id='type-id-542' name='name' filepath='Python/preconfig.c' line='569' column='1'/>
- <return type-id='type-id-542'/>
+ <parameter type-id='type-id-817' name='xoptions' filepath='Python/preconfig.c' line='569' column='1'/>
+ <parameter type-id='type-id-545' name='name' filepath='Python/preconfig.c' line='569' column='1'/>
+ <return type-id='type-id-545'/>
</function-decl>
<function-decl name='_Py_get_env_flag' mangled-name='_Py_get_env_flag' filepath='Python/preconfig.c' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_env_flag'>
<parameter type-id='type-id-8' name='use_environment' filepath='Python/preconfig.c' line='551' column='1'/>
- <parameter type-id='type-id-498' name='flag' filepath='Python/preconfig.c' line='551' column='1'/>
+ <parameter type-id='type-id-501' name='flag' filepath='Python/preconfig.c' line='551' column='1'/>
<parameter type-id='type-id-3' name='name' filepath='Python/preconfig.c' line='551' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_str_to_int' mangled-name='_Py_str_to_int' filepath='Python/preconfig.c' line='533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_str_to_int'>
<parameter type-id='type-id-3' name='str' filepath='Python/preconfig.c' line='533' column='1'/>
- <parameter type-id='type-id-498' name='result' filepath='Python/preconfig.c' line='533' column='1'/>
+ <parameter type-id='type-id-501' name='result' filepath='Python/preconfig.c' line='533' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_GetEnv' mangled-name='_Py_GetEnv' filepath='Python/preconfig.c' line='514' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetEnv'>
@@ -14234,20 +14250,20 @@
<parameter type-id='type-id-3' name='name' filepath='Python/preconfig.c' line='514' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <pointer-type-def type-id='type-id-63' size-in-bits='64' id='type-id-815'/>
+ <pointer-type-def type-id='type-id-63' size-in-bits='64' id='type-id-818'/>
<function-decl name='PyPreConfig_InitIsolatedConfig' mangled-name='PyPreConfig_InitIsolatedConfig' filepath='Python/preconfig.c' line='326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitIsolatedConfig'>
- <parameter type-id='type-id-815' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
+ <parameter type-id='type-id-818' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyPreConfig_InitPythonConfig' mangled-name='PyPreConfig_InitPythonConfig' filepath='Python/preconfig.c' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitPythonConfig'>
- <parameter type-id='type-id-815' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
+ <parameter type-id='type-id-818' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyPreConfig_InitCompatConfig' mangled-name='_PyPreConfig_InitCompatConfig' filepath='Python/preconfig.c' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPreConfig_InitCompatConfig'>
- <parameter type-id='type-id-815' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
+ <parameter type-id='type-id-818' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='66' column='1' id='type-id-816'>
+ <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='66' column='1' id='type-id-819'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='argc' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='67' column='1'/>
</data-member>
@@ -14255,34 +14271,34 @@
<var-decl name='use_bytes_argv' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='bytes_argv' type-id='type-id-474' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1'/>
+ <var-decl name='bytes_argv' type-id='type-id-477' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='wchar_argv' type-id='type-id-809' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>
+ <var-decl name='wchar_argv' type-id='type-id-812' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_PyArgv' type-id='type-id-816' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1' id='type-id-817'/>
- <qualified-type-def type-id='type-id-817' const='yes' id='type-id-818'/>
- <pointer-type-def type-id='type-id-818' size-in-bits='64' id='type-id-819'/>
+ <typedef-decl name='_PyArgv' type-id='type-id-819' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1' id='type-id-820'/>
+ <qualified-type-def type-id='type-id-820' const='yes' id='type-id-821'/>
+ <pointer-type-def type-id='type-id-821' size-in-bits='64' id='type-id-822'/>
<function-decl name='_PyArgv_AsWstrList' mangled-name='_PyArgv_AsWstrList' filepath='Python/preconfig.c' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArgv_AsWstrList'>
- <parameter type-id='type-id-819' name='args' filepath='Python/preconfig.c' line='72' column='1'/>
- <parameter type-id='type-id-807' name='list' filepath='Python/preconfig.c' line='72' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-822' name='args' filepath='Python/preconfig.c' line='72' column='1'/>
+ <parameter type-id='type-id-810' name='list' filepath='Python/preconfig.c' line='72' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pyarena.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='46' column='1' id='type-id-760'>
+ <abi-instr version='1.0' address-size='64' path='Python/pyarena.c' comp-dir-path='/src' language='LANG_C99'>
+ <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='46' column='1' id='type-id-763'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='a_head' type-id='type-id-820' visibility='default' filepath='Python/pyarena.c' line='51' column='1'/>
+ <var-decl name='a_head' type-id='type-id-823' visibility='default' filepath='Python/pyarena.c' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='a_cur' type-id='type-id-820' visibility='default' filepath='Python/pyarena.c' line='58' column='1'/>
+ <var-decl name='a_cur' type-id='type-id-823' visibility='default' filepath='Python/pyarena.c' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='a_objects' type-id='type-id-14' visibility='default' filepath='Python/pyarena.c' line='64' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_block' size-in-bits='256' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='17' column='1' id='type-id-821'>
+ <class-decl name='_block' size-in-bits='256' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='17' column='1' id='type-id-824'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ab_size' type-id='type-id-54' visibility='default' filepath='Python/pyarena.c' line='22' column='1'/>
</data-member>
@@ -14290,75 +14306,75 @@
<var-decl name='ab_offset' type-id='type-id-54' visibility='default' filepath='Python/pyarena.c' line='27' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ab_next' type-id='type-id-822' visibility='default' filepath='Python/pyarena.c' line='33' column='1'/>
+ <var-decl name='ab_next' type-id='type-id-825' visibility='default' filepath='Python/pyarena.c' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='ab_mem' type-id='type-id-18' visibility='default' filepath='Python/pyarena.c' line='38' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-821' size-in-bits='64' id='type-id-822'/>
- <typedef-decl name='block' type-id='type-id-821' filepath='Python/pyarena.c' line='39' column='1' id='type-id-823'/>
- <pointer-type-def type-id='type-id-823' size-in-bits='64' id='type-id-820'/>
+ <pointer-type-def type-id='type-id-824' size-in-bits='64' id='type-id-825'/>
+ <typedef-decl name='block' type-id='type-id-824' filepath='Python/pyarena.c' line='39' column='1' id='type-id-826'/>
+ <pointer-type-def type-id='type-id-826' size-in-bits='64' id='type-id-823'/>
<function-decl name='_PyArena_AddPyObject' mangled-name='_PyArena_AddPyObject' filepath='Python/pyarena.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_AddPyObject'>
- <parameter type-id='type-id-762' name='arena' filepath='Python/pyarena.c' line='204' column='1'/>
+ <parameter type-id='type-id-765' name='arena' filepath='Python/pyarena.c' line='204' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/pyarena.c' line='204' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyArena_Malloc' mangled-name='_PyArena_Malloc' filepath='Python/pyarena.c' line='181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_Malloc'>
- <parameter type-id='type-id-762' name='arena' filepath='Python/pyarena.c' line='181' column='1'/>
+ <parameter type-id='type-id-765' name='arena' filepath='Python/pyarena.c' line='181' column='1'/>
<parameter type-id='type-id-54' name='size' filepath='Python/pyarena.c' line='181' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='_PyArena_Free' mangled-name='_PyArena_Free' filepath='Python/pyarena.c' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_Free'>
- <parameter type-id='type-id-762' name='arena' filepath='Python/pyarena.c' line='158' column='1'/>
+ <parameter type-id='type-id-765' name='arena' filepath='Python/pyarena.c' line='158' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyArena_New' mangled-name='_PyArena_New' filepath='Python/pyarena.c' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_New'>
- <return type-id='type-id-762'/>
+ <return type-id='type-id-765'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pyctype.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <qualified-type-def type-id='type-id-105' const='yes' id='type-id-824'/>
+ <abi-instr version='1.0' address-size='64' path='Python/pyctype.c' comp-dir-path='/src' language='LANG_C99'>
+ <qualified-type-def type-id='type-id-105' const='yes' id='type-id-827'/>
- <array-type-def dimensions='1' type-id='type-id-824' size-in-bits='8192' id='type-id-825'>
+ <array-type-def dimensions='1' type-id='type-id-827' size-in-bits='8192' id='type-id-828'>
<subrange length='256' type-id='type-id-16' id='type-id-264'/>
</array-type-def>
- <qualified-type-def type-id='type-id-825' const='yes' id='type-id-826'/>
- <var-decl name='_Py_ctype_table' type-id='type-id-826' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>
+ <qualified-type-def type-id='type-id-828' const='yes' id='type-id-829'/>
+ <var-decl name='_Py_ctype_table' type-id='type-id-829' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>
- <array-type-def dimensions='1' type-id='type-id-524' size-in-bits='2048' id='type-id-827'>
+ <array-type-def dimensions='1' type-id='type-id-527' size-in-bits='2048' id='type-id-830'>
<subrange length='256' type-id='type-id-16' id='type-id-264'/>
</array-type-def>
- <qualified-type-def type-id='type-id-827' const='yes' id='type-id-828'/>
- <var-decl name='_Py_ctype_tolower' type-id='type-id-828' mangled-name='_Py_ctype_tolower' visibility='default' filepath='./Include/cpython/pyctype.h' line='29' column='1' elf-symbol-id='_Py_ctype_tolower'/>
- <var-decl name='_Py_ctype_toupper' type-id='type-id-828' mangled-name='_Py_ctype_toupper' visibility='default' filepath='./Include/cpython/pyctype.h' line='30' column='1' elf-symbol-id='_Py_ctype_toupper'/>
+ <qualified-type-def type-id='type-id-830' const='yes' id='type-id-831'/>
+ <var-decl name='_Py_ctype_tolower' type-id='type-id-831' mangled-name='_Py_ctype_tolower' visibility='default' filepath='./Include/cpython/pyctype.h' line='29' column='1' elf-symbol-id='_Py_ctype_tolower'/>
+ <var-decl name='_Py_ctype_toupper' type-id='type-id-831' mangled-name='_Py_ctype_toupper' visibility='default' filepath='./Include/cpython/pyctype.h' line='30' column='1' elf-symbol-id='_Py_ctype_toupper'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pyhash.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='55' column='1' id='type-id-829'>
+ <abi-instr version='1.0' address-size='64' path='Python/pyhash.c' comp-dir-path='/src' language='LANG_C99'>
+ <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='55' column='1' id='type-id-832'>
<data-member access='private'>
- <var-decl name='uc' type-id='type-id-830' visibility='default' filepath='./Include/pyhash.h' line='57' column='1'/>
+ <var-decl name='uc' type-id='type-id-833' visibility='default' filepath='./Include/pyhash.h' line='57' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='fnv' type-id='type-id-831' visibility='default' filepath='./Include/pyhash.h' line='62' column='1'/>
+ <var-decl name='fnv' type-id='type-id-834' visibility='default' filepath='./Include/pyhash.h' line='62' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='siphash' type-id='type-id-832' visibility='default' filepath='./Include/pyhash.h' line='67' column='1'/>
+ <var-decl name='siphash' type-id='type-id-835' visibility='default' filepath='./Include/pyhash.h' line='67' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='djbx33a' type-id='type-id-833' visibility='default' filepath='./Include/pyhash.h' line='72' column='1'/>
+ <var-decl name='djbx33a' type-id='type-id-836' visibility='default' filepath='./Include/pyhash.h' line='72' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='expat' type-id='type-id-834' visibility='default' filepath='./Include/pyhash.h' line='76' column='1'/>
+ <var-decl name='expat' type-id='type-id-837' visibility='default' filepath='./Include/pyhash.h' line='76' column='1'/>
</data-member>
</union-decl>
- <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='192' id='type-id-830'>
+ <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='192' id='type-id-833'>
<subrange length='24' type-id='type-id-16' id='type-id-296'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='59' column='1' id='type-id-831'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='59' column='1' id='type-id-834'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='prefix' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='60' column='1'/>
</data-member>
@@ -14366,7 +14382,7 @@
<var-decl name='suffix' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='61' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='64' column='1' id='type-id-832'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='64' column='1' id='type-id-835'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='k0' type-id='type-id-19' visibility='default' filepath='./Include/pyhash.h' line='65' column='1'/>
</data-member>
@@ -14374,50 +14390,50 @@
<var-decl name='k1' type-id='type-id-19' visibility='default' filepath='./Include/pyhash.h' line='66' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='69' column='1' id='type-id-833'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='69' column='1' id='type-id-836'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='padding' type-id='type-id-835' visibility='default' filepath='./Include/pyhash.h' line='70' column='1'/>
+ <var-decl name='padding' type-id='type-id-838' visibility='default' filepath='./Include/pyhash.h' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='suffix' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='71' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='128' id='type-id-835'>
- <subrange length='16' type-id='type-id-16' id='type-id-325'/>
+ <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='128' id='type-id-838'>
+ <subrange length='16' type-id='type-id-16' id='type-id-326'/>
</array-type-def>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='73' column='1' id='type-id-834'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='73' column='1' id='type-id-837'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='padding' type-id='type-id-835' visibility='default' filepath='./Include/pyhash.h' line='74' column='1'/>
+ <var-decl name='padding' type-id='type-id-838' visibility='default' filepath='./Include/pyhash.h' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='hashsalt' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='75' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_Py_HashSecret_t' type-id='type-id-829' filepath='./Include/pyhash.h' line='77' column='1' id='type-id-836'/>
- <var-decl name='_Py_HashSecret' type-id='type-id-836' mangled-name='_Py_HashSecret' visibility='default' filepath='./Include/pyhash.h' line='78' column='1' elf-symbol-id='_Py_HashSecret'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-837' visibility='default' filepath='./Include/pyhash.h' line='86' column='1' id='type-id-838'>
+ <typedef-decl name='_Py_HashSecret_t' type-id='type-id-832' filepath='./Include/pyhash.h' line='77' column='1' id='type-id-839'/>
+ <var-decl name='_Py_HashSecret' type-id='type-id-839' mangled-name='_Py_HashSecret' visibility='default' filepath='./Include/pyhash.h' line='78' column='1' elf-symbol-id='_Py_HashSecret'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-840' visibility='default' filepath='./Include/pyhash.h' line='86' column='1' id='type-id-841'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='hash' type-id='type-id-839' visibility='default' filepath='./Include/pyhash.h' line='87' column='1'/>
+ <var-decl name='hash' type-id='type-id-842' visibility='default' filepath='./Include/pyhash.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/pyhash.h' line='88' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='hash_bits' type-id='type-id-840' visibility='default' filepath='./Include/pyhash.h' line='89' column='1'/>
+ <var-decl name='hash_bits' type-id='type-id-843' visibility='default' filepath='./Include/pyhash.h' line='89' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
- <var-decl name='seed_bits' type-id='type-id-840' visibility='default' filepath='./Include/pyhash.h' line='90' column='1'/>
+ <var-decl name='seed_bits' type-id='type-id-843' visibility='default' filepath='./Include/pyhash.h' line='90' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-841' size-in-bits='64' id='type-id-842'/>
- <qualified-type-def type-id='type-id-842' const='yes' id='type-id-839'/>
- <qualified-type-def type-id='type-id-8' const='yes' id='type-id-840'/>
- <typedef-decl name='PyHash_FuncDef' type-id='type-id-838' filepath='./Include/pyhash.h' line='91' column='1' id='type-id-837'/>
- <pointer-type-def type-id='type-id-837' size-in-bits='64' id='type-id-843'/>
+ <pointer-type-def type-id='type-id-844' size-in-bits='64' id='type-id-845'/>
+ <qualified-type-def type-id='type-id-845' const='yes' id='type-id-842'/>
+ <qualified-type-def type-id='type-id-8' const='yes' id='type-id-843'/>
+ <typedef-decl name='PyHash_FuncDef' type-id='type-id-841' filepath='./Include/pyhash.h' line='91' column='1' id='type-id-840'/>
+ <pointer-type-def type-id='type-id-840' size-in-bits='64' id='type-id-846'/>
<function-decl name='PyHash_GetFuncDef' mangled-name='PyHash_GetFuncDef' filepath='Python/pyhash.c' line='221' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyHash_GetFuncDef'>
- <return type-id='type-id-843'/>
+ <return type-id='type-id-846'/>
</function-decl>
<function-decl name='_Py_HashBytes' mangled-name='_Py_HashBytes' filepath='Python/pyhash.c' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashBytes'>
<parameter type-id='type-id-18' name='src' filepath='Python/pyhash.c' line='158' column='1'/>
@@ -14434,37 +14450,37 @@
</function-decl>
<function-decl name='_Py_HashDouble' mangled-name='_Py_HashDouble' filepath='Python/pyhash.c' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashDouble'>
<parameter type-id='type-id-14' name='inst' filepath='Python/pyhash.c' line='92' column='1'/>
- <parameter type-id='type-id-388' name='v' filepath='Python/pyhash.c' line='92' column='1'/>
+ <parameter type-id='type-id-391' name='v' filepath='Python/pyhash.c' line='92' column='1'/>
<return type-id='type-id-159'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-841'>
+ <function-type size-in-bits='64' id='type-id-844'>
<parameter type-id='type-id-18'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-159'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pylifecycle.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pylifecycle.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_Py_UnhandledKeyboardInterrupt' type-id='type-id-8' mangled-name='_Py_UnhandledKeyboardInterrupt' visibility='default' filepath='./Include/internal/pycore_pylifecycle.h' line='19' column='1' elf-symbol-id='_Py_UnhandledKeyboardInterrupt'/>
- <typedef-decl name='_PyRuntimeState' type-id='type-id-56' filepath='./Include/internal/pycore_runtime.h' line='147' column='1' id='type-id-844'/>
- <var-decl name='_PyRuntime' type-id='type-id-844' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1' elf-symbol-id='_PyRuntime'/>
- <pointer-type-def type-id='type-id-845' size-in-bits='64' id='type-id-846'/>
- <typedef-decl name='PyOS_sighandler_t' type-id='type-id-846' filepath='./Include/pylifecycle.h' line='61' column='1' id='type-id-847'/>
+ <typedef-decl name='_PyRuntimeState' type-id='type-id-56' filepath='./Include/internal/pycore_runtime.h' line='147' column='1' id='type-id-847'/>
+ <var-decl name='_PyRuntime' type-id='type-id-847' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1' elf-symbol-id='_PyRuntime'/>
+ <pointer-type-def type-id='type-id-848' size-in-bits='64' id='type-id-849'/>
+ <typedef-decl name='PyOS_sighandler_t' type-id='type-id-849' filepath='./Include/pylifecycle.h' line='61' column='1' id='type-id-850'/>
<function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3022' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>
<parameter type-id='type-id-8' name='sig' filepath='Python/pylifecycle.c' line='3022' column='1'/>
- <parameter type-id='type-id-847' name='handler' filepath='Python/pylifecycle.c' line='3022' column='1'/>
- <return type-id='type-id-847'/>
+ <parameter type-id='type-id-850' name='handler' filepath='Python/pylifecycle.c' line='3022' column='1'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='2983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>
<parameter type-id='type-id-8' name='sig' filepath='Python/pylifecycle.c' line='2983' column='1'/>
- <return type-id='type-id-847'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='_Py_FdIsInteractive' mangled-name='_Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='2966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FdIsInteractive'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2966' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pylifecycle.c' line='2966' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/pylifecycle.c' line='2966' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='2953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -14477,7 +14493,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='Py_ExitStatusException' mangled-name='Py_ExitStatusException' filepath='Python/pylifecycle.c' line='2870' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ExitStatusException'>
- <parameter type-id='type-id-803' name='status' filepath='Python/pylifecycle.c' line='2870' column='1'/>
+ <parameter type-id='type-id-806' name='status' filepath='Python/pylifecycle.c' line='2870' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='2860' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>
@@ -14523,7 +14539,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_InitializeMain' mangled-name='_Py_InitializeMain' filepath='Python/pylifecycle.c' line='1305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_InitializeMain'>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='Py_Initialize' mangled-name='Py_Initialize' filepath='Python/pylifecycle.c' line='1298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Initialize'>
<return type-id='type-id-70'/>
@@ -14533,39 +14549,39 @@
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='Py_InitializeFromConfig' mangled-name='Py_InitializeFromConfig' filepath='Python/pylifecycle.c' line='1238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_InitializeFromConfig'>
- <parameter type-id='type-id-811' name='config' filepath='Python/pylifecycle.c' line='1238' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-814' name='config' filepath='Python/pylifecycle.c' line='1238' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='_Py_PreInitializeFromConfig' mangled-name='_Py_PreInitializeFromConfig' filepath='Python/pylifecycle.c' line='982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_PreInitializeFromConfig'>
- <parameter type-id='type-id-811' name='config' filepath='Python/pylifecycle.c' line='982' column='1'/>
- <parameter type-id='type-id-819' name='args' filepath='Python/pylifecycle.c' line='983' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-814' name='config' filepath='Python/pylifecycle.c' line='982' column='1'/>
+ <parameter type-id='type-id-822' name='args' filepath='Python/pylifecycle.c' line='983' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
- <qualified-type-def type-id='type-id-63' const='yes' id='type-id-848'/>
- <pointer-type-def type-id='type-id-848' size-in-bits='64' id='type-id-849'/>
+ <qualified-type-def type-id='type-id-63' const='yes' id='type-id-851'/>
+ <pointer-type-def type-id='type-id-851' size-in-bits='64' id='type-id-852'/>
<function-decl name='Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitialize'>
- <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='975' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-852' name='src_config' filepath='Python/pylifecycle.c' line='975' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='Py_PreInitializeFromArgs' mangled-name='Py_PreInitializeFromArgs' filepath='Python/pylifecycle.c' line='967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromArgs'>
- <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='967' column='1'/>
+ <parameter type-id='type-id-852' name='src_config' filepath='Python/pylifecycle.c' line='967' column='1'/>
<parameter type-id='type-id-36' name='argc' filepath='Python/pylifecycle.c' line='967' column='1'/>
- <parameter type-id='type-id-371' name='argv' filepath='Python/pylifecycle.c' line='967' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-374' name='argv' filepath='Python/pylifecycle.c' line='967' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='Py_PreInitializeFromBytesArgs' mangled-name='Py_PreInitializeFromBytesArgs' filepath='Python/pylifecycle.c' line='959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromBytesArgs'>
- <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='959' column='1'/>
+ <parameter type-id='type-id-852' name='src_config' filepath='Python/pylifecycle.c' line='959' column='1'/>
<parameter type-id='type-id-36' name='argc' filepath='Python/pylifecycle.c' line='959' column='1'/>
- <parameter type-id='type-id-491' name='argv' filepath='Python/pylifecycle.c' line='959' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-494' name='argv' filepath='Python/pylifecycle.c' line='959' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='_Py_PreInitializeFromPyArgv' mangled-name='_Py_PreInitializeFromPyArgv' filepath='Python/pylifecycle.c' line='912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_PreInitializeFromPyArgv'>
- <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='912' column='1'/>
- <parameter type-id='type-id-819' name='args' filepath='Python/pylifecycle.c' line='912' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-852' name='src_config' filepath='Python/pylifecycle.c' line='912' column='1'/>
+ <parameter type-id='type-id-822' name='args' filepath='Python/pylifecycle.c' line='912' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='_PyInterpreterState_SetConfig' mangled-name='_PyInterpreterState_SetConfig' filepath='Python/pylifecycle.c' line='492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetConfig'>
- <parameter type-id='type-id-811' name='src_config' filepath='Python/pylifecycle.c' line='492' column='1'/>
+ <parameter type-id='type-id-814' name='src_config' filepath='Python/pylifecycle.c' line='492' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_SetLocaleFromEnv' mangled-name='_Py_SetLocaleFromEnv' filepath='Python/pylifecycle.c' line='404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetLocaleFromEnv'>
@@ -14597,24 +14613,24 @@
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyRuntime_Initialize' mangled-name='_PyRuntime_Initialize' filepath='Python/pylifecycle.c' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRuntime_Initialize'>
- <return type-id='type-id-803'/>
+ <return type-id='type-id-806'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-845'>
+ <function-type size-in-bits='64' id='type-id-848'>
<parameter type-id='type-id-8'/>
<return type-id='type-id-70'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pystate.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pystate.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_Py_GetConfig' mangled-name='_Py_GetConfig' filepath='Python/pystate.c' line='2135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfig'>
- <return type-id='type-id-811'/>
+ <return type-id='type-id-814'/>
</function-decl>
<function-decl name='_PyInterpreterState_GetConfigCopy' mangled-name='_PyInterpreterState_GetConfigCopy' filepath='Python/pystate.c' line='2121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfigCopy'>
- <parameter type-id='type-id-806' name='config' filepath='Python/pystate.c' line='2121' column='1'/>
+ <parameter type-id='type-id-809' name='config' filepath='Python/pystate.c' line='2121' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyInterpreterState_GetConfig' mangled-name='_PyInterpreterState_GetConfig' filepath='Python/pystate.c' line='2114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfig'>
<parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2114' column='1'/>
- <return type-id='type-id-811'/>
+ <return type-id='type-id-814'/>
</function-decl>
<function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>
<parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2101' column='1'/>
@@ -14651,18 +14667,18 @@
<parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='2845' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/pystate.h' line='77' column='1' id='type-id-850'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/pystate.h' line='77' column='1' id='type-id-853'>
<underlying-type type-id='type-id-126'/>
<enumerator name='PyGILState_LOCKED' value='0'/>
<enumerator name='PyGILState_UNLOCKED' value='1'/>
</enum-decl>
- <typedef-decl name='PyGILState_STATE' type-id='type-id-850' filepath='./Include/pystate.h' line='78' column='1' id='type-id-851'/>
+ <typedef-decl name='PyGILState_STATE' type-id='type-id-853' filepath='./Include/pystate.h' line='78' column='1' id='type-id-854'/>
<function-decl name='PyGILState_Release' mangled-name='PyGILState_Release' filepath='Python/pystate.c' line='1689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Release'>
- <parameter type-id='type-id-851' name='oldstate' filepath='Python/pystate.c' line='1689' column='1'/>
+ <parameter type-id='type-id-854' name='oldstate' filepath='Python/pystate.c' line='1689' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyGILState_Ensure' mangled-name='PyGILState_Ensure' filepath='Python/pystate.c' line='1641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Ensure'>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-854'/>
</function-decl>
<function-decl name='PyGILState_Check' mangled-name='PyGILState_Check' filepath='Python/pystate.c' line='1621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Check'>
<return type-id='type-id-8'/>
@@ -14708,7 +14724,7 @@
</function-decl>
<function-decl name='PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='Python/pystate.c' line='1255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetFrame'>
<parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1255' column='1'/>
- <return type-id='type-id-435'/>
+ <return type-id='type-id-438'/>
</function-decl>
<function-decl name='PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' filepath='Python/pystate.c' line='1247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetInterpreter'>
<parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1247' column='1'/>
@@ -14725,9 +14741,9 @@
<parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1350' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
- <pointer-type-def type-id='type-id-62' size-in-bits='64' id='type-id-852'/>
+ <pointer-type-def type-id='type-id-62' size-in-bits='64' id='type-id-855'/>
<function-decl name='_PyThreadState_Swap' mangled-name='_PyThreadState_Swap' filepath='Python/pystate.c' line='1185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Swap'>
- <parameter type-id='type-id-852' name='gilstate' filepath='Python/pystate.c' line='1185' column='1'/>
+ <parameter type-id='type-id-855' name='gilstate' filepath='Python/pystate.c' line='1185' column='1'/>
<parameter type-id='type-id-10' name='newts' filepath='Python/pystate.c' line='1185' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
@@ -14737,9 +14753,9 @@
<function-decl name='_PyThreadState_UncheckedGet' mangled-name='_PyThreadState_UncheckedGet' filepath='Python/pystate.c' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_UncheckedGet'>
<return type-id='type-id-10'/>
</function-decl>
- <pointer-type-def type-id='type-id-844' size-in-bits='64' id='type-id-853'/>
+ <pointer-type-def type-id='type-id-847' size-in-bits='64' id='type-id-856'/>
<function-decl name='_PyThreadState_DeleteExcept' mangled-name='_PyThreadState_DeleteExcept' filepath='Python/pystate.c' line='1134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_DeleteExcept'>
- <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='1134' column='1'/>
+ <parameter type-id='type-id-856' name='runtime' filepath='Python/pystate.c' line='1134' column='1'/>
<parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1134' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
@@ -14759,22 +14775,22 @@
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/pystate.c' line='941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_RemoveModule'>
- <parameter type-id='type-id-536' name='def' filepath='Python/pystate.c' line='941' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Python/pystate.c' line='941' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/pystate.c' line='920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_AddModule'>
<parameter type-id='type-id-14' name='module' filepath='Python/pystate.c' line='920' column='1'/>
- <parameter type-id='type-id-536' name='def' filepath='Python/pystate.c' line='920' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Python/pystate.c' line='920' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyState_AddModule' mangled-name='_PyState_AddModule' filepath='Python/pystate.c' line='887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyState_AddModule'>
<parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='887' column='1'/>
<parameter type-id='type-id-14' name='module' filepath='Python/pystate.c' line='887' column='1'/>
- <parameter type-id='type-id-536' name='def' filepath='Python/pystate.c' line='887' column='1'/>
+ <parameter type-id='type-id-539' name='def' filepath='Python/pystate.c' line='887' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyState_FindModule' mangled-name='PyState_FindModule' filepath='Python/pystate.c' line='868' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_FindModule'>
- <parameter type-id='type-id-536' name='module' filepath='Python/pystate.c' line='868' column='1'/>
+ <parameter type-id='type-id-539' name='module' filepath='Python/pystate.c' line='868' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyThreadState_SetCurrent' mangled-name='_PyThreadState_SetCurrent' filepath='Python/pystate.c' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_SetCurrent'>
@@ -14845,26 +14861,26 @@
<return type-id='type-id-11'/>
</function-decl>
<function-decl name='_PyInterpreterState_Enable' mangled-name='_PyInterpreterState_Enable' filepath='Python/pystate.c' line='226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_Enable'>
- <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='226' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-856' name='runtime' filepath='Python/pystate.c' line='226' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
<function-decl name='_PyRuntimeState_Fini' mangled-name='_PyRuntimeState_Fini' filepath='Python/pystate.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRuntimeState_Fini'>
- <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='161' column='1'/>
+ <parameter type-id='type-id-856' name='runtime' filepath='Python/pystate.c' line='161' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyRuntimeState_Init' mangled-name='_PyRuntimeState_Init' filepath='Python/pystate.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRuntimeState_Init'>
- <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='132' column='1'/>
- <return type-id='type-id-803'/>
+ <parameter type-id='type-id-856' name='runtime' filepath='Python/pystate.c' line='132' column='1'/>
+ <return type-id='type-id-806'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pythonrun.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pythonrun.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='2005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1998' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -14872,7 +14888,7 @@
<parameter type-id='type-id-3' name='str' filepath='Python/pythonrun.c' line='1990' column='1'/>
<parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1990' column='1'/>
<parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1990' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1991' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1991' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='Py_CompileString' mangled-name='Py_CompileString' filepath='Python/pythonrun.c' line='1983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileString'>
@@ -14893,27 +14909,27 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1961' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>
- <parameter type-id='type-id-470' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
+ <parameter type-id='type-id-473' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
<parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1961' column='1'/>
<parameter type-id='type-id-8' name='c' filepath='Python/pythonrun.c' line='1961' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1954' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1946' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1946' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='1946' column='1'/>
<parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1946' column='1'/>
<parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1946' column='1'/>
<parameter type-id='type-id-14' name='g' filepath='Python/pythonrun.c' line='1946' column='1'/>
<parameter type-id='type-id-14' name='l' filepath='Python/pythonrun.c' line='1946' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1947' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1947' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1939' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1939' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='1939' column='1'/>
<parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1939' column='1'/>
<parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1939' column='1'/>
<parameter type-id='type-id-14' name='g' filepath='Python/pythonrun.c' line='1939' column='1'/>
@@ -14922,7 +14938,7 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1932' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='1932' column='1'/>
<parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1932' column='1'/>
<parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1932' column='1'/>
<parameter type-id='type-id-14' name='g' filepath='Python/pythonrun.c' line='1932' column='1'/>
@@ -14930,19 +14946,19 @@
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1925' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='1925' column='1'/>
<parameter type-id='type-id-3' name='name' filepath='Python/pythonrun.c' line='1925' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1925' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1925' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>
- <parameter type-id='type-id-470' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
+ <parameter type-id='type-id-473' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
<parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1961' column='1'/>
<parameter type-id='type-id-8' name='c' filepath='Python/pythonrun.c' line='1961' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -14950,7 +14966,7 @@
<parameter type-id='type-id-14' name='cmd' filepath='Python/pythonrun.c' line='1822' column='1'/>
<parameter type-id='type-id-3' name='funcname' filepath='Python/pythonrun.c' line='1822' column='1'/>
<parameter type-id='type-id-3' name='what' filepath='Python/pythonrun.c' line='1822' column='1'/>
- <parameter type-id='type-id-590' name='cf' filepath='Python/pythonrun.c' line='1822' column='1'/>
+ <parameter type-id='type-id-593' name='cf' filepath='Python/pythonrun.c' line='1822' column='1'/>
<parameter type-id='type-id-22' name='cmd_copy' filepath='Python/pythonrun.c' line='1822' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
@@ -14958,7 +14974,7 @@
<parameter type-id='type-id-3' name='str' filepath='Python/pythonrun.c' line='1809' column='1'/>
<parameter type-id='type-id-3' name='filename_str' filepath='Python/pythonrun.c' line='1809' column='1'/>
<parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1809' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1810' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1810' column='1'/>
<parameter type-id='type-id-8' name='optimize' filepath='Python/pythonrun.c' line='1810' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -14966,18 +14982,18 @@
<parameter type-id='type-id-3' name='str' filepath='Python/pythonrun.c' line='1784' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='1784' column='1'/>
<parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1784' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1785' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1785' column='1'/>
<parameter type-id='type-id-8' name='optimize' filepath='Python/pythonrun.c' line='1785' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1642' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='1642' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pythonrun.c' line='1642' column='1'/>
<parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1642' column='1'/>
<parameter type-id='type-id-14' name='globals' filepath='Python/pythonrun.c' line='1642' column='1'/>
<parameter type-id='type-id-14' name='locals' filepath='Python/pythonrun.c' line='1643' column='1'/>
<parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='1643' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1643' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1643' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyRun_StringFlags' mangled-name='PyRun_StringFlags' filepath='Python/pythonrun.c' line='1589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_StringFlags'>
@@ -14985,7 +15001,7 @@
<parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1589' column='1'/>
<parameter type-id='type-id-14' name='globals' filepath='Python/pythonrun.c' line='1589' column='1'/>
<parameter type-id='type-id-14' name='locals' filepath='Python/pythonrun.c' line='1590' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1590' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='1590' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1571' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>
@@ -15013,80 +15029,80 @@
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_Py_HandleSystemExit' mangled-name='_Py_HandleSystemExit' filepath='Python/pythonrun.c' line='696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HandleSystemExit'>
- <parameter type-id='type-id-498' name='exitcode_p' filepath='Python/pythonrun.c' line='696' column='1'/>
+ <parameter type-id='type-id-501' name='exitcode_p' filepath='Python/pythonrun.c' line='696' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_SimpleStringFlags' mangled-name='PyRun_SimpleStringFlags' filepath='Python/pythonrun.c' line='480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleStringFlags'>
<parameter type-id='type-id-3' name='command' filepath='Python/pythonrun.c' line='480' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='480' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='480' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_SimpleFileExFlags' mangled-name='PyRun_SimpleFileExFlags' filepath='Python/pythonrun.c' line='466' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileExFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pythonrun.c' line='466' column='1'/>
<parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='466' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyRun_SimpleFileObject' mangled-name='_PyRun_SimpleFileObject' filepath='Python/pythonrun.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRun_SimpleFileObject'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='383' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='383' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='383' column='1'/>
<parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='383' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='384' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='384' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_InteractiveOneFlags' mangled-name='PyRun_InteractiveOneFlags' filepath='Python/pythonrun.c' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
<parameter type-id='type-id-3' name='filename_str' filepath='Python/pythonrun.c' line='285' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_InteractiveOneObject' mangled-name='PyRun_InteractiveOneObject' filepath='Python/pythonrun.c' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneObject'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='272' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='272' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='272' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='272' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='272' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_InteractiveLoopFlags' mangled-name='PyRun_InteractiveLoopFlags' filepath='Python/pythonrun.c' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoopFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
<parameter type-id='type-id-3' name='filename_str' filepath='Python/pythonrun.c' line='285' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyRun_InteractiveLoopObject' mangled-name='_PyRun_InteractiveLoopObject' filepath='Python/pythonrun.c' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRun_InteractiveLoopObject'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='112' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='112' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='112' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='112' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='112' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyRun_AnyFileExFlags' mangled-name='PyRun_AnyFileExFlags' filepath='Python/pythonrun.c' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileExFlags'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
<parameter type-id='type-id-3' name='filename' filepath='Python/pythonrun.c' line='466' column='1'/>
<parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='466' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyRun_AnyFileObject' mangled-name='_PyRun_AnyFileObject' filepath='Python/pythonrun.c' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRun_AnyFileObject'>
- <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='58' column='1'/>
+ <parameter type-id='type-id-473' name='fp' filepath='Python/pythonrun.c' line='58' column='1'/>
<parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='58' column='1'/>
<parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='58' column='1'/>
- <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='59' column='1'/>
+ <parameter type-id='type-id-593' name='flags' filepath='Python/pythonrun.c' line='59' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pytime.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <typedef-decl name='_PyTime_t' type-id='type-id-29' filepath='./Include/cpython/pytime.h' line='59' column='1' id='type-id-854'/>
+ <abi-instr version='1.0' address-size='64' path='Python/pytime.c' comp-dir-path='/src' language='LANG_C99'>
+ <typedef-decl name='_PyTime_t' type-id='type-id-29' filepath='./Include/cpython/pytime.h' line='59' column='1' id='type-id-857'/>
<function-decl name='_PyDeadline_Get' mangled-name='_PyDeadline_Get' filepath='Python/pytime.c' line='1347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Get'>
- <parameter type-id='type-id-854' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyDeadline_Init' mangled-name='_PyDeadline_Init' filepath='Python/pytime.c' line='1339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Init'>
- <parameter type-id='type-id-854' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
- <typedef-decl name='__time_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-855'/>
- <typedef-decl name='time_t' type-id='type-id-855' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='7' column='1' id='type-id-856'/>
- <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='7' column='1' id='type-id-857'>
+ <typedef-decl name='__time_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-858'/>
+ <typedef-decl name='time_t' type-id='type-id-858' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='7' column='1' id='type-id-859'/>
+ <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='7' column='1' id='type-id-860'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='tm_sec' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='9' column='1'/>
</data-member>
@@ -15121,22 +15137,22 @@
<var-decl name='tm_zone' type-id='type-id-3' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='21' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-857' size-in-bits='64' id='type-id-858'/>
+ <pointer-type-def type-id='type-id-860' size-in-bits='64' id='type-id-861'/>
<function-decl name='_PyTime_gmtime' mangled-name='_PyTime_gmtime' filepath='Python/pytime.c' line='1311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_gmtime'>
- <parameter type-id='type-id-856' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
- <parameter type-id='type-id-858' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
+ <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
+ <parameter type-id='type-id-861' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_localtime' mangled-name='_PyTime_localtime' filepath='Python/pytime.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_localtime'>
- <parameter type-id='type-id-856' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
- <parameter type-id='type-id-858' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
+ <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
+ <parameter type-id='type-id-861' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_GetPerfCounter' mangled-name='_PyTime_GetPerfCounter' filepath='Python/pytime.c' line='1253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetPerfCounter'>
- <return type-id='type-id-854'/>
+ <return type-id='type-id-857'/>
</function-decl>
- <pointer-type-def type-id='type-id-854' size-in-bits='64' id='type-id-859'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-860' visibility='default' filepath='./Include/cpython/pytime.h' line='232' column='1' id='type-id-861'>
+ <pointer-type-def type-id='type-id-857' size-in-bits='64' id='type-id-862'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-863' visibility='default' filepath='./Include/cpython/pytime.h' line='232' column='1' id='type-id-864'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='implementation' type-id='type-id-3' visibility='default' filepath='./Include/cpython/pytime.h' line='233' column='1'/>
</data-member>
@@ -15147,54 +15163,54 @@
<var-decl name='adjustable' type-id='type-id-8' visibility='default' filepath='./Include/cpython/pytime.h' line='235' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='resolution' type-id='type-id-388' visibility='default' filepath='./Include/cpython/pytime.h' line='236' column='1'/>
+ <var-decl name='resolution' type-id='type-id-391' visibility='default' filepath='./Include/cpython/pytime.h' line='236' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_Py_clock_info_t' type-id='type-id-861' filepath='./Include/cpython/pytime.h' line='237' column='1' id='type-id-860'/>
- <pointer-type-def type-id='type-id-860' size-in-bits='64' id='type-id-862'/>
+ <typedef-decl name='_Py_clock_info_t' type-id='type-id-864' filepath='./Include/cpython/pytime.h' line='237' column='1' id='type-id-863'/>
+ <pointer-type-def type-id='type-id-863' size-in-bits='64' id='type-id-865'/>
<function-decl name='_PyTime_GetPerfCounterWithInfo' mangled-name='_PyTime_GetPerfCounterWithInfo' filepath='Python/pytime.c' line='1242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetPerfCounterWithInfo'>
- <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
- <parameter type-id='type-id-862' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
+ <parameter type-id='type-id-862' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
+ <parameter type-id='type-id-865' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_GetMonotonicClockWithInfo' mangled-name='_PyTime_GetMonotonicClockWithInfo' filepath='Python/pytime.c' line='1161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetMonotonicClockWithInfo'>
- <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
- <parameter type-id='type-id-862' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
+ <parameter type-id='type-id-862' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
+ <parameter type-id='type-id-865' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_GetMonotonicClock' mangled-name='_PyTime_GetMonotonicClock' filepath='Python/pytime.c' line='1148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetMonotonicClock'>
- <return type-id='type-id-854'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyTime_GetSystemClockWithInfo' mangled-name='_PyTime_GetSystemClockWithInfo' filepath='Python/pytime.c' line='964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetSystemClockWithInfo'>
- <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
- <parameter type-id='type-id-862' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
+ <parameter type-id='type-id-862' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
+ <parameter type-id='type-id-865' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_GetSystemClock' mangled-name='_PyTime_GetSystemClock' filepath='Python/pytime.c' line='951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetSystemClock'>
- <return type-id='type-id-854'/>
+ <return type-id='type-id-857'/>
</function-decl>
- <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='10' column='1' id='type-id-863'>
+ <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='10' column='1' id='type-id-866'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tv_sec' type-id='type-id-855' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='12' column='1'/>
+ <var-decl name='tv_sec' type-id='type-id-858' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='12' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='tv_nsec' type-id='type-id-864' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
+ <var-decl name='tv_nsec' type-id='type-id-867' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__syscall_slong_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='196' column='1' id='type-id-864'/>
- <pointer-type-def type-id='type-id-863' size-in-bits='64' id='type-id-865'/>
+ <typedef-decl name='__syscall_slong_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='196' column='1' id='type-id-867'/>
+ <pointer-type-def type-id='type-id-866' size-in-bits='64' id='type-id-868'/>
<function-decl name='_PyTime_AsTimespec' mangled-name='_PyTime_AsTimespec' filepath='Python/pytime.c' line='832' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='832' column='1'/>
- <parameter type-id='type-id-865' name='ts' filepath='Python/pytime.c' line='832' column='1'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='832' column='1'/>
+ <parameter type-id='type-id-868' name='ts' filepath='Python/pytime.c' line='832' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_AsTimespec_clamp' mangled-name='_PyTime_AsTimespec_clamp' filepath='Python/pytime.c' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec_clamp'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='826' column='1'/>
- <parameter type-id='type-id-865' name='ts' filepath='Python/pytime.c' line='826' column='1'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='826' column='1'/>
+ <parameter type-id='type-id-868' name='ts' filepath='Python/pytime.c' line='826' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <pointer-type-def type-id='type-id-856' size-in-bits='64' id='type-id-866'/>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pytime.h' line='66' column='1' id='type-id-867'>
+ <pointer-type-def type-id='type-id-859' size-in-bits='64' id='type-id-869'/>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pytime.h' line='66' column='1' id='type-id-870'>
<underlying-type type-id='type-id-126'/>
<enumerator name='_PyTime_ROUND_FLOOR' value='0'/>
<enumerator name='_PyTime_ROUND_CEILING' value='1'/>
@@ -15202,135 +15218,135 @@
<enumerator name='_PyTime_ROUND_UP' value='3'/>
<enumerator name='_PyTime_ROUND_TIMEOUT' value='3'/>
</enum-decl>
- <typedef-decl name='_PyTime_round_t' type-id='type-id-867' filepath='./Include/cpython/pytime.h' line='86' column='1' id='type-id-868'/>
+ <typedef-decl name='_PyTime_round_t' type-id='type-id-870' filepath='./Include/cpython/pytime.h' line='86' column='1' id='type-id-871'/>
<function-decl name='_PyTime_AsTimevalTime_t' mangled-name='_PyTime_AsTimevalTime_t' filepath='Python/pytime.c' line='787' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimevalTime_t'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='787' column='1'/>
- <parameter type-id='type-id-866' name='p_secs' filepath='Python/pytime.c' line='787' column='1'/>
- <parameter type-id='type-id-498' name='us' filepath='Python/pytime.c' line='787' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='788' column='1'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='787' column='1'/>
+ <parameter type-id='type-id-869' name='p_secs' filepath='Python/pytime.c' line='787' column='1'/>
+ <parameter type-id='type-id-501' name='us' filepath='Python/pytime.c' line='787' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='788' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='8' column='1' id='type-id-869'>
+ <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='8' column='1' id='type-id-872'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tv_sec' type-id='type-id-855' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='10' column='1'/>
+ <var-decl name='tv_sec' type-id='type-id-858' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='10' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='tv_usec' type-id='type-id-870' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='11' column='1'/>
+ <var-decl name='tv_usec' type-id='type-id-873' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='11' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__suseconds_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-870'/>
- <pointer-type-def type-id='type-id-869' size-in-bits='64' id='type-id-871'/>
+ <typedef-decl name='__suseconds_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-873'/>
+ <pointer-type-def type-id='type-id-872' size-in-bits='64' id='type-id-874'/>
<function-decl name='_PyTime_AsTimeval_clamp' mangled-name='_PyTime_AsTimeval_clamp' filepath='Python/pytime.c' line='780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval_clamp'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='780' column='1'/>
- <parameter type-id='type-id-871' name='tv' filepath='Python/pytime.c' line='780' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='780' column='1'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='780' column='1'/>
+ <parameter type-id='type-id-874' name='tv' filepath='Python/pytime.c' line='780' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='780' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyTime_AsTimeval' mangled-name='_PyTime_AsTimeval' filepath='Python/pytime.c' line='773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='773' column='1'/>
- <parameter type-id='type-id-871' name='tv' filepath='Python/pytime.c' line='773' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='773' column='1'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='773' column='1'/>
+ <parameter type-id='type-id-874' name='tv' filepath='Python/pytime.c' line='773' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='773' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_AsMilliseconds' mangled-name='_PyTime_AsMilliseconds' filepath='Python/pytime.c' line='723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMilliseconds'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='723' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='723' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='723' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='723' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyTime_AsMicroseconds' mangled-name='_PyTime_AsMicroseconds' filepath='Python/pytime.c' line='715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMicroseconds'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='723' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='723' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='723' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='723' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyTime_AsNanoseconds' mangled-name='_PyTime_AsNanoseconds' filepath='Python/pytime.c' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsNanoseconds'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='698' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='698' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyTime_AsNanosecondsObject' mangled-name='_PyTime_AsNanosecondsObject' filepath='Python/pytime.c' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsNanosecondsObject'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='593' column='1'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='593' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyTime_AsSecondsDouble' mangled-name='_PyTime_AsSecondsDouble' filepath='Python/pytime.c' line='572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsSecondsDouble'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='572' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='572' column='1'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='_PyTime_FromMillisecondsObject' mangled-name='_PyTime_FromMillisecondsObject' filepath='Python/pytime.c' line='565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromMillisecondsObject'>
- <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
+ <parameter type-id='type-id-862' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='565' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='565' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='565' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_FromSecondsObject' mangled-name='_PyTime_FromSecondsObject' filepath='Python/pytime.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSecondsObject'>
- <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
+ <parameter type-id='type-id-862' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='565' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='565' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='565' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_FromTimeval' mangled-name='_PyTime_FromTimeval' filepath='Python/pytime.c' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromTimeval'>
- <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='491' column='1'/>
- <parameter type-id='type-id-871' name='tv' filepath='Python/pytime.c' line='491' column='1'/>
+ <parameter type-id='type-id-862' name='tp' filepath='Python/pytime.c' line='491' column='1'/>
+ <parameter type-id='type-id-874' name='tv' filepath='Python/pytime.c' line='491' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_FromTimespec' mangled-name='_PyTime_FromTimespec' filepath='Python/pytime.c' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromTimespec'>
- <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='460' column='1'/>
- <parameter type-id='type-id-865' name='ts' filepath='Python/pytime.c' line='460' column='1'/>
+ <parameter type-id='type-id-862' name='tp' filepath='Python/pytime.c' line='460' column='1'/>
+ <parameter type-id='type-id-868' name='ts' filepath='Python/pytime.c' line='460' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_FromNanosecondsObject' mangled-name='_PyTime_FromNanosecondsObject' filepath='Python/pytime.c' line='410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromNanosecondsObject'>
- <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='410' column='1'/>
+ <parameter type-id='type-id-862' name='tp' filepath='Python/pytime.c' line='410' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='410' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_FromNanoseconds' mangled-name='_PyTime_FromNanoseconds' filepath='Python/pytime.c' line='403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromNanoseconds'>
- <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='698' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='t' filepath='Python/pytime.c' line='698' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyTime_FromSeconds' mangled-name='_PyTime_FromSeconds' filepath='Python/pytime.c' line='386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSeconds'>
<parameter type-id='type-id-8' name='seconds' filepath='Python/pytime.c' line='386' column='1'/>
- <return type-id='type-id-854'/>
+ <return type-id='type-id-857'/>
</function-decl>
- <pointer-type-def type-id='type-id-53' size-in-bits='64' id='type-id-872'/>
+ <pointer-type-def type-id='type-id-53' size-in-bits='64' id='type-id-875'/>
<function-decl name='_PyTime_ObjectToTimeval' mangled-name='_PyTime_ObjectToTimeval' filepath='Python/pytime.c' line='378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimeval'>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='378' column='1'/>
- <parameter type-id='type-id-866' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
- <parameter type-id='type-id-872' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='379' column='1'/>
+ <parameter type-id='type-id-869' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
+ <parameter type-id='type-id-875' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='379' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line='370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimespec'>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='378' column='1'/>
- <parameter type-id='type-id-866' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
- <parameter type-id='type-id-872' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='379' column='1'/>
+ <parameter type-id='type-id-869' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
+ <parameter type-id='type-id-875' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='379' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTime_ObjectToTime_t' mangled-name='_PyTime_ObjectToTime_t' filepath='Python/pytime.c' line='336' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTime_t'>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='336' column='1'/>
- <parameter type-id='type-id-866' name='sec' filepath='Python/pytime.c' line='336' column='1'/>
- <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='336' column='1'/>
+ <parameter type-id='type-id-869' name='sec' filepath='Python/pytime.c' line='336' column='1'/>
+ <parameter type-id='type-id-871' name='round' filepath='Python/pytime.c' line='336' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyLong_FromTime_t' mangled-name='_PyLong_FromTime_t' filepath='Python/pytime.c' line='182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromTime_t'>
- <parameter type-id='type-id-856' name='t' filepath='Python/pytime.c' line='182' column='1'/>
+ <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='182' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyLong_AsTime_t' mangled-name='_PyLong_AsTime_t' filepath='Python/pytime.c' line='162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsTime_t'>
<parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='162' column='1'/>
- <return type-id='type-id-856'/>
+ <return type-id='type-id-859'/>
</function-decl>
<function-decl name='_PyTime_MulDiv' mangled-name='_PyTime_MulDiv' filepath='Python/pytime.c' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_MulDiv'>
- <parameter type-id='type-id-854' name='ticks' filepath='Python/pytime.c' line='145' column='1'/>
- <parameter type-id='type-id-854' name='mul' filepath='Python/pytime.c' line='145' column='1'/>
- <parameter type-id='type-id-854' name='div' filepath='Python/pytime.c' line='145' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='ticks' filepath='Python/pytime.c' line='145' column='1'/>
+ <parameter type-id='type-id-857' name='mul' filepath='Python/pytime.c' line='145' column='1'/>
+ <parameter type-id='type-id-857' name='div' filepath='Python/pytime.c' line='145' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
<function-decl name='_PyTime_Add' mangled-name='_PyTime_Add' filepath='Python/pytime.c' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_Add'>
- <parameter type-id='type-id-854' name='t1' filepath='Python/pytime.c' line='97' column='1'/>
- <parameter type-id='type-id-854' name='t2' filepath='Python/pytime.c' line='97' column='1'/>
- <return type-id='type-id-854'/>
+ <parameter type-id='type-id-857' name='t1' filepath='Python/pytime.c' line='97' column='1'/>
+ <parameter type-id='type-id-857' name='t2' filepath='Python/pytime.c' line='97' column='1'/>
+ <return type-id='type-id-857'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyOS_URandomNonblock' mangled-name='_PyOS_URandomNonblock' filepath='Python/bootstrap_hash.c' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_URandomNonblock'>
<parameter type-id='type-id-18' name='buffer' filepath='Python/bootstrap_hash.c' line='541' column='1'/>
<parameter type-id='type-id-36' name='size' filepath='Python/bootstrap_hash.c' line='541' column='1'/>
@@ -15342,16 +15358,16 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/specialize.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/specialize.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='2048' id='type-id-873'>
+ <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='2048' id='type-id-876'>
<subrange length='256' type-id='type-id-16' id='type-id-264'/>
</array-type-def>
- <var-decl name='_PyOpcode_Adaptive' type-id='type-id-873' visibility='default' filepath='./Include/internal/pycore_code.h' line='113' column='1'/>
+ <var-decl name='_PyOpcode_Adaptive' type-id='type-id-876' visibility='default' filepath='./Include/internal/pycore_code.h' line='113' column='1'/>
<var-decl name='_Py_QuickenedCount' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_code.h' line='115' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/structmember.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/structmember.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyMember_SetOne' mangled-name='PyMember_SetOne' filepath='Python/structmember.c' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMember_SetOne'>
<parameter type-id='type-id-115' name='addr' filepath='Python/structmember.c' line='105' column='1'/>
<parameter type-id='type-id-97' name='l' filepath='Python/structmember.c' line='105' column='1'/>
@@ -15364,9 +15380,9 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/symtable.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/symtable.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PySTEntry_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='78' column='1'/>
- <class-decl name='_symtable_entry' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='44' column='1' id='type-id-874'>
+ <class-decl name='_symtable_entry' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='44' column='1' id='type-id-877'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='45' column='1'/>
</data-member>
@@ -15389,7 +15405,7 @@
<var-decl name='ste_directives' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='ste_type' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='52' column='1'/>
+ <var-decl name='ste_type' type-id='type-id-878' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='544'>
<var-decl name='ste_nested' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='53' column='1'/>
@@ -15407,7 +15423,7 @@
<var-decl name='ste_coroutine' type-id='type-id-105' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='608'>
- <var-decl name='ste_comprehension' type-id='type-id-876' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='59' column='1'/>
+ <var-decl name='ste_comprehension' type-id='type-id-879' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='31'>
<var-decl name='ste_varargs' type-id='type-id-105' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='60' column='1'/>
@@ -15446,18 +15462,18 @@
<var-decl name='ste_opt_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='ste_table' type-id='type-id-877' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='75' column='1'/>
+ <var-decl name='ste_table' type-id='type-id-880' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='75' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-878'>
+ <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-881'>
<underlying-type type-id='type-id-126'/>
<enumerator name='FunctionBlock' value='0'/>
<enumerator name='ClassBlock' value='1'/>
<enumerator name='ModuleBlock' value='2'/>
<enumerator name='AnnotationBlock' value='3'/>
</enum-decl>
- <typedef-decl name='_Py_block_ty' type-id='type-id-878' filepath='./Include/internal/pycore_symtable.h' line='14' column='1' id='type-id-875'/>
- <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='16' column='1' id='type-id-879'>
+ <typedef-decl name='_Py_block_ty' type-id='type-id-881' filepath='./Include/internal/pycore_symtable.h' line='14' column='1' id='type-id-878'/>
+ <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='16' column='1' id='type-id-882'>
<underlying-type type-id='type-id-126'/>
<enumerator name='NoComprehension' value='0'/>
<enumerator name='ListComprehension' value='1'/>
@@ -15465,16 +15481,16 @@
<enumerator name='SetComprehension' value='3'/>
<enumerator name='GeneratorExpression' value='4'/>
</enum-decl>
- <typedef-decl name='_Py_comprehension_ty' type-id='type-id-879' filepath='./Include/internal/pycore_symtable.h' line='21' column='1' id='type-id-876'/>
- <class-decl name='symtable' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='25' column='1' id='type-id-880'>
+ <typedef-decl name='_Py_comprehension_ty' type-id='type-id-882' filepath='./Include/internal/pycore_symtable.h' line='21' column='1' id='type-id-879'/>
+ <class-decl name='symtable' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='25' column='1' id='type-id-883'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='st_filename' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='26' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='st_cur' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='28' column='1'/>
+ <var-decl name='st_cur' type-id='type-id-884' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='28' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='st_top' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='29' column='1'/>
+ <var-decl name='st_top' type-id='type-id-884' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='29' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='st_blocks' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='30' column='1'/>
@@ -15492,7 +15508,7 @@
<var-decl name='st_private' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='37' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='st_future' type-id='type-id-882' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='38' column='1'/>
+ <var-decl name='st_future' type-id='type-id-885' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='38' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<var-decl name='recursion_depth' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='40' column='1'/>
@@ -15501,8 +15517,8 @@
<var-decl name='recursion_limit' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='41' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-874' size-in-bits='64' id='type-id-881'/>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-883' visibility='default' filepath='./Include/cpython/compile.h' line='36' column='1' id='type-id-884'>
+ <pointer-type-def type-id='type-id-877' size-in-bits='64' id='type-id-884'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-886' visibility='default' filepath='./Include/cpython/compile.h' line='36' column='1' id='type-id-887'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ff_features' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='37' column='1'/>
</data-member>
@@ -15510,18 +15526,18 @@
<var-decl name='ff_lineno' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='38' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='PyFutureFeatures' type-id='type-id-884' filepath='./Include/cpython/compile.h' line='39' column='1' id='type-id-883'/>
- <pointer-type-def type-id='type-id-883' size-in-bits='64' id='type-id-882'/>
- <pointer-type-def type-id='type-id-880' size-in-bits='64' id='type-id-877'/>
- <typedef-decl name='PySTEntryObject' type-id='type-id-874' filepath='./Include/internal/pycore_symtable.h' line='76' column='1' id='type-id-885'/>
- <pointer-type-def type-id='type-id-885' size-in-bits='64' id='type-id-886'/>
+ <typedef-decl name='PyFutureFeatures' type-id='type-id-887' filepath='./Include/cpython/compile.h' line='39' column='1' id='type-id-886'/>
+ <pointer-type-def type-id='type-id-886' size-in-bits='64' id='type-id-885'/>
+ <pointer-type-def type-id='type-id-883' size-in-bits='64' id='type-id-880'/>
+ <typedef-decl name='PySTEntryObject' type-id='type-id-877' filepath='./Include/internal/pycore_symtable.h' line='76' column='1' id='type-id-888'/>
+ <pointer-type-def type-id='type-id-888' size-in-bits='64' id='type-id-889'/>
<function-decl name='PySymtable_Lookup' mangled-name='PySymtable_Lookup' filepath='Python/symtable.c' line='373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySymtable_Lookup'>
- <parameter type-id='type-id-877' name='st' filepath='Python/symtable.c' line='373' column='1'/>
+ <parameter type-id='type-id-880' name='st' filepath='Python/symtable.c' line='373' column='1'/>
<parameter type-id='type-id-18' name='key' filepath='Python/symtable.c' line='373' column='1'/>
- <return type-id='type-id-886'/>
+ <return type-id='type-id-889'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Python/sysmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Python/sysmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PySys_FormatStderr' mangled-name='PySys_FormatStderr' filepath='./Python/sysmodule.c' line='3452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStderr'>
<parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3452' column='1'/>
<parameter is-variadic='yes'/>
@@ -15544,31 +15560,31 @@
</function-decl>
<function-decl name='PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='3303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgv'>
<parameter type-id='type-id-8' name='argc' filepath='./Python/sysmodule.c' line='3303' column='1'/>
- <parameter type-id='type-id-371' name='argv' filepath='./Python/sysmodule.c' line='3303' column='1'/>
+ <parameter type-id='type-id-374' name='argv' filepath='./Python/sysmodule.c' line='3303' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PySys_SetArgvEx' mangled-name='PySys_SetArgvEx' filepath='./Python/sysmodule.c' line='3259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgvEx'>
<parameter type-id='type-id-8' name='argc' filepath='./Python/sysmodule.c' line='3259' column='1'/>
- <parameter type-id='type-id-371' name='argv' filepath='./Python/sysmodule.c' line='3259' column='1'/>
+ <parameter type-id='type-id-374' name='argv' filepath='./Python/sysmodule.c' line='3259' column='1'/>
<parameter type-id='type-id-8' name='updatepath' filepath='./Python/sysmodule.c' line='3259' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='3227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetPath'>
- <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+ <parameter type-id='type-id-545' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PySys_GetXOptions' mangled-name='PySys_GetXOptions' filepath='./Python/sysmodule.c' line='2351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetXOptions'>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PySys_AddXOption' mangled-name='PySys_AddXOption' filepath='./Python/sysmodule.c' line='2337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddXOption'>
- <parameter type-id='type-id-542' name='s' filepath='./Python/sysmodule.c' line='2337' column='1'/>
+ <parameter type-id='type-id-545' name='s' filepath='./Python/sysmodule.c' line='2337' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PySys_HasWarnOptions' mangled-name='PySys_HasWarnOptions' filepath='./Python/sysmodule.c' line='2263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_HasWarnOptions'>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PySys_AddWarnOption' mangled-name='PySys_AddWarnOption' filepath='./Python/sysmodule.c' line='2244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOption'>
- <parameter type-id='type-id-542' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
+ <parameter type-id='type-id-545' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PySys_AddWarnOptionUnicode' mangled-name='PySys_AddWarnOptionUnicode' filepath='./Python/sysmodule.c' line='2232' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOptionUnicode'>
@@ -15608,21 +15624,21 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/thread.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/thread.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyThread_GetInfo' mangled-name='PyThread_GetInfo' filepath='Python/thread.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_GetInfo'>
<return type-id='type-id-14'/>
</function-decl>
- <pointer-type-def type-id='type-id-237' size-in-bits='64' id='type-id-887'/>
+ <pointer-type-def type-id='type-id-237' size-in-bits='64' id='type-id-890'/>
<function-decl name='PyThread_tss_is_created' mangled-name='PyThread_tss_is_created' filepath='Python/thread.c' line='156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_is_created'>
- <parameter type-id='type-id-887' name='key' filepath='Python/thread.c' line='156' column='1'/>
+ <parameter type-id='type-id-890' name='key' filepath='Python/thread.c' line='156' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyThread_tss_free' mangled-name='PyThread_tss_free' filepath='Python/thread.c' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_free'>
- <parameter type-id='type-id-887' name='key' filepath='Python/thread.c' line='147' column='1'/>
+ <parameter type-id='type-id-890' name='key' filepath='Python/thread.c' line='147' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_alloc'>
- <return type-id='type-id-887'/>
+ <return type-id='type-id-890'/>
</function-decl>
<function-decl name='PyThread_set_stacksize' mangled-name='PyThread_set_stacksize' filepath='Python/thread.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_set_stacksize'>
<parameter type-id='type-id-54' name='size' filepath='Python/thread.c' line='120' column='1'/>
@@ -15632,20 +15648,20 @@
<return type-id='type-id-54'/>
</function-decl>
<function-decl name='PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='Python/thread_pthread.h' line='922' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_get'>
- <parameter type-id='type-id-887' name='key' filepath='Python/thread_pthread.h' line='922' column='1'/>
+ <parameter type-id='type-id-890' name='key' filepath='Python/thread_pthread.h' line='922' column='1'/>
<return type-id='type-id-18'/>
</function-decl>
<function-decl name='PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='Python/thread_pthread.h' line='914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_set'>
- <parameter type-id='type-id-887' name='key' filepath='Python/thread_pthread.h' line='914' column='1'/>
+ <parameter type-id='type-id-890' name='key' filepath='Python/thread_pthread.h' line='914' column='1'/>
<parameter type-id='type-id-18' name='value' filepath='Python/thread_pthread.h' line='914' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyThread_tss_delete' mangled-name='PyThread_tss_delete' filepath='Python/thread_pthread.h' line='900' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_delete'>
- <parameter type-id='type-id-887' name='key' filepath='Python/thread.c' line='147' column='1'/>
+ <parameter type-id='type-id-890' name='key' filepath='Python/thread.c' line='147' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyThread_tss_create' mangled-name='PyThread_tss_create' filepath='Python/thread_pthread.h' line='883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_create'>
- <parameter type-id='type-id-887' name='key' filepath='Python/thread_pthread.h' line='883' column='1'/>
+ <parameter type-id='type-id-890' name='key' filepath='Python/thread_pthread.h' line='883' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyThread_ReInitTLS' mangled-name='PyThread_ReInitTLS' filepath='Python/thread_pthread.h' line='872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_ReInitTLS'>
@@ -15676,27 +15692,27 @@
<parameter type-id='type-id-8' name='waitflag' filepath='Python/thread_pthread.h' line='747' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-888'/>
+ <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-891'/>
<function-decl name='_PyThread_at_fork_reinit' mangled-name='_PyThread_at_fork_reinit' filepath='Python/thread_pthread.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_at_fork_reinit'>
- <parameter type-id='type-id-888' name='lock' filepath='Python/thread_pthread.h' line='727' column='1'/>
+ <parameter type-id='type-id-891' name='lock' filepath='Python/thread_pthread.h' line='727' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyThread_release_lock' mangled-name='PyThread_release_lock' filepath='Python/thread_pthread.h' line='553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_release_lock'>
<parameter type-id='type-id-30' name='lock' filepath='Python/thread_pthread.h' line='553' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-889'>
+ <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-892'>
<underlying-type type-id='type-id-126'/>
<enumerator name='PY_LOCK_FAILURE' value='0'/>
<enumerator name='PY_LOCK_ACQUIRED' value='1'/>
<enumerator name='PY_LOCK_INTR' value='2'/>
</enum-decl>
- <typedef-decl name='PyLockStatus' type-id='type-id-889' filepath='./Include/pythread.h' line='16' column='1' id='type-id-890'/>
+ <typedef-decl name='PyLockStatus' type-id='type-id-892' filepath='./Include/pythread.h' line='16' column='1' id='type-id-893'/>
<function-decl name='PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pthread.h' line='430' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed'>
<parameter type-id='type-id-30' name='lock' filepath='Python/thread_pthread.h' line='430' column='1'/>
<parameter type-id='type-id-222' name='microseconds' filepath='Python/thread_pthread.h' line='430' column='1'/>
<parameter type-id='type-id-8' name='intr_flag' filepath='Python/thread_pthread.h' line='431' column='1'/>
- <return type-id='type-id-890'/>
+ <return type-id='type-id-893'/>
</function-decl>
<function-decl name='PyThread_free_lock' mangled-name='PyThread_free_lock' filepath='Python/thread_pthread.h' line='400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_free_lock'>
<parameter type-id='type-id-30' name='lock' filepath='Python/thread_pthread.h' line='553' column='1'/>
@@ -15723,7 +15739,7 @@
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/traceback.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/traceback.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyTraceBack_Type' type-id='type-id-112' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>
<function-decl name='_Py_DumpTracebackThreads' mangled-name='_Py_DumpTracebackThreads' filepath='Python/traceback.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DumpTracebackThreads'>
<parameter type-id='type-id-8' name='fd' filepath='Python/traceback.c' line='1272' column='1'/>
@@ -15743,7 +15759,7 @@
</function-decl>
<function-decl name='_Py_DumpHexadecimal' mangled-name='_Py_DumpHexadecimal' filepath='Python/traceback.c' line='1050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DumpHexadecimal'>
<parameter type-id='type-id-8' name='fd' filepath='Python/traceback.c' line='1050' column='1'/>
- <parameter type-id='type-id-355' name='value' filepath='Python/traceback.c' line='1050' column='1'/>
+ <parameter type-id='type-id-358' name='value' filepath='Python/traceback.c' line='1050' column='1'/>
<parameter type-id='type-id-36' name='width' filepath='Python/traceback.c' line='1050' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
@@ -15771,7 +15787,7 @@
<parameter type-id='type-id-14' name='filename' filepath='Python/traceback.c' line='577' column='1'/>
<parameter type-id='type-id-8' name='lineno' filepath='Python/traceback.c' line='577' column='1'/>
<parameter type-id='type-id-8' name='indent' filepath='Python/traceback.c' line='577' column='1'/>
- <parameter type-id='type-id-498' name='truncation' filepath='Python/traceback.c' line='578' column='1'/>
+ <parameter type-id='type-id-501' name='truncation' filepath='Python/traceback.c' line='578' column='1'/>
<parameter type-id='type-id-22' name='line' filepath='Python/traceback.c' line='578' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -15793,21 +15809,21 @@
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='PyTraceBack_Here' mangled-name='PyTraceBack_Here' filepath='Python/traceback.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceBack_Here'>
- <parameter type-id='type-id-435' name='frame' filepath='Python/traceback.c' line='248' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Python/traceback.c' line='248' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyTraceBack_FromFrame' mangled-name='_PyTraceBack_FromFrame' filepath='Python/traceback.c' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceBack_FromFrame'>
<parameter type-id='type-id-14' name='tb_next' filepath='Python/traceback.c' line='237' column='1'/>
- <parameter type-id='type-id-435' name='frame' filepath='Python/traceback.c' line='237' column='1'/>
+ <parameter type-id='type-id-438' name='frame' filepath='Python/traceback.c' line='237' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/getopt.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/getopt.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='_PyOS_opterr' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='8' column='1'/>
<var-decl name='_PyOS_optind' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='9' column='1'/>
- <var-decl name='_PyOS_optarg' type-id='type-id-542' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>
+ <var-decl name='_PyOS_optarg' type-id='type-id-545' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pystrcmp.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pystrcmp.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyOS_mystricmp' mangled-name='PyOS_mystricmp' filepath='Python/pystrcmp.c' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_mystricmp'>
<parameter type-id='type-id-3' name='s1' filepath='Python/pystrcmp.c' line='22' column='1'/>
<parameter type-id='type-id-3' name='s2' filepath='Python/pystrcmp.c' line='22' column='1'/>
@@ -15820,77 +15836,77 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pystrtod.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pystrtod.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyOS_double_to_string' mangled-name='PyOS_double_to_string' filepath='Python/pystrtod.c' line='1259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_double_to_string'>
- <parameter type-id='type-id-388' name='val' filepath='Python/pystrtod.c' line='1259' column='1'/>
+ <parameter type-id='type-id-391' name='val' filepath='Python/pystrtod.c' line='1259' column='1'/>
<parameter type-id='type-id-1' name='format_code' filepath='Python/pystrtod.c' line='1260' column='1'/>
<parameter type-id='type-id-8' name='precision' filepath='Python/pystrtod.c' line='1261' column='1'/>
<parameter type-id='type-id-8' name='flags' filepath='Python/pystrtod.c' line='1262' column='1'/>
- <parameter type-id='type-id-498' name='type' filepath='Python/pystrtod.c' line='1263' column='1'/>
+ <parameter type-id='type-id-501' name='type' filepath='Python/pystrtod.c' line='1263' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
- <pointer-type-def type-id='type-id-891' size-in-bits='64' id='type-id-892'/>
+ <pointer-type-def type-id='type-id-894' size-in-bits='64' id='type-id-895'/>
<function-decl name='_Py_string_to_number_with_underscores' mangled-name='_Py_string_to_number_with_underscores' filepath='Python/pystrtod.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_string_to_number_with_underscores'>
<parameter type-id='type-id-3' name='s' filepath='Python/pystrtod.c' line='384' column='1'/>
<parameter type-id='type-id-36' name='orig_len' filepath='Python/pystrtod.c' line='384' column='1'/>
<parameter type-id='type-id-3' name='what' filepath='Python/pystrtod.c' line='384' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/pystrtod.c' line='384' column='1'/>
<parameter type-id='type-id-18' name='arg' filepath='Python/pystrtod.c' line='384' column='1'/>
- <parameter type-id='type-id-892' name='innerfunc' filepath='Python/pystrtod.c' line='385' column='1'/>
+ <parameter type-id='type-id-895' name='innerfunc' filepath='Python/pystrtod.c' line='385' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyOS_string_to_double' mangled-name='PyOS_string_to_double' filepath='Python/pystrtod.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_string_to_double'>
<parameter type-id='type-id-3' name='s' filepath='Python/pystrtod.c' line='337' column='1'/>
- <parameter type-id='type-id-491' name='endptr' filepath='Python/pystrtod.c' line='338' column='1'/>
+ <parameter type-id='type-id-494' name='endptr' filepath='Python/pystrtod.c' line='338' column='1'/>
<parameter type-id='type-id-14' name='overflow_exception' filepath='Python/pystrtod.c' line='339' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='_Py_parse_inf_or_nan' mangled-name='_Py_parse_inf_or_nan' filepath='Python/pystrtod.c' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_parse_inf_or_nan'>
<parameter type-id='type-id-3' name='p' filepath='Python/pystrtod.c' line='30' column='1'/>
- <parameter type-id='type-id-491' name='endptr' filepath='Python/pystrtod.c' line='30' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-494' name='endptr' filepath='Python/pystrtod.c' line='30' column='1'/>
+ <return type-id='type-id-391'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-891'>
+ <function-type size-in-bits='64' id='type-id-894'>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-18'/>
<return type-id='type-id-14'/>
</function-type>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/pystrhex.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/pystrhex.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_Py_strhex_bytes_with_sep' mangled-name='_Py_strhex_bytes_with_sep' filepath='Python/pystrhex.c' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes_with_sep'>
<parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='170' column='1'/>
- <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
+ <parameter type-id='type-id-480' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
<parameter type-id='type-id-14' name='sep' filepath='Python/pystrhex.c' line='171' column='1'/>
- <parameter type-id='type-id-840' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
+ <parameter type-id='type-id-843' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_Py_strhex_with_sep' mangled-name='_Py_strhex_with_sep' filepath='Python/pystrhex.c' line='162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_with_sep'>
<parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='170' column='1'/>
- <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
+ <parameter type-id='type-id-480' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
<parameter type-id='type-id-14' name='sep' filepath='Python/pystrhex.c' line='171' column='1'/>
- <parameter type-id='type-id-840' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
+ <parameter type-id='type-id-843' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_Py_strhex_bytes' mangled-name='_Py_strhex_bytes' filepath='Python/pystrhex.c' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes'>
<parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='155' column='1'/>
- <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
+ <parameter type-id='type-id-480' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_Py_strhex' mangled-name='_Py_strhex' filepath='Python/pystrhex.c' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex'>
<parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='155' column='1'/>
- <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
+ <parameter type-id='type-id-480' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/dtoa.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/dtoa.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_Py_dg_dtoa' mangled-name='_Py_dg_dtoa' filepath='Python/dtoa.c' line='2248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_dtoa'>
- <parameter type-id='type-id-388' name='dd' filepath='Python/dtoa.c' line='2248' column='1'/>
+ <parameter type-id='type-id-391' name='dd' filepath='Python/dtoa.c' line='2248' column='1'/>
<parameter type-id='type-id-8' name='mode' filepath='Python/dtoa.c' line='2248' column='1'/>
<parameter type-id='type-id-8' name='ndigits' filepath='Python/dtoa.c' line='2248' column='1'/>
- <parameter type-id='type-id-498' name='decpt' filepath='Python/dtoa.c' line='2249' column='1'/>
- <parameter type-id='type-id-498' name='sign' filepath='Python/dtoa.c' line='2249' column='1'/>
- <parameter type-id='type-id-491' name='rve' filepath='Python/dtoa.c' line='2249' column='1'/>
+ <parameter type-id='type-id-501' name='decpt' filepath='Python/dtoa.c' line='2249' column='1'/>
+ <parameter type-id='type-id-501' name='sign' filepath='Python/dtoa.c' line='2249' column='1'/>
+ <parameter type-id='type-id-494' name='rve' filepath='Python/dtoa.c' line='2249' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
<function-decl name='_Py_dg_freedtoa' mangled-name='_Py_dg_freedtoa' filepath='Python/dtoa.c' line='2202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_freedtoa'>
@@ -15899,21 +15915,21 @@
</function-decl>
<function-decl name='_Py_dg_strtod' mangled-name='_Py_dg_strtod' filepath='Python/dtoa.c' line='1439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_strtod'>
<parameter type-id='type-id-3' name='s00' filepath='Python/dtoa.c' line='1439' column='1'/>
- <parameter type-id='type-id-491' name='se' filepath='Python/dtoa.c' line='1439' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-494' name='se' filepath='Python/dtoa.c' line='1439' column='1'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='_Py_dg_infinity' mangled-name='_Py_dg_infinity' filepath='Python/dtoa.c' line='1430' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_infinity'>
<parameter type-id='type-id-8' name='sign' filepath='Python/dtoa.c' line='1430' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
<function-decl name='_Py_dg_stdnan' mangled-name='_Py_dg_stdnan' filepath='Python/dtoa.c' line='1416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_stdnan'>
<parameter type-id='type-id-8' name='sign' filepath='Python/dtoa.c' line='1430' column='1'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-391'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyFloat_FormatAdvancedWriter' mangled-name='_PyFloat_FormatAdvancedWriter' filepath='Python/formatter_unicode.c' line='1549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFloat_FormatAdvancedWriter'>
- <parameter type-id='type-id-522' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/formatter_unicode.c' line='1550' column='1'/>
<parameter type-id='type-id-14' name='format_spec' filepath='Python/formatter_unicode.c' line='1551' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Python/formatter_unicode.c' line='1552' column='1'/>
@@ -15921,7 +15937,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyLong_FormatAdvancedWriter' mangled-name='_PyLong_FormatAdvancedWriter' filepath='Python/formatter_unicode.c' line='1487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FormatAdvancedWriter'>
- <parameter type-id='type-id-522' name='writer' filepath='Python/formatter_unicode.c' line='1487' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Python/formatter_unicode.c' line='1487' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/formatter_unicode.c' line='1488' column='1'/>
<parameter type-id='type-id-14' name='format_spec' filepath='Python/formatter_unicode.c' line='1489' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Python/formatter_unicode.c' line='1490' column='1'/>
@@ -15929,7 +15945,7 @@
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyUnicode_FormatAdvancedWriter' mangled-name='_PyUnicode_FormatAdvancedWriter' filepath='Python/formatter_unicode.c' line='1451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FormatAdvancedWriter'>
- <parameter type-id='type-id-522' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
+ <parameter type-id='type-id-525' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
<parameter type-id='type-id-14' name='obj' filepath='Python/formatter_unicode.c' line='1550' column='1'/>
<parameter type-id='type-id-14' name='format_spec' filepath='Python/formatter_unicode.c' line='1551' column='1'/>
<parameter type-id='type-id-36' name='start' filepath='Python/formatter_unicode.c' line='1552' column='1'/>
@@ -15937,13 +15953,13 @@
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/fileutils.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/fileutils.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_Py_closerange' mangled-name='_Py_closerange' filepath='Python/fileutils.c' line='2622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_closerange'>
<parameter type-id='type-id-8' name='first' filepath='Python/fileutils.c' line='2622' column='1'/>
<parameter type-id='type-id-8' name='last' filepath='Python/fileutils.c' line='2622' column='1'/>
<return type-id='type-id-70'/>
</function-decl>
- <class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/include/locale.h' line='51' column='1' id='type-id-893'>
+ <class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/include/locale.h' line='51' column='1' id='type-id-896'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='decimal_point' type-id='type-id-115' visibility='default' filepath='/usr/include/locale.h' line='55' column='1'/>
</data-member>
@@ -16017,9 +16033,9 @@
<var-decl name='int_n_sign_posn' type-id='type-id-1' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-893' size-in-bits='64' id='type-id-894'/>
+ <pointer-type-def type-id='type-id-896' size-in-bits='64' id='type-id-897'/>
<function-decl name='_Py_GetLocaleconvNumeric' mangled-name='_Py_GetLocaleconvNumeric' filepath='Python/fileutils.c' line='2506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetLocaleconvNumeric'>
- <parameter type-id='type-id-894' name='lc' filepath='Python/fileutils.c' line='2506' column='1'/>
+ <parameter type-id='type-id-897' name='lc' filepath='Python/fileutils.c' line='2506' column='1'/>
<parameter type-id='type-id-22' name='decimal_point' filepath='Python/fileutils.c' line='2507' column='1'/>
<parameter type-id='type-id-22' name='thousands_sep' filepath='Python/fileutils.c' line='2507' column='1'/>
<return type-id='type-id-8'/>
@@ -16048,13 +16064,13 @@
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='_Py_wrealpath' mangled-name='_Py_wrealpath' filepath='Python/fileutils.c' line='1967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_wrealpath'>
- <parameter type-id='type-id-542' name='path' filepath='Python/fileutils.c' line='1967' column='1'/>
+ <parameter type-id='type-id-545' name='path' filepath='Python/fileutils.c' line='1967' column='1'/>
<parameter type-id='type-id-281' name='resolved_path' filepath='Python/fileutils.c' line='1968' column='1'/>
<parameter type-id='type-id-54' name='resolved_path_len' filepath='Python/fileutils.c' line='1968' column='1'/>
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='_Py_wreadlink' mangled-name='_Py_wreadlink' filepath='Python/fileutils.c' line='1918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_wreadlink'>
- <parameter type-id='type-id-542' name='path' filepath='Python/fileutils.c' line='1918' column='1'/>
+ <parameter type-id='type-id-545' name='path' filepath='Python/fileutils.c' line='1918' column='1'/>
<parameter type-id='type-id-281' name='buf' filepath='Python/fileutils.c' line='1918' column='1'/>
<parameter type-id='type-id-54' name='buflen' filepath='Python/fileutils.c' line='1918' column='1'/>
<return type-id='type-id-8'/>
@@ -16080,12 +16096,12 @@
<function-decl name='_Py_fopen_obj' mangled-name='_Py_fopen_obj' filepath='Python/fileutils.c' line='1647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fopen_obj'>
<parameter type-id='type-id-14' name='path' filepath='Python/fileutils.c' line='1647' column='1'/>
<parameter type-id='type-id-3' name='mode' filepath='Python/fileutils.c' line='1647' column='1'/>
- <return type-id='type-id-470'/>
+ <return type-id='type-id-473'/>
</function-decl>
<function-decl name='_Py_wfopen' mangled-name='_Py_wfopen' filepath='Python/fileutils.c' line='1599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_wfopen'>
- <parameter type-id='type-id-542' name='path' filepath='Python/fileutils.c' line='1599' column='1'/>
- <parameter type-id='type-id-542' name='mode' filepath='Python/fileutils.c' line='1599' column='1'/>
- <return type-id='type-id-470'/>
+ <parameter type-id='type-id-545' name='path' filepath='Python/fileutils.c' line='1599' column='1'/>
+ <parameter type-id='type-id-545' name='mode' filepath='Python/fileutils.c' line='1599' column='1'/>
+ <return type-id='type-id-473'/>
</function-decl>
<function-decl name='_Py_open_noraise' mangled-name='_Py_open_noraise' filepath='Python/fileutils.c' line='1587' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_open_noraise'>
<parameter type-id='type-id-3' name='pathname' filepath='Python/fileutils.c' line='1587' column='1'/>
@@ -16100,93 +16116,93 @@
<function-decl name='_Py_set_inheritable_async_safe' mangled-name='_Py_set_inheritable_async_safe' filepath='Python/fileutils.c' line='1496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable_async_safe'>
<parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1496' column='1'/>
<parameter type-id='type-id-8' name='inheritable' filepath='Python/fileutils.c' line='1496' column='1'/>
- <parameter type-id='type-id-498' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
+ <parameter type-id='type-id-501' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_set_inheritable' mangled-name='_Py_set_inheritable' filepath='Python/fileutils.c' line='1487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable'>
<parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1496' column='1'/>
<parameter type-id='type-id-8' name='inheritable' filepath='Python/fileutils.c' line='1496' column='1'/>
- <parameter type-id='type-id-498' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
+ <parameter type-id='type-id-501' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_get_inheritable' mangled-name='_Py_get_inheritable' filepath='Python/fileutils.c' line='1321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_inheritable'>
<parameter type-id='type-id-8' name='c1' filepath='Parser/token.c' line='79' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <class-decl name='stat' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='46' column='1' id='type-id-895'>
+ <class-decl name='stat' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='46' column='1' id='type-id-898'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='st_dev' type-id='type-id-896' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='48' column='1'/>
+ <var-decl name='st_dev' type-id='type-id-899' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='48' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='st_ino' type-id='type-id-897' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='53' column='1'/>
+ <var-decl name='st_ino' type-id='type-id-900' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='st_nlink' type-id='type-id-898' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='61' column='1'/>
+ <var-decl name='st_nlink' type-id='type-id-901' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='st_mode' type-id='type-id-899' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='62' column='1'/>
+ <var-decl name='st_mode' type-id='type-id-902' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='st_uid' type-id='type-id-900' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='64' column='1'/>
+ <var-decl name='st_uid' type-id='type-id-903' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='st_gid' type-id='type-id-901' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='65' column='1'/>
+ <var-decl name='st_gid' type-id='type-id-904' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='65' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
<var-decl name='__pad0' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='67' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='st_rdev' type-id='type-id-896' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='69' column='1'/>
+ <var-decl name='st_rdev' type-id='type-id-899' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='st_size' type-id='type-id-457' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='74' column='1'/>
+ <var-decl name='st_size' type-id='type-id-460' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='st_blksize' type-id='type-id-902' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='78' column='1'/>
+ <var-decl name='st_blksize' type-id='type-id-905' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='st_blocks' type-id='type-id-903' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='80' column='1'/>
+ <var-decl name='st_blocks' type-id='type-id-906' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='st_atim' type-id='type-id-863' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='91' column='1'/>
+ <var-decl name='st_atim' type-id='type-id-866' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='91' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='st_mtim' type-id='type-id-863' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='92' column='1'/>
+ <var-decl name='st_mtim' type-id='type-id-866' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='st_ctim' type-id='type-id-863' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='93' column='1'/>
+ <var-decl name='st_ctim' type-id='type-id-866' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='__glibc_reserved' type-id='type-id-904' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='106' column='1'/>
+ <var-decl name='__glibc_reserved' type-id='type-id-907' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='106' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__dev_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-896'/>
- <typedef-decl name='__ino_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='148' column='1' id='type-id-897'/>
- <typedef-decl name='__nlink_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='151' column='1' id='type-id-898'/>
- <typedef-decl name='__mode_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-899'/>
- <typedef-decl name='__uid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-900'/>
- <typedef-decl name='__gid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-901'/>
- <typedef-decl name='__blksize_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='174' column='1' id='type-id-902'/>
- <typedef-decl name='__blkcnt_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='179' column='1' id='type-id-903'/>
+ <typedef-decl name='__dev_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-899'/>
+ <typedef-decl name='__ino_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='148' column='1' id='type-id-900'/>
+ <typedef-decl name='__nlink_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='151' column='1' id='type-id-901'/>
+ <typedef-decl name='__mode_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-902'/>
+ <typedef-decl name='__uid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-903'/>
+ <typedef-decl name='__gid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-904'/>
+ <typedef-decl name='__blksize_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='174' column='1' id='type-id-905'/>
+ <typedef-decl name='__blkcnt_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='179' column='1' id='type-id-906'/>
- <array-type-def dimensions='1' type-id='type-id-864' size-in-bits='192' id='type-id-904'>
+ <array-type-def dimensions='1' type-id='type-id-867' size-in-bits='192' id='type-id-907'>
<subrange length='3' type-id='type-id-16' id='type-id-293'/>
</array-type-def>
- <pointer-type-def type-id='type-id-895' size-in-bits='64' id='type-id-905'/>
+ <pointer-type-def type-id='type-id-898' size-in-bits='64' id='type-id-908'/>
<function-decl name='_Py_stat' mangled-name='_Py_stat' filepath='Python/fileutils.c' line='1242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_stat'>
<parameter type-id='type-id-14' name='path' filepath='Python/fileutils.c' line='1242' column='1'/>
- <parameter type-id='type-id-905' name='statbuf' filepath='Python/fileutils.c' line='1242' column='1'/>
+ <parameter type-id='type-id-908' name='statbuf' filepath='Python/fileutils.c' line='1242' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_fstat' mangled-name='_Py_fstat' filepath='Python/fileutils.c' line='1189' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat'>
<parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1189' column='1'/>
- <parameter type-id='type-id-905' name='status' filepath='Python/fileutils.c' line='1189' column='1'/>
+ <parameter type-id='type-id-908' name='status' filepath='Python/fileutils.c' line='1189' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_fstat_noraise' mangled-name='_Py_fstat_noraise' filepath='Python/fileutils.c' line='1122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat_noraise'>
<parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1122' column='1'/>
- <parameter type-id='type-id-905' name='status' filepath='Python/fileutils.c' line='1122' column='1'/>
+ <parameter type-id='type-id-908' name='status' filepath='Python/fileutils.c' line='1122' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_GetLocaleEncodingObject' mangled-name='_Py_GetLocaleEncodingObject' filepath='Python/fileutils.c' line='926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetLocaleEncodingObject'>
@@ -16196,36 +16212,36 @@
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='_Py_EncodeLocaleEx' mangled-name='_Py_EncodeLocaleEx' filepath='Python/fileutils.c' line='869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleEx'>
- <parameter type-id='type-id-542' name='text' filepath='Python/fileutils.c' line='869' column='1'/>
- <parameter type-id='type-id-491' name='str' filepath='Python/fileutils.c' line='869' column='1'/>
- <parameter type-id='type-id-579' name='error_pos' filepath='Python/fileutils.c' line='870' column='1'/>
- <parameter type-id='type-id-480' name='reason' filepath='Python/fileutils.c' line='870' column='1'/>
+ <parameter type-id='type-id-545' name='text' filepath='Python/fileutils.c' line='869' column='1'/>
+ <parameter type-id='type-id-494' name='str' filepath='Python/fileutils.c' line='869' column='1'/>
+ <parameter type-id='type-id-582' name='error_pos' filepath='Python/fileutils.c' line='870' column='1'/>
+ <parameter type-id='type-id-483' name='reason' filepath='Python/fileutils.c' line='870' column='1'/>
<parameter type-id='type-id-8' name='current_locale' filepath='Python/fileutils.c' line='871' column='1'/>
- <parameter type-id='type-id-383' name='errors' filepath='Python/fileutils.c' line='871' column='1'/>
+ <parameter type-id='type-id-386' name='errors' filepath='Python/fileutils.c' line='871' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_EncodeLocaleRaw' mangled-name='_Py_EncodeLocaleRaw' filepath='Python/fileutils.c' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleRaw'>
- <parameter type-id='type-id-542' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
- <parameter type-id='type-id-579' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
+ <parameter type-id='type-id-545' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
+ <parameter type-id='type-id-582' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
<function-decl name='Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='853' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EncodeLocale'>
- <parameter type-id='type-id-542' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
- <parameter type-id='type-id-579' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
+ <parameter type-id='type-id-545' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
+ <parameter type-id='type-id-582' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
<return type-id='type-id-115'/>
</function-decl>
<function-decl name='Py_DecodeLocale' mangled-name='Py_DecodeLocale' filepath='Python/fileutils.c' line='651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_DecodeLocale'>
<parameter type-id='type-id-3' name='arg' filepath='Python/fileutils.c' line='651' column='1'/>
- <parameter type-id='type-id-579' name='wlen' filepath='Python/fileutils.c' line='651' column='1'/>
+ <parameter type-id='type-id-582' name='wlen' filepath='Python/fileutils.c' line='651' column='1'/>
<return type-id='type-id-281'/>
</function-decl>
<function-decl name='_Py_DecodeLocaleEx' mangled-name='_Py_DecodeLocaleEx' filepath='Python/fileutils.c' line='589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeLocaleEx'>
<parameter type-id='type-id-3' name='arg' filepath='Python/fileutils.c' line='589' column='1'/>
- <parameter type-id='type-id-371' name='wstr' filepath='Python/fileutils.c' line='589' column='1'/>
- <parameter type-id='type-id-579' name='wlen' filepath='Python/fileutils.c' line='589' column='1'/>
- <parameter type-id='type-id-480' name='reason' filepath='Python/fileutils.c' line='590' column='1'/>
+ <parameter type-id='type-id-374' name='wstr' filepath='Python/fileutils.c' line='589' column='1'/>
+ <parameter type-id='type-id-582' name='wlen' filepath='Python/fileutils.c' line='589' column='1'/>
+ <parameter type-id='type-id-483' name='reason' filepath='Python/fileutils.c' line='590' column='1'/>
<parameter type-id='type-id-8' name='current_locale' filepath='Python/fileutils.c' line='591' column='1'/>
- <parameter type-id='type-id-383' name='errors' filepath='Python/fileutils.c' line='591' column='1'/>
+ <parameter type-id='type-id-386' name='errors' filepath='Python/fileutils.c' line='591' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_Py_ResetForceASCII' mangled-name='_Py_ResetForceASCII' filepath='Python/fileutils.c' line='308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ResetForceASCII'>
@@ -16239,7 +16255,7 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/suggestions.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Python/suggestions.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_Py_UTF8_Edit_Cost' mangled-name='_Py_UTF8_Edit_Cost' filepath='Python/suggestions.c' line='282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_UTF8_Edit_Cost'>
<parameter type-id='type-id-14' name='a' filepath='Python/suggestions.c' line='282' column='1'/>
<parameter type-id='type-id-14' name='b' filepath='Python/suggestions.c' line='282' column='1'/>
@@ -16247,30 +16263,30 @@
<return type-id='type-id-36'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/src' language='LANG_C99'>
- <array-type-def dimensions='1' type-id='type-id-3' size-in-bits='infinite' id='type-id-906'>
+ <array-type-def dimensions='1' type-id='type-id-3' size-in-bits='infinite' id='type-id-909'>
<subrange length='infinite' id='type-id-6'/>
</array-type-def>
- <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-906' visibility='default' filepath='./Python/importdl.h' line='9' column='1'/>
+ <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-909' visibility='default' filepath='./Python/importdl.h' line='9' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Modules/main.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Modules/main.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='Py_BytesMain' mangled-name='Py_BytesMain' filepath='Modules/main.c' line='727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_BytesMain'>
<parameter type-id='type-id-8' name='argc' filepath='Modules/main.c' line='727' column='1'/>
- <parameter type-id='type-id-491' name='argv' filepath='Modules/main.c' line='727' column='1'/>
+ <parameter type-id='type-id-494' name='argv' filepath='Modules/main.c' line='727' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='Py_Main' mangled-name='Py_Main' filepath='Modules/main.c' line='715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Main'>
<parameter type-id='type-id-8' name='argc' filepath='Modules/main.c' line='715' column='1'/>
- <parameter type-id='type-id-371' name='argv' filepath='Modules/main.c' line='715' column='1'/>
+ <parameter type-id='type-id-374' name='argv' filepath='Modules/main.c' line='715' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='Py_RunMain' mangled-name='Py_RunMain' filepath='Modules/main.c' line='676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_RunMain'>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Modules/gcmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='Modules/gcmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyObject_GC_IsFinalized' mangled-name='PyObject_GC_IsFinalized' filepath='Modules/gcmodule.c' line='2369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_IsFinalized'>
<parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
<return type-id='type-id-8'/>
@@ -16284,14 +16300,14 @@
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='_PyObject_GC_Resize' mangled-name='_PyObject_GC_Resize' filepath='Modules/gcmodule.c' line='2327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_Resize'>
- <parameter type-id='type-id-538' name='op' filepath='Modules/gcmodule.c' line='2327' column='1'/>
+ <parameter type-id='type-id-541' name='op' filepath='Modules/gcmodule.c' line='2327' column='1'/>
<parameter type-id='type-id-36' name='nitems' filepath='Modules/gcmodule.c' line='2327' column='1'/>
- <return type-id='type-id-538'/>
+ <return type-id='type-id-541'/>
</function-decl>
<function-decl name='_PyObject_GC_NewVar' mangled-name='_PyObject_GC_NewVar' filepath='Modules/gcmodule.c' line='2307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_NewVar'>
<parameter type-id='type-id-74' name='tp' filepath='Modules/gcmodule.c' line='2307' column='1'/>
<parameter type-id='type-id-36' name='nitems' filepath='Modules/gcmodule.c' line='2307' column='1'/>
- <return type-id='type-id-538'/>
+ <return type-id='type-id-541'/>
</function-decl>
<function-decl name='_PyObject_GC_New' mangled-name='_PyObject_GC_New' filepath='Modules/gcmodule.c' line='2295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_New'>
<parameter type-id='type-id-74' name='tp' filepath='Modules/gcmodule.c' line='2295' column='1'/>
@@ -16325,21 +16341,21 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_atexit' mangled-name='PyInit_atexit' filepath='./Modules/atexitmodule.c' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_atexit'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_faulthandler' mangled-name='PyInit_faulthandler' filepath='./Modules/faulthandler.c' line='1335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_faulthandler'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <function-decl name='PyInit_posix' mangled-name='PyInit_posix' filepath='./Modules/posixmodule.c' line='15938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_posix'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/src' language='LANG_C99'>
+ <function-decl name='PyInit_posix' mangled-name='PyInit_posix' filepath='./Modules/posixmodule.c' line='15942' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_posix'>
<return type-id='type-id-14'/>
</function-decl>
- <function-decl name='PyOS_FSPath' mangled-name='PyOS_FSPath' filepath='./Modules/posixmodule.c' line='14465' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_FSPath'>
+ <function-decl name='PyOS_FSPath' mangled-name='PyOS_FSPath' filepath='./Modules/posixmodule.c' line='14469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_FSPath'>
<parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='2122' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
@@ -16348,26 +16364,26 @@
<parameter type-id='type-id-18' name='addr' filepath='./Modules/posixmodule.c' line='1485' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <typedef-decl name='gid_t' type-id='type-id-901' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-907'/>
- <pointer-type-def type-id='type-id-907' size-in-bits='64' id='type-id-908'/>
+ <typedef-decl name='gid_t' type-id='type-id-904' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-910'/>
+ <pointer-type-def type-id='type-id-910' size-in-bits='64' id='type-id-911'/>
<function-decl name='_Py_Gid_Converter' mangled-name='_Py_Gid_Converter' filepath='./Modules/posixmodule.c' line='773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>
<parameter type-id='type-id-14' name='obj' filepath='./Modules/posixmodule.c' line='773' column='1'/>
- <parameter type-id='type-id-908' name='p' filepath='./Modules/posixmodule.c' line='773' column='1'/>
+ <parameter type-id='type-id-911' name='p' filepath='./Modules/posixmodule.c' line='773' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <typedef-decl name='uid_t' type-id='type-id-900' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-909'/>
- <pointer-type-def type-id='type-id-909' size-in-bits='64' id='type-id-910'/>
+ <typedef-decl name='uid_t' type-id='type-id-903' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-912'/>
+ <pointer-type-def type-id='type-id-912' size-in-bits='64' id='type-id-913'/>
<function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>
<parameter type-id='type-id-14' name='obj' filepath='./Modules/posixmodule.c' line='667' column='1'/>
- <parameter type-id='type-id-910' name='p' filepath='./Modules/posixmodule.c' line='667' column='1'/>
+ <parameter type-id='type-id-913' name='p' filepath='./Modules/posixmodule.c' line='667' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>
- <parameter type-id='type-id-907' name='gid' filepath='./Modules/posixmodule.c' line='659' column='1'/>
+ <parameter type-id='type-id-910' name='gid' filepath='./Modules/posixmodule.c' line='659' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='_PyLong_FromUid' mangled-name='_PyLong_FromUid' filepath='./Modules/posixmodule.c' line='651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromUid'>
- <parameter type-id='type-id-909' name='uid' filepath='./Modules/posixmodule.c' line='651' column='1'/>
+ <parameter type-id='type-id-912' name='uid' filepath='./Modules/posixmodule.c' line='651' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork'>
@@ -16383,7 +16399,7 @@
<return type-id='type-id-70'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyOS_IsMainThread' mangled-name='_PyOS_IsMainThread' filepath='./Modules/signalmodule.c' line='2067' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_IsMainThread'>
<return type-id='type-id-8'/>
</function-decl>
@@ -16418,20 +16434,20 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='./Modules/_tracemalloc.c' line='1811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>
<parameter type-id='type-id-105' name='domain' filepath='./Modules/_tracemalloc.c' line='1811' column='1'/>
- <parameter type-id='type-id-355' name='ptr' filepath='./Modules/_tracemalloc.c' line='1811' column='1'/>
+ <parameter type-id='type-id-358' name='ptr' filepath='./Modules/_tracemalloc.c' line='1811' column='1'/>
<return type-id='type-id-14'/>
</function-decl>
<function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='./Modules/_tracemalloc.c' line='1752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>
<parameter type-id='type-id-105' name='domain' filepath='./Modules/_tracemalloc.c' line='1752' column='1'/>
- <parameter type-id='type-id-355' name='ptr' filepath='./Modules/_tracemalloc.c' line='1752' column='1'/>
+ <parameter type-id='type-id-358' name='ptr' filepath='./Modules/_tracemalloc.c' line='1752' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='PyTraceMalloc_Track' mangled-name='PyTraceMalloc_Track' filepath='./Modules/_tracemalloc.c' line='1729' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>
<parameter type-id='type-id-105' name='domain' filepath='./Modules/_tracemalloc.c' line='1729' column='1'/>
- <parameter type-id='type-id-355' name='ptr' filepath='./Modules/_tracemalloc.c' line='1729' column='1'/>
+ <parameter type-id='type-id-358' name='ptr' filepath='./Modules/_tracemalloc.c' line='1729' column='1'/>
<parameter type-id='type-id-54' name='size' filepath='./Modules/_tracemalloc.c' line='1730' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
@@ -16439,130 +16455,130 @@
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__codecs' mangled-name='PyInit__codecs' filepath='./Modules/_codecsmodule.c' line='1067' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__codecs'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_collectionsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_collectionsmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__collections' mangled-name='PyInit__collections' filepath='./Modules/_collectionsmodule.c' line='2612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__collections'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/errnomodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/errnomodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_errno' mangled-name='PyInit_errno' filepath='./Modules/errnomodule.c' line='960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_errno'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <var-decl name='_PyIO_Module' type-id='type-id-535' visibility='default' filepath='./Modules/_io/_iomodule.h' line='140' column='1'/>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/src' language='LANG_C99'>
+ <var-decl name='_PyIO_Module' type-id='type-id-538' visibility='default' filepath='./Modules/_io/_iomodule.h' line='140' column='1'/>
<function-decl name='PyInit__io' mangled-name='PyInit__io' filepath='./Modules/_io/_iomodule.c' line='681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__io'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='8' column='1'/>
<var-decl name='PyRawIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='9' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyFileIO_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='14' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyBytesIO_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='15' column='1'/>
<var-decl name='_PyBytesIOBuffer_Type' type-id='type-id-112' mangled-name='_PyBytesIOBuffer_Type' visibility='default' filepath='./Modules/_io/_iomodule.h' line='158' column='1' elf-symbol-id='_PyBytesIOBuffer_Type'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyBufferedIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='10' column='1'/>
<var-decl name='PyBufferedReader_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='17' column='1'/>
<var-decl name='PyBufferedWriter_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='18' column='1'/>
<var-decl name='PyBufferedRWPair_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='19' column='1'/>
<var-decl name='PyBufferedRandom_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='20' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyTextIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='11' column='1'/>
<var-decl name='PyIncrementalNewlineDecoder_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='22' column='1'/>
<var-decl name='PyTextIOWrapper_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='21' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/src' language='LANG_C99'>
<var-decl name='PyStringIO_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='16' column='1'/>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/itertoolsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/itertoolsmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_itertools' mangled-name='PyInit_itertools' filepath='./Modules/itertoolsmodule.c' line='4901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_itertools'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__sre' mangled-name='PyInit__sre' filepath='./Modules/_sre/sre.c' line='3057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__sre'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__thread' mangled-name='PyInit__thread' filepath='./Modules/_threadmodule.c' line='1700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__thread'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/timemodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/timemodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_time' mangled-name='PyInit_time' filepath='./Modules/timemodule.c' line='2111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_time'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_weakref.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_weakref.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__weakref' mangled-name='PyInit__weakref' filepath='./Modules/_weakref.c' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__weakref'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_abc.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_abc.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__abc' mangled-name='PyInit__abc' filepath='./Modules/_abc.c' line='967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__abc'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_functoolsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_functoolsmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__functools' mangled-name='PyInit__functools' filepath='./Modules/_functoolsmodule.c' line='1535' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__functools'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__locale' mangled-name='PyInit__locale' filepath='./Modules/_localemodule.c' line='913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__locale'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_operator.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_operator.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__operator' mangled-name='PyInit__operator' filepath='./Modules/_operator.c' line='1891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__operator'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/_stat.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/_stat.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__stat' mangled-name='PyInit__stat' filepath='./Modules/_stat.c' line='630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__stat'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit__symtable' mangled-name='PyInit__symtable' filepath='./Modules/symtablemodule.c' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__symtable'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_pwd' mangled-name='PyInit_pwd' filepath='./Modules/pwdmodule.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_pwd'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/xxsubtype.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/xxsubtype.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='PyInit_xxsubtype' mangled-name='PyInit_xxsubtype' filepath='./Modules/xxsubtype.c' line='313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_xxsubtype'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='./Modules/getpath.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+ <abi-instr version='1.0' address-size='64' path='./Modules/getpath.c' comp-dir-path='/src' language='LANG_C99'>
<function-decl name='_Py_Get_Getpath_CodeObject' mangled-name='_Py_Get_Getpath_CodeObject' filepath='./Modules/getpath.c' line='790' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Get_Getpath_CodeObject'>
<return type-id='type-id-14'/>
</function-decl>
</abi-instr>
- <abi-instr version='1.0' address-size='64' path='Python/frozen.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
- <class-decl name='_frozen' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='31' column='1' id='type-id-911'>
+ <abi-instr version='1.0' address-size='64' path='Python/frozen.c' comp-dir-path='/src' language='LANG_C99'>
+ <class-decl name='_frozen' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='31' column='1' id='type-id-914'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/cpython/import.h' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='code' type-id='type-id-525' visibility='default' filepath='./Include/cpython/import.h' line='33' column='1'/>
+ <var-decl name='code' type-id='type-id-528' visibility='default' filepath='./Include/cpython/import.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='size' type-id='type-id-8' visibility='default' filepath='./Include/cpython/import.h' line='34' column='1'/>
@@ -16571,15 +16587,15 @@
<var-decl name='is_package' type-id='type-id-8' visibility='default' filepath='./Include/cpython/import.h' line='35' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='get_code' type-id='type-id-531' visibility='default' filepath='./Include/cpython/import.h' line='36' column='1'/>
+ <var-decl name='get_code' type-id='type-id-534' visibility='default' filepath='./Include/cpython/import.h' line='36' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-911' const='yes' id='type-id-912'/>
- <pointer-type-def type-id='type-id-912' size-in-bits='64' id='type-id-913'/>
- <var-decl name='_PyImport_FrozenBootstrap' type-id='type-id-913' mangled-name='_PyImport_FrozenBootstrap' visibility='default' filepath='./Include/internal/pycore_import.h' line='18' column='1' elf-symbol-id='_PyImport_FrozenBootstrap'/>
- <var-decl name='_PyImport_FrozenStdlib' type-id='type-id-913' mangled-name='_PyImport_FrozenStdlib' visibility='default' filepath='./Include/internal/pycore_import.h' line='19' column='1' elf-symbol-id='_PyImport_FrozenStdlib'/>
- <var-decl name='_PyImport_FrozenTest' type-id='type-id-913' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='20' column='1' elf-symbol-id='_PyImport_FrozenTest'/>
- <class-decl name='_module_alias' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='13' column='1' id='type-id-914'>
+ <qualified-type-def type-id='type-id-914' const='yes' id='type-id-915'/>
+ <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-916'/>
+ <var-decl name='_PyImport_FrozenBootstrap' type-id='type-id-916' mangled-name='_PyImport_FrozenBootstrap' visibility='default' filepath='./Include/internal/pycore_import.h' line='18' column='1' elf-symbol-id='_PyImport_FrozenBootstrap'/>
+ <var-decl name='_PyImport_FrozenStdlib' type-id='type-id-916' mangled-name='_PyImport_FrozenStdlib' visibility='default' filepath='./Include/internal/pycore_import.h' line='19' column='1' elf-symbol-id='_PyImport_FrozenStdlib'/>
+ <var-decl name='_PyImport_FrozenTest' type-id='type-id-916' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='20' column='1' elf-symbol-id='_PyImport_FrozenTest'/>
+ <class-decl name='_module_alias' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='13' column='1' id='type-id-917'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/internal/pycore_import.h' line='14' column='1'/>
</data-member>
@@ -16587,9 +16603,9 @@
<var-decl name='orig' type-id='type-id-3' visibility='default' filepath='./Include/internal/pycore_import.h' line='15' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-914' const='yes' id='type-id-915'/>
- <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-916'/>
- <var-decl name='_PyImport_FrozenAliases' type-id='type-id-916' visibility='default' filepath='./Include/internal/pycore_import.h' line='21' column='1'/>
- <var-decl name='PyImport_FrozenModules' type-id='type-id-913' mangled-name='PyImport_FrozenModules' visibility='default' filepath='./Include/cpython/import.h' line='42' column='1' elf-symbol-id='PyImport_FrozenModules'/>
+ <qualified-type-def type-id='type-id-917' const='yes' id='type-id-918'/>
+ <pointer-type-def type-id='type-id-918' size-in-bits='64' id='type-id-919'/>
+ <var-decl name='_PyImport_FrozenAliases' type-id='type-id-919' visibility='default' filepath='./Include/internal/pycore_import.h' line='21' column='1'/>
+ <var-decl name='PyImport_FrozenModules' type-id='type-id-916' mangled-name='PyImport_FrozenModules' visibility='default' filepath='./Include/cpython/import.h' line='42' column='1' elf-symbol-id='PyImport_FrozenModules'/>
</abi-instr>
</abi-corpus>
diff --git a/Include/internal/pycore_global_strings.h b/Include/internal/pycore_global_strings.h
index cfa8ae9..ca97062 100644
--- a/Include/internal/pycore_global_strings.h
+++ b/Include/internal/pycore_global_strings.h
@@ -202,6 +202,7 @@ struct _Py_global_strings {
STRUCT_FOR_ID(__truediv__)
STRUCT_FOR_ID(__trunc__)
STRUCT_FOR_ID(__typing_is_unpacked_typevartuple__)
+ STRUCT_FOR_ID(__typing_prepare_subst__)
STRUCT_FOR_ID(__typing_subst__)
STRUCT_FOR_ID(__typing_unpacked_tuple_args__)
STRUCT_FOR_ID(__warningregistry__)
diff --git a/Include/internal/pycore_runtime_init.h b/Include/internal/pycore_runtime_init.h
index 57cacb9..13eae1e 100644
--- a/Include/internal/pycore_runtime_init.h
+++ b/Include/internal/pycore_runtime_init.h
@@ -825,6 +825,7 @@ extern "C" {
INIT_ID(__truediv__), \
INIT_ID(__trunc__), \
INIT_ID(__typing_is_unpacked_typevartuple__), \
+ INIT_ID(__typing_prepare_subst__), \
INIT_ID(__typing_subst__), \
INIT_ID(__typing_unpacked_tuple_args__), \
INIT_ID(__warningregistry__), \
diff --git a/Lib/test/test_typing.py b/Lib/test/test_typing.py
index d6cd3d9..dfbe2d9 100644
--- a/Lib/test/test_typing.py
+++ b/Lib/test/test_typing.py
@@ -753,14 +753,11 @@ class GenericAliasSubstitutionTests(BaseTestCase):
('generic[*Ts]', '[*tuple_type[int]]', 'generic[int]'),
('generic[*Ts]', '[*tuple_type[*Ts]]', 'generic[*Ts]'),
('generic[*Ts]', '[*tuple_type[int, str]]', 'generic[int, str]'),
+ ('generic[*Ts]', '[str, *tuple_type[int, ...], bool]', 'generic[str, *tuple_type[int, ...], bool]'),
('generic[*Ts]', '[tuple_type[int, ...]]', 'generic[tuple_type[int, ...]]'),
('generic[*Ts]', '[tuple_type[int, ...], tuple_type[str, ...]]', 'generic[tuple_type[int, ...], tuple_type[str, ...]]'),
('generic[*Ts]', '[*tuple_type[int, ...]]', 'generic[*tuple_type[int, ...]]'),
-
- # Technically, multiple unpackings are forbidden by PEP 646, but we
- # choose to be less restrictive at runtime, to allow folks room
- # to experiment. So all three of these should be valid.
- ('generic[*Ts]', '[*tuple_type[int, ...], *tuple_type[str, ...]]', 'generic[*tuple_type[int, ...], *tuple_type[str, ...]]'),
+ ('generic[*Ts]', '[*tuple_type[int, ...], *tuple_type[str, ...]]', 'TypeError'),
('generic[*Ts]', '[*Ts]', 'generic[*Ts]'),
('generic[*Ts]', '[T, *Ts]', 'generic[T, *Ts]'),
@@ -772,8 +769,6 @@ class GenericAliasSubstitutionTests(BaseTestCase):
('generic[list[T], *Ts]', '[int, str]', 'generic[list[int], str]'),
('generic[list[T], *Ts]', '[int, str, bool]', 'generic[list[int], str, bool]'),
- ('generic[T, *Ts]', '[*tuple[int, ...]]', 'TypeError'), # Should be generic[int, *tuple[int, ...]]
-
('generic[*Ts, T]', '[int]', 'generic[int]'),
('generic[*Ts, T]', '[int, str]', 'generic[int, str]'),
('generic[*Ts, T]', '[int, str, bool]', 'generic[int, str, bool]'),
@@ -781,6 +776,14 @@ class GenericAliasSubstitutionTests(BaseTestCase):
('generic[*Ts, list[T]]', '[int, str]', 'generic[int, list[str]]'),
('generic[*Ts, list[T]]', '[int, str, bool]', 'generic[int, str, list[bool]]'),
+ ('generic[T, *Ts]', '[*tuple_type[int, ...]]', 'generic[int, *tuple_type[int, ...]]'),
+ ('generic[*Ts, T]', '[*tuple_type[int, ...]]', 'generic[*tuple_type[int, ...], int]'),
+ ('generic[T1, *Ts, T2]', '[*tuple_type[int, ...]]', 'generic[int, *tuple_type[int, ...], int]'),
+ ('generic[T, str, *Ts]', '[*tuple_type[int, ...]]', 'generic[int, str, *tuple_type[int, ...]]'),
+ ('generic[*Ts, str, T]', '[*tuple_type[int, ...]]', 'generic[*tuple_type[int, ...], str, int]'),
+ ('generic[list[T], *Ts]', '[*tuple_type[int, ...]]', 'generic[list[int], *tuple_type[int, ...]]'),
+ ('generic[*Ts, list[T]]', '[*tuple_type[int, ...]]', 'generic[*tuple_type[int, ...], list[int]]'),
+
('generic[T, *tuple_type[int, ...]]', '[str]', 'generic[str, *tuple_type[int, ...]]'),
('generic[T1, T2, *tuple_type[int, ...]]', '[str, bool]', 'generic[str, bool, *tuple_type[int, ...]]'),
('generic[T1, *tuple_type[int, ...], T2]', '[str, bool]', 'generic[str, *tuple_type[int, ...], bool]'),
diff --git a/Lib/typing.py b/Lib/typing.py
index 40ab516..25cae7f 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -1065,6 +1065,42 @@ class TypeVarTuple(_Final, _Immutable, _PickleUsingNameMixin, _root=True):
def __typing_subst__(self, arg):
raise TypeError("Substitution of bare TypeVarTuple is not supported")
+ def __typing_prepare_subst__(self, alias, args):
+ params = alias.__parameters__
+ typevartuple_index = params.index(self)
+ for param in enumerate(params[typevartuple_index + 1:]):
+ if isinstance(param, TypeVarTuple):
+ raise TypeError(f"More than one TypeVarTuple parameter in {alias}")
+
+ alen = len(args)
+ plen = len(params)
+ left = typevartuple_index
+ right = plen - typevartuple_index - 1
+ var_tuple_index = None
+ fillarg = None
+ for k, arg in enumerate(args):
+ if not (isinstance(arg, type) and not isinstance(arg, GenericAlias)):
+ subargs = getattr(arg, '__typing_unpacked_tuple_args__', None)
+ if subargs and len(subargs) == 2 and subargs[-1] is ...:
+ if var_tuple_index is not None:
+ raise TypeError("More than one unpacked arbitrary-length tuple argument")
+ var_tuple_index = k
+ fillarg = subargs[0]
+ if var_tuple_index is not None:
+ left = min(left, var_tuple_index)
+ right = min(right, alen - var_tuple_index - 1)
+ elif left + right > alen:
+ raise TypeError(f"Too few arguments for {alias};"
+ f" actual {alen}, expected at least {plen-1}")
+
+ return (
+ *args[:left],
+ *([fillarg]*(typevartuple_index - left)),
+ tuple(args[left: alen - right]),
+ *([fillarg]*(plen - right - left - typevartuple_index - 1)),
+ *args[alen - right:],
+ )
+
class ParamSpecArgs(_Final, _Immutable, _root=True):
"""The args for a ParamSpec object.
@@ -1184,6 +1220,8 @@ class ParamSpec(_Final, _Immutable, _BoundVarianceMixin, _PickleUsingNameMixin,
f"ParamSpec, or Concatenate. Got {arg}")
return arg
+ def __typing_prepare_subst__(self, alias, args):
+ return _prepare_paramspec_params(alias, args)
def _is_dunder(attr):
return attr.startswith('__') and attr.endswith('__')
@@ -1255,44 +1293,6 @@ class _BaseGenericAlias(_Final, _root=True):
+ [attr for attr in dir(self.__origin__) if not _is_dunder(attr)]))
-def _is_unpacked_tuple(x: Any) -> bool:
- # Is `x` something like `*tuple[int]` or `*tuple[int, ...]`?
- if not isinstance(x, _UnpackGenericAlias):
- return False
- # Alright, `x` is `Unpack[something]`.
-
- # `x` will always have `__args__`, because Unpack[] and Unpack[()]
- # aren't legal.
- unpacked_type = x.__args__[0]
-
- return getattr(unpacked_type, '__origin__', None) is tuple
-
-
-def _is_unpacked_arbitrary_length_tuple(x: Any) -> bool:
- if not _is_unpacked_tuple(x):
- return False
- unpacked_tuple = x.__args__[0]
-
- if not hasattr(unpacked_tuple, '__args__'):
- # It's `Unpack[tuple]`. We can't make any assumptions about the length
- # of the tuple, so it's effectively an arbitrary-length tuple.
- return True
-
- tuple_args = unpacked_tuple.__args__
- if not tuple_args:
- # It's `Unpack[tuple[()]]`.
- return False
-
- last_arg = tuple_args[-1]
- if last_arg is Ellipsis:
- # It's `Unpack[tuple[something, ...]]`, which is arbitrary-length.
- return True
-
- # If the arguments didn't end with an ellipsis, then it's not an
- # arbitrary-length tuple.
- return False
-
-
# Special typing constructs Union, Optional, Generic, Callable and Tuple
# use three special attributes for internal bookkeeping of generic types:
# * __parameters__ is a tuple of unique free type parameters of a generic
@@ -1385,10 +1385,6 @@ class _GenericAlias(_BaseGenericAlias, _root=True):
args = (args,)
args = tuple(_type_convert(p) for p in args)
args = _unpack_args(args)
- if (self._paramspec_tvars
- and any(isinstance(t, ParamSpec) for t in self.__parameters__)):
- args = _prepare_paramspec_params(self, args)
-
new_args = self._determine_new_args(args)
r = self.copy_with(new_args)
return r
@@ -1410,30 +1406,16 @@ class _GenericAlias(_BaseGenericAlias, _root=True):
params = self.__parameters__
# In the example above, this would be {T3: str}
- new_arg_by_param = {}
- typevartuple_index = None
- for i, param in enumerate(params):
- if isinstance(param, TypeVarTuple):
- if typevartuple_index is not None:
- raise TypeError(f"More than one TypeVarTuple parameter in {self}")
- typevartuple_index = i
-
+ for param in params:
+ prepare = getattr(param, '__typing_prepare_subst__', None)
+ if prepare is not None:
+ args = prepare(self, args)
alen = len(args)
plen = len(params)
- if typevartuple_index is not None:
- i = typevartuple_index
- j = alen - (plen - i - 1)
- if j < i:
- raise TypeError(f"Too few arguments for {self};"
- f" actual {alen}, expected at least {plen-1}")
- new_arg_by_param.update(zip(params[:i], args[:i]))
- new_arg_by_param[params[i]] = tuple(args[i: j])
- new_arg_by_param.update(zip(params[i + 1:], args[j:]))
- else:
- if alen != plen:
- raise TypeError(f"Too {'many' if alen > plen else 'few'} arguments for {self};"
- f" actual {alen}, expected {plen}")
- new_arg_by_param.update(zip(params, args))
+ if alen != plen:
+ raise TypeError(f"Too {'many' if alen > plen else 'few'} arguments for {self};"
+ f" actual {alen}, expected {plen}")
+ new_arg_by_param = dict(zip(params, args))
new_args = []
for old_arg in self.__args__:
diff --git a/Misc/NEWS.d/next/Library/2022-06-01-11-24-13.gh-issue-91162.NxvU_u.rst b/Misc/NEWS.d/next/Library/2022-06-01-11-24-13.gh-issue-91162.NxvU_u.rst
new file mode 100644
index 0000000..09fa47c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-01-11-24-13.gh-issue-91162.NxvU_u.rst
@@ -0,0 +1,5 @@
+Support splitting of unpacked arbitrary-length tuple over ``TypeVar`` and
+``TypeVarTuple`` parameters. For example:
+
+* ``A[T, *Ts][*tuple[int, ...]]`` -> ``A[int, *tuple[int, ...]]``
+* ``A[*Ts, T][*tuple[int, ...]]`` -> ``A[*tuple[int, ...], int]``
diff --git a/Objects/genericaliasobject.c b/Objects/genericaliasobject.c
index 5942081..0a0d0cc 100644
--- a/Objects/genericaliasobject.c
+++ b/Objects/genericaliasobject.c
@@ -269,7 +269,7 @@ _Py_make_parameters(PyObject *args)
a non-empty tuple, return a new reference to obj. */
static PyObject *
subs_tvars(PyObject *obj, PyObject *params,
- PyObject **argitems, Py_ssize_t nargs, Py_ssize_t varparam)
+ PyObject **argitems, Py_ssize_t nargs)
{
PyObject *subparams;
if (_PyObject_LookupAttr(obj, &_Py_ID(__parameters__), &subparams) < 0) {
@@ -283,28 +283,28 @@ subs_tvars(PyObject *obj, PyObject *params,
Py_DECREF(subparams);
return NULL;
}
- for (Py_ssize_t i = 0, j = 0; i < nsubargs; ++i) {
+ Py_ssize_t j = 0;
+ for (Py_ssize_t i = 0; i < nsubargs; ++i) {
PyObject *arg = PyTuple_GET_ITEM(subparams, i);
Py_ssize_t iparam = tuple_index(params, nparams, arg);
- if (iparam == varparam) {
- j = tuple_extend(&subargs, j,
- argitems + iparam, nargs - nparams + 1);
- if (j < 0) {
- return NULL;
- }
- }
- else {
- if (iparam >= 0) {
- if (iparam > varparam) {
- iparam += nargs - nparams;
+ if (iparam >= 0) {
+ PyObject *param = PyTuple_GET_ITEM(params, iparam);
+ arg = argitems[iparam];
+ if (Py_TYPE(param)->tp_iter && PyTuple_Check(arg)) { // TypeVarTuple
+ j = tuple_extend(&subargs, j,
+ &PyTuple_GET_ITEM(arg, 0),
+ PyTuple_GET_SIZE(arg));
+ if (j < 0) {
+ return NULL;
}
- arg = argitems[iparam];
+ continue;
}
- Py_INCREF(arg);
- PyTuple_SET_ITEM(subargs, j, arg);
- j++;
}
+ Py_INCREF(arg);
+ PyTuple_SET_ITEM(subargs, j, arg);
+ j++;
}
+ assert(j == PyTuple_GET_SIZE(subargs));
obj = PyObject_GetItem(obj, subargs);
@@ -409,39 +409,37 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
self);
}
item = _unpack_args(item);
- int is_tuple = PyTuple_Check(item);
- Py_ssize_t nitems = is_tuple ? PyTuple_GET_SIZE(item) : 1;
- PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item;
- Py_ssize_t varparam = nparams;
for (Py_ssize_t i = 0; i < nparams; i++) {
PyObject *param = PyTuple_GET_ITEM(parameters, i);
- if (Py_TYPE(param)->tp_iter) { // TypeVarTuple
- if (varparam < nparams) {
- Py_DECREF(item);
- return PyErr_Format(PyExc_TypeError,
- "More than one TypeVarTuple parameter in %S",
- self);
- }
- varparam = i;
- }
- }
- if (varparam < nparams) {
- if (nitems < nparams - 1) {
+ PyObject *prepare, *tmp;
+ if (_PyObject_LookupAttr(param, &_Py_ID(__typing_prepare_subst__), &prepare) < 0) {
Py_DECREF(item);
- return PyErr_Format(PyExc_TypeError,
- "Too few arguments for %R",
- self);
+ return NULL;
}
- }
- else {
- if (nitems != nparams) {
- Py_DECREF(item);
- return PyErr_Format(PyExc_TypeError,
- "Too %s arguments for %R; actual %zd, expected %zd",
- nitems > nparams ? "many" : "few",
- self, nitems, nparams);
+ if (prepare && prepare != Py_None) {
+ if (PyTuple_Check(item)) {
+ tmp = PyObject_CallFunction(prepare, "OO", self, item);
+ }
+ else {
+ tmp = PyObject_CallFunction(prepare, "O(O)", self, item);
+ }
+ Py_DECREF(prepare);
+ Py_SETREF(item, tmp);
+ if (item == NULL) {
+ return NULL;
+ }
}
}
+ int is_tuple = PyTuple_Check(item);
+ Py_ssize_t nitems = is_tuple ? PyTuple_GET_SIZE(item) : 1;
+ PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item;
+ if (nitems != nparams) {
+ Py_DECREF(item);
+ return PyErr_Format(PyExc_TypeError,
+ "Too %s arguments for %R; actual %zd, expected %zd",
+ nitems > nparams ? "many" : "few",
+ self, nitems, nparams);
+ }
/* Replace all type variables (specified by parameters)
with corresponding values specified by argitems.
t = list[T]; t[int] -> newargs = [int]
@@ -471,22 +469,11 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
if (subst) {
Py_ssize_t iparam = tuple_index(parameters, nparams, arg);
assert(iparam >= 0);
- if (iparam == varparam) {
- Py_DECREF(subst);
- Py_DECREF(newargs);
- Py_DECREF(item);
- PyErr_SetString(PyExc_TypeError,
- "Substitution of bare TypeVarTuple is not supported");
- return NULL;
- }
- if (iparam > varparam) {
- iparam += nitems - nparams;
- }
arg = PyObject_CallOneArg(subst, argitems[iparam]);
Py_DECREF(subst);
}
else {
- arg = subs_tvars(arg, parameters, argitems, nitems, varparam);
+ arg = subs_tvars(arg, parameters, argitems, nitems);
}
if (arg == NULL) {
Py_DECREF(newargs);