]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)
authorSam Gross <colesbury@gmail.com>
Thu, 24 Oct 2024 17:59:23 +0000 (13:59 -0400)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 17:59:23 +0000 (13:59 -0400)
When formatting the AST as a string, infinite values are replaced by
1e309, which evaluates to infinity. The initialization of this string
replacement was not thread-safe in the free threading build.
(cherry picked from commit 427dcf24de4e06d239745d74d08c4b2e541dca5a)

Doc/data/python3.13.abi
Include/internal/pycore_global_objects.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Parser/asdl_c.py
Python/Python-ast.c
Python/ast_unparse.c

index 55112e1e43c01d08e54b61e622baae5b30d37c85..11f1203850339c7e0d9cff22ad83fd843b0fefdc 100644 (file)
     <elf-symbol name='_PyNotImplemented_Type' size='416' 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='536' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
-    <elf-symbol name='_PyRuntime' size='283320' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
+    <elf-symbol name='_PyRuntime' size='283368' 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='_PyUnion_Type' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_PyWeakref_CallableProxyType' size='416' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_Py_ctype_tolower' size='256' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_Py_ctype_toupper' size='256' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
   </elf-variable-symbols>
-  <abi-instr address-size='64' path='./Modules/_abc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_abc.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyType_SetFlags' filepath='./Include/internal/pycore_typeobject.h' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-2'/>
     </function-decl>
     <type-decl name='unsigned long int' size-in-bits='64' id='type-id-2'/>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyUnicode_EncodeUTF7' filepath='./Include/internal/pycore_unicodeobject.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='_PyIO_Module' type-id='type-id-9' visibility='default' filepath='./Modules/_io/_iomodule.h' line='143' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/src' language='LANG_C11'>
     <typedef-decl name='_PyIO_State' type-id='type-id-10' filepath='./Modules/_io/_iomodule.h' line='35' column='1' id='type-id-11'/>
     <typedef-decl name='Py_off_t' type-id='type-id-12' filepath='./Modules/_io/_iomodule.h' line='109' column='1' id='type-id-13'/>
     <class-decl name='_io_state' size-in-bits='1024' is-struct='yes' visibility='default' filepath='./Modules/_io/_iomodule.h' line='145' column='1' id='type-id-10'>
       <return type-id='type-id-13'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='bytesio_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='17' column='1'/>
     <var-decl name='bytesiobuf_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='18' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='fileio_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='19' column='1'/>
     <function-decl name='_PyIOBase_finalize' filepath='./Modules/_io/_iomodule.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='iobase_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='20' column='1'/>
     <var-decl name='rawiobase_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='22' column='1'/>
     <function-decl name='_PyIO_trap_eintr' filepath='./Modules/_io/_iomodule.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='stringio_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='23' column='1'/>
     <function-decl name='_PyIncrementalNewlineDecoder_decode' filepath='./Modules/_io/_iomodule.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-7'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyCodec_LookupTextEncoding' filepath='./Include/internal/pycore_codecs.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='gettext' filepath='/usr/include/libintl.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-17'/>
       <return type-id='type-id-21'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/src' language='LANG_C11'>
     <qualified-type-def type-id='type-id-22' const='yes' id='type-id-23'/>
     <pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-24'/>
     <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-25'/>
     </function-decl>
     <type-decl name='unsigned short int' size-in-bits='16' id='type-id-22'/>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <function-decl name='_PyMutex_TryUnlock' filepath='./Include/internal/pycore_lock.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-26'/>
+      <return type-id='type-id-5'/>
+    </function-decl>
     <function-decl name='_PyErr_Display' filepath='./Include/internal/pycore_pylifecycle.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_DeleteCurrent' filepath='./Include/internal/pycore_pylifecycle.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyTraceMalloc_IsTracing' filepath='./Include/internal/pycore_tracemalloc.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/_weakref.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/_weakref.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyWeakref_GetWeakrefCount' filepath='./Include/internal/pycore_weakref.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-7'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyUnstable_AtExit' mangled-name='PyUnstable_AtExit' filepath='./Modules/atexitmodule.c' line='27' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_AtExit'>
-      <parameter type-id='type-id-27' name='interp' filepath='./Modules/atexitmodule.c' line='27' column='1'/>
-      <parameter type-id='type-id-28' name='func' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
-      <parameter type-id='type-id-29' name='data' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='./Modules/atexitmodule.c' line='27' column='1'/>
+      <parameter type-id='type-id-29' name='func' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
+      <parameter type-id='type-id-30' name='data' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <enum-decl name='__rlimit_resource' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='31' column='1' id='type-id-30'>
-      <underlying-type type-id='type-id-31'/>
+  <abi-instr address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/src' language='LANG_C11'>
+    <enum-decl name='__rlimit_resource' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='31' column='1' id='type-id-31'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='RLIMIT_CPU' value='0'/>
       <enumerator name='RLIMIT_FSIZE' value='1'/>
       <enumerator name='RLIMIT_DATA' value='2'/>
       <enumerator name='__RLIMIT_NLIMITS' value='16'/>
       <enumerator name='__RLIM_NLIMITS' value='16'/>
     </enum-decl>
-    <typedef-decl name='rlim_t' type-id='type-id-32' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='133' column='1' id='type-id-33'/>
-    <class-decl name='rlimit' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='139' column='1' id='type-id-34'>
-      <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='rlim_cur' type-id='type-id-33' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='142' column='1'/>
-      </data-member>
-      <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='rlim_max' type-id='type-id-33' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='144' column='1'/>
-      </data-member>
-    </class-decl>
-    <typedef-decl name='__rlim64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='158' column='1' id='type-id-32'/>
-    <typedef-decl name='__rlimit_resource_t' type-id='type-id-30' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='38' column='1' id='type-id-35'/>
-    <pointer-type-def type-id='type-id-36' size-in-bits='64' id='type-id-37'/>
-    <qualified-type-def type-id='type-id-37' restrict='yes' id='type-id-38'/>
-    <qualified-type-def type-id='type-id-36' const='yes' id='type-id-39'/>
-    <pointer-type-def type-id='type-id-39' size-in-bits='64' id='type-id-40'/>
-    <qualified-type-def type-id='type-id-40' restrict='yes' id='type-id-41'/>
-    <qualified-type-def type-id='type-id-34' const='yes' id='type-id-42'/>
-    <pointer-type-def type-id='type-id-42' size-in-bits='64' id='type-id-43'/>
-    <qualified-type-def type-id='type-id-44' const='yes' id='type-id-45'/>
-    <pointer-type-def type-id='type-id-45' size-in-bits='64' id='type-id-46'/>
-    <qualified-type-def type-id='type-id-46' restrict='yes' id='type-id-47'/>
-    <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-48'/>
-    <pointer-type-def type-id='type-id-44' size-in-bits='64' id='type-id-49'/>
-    <qualified-type-def type-id='type-id-49' restrict='yes' id='type-id-50'/>
+    <typedef-decl name='rlim_t' type-id='type-id-33' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='133' column='1' id='type-id-34'/>
+    <class-decl name='rlimit' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='139' column='1' id='type-id-35'>
+      <data-member access='public' layout-offset-in-bits='0'>
+        <var-decl name='rlim_cur' type-id='type-id-34' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='142' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='64'>
+        <var-decl name='rlim_max' type-id='type-id-34' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='144' column='1'/>
+      </data-member>
+    </class-decl>
+    <typedef-decl name='__rlim64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='158' column='1' id='type-id-33'/>
+    <typedef-decl name='__rlimit_resource_t' type-id='type-id-31' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='38' column='1' id='type-id-36'/>
+    <pointer-type-def type-id='type-id-37' size-in-bits='64' id='type-id-38'/>
+    <qualified-type-def type-id='type-id-38' restrict='yes' id='type-id-39'/>
+    <qualified-type-def type-id='type-id-37' const='yes' id='type-id-40'/>
+    <pointer-type-def type-id='type-id-40' size-in-bits='64' id='type-id-41'/>
+    <qualified-type-def type-id='type-id-41' restrict='yes' id='type-id-42'/>
+    <qualified-type-def type-id='type-id-35' const='yes' id='type-id-43'/>
+    <pointer-type-def type-id='type-id-43' size-in-bits='64' id='type-id-44'/>
+    <qualified-type-def type-id='type-id-45' const='yes' id='type-id-46'/>
+    <pointer-type-def type-id='type-id-46' size-in-bits='64' id='type-id-47'/>
+    <qualified-type-def type-id='type-id-47' restrict='yes' id='type-id-48'/>
+    <pointer-type-def type-id='type-id-35' size-in-bits='64' id='type-id-49'/>
+    <pointer-type-def type-id='type-id-45' size-in-bits='64' id='type-id-50'/>
+    <qualified-type-def type-id='type-id-50' restrict='yes' id='type-id-51'/>
     <function-decl name='_Py_DumpExtensionModules' filepath='./Include/internal/pycore_pyerrors.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_DumpTraceback' filepath='./Include/internal/pycore_traceback.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='raise' filepath='/usr/include/signal.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigfillset' filepath='/usr/include/signal.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-51'/>
+      <parameter type-id='type-id-52'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigaltstack' filepath='/usr/include/signal.h' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-47'/>
-      <parameter type-id='type-id-50'/>
+      <parameter type-id='type-id-48'/>
+      <parameter type-id='type-id-51'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_exit' filepath='/usr/include/unistd.h' line='624' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='pthread_sigmask' filepath='/usr/include/x86_64-linux-gnu/bits/sigthread.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-38'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-39'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getauxval' filepath='/usr/include/x86_64-linux-gnu/sys/auxv.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-2'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <type-decl name='char' size-in-bits='8' id='type-id-52'/>
+  <abi-instr address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/src' language='LANG_C11'>
+    <type-decl name='char' size-in-bits='8' id='type-id-53'/>
     <type-decl name='int' size-in-bits='32' id='type-id-5'/>
     <type-decl name='unsigned long int' size-in-bits='64' id='type-id-2'/>
-    <type-decl name='variadic parameter type' id='type-id-53'/>
+    <type-decl name='variadic parameter type' id='type-id-54'/>
     <typedef-decl name='size_t' type-id='type-id-2' filepath='/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h' line='209' column='1' id='type-id-21'/>
-    <pointer-type-def type-id='type-id-52' size-in-bits='64' id='type-id-17'/>
-    <qualified-type-def type-id='type-id-52' const='yes' id='type-id-54'/>
-    <pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-6'/>
+    <pointer-type-def type-id='type-id-53' size-in-bits='64' id='type-id-17'/>
+    <qualified-type-def type-id='type-id-53' const='yes' id='type-id-55'/>
+    <pointer-type-def type-id='type-id-55' size-in-bits='64' id='type-id-6'/>
     <function-decl name='PyOS_snprintf' mangled-name='PyOS_snprintf' filepath='./Include/pyerrors.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_snprintf'>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/getpath.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/getpath.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_wfopen' filepath='./Include/internal/pycore_fileutils.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
-      <return type-id='type-id-55'/>
+      <return type-id='type-id-56'/>
     </function-decl>
     <function-decl name='_Py_DecodeUTF8_surrogateescape' filepath='./Include/internal/pycore_fileutils.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-56'/>
-      <return type-id='type-id-57'/>
+      <parameter type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_Py_wstat' filepath='./Include/internal/pycore_fileutils.h' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-58'/>
+      <parameter type-id='type-id-59'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_join_relfile' filepath='./Include/internal/pycore_fileutils.h' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_Py_add_relfile' filepath='./Include/internal/pycore_fileutils.h' line='274' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-58'/>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPathConfig_ReadGlobal' filepath='./Include/internal/pycore_pathconfig.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-59'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyPathConfig_GetGlobalModuleSearchPath' filepath='./Include/internal/pycore_pathconfig.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-18'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-61' size-in-bits='1024' id='type-id-62'>
-      <subrange length='16' type-id='type-id-2' id='type-id-63'/>
+  <abi-instr address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-62' size-in-bits='1024' id='type-id-63'>
+      <subrange length='16' type-id='type-id-2' id='type-id-64'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='256' id='type-id-65'>
-      <subrange length='32' type-id='type-id-2' id='type-id-66'/>
+    <array-type-def dimensions='1' type-id='type-id-65' size-in-bits='256' id='type-id-66'>
+      <subrange length='32' type-id='type-id-2' id='type-id-67'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='2048' id='type-id-67'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='2048' id='type-id-68'>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='520' id='type-id-69'>
-      <subrange length='65' type-id='type-id-2' id='type-id-70'/>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='520' id='type-id-70'>
+      <subrange length='65' type-id='type-id-2' id='type-id-71'/>
     </array-type-def>
-    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-71'/>
-    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-72'/>
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='512' id='type-id-73'>
-      <subrange length='16' type-id='type-id-2' id='type-id-63'/>
+    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-72'/>
+    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='512' id='type-id-74'>
+      <subrange length='16' type-id='type-id-2' id='type-id-64'/>
     </array-type-def>
-    <typedef-decl name='DIR' type-id='type-id-71' filepath='/usr/include/dirent.h' line='127' column='1' id='type-id-74'/>
-    <class-decl name='posix_spawnattr_t' size-in-bits='2688' is-struct='yes' naming-typedef-id='type-id-75' visibility='default' filepath='/usr/include/spawn.h' line='29' column='1' id='type-id-76'>
+    <typedef-decl name='DIR' type-id='type-id-72' filepath='/usr/include/dirent.h' line='127' column='1' id='type-id-75'/>
+    <class-decl name='posix_spawnattr_t' size-in-bits='2688' is-struct='yes' naming-typedef-id='type-id-76' visibility='default' filepath='/usr/include/spawn.h' line='29' column='1' id='type-id-77'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='__flags' type-id='type-id-77' visibility='default' filepath='/usr/include/spawn.h' line='31' column='1'/>
+        <var-decl name='__flags' type-id='type-id-78' visibility='default' filepath='/usr/include/spawn.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='__pgrp' type-id='type-id-78' visibility='default' filepath='/usr/include/spawn.h' line='32' column='1'/>
+        <var-decl name='__pgrp' type-id='type-id-79' visibility='default' filepath='/usr/include/spawn.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='__sd' type-id='type-id-79' visibility='default' filepath='/usr/include/spawn.h' line='33' column='1'/>
+        <var-decl name='__sd' type-id='type-id-80' visibility='default' filepath='/usr/include/spawn.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='__ss' type-id='type-id-79' visibility='default' filepath='/usr/include/spawn.h' line='34' column='1'/>
+        <var-decl name='__ss' type-id='type-id-80' visibility='default' filepath='/usr/include/spawn.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2112'>
-        <var-decl name='__sp' type-id='type-id-80' visibility='default' filepath='/usr/include/spawn.h' line='35' column='1'/>
+        <var-decl name='__sp' type-id='type-id-81' visibility='default' filepath='/usr/include/spawn.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2144'>
         <var-decl name='__policy' type-id='type-id-5' visibility='default' filepath='/usr/include/spawn.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2176'>
-        <var-decl name='__pad' type-id='type-id-73' visibility='default' filepath='/usr/include/spawn.h' line='37' column='1'/>
+        <var-decl name='__pad' type-id='type-id-74' visibility='default' filepath='/usr/include/spawn.h' line='37' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='posix_spawnattr_t' type-id='type-id-76' filepath='/usr/include/spawn.h' line='38' column='1' id='type-id-75'/>
-    <class-decl name='posix_spawn_file_actions_t' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-81' visibility='default' filepath='/usr/include/spawn.h' line='43' column='1' id='type-id-82'>
+    <typedef-decl name='posix_spawnattr_t' type-id='type-id-77' filepath='/usr/include/spawn.h' line='38' column='1' id='type-id-76'/>
+    <class-decl name='posix_spawn_file_actions_t' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-82' visibility='default' filepath='/usr/include/spawn.h' line='43' column='1' id='type-id-83'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='__allocated' type-id='type-id-5' visibility='default' filepath='/usr/include/spawn.h' line='45' column='1'/>
       </data-member>
         <var-decl name='__used' type-id='type-id-5' visibility='default' filepath='/usr/include/spawn.h' line='46' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='__actions' type-id='type-id-83' visibility='default' filepath='/usr/include/spawn.h' line='47' column='1'/>
+        <var-decl name='__actions' type-id='type-id-84' visibility='default' filepath='/usr/include/spawn.h' line='47' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='__pad' type-id='type-id-73' visibility='default' filepath='/usr/include/spawn.h' line='48' column='1'/>
+        <var-decl name='__pad' type-id='type-id-74' visibility='default' filepath='/usr/include/spawn.h' line='48' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='posix_spawn_file_actions_t' type-id='type-id-82' filepath='/usr/include/spawn.h' line='49' column='1' id='type-id-81'/>
-    <typedef-decl name='__compar_fn_t' type-id='type-id-84' filepath='/usr/include/stdlib.h' line='816' column='1' id='type-id-85'/>
-    <typedef-decl name='__cpu_mask' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='32' column='1' id='type-id-61'/>
-    <class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-86' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='39' column='1' id='type-id-87'>
+    <typedef-decl name='posix_spawn_file_actions_t' type-id='type-id-83' filepath='/usr/include/spawn.h' line='49' column='1' id='type-id-82'/>
+    <typedef-decl name='__compar_fn_t' type-id='type-id-85' filepath='/usr/include/stdlib.h' line='816' column='1' id='type-id-86'/>
+    <typedef-decl name='__cpu_mask' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='32' column='1' id='type-id-62'/>
+    <class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-87' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='39' column='1' id='type-id-88'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='__bits' type-id='type-id-62' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='41' column='1'/>
+        <var-decl name='__bits' type-id='type-id-63' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='41' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='cpu_set_t' type-id='type-id-87' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='42' column='1' id='type-id-86'/>
-    <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='22' column='1' id='type-id-88'>
+    <typedef-decl name='cpu_set_t' type-id='type-id-88' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='42' column='1' id='type-id-87'/>
+    <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='22' column='1' id='type-id-89'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='d_ino' type-id='type-id-89' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='28' column='1'/>
+        <var-decl name='d_ino' type-id='type-id-90' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='d_off' type-id='type-id-14' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='29' column='1'/>
         <var-decl name='d_reclen' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='144'>
-        <var-decl name='d_type' type-id='type-id-90' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='32' column='1'/>
+        <var-decl name='d_type' type-id='type-id-91' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='152'>
-        <var-decl name='d_name' type-id='type-id-67' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='33' column='1'/>
+        <var-decl name='d_name' type-id='type-id-68' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='33' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='winsize' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='27' column='1' id='type-id-91'>
+    <class-decl name='winsize' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='27' column='1' id='type-id-92'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ws_row' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='29' column='1'/>
       </data-member>
         <var-decl name='ws_ypixel' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='32' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='__priority_which' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='187' column='1' id='type-id-92'>
-      <underlying-type type-id='type-id-31'/>
+    <enum-decl name='__priority_which' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='187' column='1' id='type-id-93'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PRIO_PROCESS' value='0'/>
       <enumerator name='PRIO_PGRP' value='1'/>
       <enumerator name='PRIO_USER' value='2'/>
     </enum-decl>
-    <class-decl name='statvfs' size-in-bits='896' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='29' column='1' id='type-id-93'>
+    <class-decl name='statvfs' size-in-bits='896' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='29' column='1' id='type-id-94'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='f_bsize' type-id='type-id-2' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='31' column='1'/>
       </data-member>
         <var-decl name='f_frsize' type-id='type-id-2' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='f_blocks' type-id='type-id-94' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='41' column='1'/>
+        <var-decl name='f_blocks' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='41' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='f_bfree' type-id='type-id-94' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='42' column='1'/>
+        <var-decl name='f_bfree' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='42' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='f_bavail' type-id='type-id-94' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='43' column='1'/>
+        <var-decl name='f_bavail' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='f_files' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='44' column='1'/>
+        <var-decl name='f_files' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='f_ffree' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='45' column='1'/>
+        <var-decl name='f_ffree' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='f_favail' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='46' column='1'/>
+        <var-decl name='f_favail' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='46' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
         <var-decl name='f_fsid' type-id='type-id-2' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='48' column='1'/>
         <var-decl name='f_namemax' type-id='type-id-2' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='__f_spare' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='54' column='1'/>
+        <var-decl name='__f_spare' type-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='54' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='termios' size-in-bits='480' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='24' column='1' id='type-id-97'>
+    <class-decl name='termios' size-in-bits='480' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='24' column='1' id='type-id-98'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='c_iflag' type-id='type-id-98' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='26' column='1'/>
+        <var-decl name='c_iflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='26' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='c_oflag' type-id='type-id-98' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='27' column='1'/>
+        <var-decl name='c_oflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='27' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='c_cflag' type-id='type-id-98' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='28' column='1'/>
+        <var-decl name='c_cflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='c_lflag' type-id='type-id-98' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='29' column='1'/>
+        <var-decl name='c_lflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='29' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='c_line' type-id='type-id-64' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='30' column='1'/>
+        <var-decl name='c_line' type-id='type-id-65' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='30' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='136'>
-        <var-decl name='c_cc' type-id='type-id-65' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='31' column='1'/>
+        <var-decl name='c_cc' type-id='type-id-66' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='416'>
-        <var-decl name='c_ispeed' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='32' column='1'/>
+        <var-decl name='c_ispeed' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='c_ospeed' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='33' column='1'/>
+        <var-decl name='c_ospeed' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='33' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='cc_t' type-id='type-id-90' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='23' column='1' id='type-id-64'/>
-    <typedef-decl name='speed_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='24' column='1' id='type-id-99'/>
-    <typedef-decl name='tcflag_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='25' column='1' id='type-id-98'/>
-    <typedef-decl name='__id_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='159' column='1' id='type-id-101'/>
-    <typedef-decl name='__fsblkcnt64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='185' column='1' id='type-id-94'/>
-    <typedef-decl name='__fsfilcnt64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='189' column='1' id='type-id-95'/>
-    <typedef-decl name='clock_t' type-id='type-id-102' filepath='/usr/include/x86_64-linux-gnu/bits/types/clock_t.h' line='7' column='1' id='type-id-103'/>
-    <class-decl name='iovec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='26' column='1' id='type-id-104'>
+    <typedef-decl name='cc_t' type-id='type-id-91' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='23' column='1' id='type-id-65'/>
+    <typedef-decl name='speed_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='24' column='1' id='type-id-100'/>
+    <typedef-decl name='tcflag_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='25' column='1' id='type-id-99'/>
+    <typedef-decl name='__id_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='159' column='1' id='type-id-102'/>
+    <typedef-decl name='__fsblkcnt64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='185' column='1' id='type-id-95'/>
+    <typedef-decl name='__fsfilcnt64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='189' column='1' id='type-id-96'/>
+    <typedef-decl name='clock_t' type-id='type-id-103' filepath='/usr/include/x86_64-linux-gnu/bits/types/clock_t.h' line='7' column='1' id='type-id-104'/>
+    <class-decl name='iovec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='26' column='1' id='type-id-105'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='iov_base' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='28' column='1'/>
+        <var-decl name='iov_base' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='iov_len' type-id='type-id-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='29' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='itimerspec' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='8' column='1' id='type-id-105'>
+    <class-decl name='itimerspec' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='8' column='1' id='type-id-106'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='it_interval' type-id='type-id-106' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='10' column='1'/>
+        <var-decl name='it_interval' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='10' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='it_value' type-id='type-id-106' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='11' column='1'/>
+        <var-decl name='it_value' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='11' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='sched_param' size-in-bits='32' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h' line='23' column='1' id='type-id-80'>
+    <class-decl name='sched_param' size-in-bits='32' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h' line='23' column='1' id='type-id-81'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='sched_priority' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h' line='25' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='eventfd_t' type-id='type-id-107' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='27' column='1' id='type-id-108'/>
-    <typedef-decl name='__priority_which_t' type-id='type-id-92' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='40' column='1' id='type-id-109'/>
-    <class-decl name='tms' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='32' column='1' id='type-id-110'>
+    <typedef-decl name='eventfd_t' type-id='type-id-108' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='27' column='1' id='type-id-109'/>
+    <typedef-decl name='__priority_which_t' type-id='type-id-93' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='40' column='1' id='type-id-110'/>
+    <class-decl name='tms' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='32' column='1' id='type-id-111'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tms_utime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='34' column='1'/>
+        <var-decl name='tms_utime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tms_stime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='35' column='1'/>
+        <var-decl name='tms_stime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tms_cutime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='37' column='1'/>
+        <var-decl name='tms_cutime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='tms_cstime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='38' column='1'/>
+        <var-decl name='tms_cstime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='38' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='gid_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-112'/>
-    <typedef-decl name='mode_t' type-id='type-id-113' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='69' column='1' id='type-id-114'/>
-    <typedef-decl name='uid_t' type-id='type-id-115' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-116'/>
-    <typedef-decl name='pid_t' type-id='type-id-117' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='97' column='1' id='type-id-78'/>
-    <typedef-decl name='id_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='103' column='1' id='type-id-118'/>
-    <class-decl name='utsname' size-in-bits='3120' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='48' column='1' id='type-id-119'>
+    <typedef-decl name='gid_t' type-id='type-id-112' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-113'/>
+    <typedef-decl name='mode_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='69' column='1' id='type-id-115'/>
+    <typedef-decl name='uid_t' type-id='type-id-116' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-117'/>
+    <typedef-decl name='pid_t' type-id='type-id-118' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='97' column='1' id='type-id-79'/>
+    <typedef-decl name='id_t' type-id='type-id-102' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='103' column='1' id='type-id-119'/>
+    <class-decl name='utsname' size-in-bits='3120' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='48' column='1' id='type-id-120'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='sysname' type-id='type-id-69' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='51' column='1'/>
+        <var-decl name='sysname' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='520'>
-        <var-decl name='nodename' type-id='type-id-69' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='54' column='1'/>
+        <var-decl name='nodename' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1040'>
-        <var-decl name='release' type-id='type-id-69' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='57' column='1'/>
+        <var-decl name='release' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1560'>
-        <var-decl name='version' type-id='type-id-69' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='59' column='1'/>
+        <var-decl name='version' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2080'>
-        <var-decl name='machine' type-id='type-id-69' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='62' column='1'/>
+        <var-decl name='machine' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2600'>
-        <var-decl name='domainname' type-id='type-id-69' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='67' column='1'/>
+        <var-decl name='domainname' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='67' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='idtype_t' naming-typedef-id='type-id-120' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='75' column='1' id='type-id-121'>
-      <underlying-type type-id='type-id-31'/>
+    <enum-decl name='idtype_t' naming-typedef-id='type-id-121' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='75' column='1' id='type-id-122'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='P_ALL' value='0'/>
       <enumerator name='P_PID' value='1'/>
       <enumerator name='P_PGID' value='2'/>
     </enum-decl>
-    <typedef-decl name='idtype_t' type-id='type-id-121' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='79' column='1' id='type-id-120'/>
-    <pointer-type-def type-id='type-id-74' size-in-bits='64' id='type-id-122'/>
-    <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-123'/>
-    <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-124'/>
-    <pointer-type-def type-id='type-id-72' size-in-bits='64' id='type-id-83'/>
-    <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-125'/>
-    <qualified-type-def type-id='type-id-126' restrict='yes' id='type-id-127'/>
-    <qualified-type-def type-id='type-id-111' const='yes' id='type-id-128'/>
-    <pointer-type-def type-id='type-id-128' size-in-bits='64' id='type-id-129'/>
-    <qualified-type-def type-id='type-id-86' const='yes' id='type-id-130'/>
-    <pointer-type-def type-id='type-id-130' size-in-bits='64' id='type-id-131'/>
-    <qualified-type-def type-id='type-id-104' const='yes' id='type-id-132'/>
-    <pointer-type-def type-id='type-id-132' size-in-bits='64' id='type-id-133'/>
-    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-134'/>
-    <pointer-type-def type-id='type-id-134' size-in-bits='64' id='type-id-135'/>
-    <qualified-type-def type-id='type-id-81' const='yes' id='type-id-136'/>
-    <pointer-type-def type-id='type-id-136' size-in-bits='64' id='type-id-137'/>
-    <qualified-type-def type-id='type-id-137' restrict='yes' id='type-id-138'/>
-    <qualified-type-def type-id='type-id-75' const='yes' id='type-id-139'/>
-    <pointer-type-def type-id='type-id-139' size-in-bits='64' id='type-id-140'/>
-    <qualified-type-def type-id='type-id-140' restrict='yes' id='type-id-141'/>
-    <qualified-type-def type-id='type-id-80' const='yes' id='type-id-142'/>
-    <pointer-type-def type-id='type-id-142' size-in-bits='64' id='type-id-143'/>
-    <qualified-type-def type-id='type-id-143' restrict='yes' id='type-id-144'/>
-    <qualified-type-def type-id='type-id-79' const='yes' id='type-id-145'/>
-    <pointer-type-def type-id='type-id-145' size-in-bits='64' id='type-id-146'/>
-    <qualified-type-def type-id='type-id-146' restrict='yes' id='type-id-147'/>
-    <qualified-type-def type-id='type-id-97' const='yes' id='type-id-148'/>
-    <pointer-type-def type-id='type-id-148' size-in-bits='64' id='type-id-149'/>
-    <qualified-type-def type-id='type-id-91' const='yes' id='type-id-150'/>
-    <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-151'/>
-    <pointer-type-def type-id='type-id-86' size-in-bits='64' id='type-id-152'/>
-    <pointer-type-def type-id='type-id-88' size-in-bits='64' id='type-id-153'/>
-    <pointer-type-def type-id='type-id-108' size-in-bits='64' id='type-id-154'/>
-    <pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-155'/>
-    <pointer-type-def type-id='type-id-105' size-in-bits='64' id='type-id-156'/>
-    <pointer-type-def type-id='type-id-78' size-in-bits='64' id='type-id-157'/>
-    <qualified-type-def type-id='type-id-157' restrict='yes' id='type-id-158'/>
-    <pointer-type-def type-id='type-id-81' size-in-bits='64' id='type-id-159'/>
-    <qualified-type-def type-id='type-id-159' restrict='yes' id='type-id-160'/>
-    <pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-161'/>
-    <qualified-type-def type-id='type-id-161' restrict='yes' id='type-id-162'/>
-    <pointer-type-def type-id='type-id-80' size-in-bits='64' id='type-id-163'/>
-    <pointer-type-def type-id='type-id-93' size-in-bits='64' id='type-id-164'/>
-    <qualified-type-def type-id='type-id-164' restrict='yes' id='type-id-165'/>
-    <pointer-type-def type-id='type-id-110' size-in-bits='64' id='type-id-166'/>
-    <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-167'/>
-    <pointer-type-def type-id='type-id-119' size-in-bits='64' id='type-id-168'/>
-    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-71'/>
-    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-72'/>
+    <typedef-decl name='idtype_t' type-id='type-id-122' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='79' column='1' id='type-id-121'/>
+    <pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-123'/>
+    <pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-124'/>
+    <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-125'/>
+    <pointer-type-def type-id='type-id-73' size-in-bits='64' id='type-id-84'/>
+    <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-126'/>
+    <qualified-type-def type-id='type-id-127' restrict='yes' id='type-id-128'/>
+    <qualified-type-def type-id='type-id-112' const='yes' id='type-id-129'/>
+    <pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-130'/>
+    <qualified-type-def type-id='type-id-87' const='yes' id='type-id-131'/>
+    <pointer-type-def type-id='type-id-131' size-in-bits='64' id='type-id-132'/>
+    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-133'/>
+    <pointer-type-def type-id='type-id-133' size-in-bits='64' id='type-id-134'/>
+    <qualified-type-def type-id='type-id-106' const='yes' id='type-id-135'/>
+    <pointer-type-def type-id='type-id-135' size-in-bits='64' id='type-id-136'/>
+    <qualified-type-def type-id='type-id-82' const='yes' id='type-id-137'/>
+    <pointer-type-def type-id='type-id-137' size-in-bits='64' id='type-id-138'/>
+    <qualified-type-def type-id='type-id-138' restrict='yes' id='type-id-139'/>
+    <qualified-type-def type-id='type-id-76' const='yes' id='type-id-140'/>
+    <pointer-type-def type-id='type-id-140' size-in-bits='64' id='type-id-141'/>
+    <qualified-type-def type-id='type-id-141' restrict='yes' id='type-id-142'/>
+    <qualified-type-def type-id='type-id-81' const='yes' id='type-id-143'/>
+    <pointer-type-def type-id='type-id-143' size-in-bits='64' id='type-id-144'/>
+    <qualified-type-def type-id='type-id-144' restrict='yes' id='type-id-145'/>
+    <qualified-type-def type-id='type-id-80' const='yes' id='type-id-146'/>
+    <pointer-type-def type-id='type-id-146' size-in-bits='64' id='type-id-147'/>
+    <qualified-type-def type-id='type-id-147' restrict='yes' id='type-id-148'/>
+    <qualified-type-def type-id='type-id-98' const='yes' id='type-id-149'/>
+    <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-150'/>
+    <qualified-type-def type-id='type-id-92' const='yes' id='type-id-151'/>
+    <pointer-type-def type-id='type-id-151' size-in-bits='64' id='type-id-152'/>
+    <pointer-type-def type-id='type-id-87' size-in-bits='64' id='type-id-153'/>
+    <pointer-type-def type-id='type-id-89' size-in-bits='64' id='type-id-154'/>
+    <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-155'/>
+    <pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-156'/>
+    <pointer-type-def type-id='type-id-106' size-in-bits='64' id='type-id-157'/>
+    <pointer-type-def type-id='type-id-79' size-in-bits='64' id='type-id-158'/>
+    <qualified-type-def type-id='type-id-158' restrict='yes' id='type-id-159'/>
+    <pointer-type-def type-id='type-id-82' size-in-bits='64' id='type-id-160'/>
+    <qualified-type-def type-id='type-id-160' restrict='yes' id='type-id-161'/>
+    <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-162'/>
+    <qualified-type-def type-id='type-id-162' restrict='yes' id='type-id-163'/>
+    <pointer-type-def type-id='type-id-81' size-in-bits='64' id='type-id-164'/>
+    <pointer-type-def type-id='type-id-94' size-in-bits='64' id='type-id-165'/>
+    <qualified-type-def type-id='type-id-165' restrict='yes' id='type-id-166'/>
+    <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-167'/>
+    <pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-168'/>
+    <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-169'/>
+    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-72'/>
+    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>
     <function-decl name='_PyEval_ReInitThreads' filepath='./Include/internal/pycore_ceval.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyPerfTrampoline_AfterFork_Child' filepath='./Include/internal/pycore_ceval.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_device_encoding' filepath='./Include/internal/pycore_fileutils.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_normpath_and_size' filepath='./Include/internal/pycore_fileutils.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-58'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-8'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_Py_skiproot' filepath='./Include/internal/pycore_fileutils.h' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_GetTicksPerSecond' filepath='./Include/internal/pycore_fileutils.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-169'/>
+      <parameter type-id='type-id-170'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_AcquireLock' filepath='./Include/internal/pycore_import.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_ReleaseLock' filepath='./Include/internal/pycore_import.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyOS_URandom' filepath='./Include/internal/pycore_pylifecycle.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_ReinitRunningMain' filepath='./Include/internal/pycore_pystate.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_DeleteExceptMain' filepath='./Include/internal/pycore_pystate.h' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-171'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PySignal_AfterFork' filepath='./Include/internal/pycore_pystate.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyRuntimeState_ReInitThreads' filepath='./Include/internal/pycore_runtime.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-171'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyTime_FromSecondsDouble' filepath='./Include/internal/pycore_time.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
       <parameter type-id='type-id-172'/>
       <parameter type-id='type-id-173'/>
+      <parameter type-id='type-id-174'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromTimespec' filepath='./Include/internal/pycore_time.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-173'/>
       <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-175'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_BeforeFork'>
+    <function-decl name='PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_BeforeFork'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyOS_AfterFork_Parent' mangled-name='PyOS_AfterFork_Parent' filepath='./Modules/posixmodule.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Parent'>
+    <function-decl name='PyOS_AfterFork_Parent' mangled-name='PyOS_AfterFork_Parent' filepath='./Modules/posixmodule.c' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Parent'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyOS_AfterFork_Child' mangled-name='PyOS_AfterFork_Child' filepath='./Modules/posixmodule.c' line='634' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Child'>
+    <function-decl name='PyOS_AfterFork_Child' mangled-name='PyOS_AfterFork_Child' filepath='./Modules/posixmodule.c' line='640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Child'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork'>
+    <function-decl name='PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='742' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>
-      <parameter type-id='type-id-112' name='gid' filepath='./Modules/posixmodule.c' line='742' column='1'/>
+    <function-decl name='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>
+      <parameter type-id='type-id-113' name='gid' filepath='./Modules/posixmodule.c' line='748' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>
-      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='750' column='1'/>
-      <parameter type-id='type-id-167' name='p' filepath='./Modules/posixmodule.c' line='750' column='1'/>
+    <function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='756' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>
+      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='756' column='1'/>
+      <parameter type-id='type-id-168' name='p' filepath='./Modules/posixmodule.c' line='756' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_Py_Gid_Converter' mangled-name='_Py_Gid_Converter' filepath='./Modules/posixmodule.c' line='856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>
-      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='856' column='1'/>
-      <parameter type-id='type-id-155' name='p' filepath='./Modules/posixmodule.c' line='856' column='1'/>
+    <function-decl name='_Py_Gid_Converter' mangled-name='_Py_Gid_Converter' filepath='./Modules/posixmodule.c' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>
+      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='862' column='1'/>
+      <parameter type-id='type-id-156' name='p' filepath='./Modules/posixmodule.c' line='862' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='opendir' filepath='/usr/include/dirent.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-122'/>
+      <return type-id='type-id-123'/>
     </function-decl>
     <function-decl name='fdopendir' filepath='/usr/include/dirent.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-122'/>
+      <return type-id='type-id-123'/>
     </function-decl>
     <function-decl name='closedir' filepath='/usr/include/dirent.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-122'/>
+      <parameter type-id='type-id-123'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='rewinddir' filepath='/usr/include/dirent.h' line='209' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-122'/>
+      <parameter type-id='type-id-123'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='setgroups' filepath='/usr/include/grp.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-129'/>
+      <parameter type-id='type-id-130'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getgrouplist' filepath='/usr/include/grp.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-111'/>
-      <parameter type-id='type-id-123'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-112'/>
+      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='initgroups' filepath='/usr/include/grp.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='openpty' filepath='/usr/include/pty.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-17'/>
-      <parameter type-id='type-id-149'/>
-      <parameter type-id='type-id-151'/>
+      <parameter type-id='type-id-150'/>
+      <parameter type-id='type-id-152'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='forkpty' filepath='/usr/include/pty.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-17'/>
-      <parameter type-id='type-id-149'/>
-      <parameter type-id='type-id-151'/>
+      <parameter type-id='type-id-150'/>
+      <parameter type-id='type-id-152'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_setparam' filepath='/usr/include/sched.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-143'/>
+      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-144'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_getparam' filepath='/usr/include/sched.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-163'/>
+      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-164'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_setscheduler' filepath='/usr/include/sched.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-143'/>
+      <parameter type-id='type-id-144'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_getscheduler' filepath='/usr/include/sched.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_get_priority_max' filepath='/usr/include/sched.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_rr_get_interval' filepath='/usr/include/sched.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-177'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_setaffinity' filepath='/usr/include/sched.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-131'/>
+      <parameter type-id='type-id-132'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sched_getaffinity' filepath='/usr/include/sched.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-152'/>
+      <parameter type-id='type-id-153'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='killpg' filepath='/usr/include/signal.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigaddset' filepath='/usr/include/signal.h' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-51'/>
+      <parameter type-id='type-id-52'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn' filepath='/usr/include/spawn.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-139'/>
+      <parameter type-id='type-id-142'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-128'/>
+      <return type-id='type-id-5'/>
+    </function-decl>
+    <function-decl name='posix_spawnp' filepath='/usr/include/spawn.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-158'/>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-138'/>
       <parameter type-id='type-id-141'/>
       <parameter type-id='type-id-127'/>
       <parameter type-id='type-id-127'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='posix_spawnp' filepath='/usr/include/spawn.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-157'/>
-      <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-137'/>
-      <parameter type-id='type-id-140'/>
-      <parameter type-id='type-id-126'/>
-      <parameter type-id='type-id-126'/>
-      <return type-id='type-id-5'/>
-    </function-decl>
     <function-decl name='posix_spawnattr_init' filepath='/usr/include/spawn.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-161'/>
+      <parameter type-id='type-id-162'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_destroy' filepath='/usr/include/spawn.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-161'/>
+      <parameter type-id='type-id-162'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_setsigdefault' filepath='/usr/include/spawn.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-162'/>
-      <parameter type-id='type-id-147'/>
+      <parameter type-id='type-id-163'/>
+      <parameter type-id='type-id-148'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_setsigmask' filepath='/usr/include/spawn.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-162'/>
-      <parameter type-id='type-id-147'/>
+      <parameter type-id='type-id-163'/>
+      <parameter type-id='type-id-148'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_setflags' filepath='/usr/include/spawn.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-161'/>
-      <parameter type-id='type-id-77'/>
+      <parameter type-id='type-id-162'/>
+      <parameter type-id='type-id-78'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_setpgroup' filepath='/usr/include/spawn.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-161'/>
-      <parameter type-id='type-id-78'/>
+      <parameter type-id='type-id-162'/>
+      <parameter type-id='type-id-79'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_setschedpolicy' filepath='/usr/include/spawn.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-161'/>
+      <parameter type-id='type-id-162'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawnattr_setschedparam' filepath='/usr/include/spawn.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-162'/>
-      <parameter type-id='type-id-144'/>
+      <parameter type-id='type-id-163'/>
+      <parameter type-id='type-id-145'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn_file_actions_init' filepath='/usr/include/spawn.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-160'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn_file_actions_destroy' filepath='/usr/include/spawn.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-160'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn_file_actions_addopen' filepath='/usr/include/spawn.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-160'/>
+      <parameter type-id='type-id-161'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-178'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-114'/>
+      <parameter type-id='type-id-115'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn_file_actions_addclose' filepath='/usr/include/spawn.h' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-160'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn_file_actions_adddup2' filepath='/usr/include/spawn.h' line='196' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-160'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='posix_spawn_file_actions_addclosefrom_np' filepath='/usr/include/spawn.h' line='219' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-160'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='qsort' filepath='/usr/include/stdlib.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-85'/>
+      <parameter type-id='type-id-86'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='posix_openpt' filepath='/usr/include/stdlib.h' line='978' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
+    <function-decl name='ptsname' filepath='/usr/include/stdlib.h' line='995' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-5'/>
+      <return type-id='type-id-17'/>
+    </function-decl>
     <function-decl name='ptsname_r' filepath='/usr/include/stdlib.h' line='1002' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-17'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getloadavg' filepath='/usr/include/stdlib.h' line='1013' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-179'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='strtok_r' filepath='/usr/include/string.h' line='366' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-179'/>
-      <parameter type-id='type-id-177'/>
       <parameter type-id='type-id-180'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='access' filepath='/usr/include/unistd.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pipe' filepath='/usr/include/unistd.h' line='437' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pipe2' filepath='/usr/include/unistd.h' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='chown' filepath='/usr/include/unistd.h' line='493' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fchown' filepath='/usr/include/unistd.h' line='498' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='lchown' filepath='/usr/include/unistd.h' line='503' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fchownat' filepath='/usr/include/unistd.h' line='511' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-112'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='execve' filepath='/usr/include/unistd.h' line='572' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-126'/>
-      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-127'/>
+      <parameter type-id='type-id-127'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fexecve' filepath='/usr/include/unistd.h' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-126'/>
-      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-127'/>
+      <parameter type-id='type-id-127'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='execv' filepath='/usr/include/unistd.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-127'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='nice' filepath='/usr/include/unistd.h' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='pathconf' filepath='/usr/include/unistd.h' line='633' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='fpathconf' filepath='/usr/include/unistd.h' line='637' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='getpgrp' filepath='/usr/include/unistd.h' line='656' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='getpgid' filepath='/usr/include/unistd.h' line='661' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <return type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='setpgid' filepath='/usr/include/unistd.h' line='668' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-118'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setpgrp' filepath='/usr/include/unistd.h' line='682' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setsid' filepath='/usr/include/unistd.h' line='689' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='getsid' filepath='/usr/include/unistd.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <return type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='getuid' filepath='/usr/include/unistd.h' line='697' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-115'/>
+      <return type-id='type-id-116'/>
     </function-decl>
     <function-decl name='geteuid' filepath='/usr/include/unistd.h' line='700' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-115'/>
+      <return type-id='type-id-116'/>
     </function-decl>
     <function-decl name='getgid' filepath='/usr/include/unistd.h' line='703' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-111'/>
+      <return type-id='type-id-112'/>
     </function-decl>
     <function-decl name='getegid' filepath='/usr/include/unistd.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-111'/>
+      <return type-id='type-id-112'/>
     </function-decl>
     <function-decl name='getgroups' filepath='/usr/include/unistd.h' line='711' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-124'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setuid' filepath='/usr/include/unistd.h' line='722' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-115'/>
+      <parameter type-id='type-id-116'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setreuid' filepath='/usr/include/unistd.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-115'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-116'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='seteuid' filepath='/usr/include/unistd.h' line='732' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-115'/>
+      <parameter type-id='type-id-116'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setgid' filepath='/usr/include/unistd.h' line='739' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setregid' filepath='/usr/include/unistd.h' line='744' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-111'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-112'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setegid' filepath='/usr/include/unistd.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getresuid' filepath='/usr/include/unistd.h' line='755' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-125'/>
-      <parameter type-id='type-id-125'/>
-      <parameter type-id='type-id-125'/>
+      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-126'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getresgid' filepath='/usr/include/unistd.h' line='760' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-123'/>
-      <parameter type-id='type-id-123'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-124'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setresuid' filepath='/usr/include/unistd.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-115'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-116'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setresgid' filepath='/usr/include/unistd.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-111'/>
-      <parameter type-id='type-id-111'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-112'/>
+      <parameter type-id='type-id-112'/>
+      <parameter type-id='type-id-112'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fork' filepath='/usr/include/unistd.h' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='ttyname_r' filepath='/usr/include/unistd.h' line='803' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
     </function-decl>
     <function-decl name='readlinkat' filepath='/usr/include/unistd.h' line='851' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='unlink' filepath='/usr/include/unistd.h' line='858' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
     </function-decl>
     <function-decl name='tcgetpgrp' filepath='/usr/include/unistd.h' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='tcsetpgrp' filepath='/usr/include/unistd.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getlogin' filepath='/usr/include/unistd.h' line='881' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='copy_file_range' filepath='/usr/include/unistd.h' line='1142' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-125'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-125'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-100'/>
-      <return type-id='type-id-182'/>
+      <parameter type-id='type-id-101'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='fdatasync' filepath='/usr/include/unistd.h' line='1150' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
     </function-decl>
     <function-decl name='__sched_cpucount' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-131'/>
+      <parameter type-id='type-id-132'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='__sched_cpualloc' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-152'/>
+      <return type-id='type-id-153'/>
     </function-decl>
     <function-decl name='__sched_cpufree' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-152'/>
+      <parameter type-id='type-id-153'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='splice' filepath='/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-125'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-125'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-100'/>
-      <return type-id='type-id-183'/>
+      <parameter type-id='type-id-101'/>
+      <return type-id='type-id-184'/>
     </function-decl>
     <function-decl name='memfd_create' filepath='/usr/include/x86_64-linux-gnu/bits/mman-shared.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-100'/>
+      <parameter type-id='type-id-101'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='unshare' filepath='/usr/include/x86_64-linux-gnu/bits/sched.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='eventfd' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-100'/>
+      <parameter type-id='type-id-101'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='eventfd_read' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-154'/>
+      <parameter type-id='type-id-155'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='eventfd_write' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-108'/>
+      <parameter type-id='type-id-109'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getpriority' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-109'/>
-      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-110'/>
+      <parameter type-id='type-id-119'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setpriority' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-109'/>
-      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-110'/>
+      <parameter type-id='type-id-119'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='chmod' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fchmod' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fchmodat' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='371' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='umask' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='380' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-113'/>
-      <return type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
+      <return type-id='type-id-114'/>
     </function-decl>
     <function-decl name='mkdir' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mkdirat' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='396' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mknod' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='404' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
-      <parameter type-id='type-id-184'/>
+      <parameter type-id='type-id-114'/>
+      <parameter type-id='type-id-185'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mknodat' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
-      <parameter type-id='type-id-184'/>
+      <parameter type-id='type-id-114'/>
+      <parameter type-id='type-id-185'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mkfifo' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='418' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mkfifoat' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-113'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='utimensat' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='433' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-175'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='futimens' filepath='/usr/include/x86_64-linux-gnu/sys/stat.h' line='452' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-175'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='gnu_dev_major' filepath='/usr/include/x86_64-linux-gnu/sys/sysmacros.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-184'/>
-      <return type-id='type-id-100'/>
+      <parameter type-id='type-id-185'/>
+      <return type-id='type-id-101'/>
     </function-decl>
     <function-decl name='gnu_dev_minor' filepath='/usr/include/x86_64-linux-gnu/sys/sysmacros.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-184'/>
-      <return type-id='type-id-100'/>
+      <parameter type-id='type-id-185'/>
+      <return type-id='type-id-101'/>
     </function-decl>
     <function-decl name='gnu_dev_makedev' filepath='/usr/include/x86_64-linux-gnu/sys/sysmacros.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-100'/>
-      <parameter type-id='type-id-100'/>
-      <return type-id='type-id-184'/>
+      <parameter type-id='type-id-101'/>
+      <parameter type-id='type-id-101'/>
+      <return type-id='type-id-185'/>
     </function-decl>
     <function-decl name='timerfd_create' filepath='/usr/include/x86_64-linux-gnu/sys/timerfd.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='timerfd_settime' filepath='/usr/include/x86_64-linux-gnu/sys/timerfd.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-135'/>
-      <parameter type-id='type-id-156'/>
+      <parameter type-id='type-id-136'/>
+      <parameter type-id='type-id-157'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='timerfd_gettime' filepath='/usr/include/x86_64-linux-gnu/sys/timerfd.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-156'/>
+      <parameter type-id='type-id-157'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='times' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-166'/>
-      <return type-id='type-id-103'/>
+      <parameter type-id='type-id-167'/>
+      <return type-id='type-id-104'/>
     </function-decl>
     <function-decl name='readv' filepath='/usr/include/x86_64-linux-gnu/sys/uio.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-133'/>
+      <parameter type-id='type-id-134'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='writev' filepath='/usr/include/x86_64-linux-gnu/sys/uio.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-133'/>
+      <parameter type-id='type-id-134'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='uname' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-168'/>
+      <parameter type-id='type-id-169'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='wait' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
-      <return type-id='type-id-117'/>
+      <parameter type-id='type-id-176'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='waitpid' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='waitid' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-120'/>
-      <parameter type-id='type-id-101'/>
-      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-102'/>
+      <parameter type-id='type-id-187'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='wait3' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-187'/>
-      <return type-id='type-id-117'/>
+      <parameter type-id='type-id-188'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='wait4' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-118'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-187'/>
-      <return type-id='type-id-117'/>
+      <parameter type-id='type-id-188'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='setxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     <function-decl name='lsetxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     <function-decl name='fsetxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     <function-decl name='getxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='lgetxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='fgetxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='listxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='llistxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='flistxattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='removexattr' filepath='/usr/include/x86_64-linux-gnu/sys/xattr.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-188'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+    <function-type size-in-bits='64' id='type-id-189'>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='passwd' size-in-bits='384' is-struct='yes' visibility='default' filepath='/usr/include/pwd.h' line='49' column='1' id='type-id-189'>
+  <abi-instr address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='passwd' size-in-bits='384' is-struct='yes' visibility='default' filepath='/usr/include/pwd.h' line='49' column='1' id='type-id-190'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='pw_name' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='51' column='1'/>
       </data-member>
         <var-decl name='pw_passwd' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='pw_uid' type-id='type-id-115' visibility='default' filepath='/usr/include/pwd.h' line='54' column='1'/>
+        <var-decl name='pw_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/pwd.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='pw_gid' type-id='type-id-111' visibility='default' filepath='/usr/include/pwd.h' line='55' column='1'/>
+        <var-decl name='pw_gid' type-id='type-id-112' visibility='default' filepath='/usr/include/pwd.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='pw_gecos' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='56' column='1'/>
         <var-decl name='pw_shell' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='58' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-189' size-in-bits='64' id='type-id-190'/>
-    <qualified-type-def type-id='type-id-190' restrict='yes' id='type-id-191'/>
-    <pointer-type-def type-id='type-id-190' size-in-bits='64' id='type-id-192'/>
-    <qualified-type-def type-id='type-id-192' restrict='yes' id='type-id-193'/>
+    <pointer-type-def type-id='type-id-190' size-in-bits='64' id='type-id-191'/>
+    <qualified-type-def type-id='type-id-191' restrict='yes' id='type-id-192'/>
+    <pointer-type-def type-id='type-id-191' size-in-bits='64' id='type-id-193'/>
+    <qualified-type-def type-id='type-id-193' restrict='yes' id='type-id-194'/>
     <function-decl name='setpwent' filepath='/usr/include/pwd.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='getpwent' filepath='/usr/include/pwd.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-190'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='getpwuid_r' filepath='/usr/include/pwd.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-115'/>
-      <parameter type-id='type-id-191'/>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-192'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-193'/>
+      <parameter type-id='type-id-194'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getpwnam_r' filepath='/usr/include/pwd.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-191'/>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-192'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-193'/>
+      <parameter type-id='type-id-194'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <enum-decl name='__itimer_which' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='114' column='1' id='type-id-194'>
-      <underlying-type type-id='type-id-31'/>
+  <abi-instr address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <enum-decl name='__itimer_which' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='114' column='1' id='type-id-195'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='ITIMER_REAL' value='0'/>
       <enumerator name='ITIMER_VIRTUAL' value='1'/>
       <enumerator name='ITIMER_PROF' value='2'/>
     </enum-decl>
-    <class-decl name='itimerval' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='130' column='1' id='type-id-195'>
+    <class-decl name='itimerval' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='130' column='1' id='type-id-196'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='it_interval' type-id='type-id-196' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='133' column='1'/>
+        <var-decl name='it_interval' type-id='type-id-197' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='it_value' type-id='type-id-196' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='135' column='1'/>
+        <var-decl name='it_value' type-id='type-id-197' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='135' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__itimer_which_t' type-id='type-id-194' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='141' column='1' id='type-id-197'/>
-    <qualified-type-def type-id='type-id-195' const='yes' id='type-id-198'/>
-    <pointer-type-def type-id='type-id-198' size-in-bits='64' id='type-id-199'/>
-    <qualified-type-def type-id='type-id-199' restrict='yes' id='type-id-200'/>
-    <qualified-type-def type-id='type-id-175' restrict='yes' id='type-id-201'/>
-    <pointer-type-def type-id='type-id-195' size-in-bits='64' id='type-id-202'/>
-    <qualified-type-def type-id='type-id-202' restrict='yes' id='type-id-203'/>
-    <qualified-type-def type-id='type-id-186' restrict='yes' id='type-id-204'/>
+    <typedef-decl name='__itimer_which_t' type-id='type-id-195' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='141' column='1' id='type-id-198'/>
+    <qualified-type-def type-id='type-id-196' const='yes' id='type-id-199'/>
+    <pointer-type-def type-id='type-id-199' size-in-bits='64' id='type-id-200'/>
+    <qualified-type-def type-id='type-id-200' restrict='yes' id='type-id-201'/>
+    <qualified-type-def type-id='type-id-176' restrict='yes' id='type-id-202'/>
+    <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-203'/>
+    <qualified-type-def type-id='type-id-203' restrict='yes' id='type-id-204'/>
+    <qualified-type-def type-id='type-id-187' restrict='yes' id='type-id-205'/>
     <function-decl name='_PyEval_SignalReceived' filepath='./Include/internal/pycore_ceval.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyLong_FromUid' filepath='./Modules/posixmodule.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-116'/>
+      <parameter type-id='type-id-117'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_Sigset_Converter' filepath='./Modules/posixmodule.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PySignal_SetWakeupFd' mangled-name='PySignal_SetWakeupFd' filepath='./Modules/signalmodule.c' line='833' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySignal_SetWakeupFd'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigismember' filepath='/usr/include/signal.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-146'/>
+      <parameter type-id='type-id-147'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigpending' filepath='/usr/include/signal.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-51'/>
+      <parameter type-id='type-id-52'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigwait' filepath='/usr/include/signal.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-147'/>
-      <parameter type-id='type-id-201'/>
+      <parameter type-id='type-id-148'/>
+      <parameter type-id='type-id-202'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigwaitinfo' filepath='/usr/include/signal.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-147'/>
-      <parameter type-id='type-id-204'/>
+      <parameter type-id='type-id-148'/>
+      <parameter type-id='type-id-205'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigtimedwait' filepath='/usr/include/signal.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-147'/>
-      <parameter type-id='type-id-204'/>
+      <parameter type-id='type-id-148'/>
       <parameter type-id='type-id-205'/>
+      <parameter type-id='type-id-206'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='__libc_current_sigrtmin' filepath='/usr/include/signal.h' line='383' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='alarm' filepath='/usr/include/unistd.h' line='452' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-100'/>
-      <return type-id='type-id-100'/>
+      <parameter type-id='type-id-101'/>
+      <return type-id='type-id-101'/>
     </function-decl>
     <function-decl name='pause' filepath='/usr/include/unistd.h' line='489' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_kill' filepath='/usr/include/x86_64-linux-gnu/bits/sigthread.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-206'/>
+      <parameter type-id='type-id-207'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getitimer' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-197'/>
-      <parameter type-id='type-id-202'/>
+      <parameter type-id='type-id-198'/>
+      <parameter type-id='type-id-203'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setitimer' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-197'/>
-      <parameter type-id='type-id-200'/>
-      <parameter type-id='type-id-203'/>
+      <parameter type-id='type-id-198'/>
+      <parameter type-id='type-id-201'/>
+      <parameter type-id='type-id-204'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_SymtableStringObjectFlags' filepath='./Include/internal/pycore_symtable.h' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-207'/>
-      <return type-id='type-id-208'/>
+      <parameter type-id='type-id-208'/>
+      <return type-id='type-id-209'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Modules/timemodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='_PyTimeFraction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-209' visibility='default' filepath='./Include/internal/pycore_time.h' line='310' column='1' id='type-id-210'>
+  <abi-instr address-size='64' path='./Modules/timemodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='_PyTimeFraction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-210' visibility='default' filepath='./Include/internal/pycore_time.h' line='310' column='1' id='type-id-211'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='numer' type-id='type-id-211' visibility='default' filepath='./Include/internal/pycore_time.h' line='311' column='1'/>
+        <var-decl name='numer' type-id='type-id-212' visibility='default' filepath='./Include/internal/pycore_time.h' line='311' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='denom' type-id='type-id-211' visibility='default' filepath='./Include/internal/pycore_time.h' line='312' column='1'/>
+        <var-decl name='denom' type-id='type-id-212' visibility='default' filepath='./Include/internal/pycore_time.h' line='312' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyTimeFraction' type-id='type-id-210' filepath='./Include/internal/pycore_time.h' line='313' column='1' id='type-id-209'/>
-    <pointer-type-def type-id='type-id-209' size-in-bits='64' id='type-id-212'/>
-    <pointer-type-def type-id='type-id-185' size-in-bits='64' id='type-id-213'/>
-    <qualified-type-def type-id='type-id-209' const='yes' id='type-id-214'/>
-    <pointer-type-def type-id='type-id-214' size-in-bits='64' id='type-id-215'/>
-    <qualified-type-def type-id='type-id-216' const='yes' id='type-id-217'/>
-    <pointer-type-def type-id='type-id-217' size-in-bits='64' id='type-id-218'/>
-    <qualified-type-def type-id='type-id-218' restrict='yes' id='type-id-219'/>
+    <typedef-decl name='_PyTimeFraction' type-id='type-id-211' filepath='./Include/internal/pycore_time.h' line='313' column='1' id='type-id-210'/>
+    <pointer-type-def type-id='type-id-210' size-in-bits='64' id='type-id-213'/>
+    <pointer-type-def type-id='type-id-186' size-in-bits='64' id='type-id-214'/>
+    <qualified-type-def type-id='type-id-210' const='yes' id='type-id-215'/>
+    <pointer-type-def type-id='type-id-215' size-in-bits='64' id='type-id-216'/>
+    <qualified-type-def type-id='type-id-217' const='yes' id='type-id-218'/>
+    <pointer-type-def type-id='type-id-218' size-in-bits='64' id='type-id-219'/>
+    <qualified-type-def type-id='type-id-219' restrict='yes' id='type-id-220'/>
     <function-decl name='_PyTime_FromTimeval' filepath='./Include/internal/pycore_time.h' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-173'/>
-      <parameter type-id='type-id-220'/>
+      <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-221'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_TimeWithInfo' filepath='./Include/internal/pycore_time.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-173'/>
-      <parameter type-id='type-id-221'/>
+      <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-222'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_PerfCounterWithInfo' filepath='./Include/internal/pycore_time.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-173'/>
-      <parameter type-id='type-id-221'/>
+      <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-222'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTimeFraction_Set' filepath='./Include/internal/pycore_time.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-212'/>
       <parameter type-id='type-id-212'/>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-211'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTimeFraction_Mul' filepath='./Include/internal/pycore_time.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-215'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-216'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='_PyTimeFraction_Resolution' filepath='./Include/internal/pycore_time.h' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-215'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-216'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='pthread_getcpuclockid' filepath='/usr/include/pthread.h' line='1315' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-206'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-214'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='clock' filepath='/usr/include/time.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-103'/>
+      <return type-id='type-id-104'/>
     </function-decl>
     <function-decl name='time' filepath='/usr/include/time.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-222'/>
-      <return type-id='type-id-223'/>
+      <parameter type-id='type-id-223'/>
+      <return type-id='type-id-224'/>
     </function-decl>
     <function-decl name='mktime' filepath='/usr/include/time.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-224'/>
-      <return type-id='type-id-223'/>
+      <parameter type-id='type-id-225'/>
+      <return type-id='type-id-224'/>
     </function-decl>
     <function-decl name='tzset' filepath='/usr/include/time.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='clock_settime' filepath='/usr/include/time.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-225'/>
-      <parameter type-id='type-id-174'/>
+      <parameter type-id='type-id-226'/>
+      <parameter type-id='type-id-175'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='clock_nanosleep' filepath='/usr/include/time.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-225'/>
+      <parameter type-id='type-id-226'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-174'/>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-177'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='wcsftime' filepath='/usr/include/wchar.h' line='852' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-19'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-20'/>
-      <parameter type-id='type-id-219'/>
+      <parameter type-id='type-id-220'/>
       <return type-id='type-id-21'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='256' id='type-id-226'>
-      <subrange length='4' type-id='type-id-2' id='type-id-227'/>
+  <abi-instr address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='256' id='type-id-227'>
+      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='infinite' id='type-id-228'>
-      <subrange length='infinite' id='type-id-229'/>
+    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='infinite' id='type-id-229'>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
-    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-228' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='15' column='1'/>
+    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-229' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='15' column='1'/>
     <function-decl name='dlopen' filepath='/usr/include/dlfcn.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='dlsym' filepath='/usr/include/dlfcn.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-230'/>
-      <parameter type-id='type-id-177'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-231'/>
+      <parameter type-id='type-id-178'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='dlerror' filepath='/usr/include/dlfcn.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-17'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Python/getplatform.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Python/getplatform.c' comp-dir-path='/src' language='LANG_C11'>
     <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-6'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='./Python/importdl.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <typedef-decl name='dl_funcptr' type-id='type-id-231' filepath='./Include/internal/pycore_importdl.h' line='128' column='1' id='type-id-232'/>
+  <abi-instr address-size='64' path='./Python/importdl.c' comp-dir-path='/src' language='LANG_C11'>
+    <typedef-decl name='dl_funcptr' type-id='type-id-232' filepath='./Include/internal/pycore_importdl.h' line='128' column='1' id='type-id-233'/>
     <function-decl name='_PyImport_SwapPackageContext' filepath='./Include/internal/pycore_import.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-55'/>
-      <return type-id='type-id-232'/>
+      <parameter type-id='type-id-56'/>
+      <return type-id='type-id-233'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-233'>
+    <function-type size-in-bits='64' id='type-id-234'>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='./Python/sysmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='./Python/sysmodule.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyEval_SetSwitchInterval' filepath='./Include/internal/pycore_ceval.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-2'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPerfTrampoline_GetCallbacks' filepath='./Include/internal/pycore_ceval.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-234'/>
+      <parameter type-id='type-id-235'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyIsPerfTrampolineActive' filepath='./Include/internal/pycore_ceval.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyImport_GetDLOpenFlags' filepath='./Include/internal/pycore_import.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_SetDLOpenFlags' filepath='./Include/internal/pycore_import.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_InitModules' filepath='./Include/internal/pycore_import.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyImport_GetBuiltinModuleNames' filepath='./Include/internal/pycore_import.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyWideStringList_AsList' filepath='./Include/internal/pycore_initconfig.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-235'/>
+      <parameter type-id='type-id-236'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyObject_DebugTypeStats' filepath='./Include/internal/pycore_object.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_GetGlobalAllocatedBlocks' filepath='./Include/internal/pycore_obmalloc.h' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyPathConfig_ComputeSysPath0' filepath='./Include/internal/pycore_pathconfig.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-235'/>
       <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_StackItemToExcInfoTuple' filepath='./Include/internal/pycore_pyerrors.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-238'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_GetStdlibDir' filepath='./Include/internal/pycore_pylifecycle.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_PyErr_WriteUnraisableDefaultHook' filepath='./Include/internal/pycore_pylifecycle.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PySys_AddAuditHook' mangled-name='PySys_AddAuditHook' filepath='./Python/sysmodule.c' line='415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddAuditHook'>
-      <parameter type-id='type-id-238' name='hook' filepath='./Python/sysmodule.c' line='415' column='1'/>
-      <parameter type-id='type-id-29' name='userData' filepath='./Python/sysmodule.c' line='415' column='1'/>
+      <parameter type-id='type-id-239' name='hook' filepath='./Python/sysmodule.c' line='415' column='1'/>
+      <parameter type-id='type-id-30' name='userData' filepath='./Python/sysmodule.c' line='415' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_GetSizeOf' mangled-name='_PySys_GetSizeOf' filepath='./Python/sysmodule.c' line='1873' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetSizeOf'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_WritePerfMapEntry' mangled-name='PyUnstable_WritePerfMapEntry' filepath='./Python/sysmodule.c' line='2483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_WritePerfMapEntry'>
-      <parameter type-id='type-id-29' name='code_addr' filepath='./Python/sysmodule.c' line='2484' column='1'/>
-      <parameter type-id='type-id-100' name='code_size' filepath='./Python/sysmodule.c' line='2485' column='1'/>
+      <parameter type-id='type-id-30' name='code_addr' filepath='./Python/sysmodule.c' line='2484' column='1'/>
+      <parameter type-id='type-id-101' name='code_size' filepath='./Python/sysmodule.c' line='2485' column='1'/>
       <parameter type-id='type-id-6' name='entry_name' filepath='./Python/sysmodule.c' line='2486' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='PySys_SetArgvEx' mangled-name='PySys_SetArgvEx' filepath='./Python/sysmodule.c' line='3933' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgvEx'>
       <parameter type-id='type-id-5' name='argc' filepath='./Python/sysmodule.c' line='3933' column='1'/>
-      <parameter type-id='type-id-239' name='argv' filepath='./Python/sysmodule.c' line='3933' column='1'/>
+      <parameter type-id='type-id-240' name='argv' filepath='./Python/sysmodule.c' line='3933' column='1'/>
       <parameter type-id='type-id-5' name='updatepath' filepath='./Python/sysmodule.c' line='3933' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='3977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgv'>
       <parameter type-id='type-id-5' name='argc' filepath='./Python/sysmodule.c' line='3977' column='1'/>
-      <parameter type-id='type-id-239' name='argv' filepath='./Python/sysmodule.c' line='3977' column='1'/>
+      <parameter type-id='type-id-240' name='argv' filepath='./Python/sysmodule.c' line='3977' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_WriteStdout' mangled-name='PySys_WriteStdout' filepath='./Python/sysmodule.c' line='4072' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStdout'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='getpid' filepath='/usr/include/unistd.h' line='650' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Modules/config.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Modules/config.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyInit_atexit' mangled-name='PyInit_atexit' filepath='Modules/config.c' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_atexit'>
       <return type-id='type-id-4'/>
     </function-decl>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Modules/gcmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <enum-decl name='_PyGC_Reason' naming-typedef-id='type-id-240' filepath='./Include/internal/pycore_gc.h' line='161' column='1' id='type-id-241'>
-      <underlying-type type-id='type-id-31'/>
+  <abi-instr address-size='64' path='Modules/gcmodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <enum-decl name='_PyGC_Reason' naming-typedef-id='type-id-241' filepath='./Include/internal/pycore_gc.h' line='161' column='1' id='type-id-242'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_Py_GC_REASON_HEAP' value='0'/>
       <enumerator name='_Py_GC_REASON_SHUTDOWN' value='1'/>
       <enumerator name='_Py_GC_REASON_MANUAL' value='2'/>
     </enum-decl>
-    <typedef-decl name='_PyGC_Reason' type-id='type-id-241' filepath='./Include/internal/pycore_gc.h' line='170' column='1' id='type-id-240'/>
+    <typedef-decl name='_PyGC_Reason' type-id='type-id-242' filepath='./Include/internal/pycore_gc.h' line='170' column='1' id='type-id-241'/>
     <function-decl name='_PyGC_Collect' filepath='./Include/internal/pycore_gc.h' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-240'/>
+      <parameter type-id='type-id-241'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyGC_Freeze' filepath='./Include/internal/pycore_gc.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_Unfreeze' filepath='./Include/internal/pycore_gc.h' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_GetFreezeCount' filepath='./Include/internal/pycore_gc.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyGC_GetObjects' filepath='./Include/internal/pycore_gc.h' line='349' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyGC_GetReferrers' filepath='./Include/internal/pycore_gc.h' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Modules/main.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-242' const='yes' id='type-id-243'/>
-    <pointer-type-def type-id='type-id-243' size-in-bits='64' id='type-id-244'/>
+  <abi-instr address-size='64' path='Modules/main.c' comp-dir-path='/src' language='LANG_C11'>
+    <qualified-type-def type-id='type-id-243' const='yes' id='type-id-244'/>
+    <pointer-type-def type-id='type-id-244' size-in-bits='64' id='type-id-245'/>
     <function-decl name='_PyImport_Fini2' filepath='./Include/internal/pycore_import.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_PreInitializeFromPyArgv' filepath='./Include/internal/pycore_pylifecycle.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-246'/>
       <parameter type-id='type-id-245'/>
-      <parameter type-id='type-id-244'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_HandleSystemExit' filepath='./Include/internal/pycore_pylifecycle.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRun_SimpleStringFlagsWithName' filepath='./Include/internal/pycore_pylifecycle.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRun_SimpleFileObject' filepath='./Include/internal/pycore_pythonrun.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRun_AnyFileObject' filepath='./Include/internal/pycore_pythonrun.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRuntime_Finalize' filepath='./Include/internal/pycore_runtime.h' line='380' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='kill' filepath='/usr/include/signal.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
+      <parameter type-id='type-id-118'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='Py_Main' mangled-name='Py_Main' filepath='Modules/main.c' line='810' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Main'>
       <parameter type-id='type-id-5' name='argc' filepath='Modules/main.c' line='810' column='1'/>
-      <parameter type-id='type-id-239' name='argv' filepath='Modules/main.c' line='810' column='1'/>
+      <parameter type-id='type-id-240' name='argv' filepath='Modules/main.c' line='810' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_BytesMain' mangled-name='Py_BytesMain' filepath='Modules/main.c' line='822' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_BytesMain'>
       <parameter type-id='type-id-5' name='argc' filepath='Modules/main.c' line='822' column='1'/>
-      <parameter type-id='type-id-246' name='argv' filepath='Modules/main.c' line='822' column='1'/>
+      <parameter type-id='type-id-247' name='argv' filepath='Modules/main.c' line='822' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/abstract.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <typedef-decl name='_Py_simple_func' type-id='type-id-247' filepath='./Include/internal/pycore_crossinterp.h' line='26' column='1' id='type-id-248'/>
-    <pointer-type-def type-id='type-id-249' size-in-bits='64' id='type-id-250'/>
-    <qualified-type-def type-id='type-id-251' const='yes' id='type-id-252'/>
-    <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-253'/>
-    <qualified-type-def type-id='type-id-7' const='yes' id='type-id-254'/>
-    <pointer-type-def type-id='type-id-254' size-in-bits='64' id='type-id-255'/>
+  <abi-instr address-size='64' path='Objects/abstract.c' comp-dir-path='/src' language='LANG_C11'>
+    <typedef-decl name='_Py_simple_func' type-id='type-id-248' filepath='./Include/internal/pycore_crossinterp.h' line='26' column='1' id='type-id-249'/>
+    <pointer-type-def type-id='type-id-250' size-in-bits='64' id='type-id-251'/>
+    <qualified-type-def type-id='type-id-252' const='yes' id='type-id-253'/>
+    <pointer-type-def type-id='type-id-253' size-in-bits='64' id='type-id-254'/>
+    <qualified-type-def type-id='type-id-7' const='yes' id='type-id-255'/>
+    <pointer-type-def type-id='type-id-255' size-in-bits='64' id='type-id-256'/>
     <function-decl name='PyObject_CallFunctionObjArgs' mangled-name='PyObject_CallFunctionObjArgs' filepath='./Include/abstract.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFunctionObjArgs'>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
     </function-decl>
     <function-decl name='PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath='./Include/abstract.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VectorcallMethod'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyLong_Copy' mangled-name='_PyLong_Copy' filepath='./Include/cpython/longintrepr.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Copy'>
-      <parameter type-id='type-id-250'/>
+      <parameter type-id='type-id-251'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_FromUnicodeObject' mangled-name='PyLong_FromUnicodeObject' filepath='./Include/cpython/longobject.h' line='5' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnicodeObject'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='./Include/cpython/tupleobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_Resize'>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicode_New' mangled-name='PyUnicode_New' filepath='./Include/cpython/unicodeobject.h' line='386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_New'>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDict_Keys' mangled-name='PyDict_Keys' filepath='./Include/dictobject.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Keys'>
     <function-decl name='PyDict_GetItemRef' mangled-name='PyDict_GetItemRef' filepath='./Include/dictobject.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemRef'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFloat_FromString' mangled-name='PyFloat_FromString' filepath='./Include/floatobject.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_FromString'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_CheckRecursiveCall' mangled-name='_Py_CheckRecursiveCall' filepath='./Include/internal/pycore_ceval.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_CheckRecursiveCall'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_CallInInterpreter' filepath='./Include/internal/pycore_crossinterp.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-248'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-249'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_CallInInterpreterAndRawFree' filepath='./Include/internal/pycore_crossinterp.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-248'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-249'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyGen_FetchStopIterationValue' mangled-name='_PyGen_FetchStopIterationValue' filepath='./Include/internal/pycore_genobject.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_FetchStopIterationValue'>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyList_Extend' mangled-name='_PyList_Extend' filepath='./Include/internal/pycore_list.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_Extend'>
-      <parameter type-id='type-id-258'/>
+      <parameter type-id='type-id-259'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyErr_ExceptionMatches' mangled-name='_PyErr_ExceptionMatches' filepath='./Include/internal/pycore_pyerrors.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ExceptionMatches'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_Clear' mangled-name='_PyErr_Clear' filepath='./Include/internal/pycore_pyerrors.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Clear'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_SetString' mangled-name='_PyErr_SetString' filepath='./Include/internal/pycore_pyerrors.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetString'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_Format' mangled-name='_PyErr_Format' filepath='./Include/internal/pycore_pyerrors.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Format'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
     </function-decl>
     <function-decl name='PyLong_AsDouble' mangled-name='PyLong_AsDouble' filepath='./Include/longobject.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsDouble'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyType_IsSubtype' mangled-name='PyType_IsSubtype' filepath='./Include/object.h' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_IsSubtype'>
       <parameter type-id='type-id-1'/>
     <function-decl name='PyObject_GetOptionalAttr' mangled-name='PyObject_GetOptionalAttr' filepath='./Include/object.h' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttr'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_IsTrue' mangled-name='PyObject_IsTrue' filepath='./Include/object.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_IsTrue'>
     <function-decl name='PyMapping_GetOptionalItem' mangled-name='PyMapping_GetOptionalItem' filepath='Objects/abstract.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_GetOptionalItem'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='204' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/abstract.c' line='204' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/abstract.c' line='204' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/abstract.c' line='204' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_SetItem' mangled-name='PyObject_SetItem' filepath='Objects/abstract.c' line='223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetItem'>
     </function-decl>
     <function-decl name='PyObject_AsCharBuffer' mangled-name='PyObject_AsCharBuffer' filepath='Objects/abstract.c' line='369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsCharBuffer'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='369' column='1'/>
-      <parameter type-id='type-id-259' name='buffer' filepath='Objects/abstract.c' line='370' column='1'/>
+      <parameter type-id='type-id-260' name='buffer' filepath='Objects/abstract.c' line='370' column='1'/>
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='371' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsReadBuffer'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='383' column='1'/>
-      <parameter type-id='type-id-260' name='buffer' filepath='Objects/abstract.c' line='384' column='1'/>
+      <parameter type-id='type-id-261' name='buffer' filepath='Objects/abstract.c' line='384' column='1'/>
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='385' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsWriteBuffer'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='397' column='1'/>
-      <parameter type-id='type-id-260' name='buffer' filepath='Objects/abstract.c' line='398' column='1'/>
+      <parameter type-id='type-id-261' name='buffer' filepath='Objects/abstract.c' line='398' column='1'/>
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='399' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_GetBuffer' mangled-name='PyObject_GetBuffer' filepath='Objects/abstract.c' line='426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetBuffer'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='426' column='1'/>
-      <parameter type-id='type-id-261' name='view' filepath='Objects/abstract.c' line='426' column='1'/>
+      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='426' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/abstract.c' line='426' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyBuffer_IsContiguous' mangled-name='PyBuffer_IsContiguous' filepath='Objects/abstract.c' line='515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_IsContiguous'>
-      <parameter type-id='type-id-253' name='view' filepath='Objects/abstract.c' line='515' column='1'/>
-      <parameter type-id='type-id-52' name='order' filepath='Objects/abstract.c' line='515' column='1'/>
+      <parameter type-id='type-id-254' name='view' filepath='Objects/abstract.c' line='515' column='1'/>
+      <parameter type-id='type-id-53' name='order' filepath='Objects/abstract.c' line='515' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyBuffer_GetPointer' mangled-name='PyBuffer_GetPointer' filepath='Objects/abstract.c' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_GetPointer'>
-      <parameter type-id='type-id-253' name='view' filepath='Objects/abstract.c' line='531' column='1'/>
-      <parameter type-id='type-id-255' name='indices' filepath='Objects/abstract.c' line='531' column='1'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-254' name='view' filepath='Objects/abstract.c' line='531' column='1'/>
+      <parameter type-id='type-id-256' name='indices' filepath='Objects/abstract.c' line='531' column='1'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyBuffer_SizeFromFormat' mangled-name='PyBuffer_SizeFromFormat' filepath='Objects/abstract.c' line='579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_SizeFromFormat'>
       <parameter type-id='type-id-6' name='format' filepath='Objects/abstract.c' line='579' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyBuffer_FromContiguous' mangled-name='PyBuffer_FromContiguous' filepath='Objects/abstract.c' line='614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FromContiguous'>
-      <parameter type-id='type-id-253' name='view' filepath='Objects/abstract.c' line='614' column='1'/>
-      <parameter type-id='type-id-29' name='buf' filepath='Objects/abstract.c' line='614' column='1'/>
+      <parameter type-id='type-id-254' name='view' filepath='Objects/abstract.c' line='614' column='1'/>
+      <parameter type-id='type-id-30' name='buf' filepath='Objects/abstract.c' line='614' column='1'/>
       <parameter type-id='type-id-7' name='len' filepath='Objects/abstract.c' line='614' column='1'/>
-      <parameter type-id='type-id-52' name='fort' filepath='Objects/abstract.c' line='614' column='1'/>
+      <parameter type-id='type-id-53' name='fort' filepath='Objects/abstract.c' line='614' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_CopyData' mangled-name='PyObject_CopyData' filepath='Objects/abstract.c' line='666' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CopyData'>
       <parameter type-id='type-id-8' name='shape' filepath='Objects/abstract.c' line='737' column='1'/>
       <parameter type-id='type-id-8' name='strides' filepath='Objects/abstract.c' line='738' column='1'/>
       <parameter type-id='type-id-5' name='itemsize' filepath='Objects/abstract.c' line='738' column='1'/>
-      <parameter type-id='type-id-52' name='fort' filepath='Objects/abstract.c' line='739' column='1'/>
+      <parameter type-id='type-id-53' name='fort' filepath='Objects/abstract.c' line='739' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyBuffer_FillInfo' mangled-name='PyBuffer_FillInfo' filepath='Objects/abstract.c' line='761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FillInfo'>
-      <parameter type-id='type-id-261' name='view' filepath='Objects/abstract.c' line='761' column='1'/>
+      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='761' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='761' column='1'/>
-      <parameter type-id='type-id-29' name='buf' filepath='Objects/abstract.c' line='761' column='1'/>
+      <parameter type-id='type-id-30' name='buf' filepath='Objects/abstract.c' line='761' column='1'/>
       <parameter type-id='type-id-7' name='len' filepath='Objects/abstract.c' line='761' column='1'/>
       <parameter type-id='type-id-5' name='readonly' filepath='Objects/abstract.c' line='762' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/abstract.c' line='762' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyBuffer_Release' mangled-name='PyBuffer_Release' filepath='Objects/abstract.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_Release'>
-      <parameter type-id='type-id-261' name='view' filepath='Objects/abstract.c' line='804' column='1'/>
+      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='804' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBuffer_ReleaseInInterpreter' mangled-name='_PyBuffer_ReleaseInInterpreter' filepath='Objects/abstract.c' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBuffer_ReleaseInInterpreter'>
-      <parameter type-id='type-id-27' name='interp' filepath='Objects/abstract.c' line='826' column='1'/>
-      <parameter type-id='type-id-261' name='view' filepath='Objects/abstract.c' line='827' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Objects/abstract.c' line='826' column='1'/>
+      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='827' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyBuffer_ReleaseInInterpreterAndRawFree' mangled-name='_PyBuffer_ReleaseInInterpreterAndRawFree' filepath='Objects/abstract.c' line='833' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBuffer_ReleaseInInterpreterAndRawFree'>
-      <parameter type-id='type-id-27' name='interp' filepath='Objects/abstract.c' line='833' column='1'/>
-      <parameter type-id='type-id-261' name='view' filepath='Objects/abstract.c' line='834' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Objects/abstract.c' line='833' column='1'/>
+      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='834' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_Format' mangled-name='PyObject_Format' filepath='Objects/abstract.c' line='840' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Format'>
     <function-decl name='PyMapping_GetOptionalItemString' mangled-name='PyMapping_GetOptionalItemString' filepath='Objects/abstract.c' line='2358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_GetOptionalItemString'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='2358' column='1'/>
       <parameter type-id='type-id-6' name='key' filepath='Objects/abstract.c' line='2358' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/abstract.c' line='2358' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/abstract.c' line='2358' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyMapping_SetItemString' mangled-name='PyMapping_SetItemString' filepath='Objects/abstract.c' line='2376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_SetItemString'>
     <function-decl name='PyIter_Send' mangled-name='PyIter_Send' filepath='Objects/abstract.c' line='2932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Send'>
       <parameter type-id='type-id-4' name='iter' filepath='Objects/abstract.c' line='2932' column='1'/>
       <parameter type-id='type-id-4' name='arg' filepath='Objects/abstract.c' line='2932' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/abstract.c' line='2932' column='1'/>
-      <return type-id='type-id-262'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/abstract.c' line='2932' column='1'/>
+      <return type-id='type-id-263'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-29' size-in-bits='64' id='type-id-260'/>
-    <function-type size-in-bits='64' id='type-id-263'>
-      <parameter type-id='type-id-29'/>
+    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-261'/>
+    <function-type size-in-bits='64' id='type-id-264'>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/boolobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='_Py_FalseStruct' type-id='type-id-249' mangled-name='_Py_FalseStruct' visibility='default' filepath='./Include/boolobject.h' line='17' column='1' elf-symbol-id='_Py_FalseStruct'/>
-    <var-decl name='_Py_TrueStruct' type-id='type-id-249' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_TrueStruct'/>
+  <abi-instr address-size='64' path='Objects/boolobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='_Py_FalseStruct' type-id='type-id-250' mangled-name='_Py_FalseStruct' visibility='default' filepath='./Include/boolobject.h' line='17' column='1' elf-symbol-id='_Py_FalseStruct'/>
+    <var-decl name='_Py_TrueStruct' type-id='type-id-250' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_TrueStruct'/>
     <function-decl name='_PyArg_NoKwnames' filepath='./Include/internal/pycore_modsupport.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyBool_Type' type-id='type-id-264' mangled-name='PyBool_Type' visibility='default' filepath='./Include/object.h' line='343' column='1' elf-symbol-id='PyBool_Type'/>
+    <var-decl name='PyBool_Type' type-id='type-id-265' mangled-name='PyBool_Type' visibility='default' filepath='./Include/object.h' line='343' column='1' elf-symbol-id='PyBool_Type'/>
     <function-decl name='PyBool_FromLong' mangled-name='PyBool_FromLong' filepath='Objects/boolobject.c' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBool_FromLong'>
-      <parameter type-id='type-id-181' name='ok' filepath='Objects/boolobject.c' line='21' column='1'/>
+      <parameter type-id='type-id-182' name='ok' filepath='Objects/boolobject.c' line='21' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='infinite' id='type-id-265'>
-      <subrange length='infinite' id='type-id-229'/>
+  <abi-instr address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='infinite' id='type-id-266'>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
-    <qualified-type-def type-id='type-id-266' const='yes' id='type-id-267'/>
-    <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-268'/>
-    <qualified-type-def type-id='type-id-5' const='yes' id='type-id-269'/>
-    <var-decl name='PyByteArray_Type' type-id='type-id-264' 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-264' mangled-name='PyByteArrayIter_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='21' column='1' elf-symbol-id='PyByteArrayIter_Type'/>
-    <var-decl name='_PyByteArray_empty_string' type-id='type-id-265' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
+    <qualified-type-def type-id='type-id-267' const='yes' id='type-id-268'/>
+    <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-269'/>
+    <qualified-type-def type-id='type-id-5' const='yes' id='type-id-270'/>
+    <var-decl name='PyByteArray_Type' type-id='type-id-265' 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-265' mangled-name='PyByteArrayIter_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='21' column='1' elf-symbol-id='PyByteArrayIter_Type'/>
+    <var-decl name='_PyByteArray_empty_string' type-id='type-id-266' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
     <function-decl name='_PyEval_SliceIndex' mangled-name='_PyEval_SliceIndex' filepath='./Include/cpython/ceval.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndex'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_bytes_maketrans' filepath='./Include/internal/pycore_bytes_methods.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-261'/>
-      <parameter type-id='type-id-261'/>
+      <parameter type-id='type-id-262'/>
+      <parameter type-id='type-id-262'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyBytes_FormatEx' filepath='./Include/internal/pycore_bytesobject.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyArg_UnpackKeywords' mangled-name='_PyArg_UnpackKeywords' filepath='./Include/internal/pycore_modsupport.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywords'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-270'/>
+      <parameter type-id='type-id-271'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-236'/>
-      <return type-id='type-id-256'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-257'/>
     </function-decl>
     <function-decl name='_PyObject_GetState' mangled-name='_PyObject_GetState' filepath='./Include/internal/pycore_object.h' line='757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetState'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_GetConfig' mangled-name='_Py_GetConfig' filepath='./Include/internal/pycore_pystate.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfig'>
-      <return type-id='type-id-268'/>
+      <return type-id='type-id-269'/>
     </function-decl>
     <function-decl name='_Py_strhex_with_sep' filepath='./Include/internal/pycore_strhex.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-254'/>
+      <parameter type-id='type-id-255'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-269'/>
+      <parameter type-id='type-id-270'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyList_Append' mangled-name='PyList_Append' filepath='./Include/listobject.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Append'>
     </function-decl>
     <function-decl name='PyLong_AsLongAndOverflow' mangled-name='PyLong_AsLongAndOverflow' filepath='./Include/longobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongAndOverflow'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-175'/>
-      <return type-id='type-id-181'/>
+      <parameter type-id='type-id-176'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyLong_AsInt' mangled-name='PyLong_AsInt' filepath='./Include/longobject.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsInt'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_Free' mangled-name='PyObject_Free' filepath='./Include/objimpl.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Free'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_New' mangled-name='_PyObject_New' filepath='./Include/objimpl.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_New'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_GC_Del' mangled-name='PyObject_GC_Del' filepath='./Include/objimpl.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_Del'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyBuffer_ToContiguous' mangled-name='PyBuffer_ToContiguous' filepath='./Include/pybuffer.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_ToContiguous'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-253'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-254'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-52'/>
+      <parameter type-id='type-id-53'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyErr_Print' mangled-name='PyErr_Print' filepath='./Include/pythonrun.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Print'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='memmove' filepath='/usr/include/string.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='memset' filepath='/usr/include/string.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyByteArray_FromObject' mangled-name='PyByteArray_FromObject' filepath='Objects/bytearrayobject.c' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyByteArray_FromObject'>
       <parameter type-id='type-id-4' name='input' filepath='Objects/bytearrayobject.c' line='83' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='984' id='type-id-271'>
-      <subrange length='123' type-id='type-id-2' id='type-id-272'/>
+  <abi-instr address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='984' id='type-id-272'>
+      <subrange length='123' type-id='type-id-2' id='type-id-273'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='992' id='type-id-273'>
-      <subrange length='124' type-id='type-id-2' id='type-id-274'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='992' id='type-id-274'>
+      <subrange length='124' type-id='type-id-2' id='type-id-275'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='1008' id='type-id-275'>
-      <subrange length='126' type-id='type-id-2' id='type-id-276'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1008' id='type-id-276'>
+      <subrange length='126' type-id='type-id-2' id='type-id-277'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='1040' id='type-id-277'>
-      <subrange length='130' type-id='type-id-2' id='type-id-278'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1040' id='type-id-278'>
+      <subrange length='130' type-id='type-id-2' id='type-id-279'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='1056' id='type-id-279'>
-      <subrange length='132' type-id='type-id-2' id='type-id-280'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1056' id='type-id-280'>
+      <subrange length='132' type-id='type-id-2' id='type-id-281'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='1128' id='type-id-281'>
-      <subrange length='141' type-id='type-id-2' id='type-id-282'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1128' id='type-id-282'>
+      <subrange length='141' type-id='type-id-2' id='type-id-283'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='1240' id='type-id-283'>
-      <subrange length='155' type-id='type-id-2' id='type-id-284'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1240' id='type-id-284'>
+      <subrange length='155' type-id='type-id-2' id='type-id-285'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='1840' id='type-id-285'>
-      <subrange length='230' type-id='type-id-2' id='type-id-286'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1840' id='type-id-286'>
+      <subrange length='230' type-id='type-id-2' id='type-id-287'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='2328' id='type-id-287'>
-      <subrange length='291' type-id='type-id-2' id='type-id-288'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='2328' id='type-id-288'>
+      <subrange length='291' type-id='type-id-2' id='type-id-289'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='744' id='type-id-289'>
-      <subrange length='93' type-id='type-id-2' id='type-id-290'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='744' id='type-id-290'>
+      <subrange length='93' type-id='type-id-2' id='type-id-291'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='784' id='type-id-291'>
-      <subrange length='98' type-id='type-id-2' id='type-id-292'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='784' id='type-id-292'>
+      <subrange length='98' type-id='type-id-2' id='type-id-293'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-54' size-in-bits='infinite' id='type-id-293'>
-      <subrange length='infinite' id='type-id-229'/>
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='infinite' id='type-id-294'>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
-    <var-decl name='_Py_isspace__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
-    <var-decl name='_Py_isalpha__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
-    <var-decl name='_Py_isalnum__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
-    <var-decl name='_Py_isascii__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
-    <var-decl name='_Py_isdigit__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
-    <var-decl name='_Py_islower__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
-    <var-decl name='_Py_isupper__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
-    <var-decl name='_Py_istitle__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
-    <var-decl name='_Py_lower__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
-    <var-decl name='_Py_upper__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
-    <var-decl name='_Py_title__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
-    <var-decl name='_Py_capitalize__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
-    <var-decl name='_Py_swapcase__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='63' column='1'/>
-    <var-decl name='_Py_maketrans__doc__' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='71' column='1'/>
+    <var-decl name='_Py_isspace__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
+    <var-decl name='_Py_isalpha__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
+    <var-decl name='_Py_isalnum__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
+    <var-decl name='_Py_isascii__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
+    <var-decl name='_Py_isdigit__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
+    <var-decl name='_Py_islower__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
+    <var-decl name='_Py_isupper__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
+    <var-decl name='_Py_istitle__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
+    <var-decl name='_Py_lower__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
+    <var-decl name='_Py_upper__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
+    <var-decl name='_Py_title__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
+    <var-decl name='_Py_capitalize__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
+    <var-decl name='_Py_swapcase__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='63' column='1'/>
+    <var-decl name='_Py_maketrans__doc__' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='71' column='1'/>
     <function-decl name='memrchr' filepath='/usr/include/string.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/bytesobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='4096' id='type-id-294'>
-      <subrange length='512' type-id='type-id-2' id='type-id-295'/>
+  <abi-instr address-size='64' path='Objects/bytesobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='4096' id='type-id-295'>
+      <subrange length='512' type-id='type-id-2' id='type-id-296'/>
     </array-type-def>
-    <class-decl name='_PyBytesWriter' size-in-bits='4416' is-struct='yes' naming-typedef-id='type-id-296' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='67' column='1' id='type-id-297'>
+    <class-decl name='_PyBytesWriter' size-in-bits='4416' is-struct='yes' naming-typedef-id='type-id-297' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='67' column='1' id='type-id-298'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='buffer' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='69' column='1'/>
       </data-member>
         <var-decl name='use_small_buffer' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288'>
-        <var-decl name='small_buffer' type-id='type-id-294' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='87' column='1'/>
+        <var-decl name='small_buffer' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='87' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyBytesWriter' type-id='type-id-297' filepath='./Include/internal/pycore_bytesobject.h' line='88' column='1' id='type-id-296'/>
-    <pointer-type-def type-id='type-id-296' size-in-bits='64' id='type-id-298'/>
-    <var-decl name='PyBytes_Type' type-id='type-id-264' mangled-name='PyBytes_Type' visibility='default' filepath='./Include/bytesobject.h' line='24' column='1' elf-symbol-id='PyBytes_Type'/>
-    <var-decl name='PyBytesIter_Type' type-id='type-id-264' mangled-name='PyBytesIter_Type' visibility='default' filepath='./Include/bytesobject.h' line='25' column='1' elf-symbol-id='PyBytesIter_Type'/>
+    <typedef-decl name='_PyBytesWriter' type-id='type-id-298' filepath='./Include/internal/pycore_bytesobject.h' line='88' column='1' id='type-id-297'/>
+    <pointer-type-def type-id='type-id-297' size-in-bits='64' id='type-id-299'/>
+    <var-decl name='PyBytes_Type' type-id='type-id-265' mangled-name='PyBytes_Type' visibility='default' filepath='./Include/bytesobject.h' line='24' column='1' elf-symbol-id='PyBytes_Type'/>
+    <var-decl name='PyBytesIter_Type' type-id='type-id-265' mangled-name='PyBytesIter_Type' visibility='default' filepath='./Include/bytesobject.h' line='25' column='1' elf-symbol-id='PyBytesIter_Type'/>
     <function-decl name='_Py_NewReference' mangled-name='_Py_NewReference' filepath='./Include/cpython/object.h' line='5' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_NewReference'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFloat_AsDouble' mangled-name='PyFloat_AsDouble' filepath='./Include/floatobject.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_AsDouble'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='_PyLong_FormatBytesWriter' filepath='./Include/internal/pycore_long.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-298'/>
+      <parameter type-id='type-id-299'/>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_Py_HashBytes' mangled-name='_Py_HashBytes' filepath='./Include/internal/pycore_pyhash.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashBytes'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-299'/>
+      <return type-id='type-id-300'/>
     </function-decl>
     <function-decl name='_PyUnicode_FormatLong' filepath='./Include/internal/pycore_unicodeobject.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_Malloc' mangled-name='PyObject_Malloc' filepath='./Include/objimpl.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Malloc'>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyObject_Calloc' mangled-name='PyObject_Calloc' filepath='./Include/objimpl.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Calloc'>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyObject_Realloc' mangled-name='PyObject_Realloc' filepath='./Include/objimpl.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Realloc'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyErr_BadArgument' mangled-name='PyErr_BadArgument' filepath='./Include/pyerrors.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_BadArgument'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyOS_double_to_string' mangled-name='PyOS_double_to_string' filepath='./Include/pystrtod.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_double_to_string'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-52'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-53'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='PyTuple_GetItem' mangled-name='PyTuple_GetItem' filepath='./Include/tupleobject.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTuple_GetItem'>
     </function-decl>
     <function-decl name='PyBytes_FromFormatV' mangled-name='PyBytes_FromFormatV' filepath='Objects/bytesobject.c' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormatV'>
       <parameter type-id='type-id-6' name='format' filepath='Objects/bytesobject.c' line='177' column='1'/>
-      <parameter type-id='type-id-300' name='vargs' filepath='Objects/bytesobject.c' line='177' column='1'/>
+      <parameter type-id='type-id-301' name='vargs' filepath='Objects/bytesobject.c' line='177' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyBytes_FromFormat' mangled-name='PyBytes_FromFormat' filepath='Objects/bytesobject.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormat'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyBytes_ConcatAndDel' mangled-name='PyBytes_ConcatAndDel' filepath='Objects/bytesobject.c' line='3111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_ConcatAndDel'>
-      <parameter type-id='type-id-236' name='pv' filepath='Objects/bytesobject.c' line='3111' column='1'/>
+      <parameter type-id='type-id-237' name='pv' filepath='Objects/bytesobject.c' line='3111' column='1'/>
       <parameter type-id='type-id-4' name='w' filepath='Objects/bytesobject.c' line='3111' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBytes_Resize' mangled-name='_PyBytes_Resize' filepath='Objects/bytesobject.c' line='3131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Resize'>
-      <parameter type-id='type-id-236' name='pv' filepath='Objects/bytesobject.c' line='3131' column='1'/>
+      <parameter type-id='type-id-237' name='pv' filepath='Objects/bytesobject.c' line='3131' column='1'/>
       <parameter type-id='type-id-7' name='newsize' filepath='Objects/bytesobject.c' line='3131' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Init' mangled-name='_PyBytesWriter_Init' filepath='Objects/bytesobject.c' line='3361' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Init'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3361' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3361' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Dealloc' mangled-name='_PyBytesWriter_Dealloc' filepath='Objects/bytesobject.c' line='3372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Dealloc'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3372' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3372' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Resize' mangled-name='_PyBytesWriter_Resize' filepath='Objects/bytesobject.c' line='3442' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Resize'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3442' column='1'/>
-      <parameter type-id='type-id-29' name='str' filepath='Objects/bytesobject.c' line='3442' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3442' column='1'/>
+      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3442' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3442' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Prepare' mangled-name='_PyBytesWriter_Prepare' filepath='Objects/bytesobject.c' line='3512' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Prepare'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3512' column='1'/>
-      <parameter type-id='type-id-29' name='str' filepath='Objects/bytesobject.c' line='3512' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3512' column='1'/>
+      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3512' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3512' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Alloc' mangled-name='_PyBytesWriter_Alloc' filepath='Objects/bytesobject.c' line='3542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Alloc'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3542' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3542' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3542' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Finish' mangled-name='_PyBytesWriter_Finish' filepath='Objects/bytesobject.c' line='3572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Finish'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3572' column='1'/>
-      <parameter type-id='type-id-29' name='str' filepath='Objects/bytesobject.c' line='3572' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3572' column='1'/>
+      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3572' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_WriteBytes' mangled-name='_PyBytesWriter_WriteBytes' filepath='Objects/bytesobject.c' line='3616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_WriteBytes'>
-      <parameter type-id='type-id-298' name='writer' filepath='Objects/bytesobject.c' line='3616' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/bytesobject.c' line='3616' column='1'/>
-      <parameter type-id='type-id-29' name='bytes' filepath='Objects/bytesobject.c' line='3617' column='1'/>
+      <parameter type-id='type-id-299' name='writer' filepath='Objects/bytesobject.c' line='3616' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/bytesobject.c' line='3616' column='1'/>
+      <parameter type-id='type-id-30' name='bytes' filepath='Objects/bytesobject.c' line='3617' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3617' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/call.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='_Py_Identifier' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='38' column='1' id='type-id-301'>
+  <abi-instr address-size='64' path='Objects/call.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='_Py_Identifier' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='38' column='1' id='type-id-302'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='string' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='39' column='1'/>
       </data-member>
         <var-decl name='index' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='42' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='mutex' type-id='type-id-302' visibility='default' filepath='./Include/cpython/object.h' line='46' column='1'/>
+        <var-decl name='mutex' type-id='type-id-303' visibility='default' filepath='./Include/cpython/object.h' line='46' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/object.h' line='44' column='1' id='type-id-302'>
+    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/object.h' line='44' column='1' id='type-id-303'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-303' visibility='default' filepath='./Include/cpython/object.h' line='45' column='1'/>
+        <var-decl name='v' type-id='type-id-304' visibility='default' filepath='./Include/cpython/object.h' line='45' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_Identifier' type-id='type-id-301' filepath='./Include/cpython/object.h' line='47' column='1' id='type-id-304'/>
-    <pointer-type-def type-id='type-id-304' size-in-bits='64' id='type-id-305'/>
+    <typedef-decl name='_Py_Identifier' type-id='type-id-302' filepath='./Include/cpython/object.h' line='47' column='1' id='type-id-305'/>
+    <pointer-type-def type-id='type-id-305' size-in-bits='64' id='type-id-306'/>
     <function-decl name='_PyObject_GetAttrId' mangled-name='_PyObject_GetAttrId' filepath='./Include/cpython/object.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetAttrId'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-305'/>
+      <parameter type-id='type-id-306'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicode_FromId' mangled-name='_PyUnicode_FromId' filepath='./Include/cpython/unicodeobject.h' line='703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromId'>
-      <parameter type-id='type-id-305'/>
+      <parameter type-id='type-id-306'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDict_Next' mangled-name='PyDict_Next' filepath='./Include/dictobject.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Next'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_Vector' filepath='./Include/internal/pycore_ceval.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-306'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-307'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDict_FromItems' mangled-name='_PyDict_FromItems' filepath='./Include/internal/pycore_dict.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_FromItems'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_VaBuildStack' filepath='./Include/internal/pycore_modsupport.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-301'/>
       <parameter type-id='type-id-8'/>
-      <return type-id='type-id-236'/>
+      <return type-id='type-id-237'/>
     </function-decl>
     <function-decl name='_PyObject_GetMethod' mangled-name='_PyObject_GetMethod' filepath='./Include/internal/pycore_object.h' line='752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetMethod'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_FatalErrorFormat' filepath='./Include/internal/pycore_pyerrors.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_NoMemory' filepath='./Include/internal/pycore_pyerrors.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyErr_FormatFromCauseTstate' filepath='./Include/internal/pycore_pyerrors.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyTuple_FromArray' filepath='./Include/internal/pycore_tuple.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-4'/>
     </function-decl>
     </function-decl>
     <function-decl name='PyObject_VectorcallDict' mangled-name='PyObject_VectorcallDict' filepath='Objects/call.c' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VectorcallDict'>
       <parameter type-id='type-id-4' name='callable' filepath='Objects/call.c' line='155' column='1'/>
-      <parameter type-id='type-id-256' name='args' filepath='Objects/call.c' line='155' column='1'/>
+      <parameter type-id='type-id-257' name='args' filepath='Objects/call.c' line='155' column='1'/>
       <parameter type-id='type-id-21' name='nargsf' filepath='Objects/call.c' line='156' column='1'/>
       <parameter type-id='type-id-4' name='kwargs' filepath='Objects/call.c' line='156' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyVectorcall_Function' mangled-name='PyVectorcall_Function' filepath='Objects/call.c' line='257' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyVectorcall_Function'>
       <parameter type-id='type-id-4' name='callable' filepath='Objects/call.c' line='257' column='1'/>
-      <return type-id='type-id-307'/>
+      <return type-id='type-id-308'/>
     </function-decl>
     <function-decl name='PyVectorcall_Call' mangled-name='PyVectorcall_Call' filepath='Objects/call.c' line='294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyVectorcall_Call'>
       <parameter type-id='type-id-4' name='callable' filepath='Objects/call.c' line='294' column='1'/>
     </function-decl>
     <function-decl name='_PyObject_CallMethodId' mangled-name='_PyObject_CallMethodId' filepath='Objects/call.c' line='703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodId'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/call.c' line='703' column='1'/>
-      <parameter type-id='type-id-305' name='name' filepath='Objects/call.c' line='703' column='1'/>
+      <parameter type-id='type-id-306' name='name' filepath='Objects/call.c' line='703' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Objects/call.c' line='704' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyStack_AsDict' mangled-name='_PyStack_AsDict' filepath='Objects/call.c' line='936' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStack_AsDict'>
-      <parameter type-id='type-id-256' name='values' filepath='Objects/call.c' line='936' column='1'/>
+      <parameter type-id='type-id-257' name='values' filepath='Objects/call.c' line='936' column='1'/>
       <parameter type-id='type-id-4' name='kwnames' filepath='Objects/call.c' line='936' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
       <return type-id='type-id-7'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/capsule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-308' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-309'/>
+  <abi-instr address-size='64' path='Objects/capsule.c' comp-dir-path='/src' language='LANG_C11'>
+    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-309' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-310'/>
     <function-decl name='PyImport_ImportModule' mangled-name='PyImport_ImportModule' filepath='./Include/import.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModule'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_GC_UnTrack' mangled-name='PyObject_GC_UnTrack' filepath='./Include/objimpl.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_UnTrack'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='PyCapsule_Type' type-id='type-id-264' mangled-name='PyCapsule_Type' visibility='default' filepath='./Include/pycapsule.h' line='21' column='1' elf-symbol-id='PyCapsule_Type'/>
+    <var-decl name='PyCapsule_Type' type-id='type-id-265' mangled-name='PyCapsule_Type' visibility='default' filepath='./Include/pycapsule.h' line='21' column='1' elf-symbol-id='PyCapsule_Type'/>
     <function-decl name='PyCapsule_New' mangled-name='PyCapsule_New' filepath='Objects/capsule.c' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_New'>
-      <parameter type-id='type-id-29' name='pointer' filepath='Objects/capsule.c' line='58' column='1'/>
+      <parameter type-id='type-id-30' name='pointer' filepath='Objects/capsule.c' line='58' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Objects/capsule.c' line='58' column='1'/>
-      <parameter type-id='type-id-309' name='destructor' filepath='Objects/capsule.c' line='58' column='1'/>
+      <parameter type-id='type-id-310' name='destructor' filepath='Objects/capsule.c' line='58' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCapsule_IsValid' mangled-name='PyCapsule_IsValid' filepath='Objects/capsule.c' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_IsValid'>
     <function-decl name='PyCapsule_GetPointer' mangled-name='PyCapsule_GetPointer' filepath='Objects/capsule.c' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetPointer'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='97' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Objects/capsule.c' line='97' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyCapsule_GetName' mangled-name='PyCapsule_GetName' filepath='Objects/capsule.c' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetName'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='114' column='1'/>
     </function-decl>
     <function-decl name='PyCapsule_GetDestructor' mangled-name='PyCapsule_GetDestructor' filepath='Objects/capsule.c' line='125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetDestructor'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='125' column='1'/>
-      <return type-id='type-id-309'/>
+      <return type-id='type-id-310'/>
     </function-decl>
     <function-decl name='PyCapsule_GetContext' mangled-name='PyCapsule_GetContext' filepath='Objects/capsule.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetContext'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='136' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyCapsule_SetPointer' mangled-name='PyCapsule_SetPointer' filepath='Objects/capsule.c' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetPointer'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='147' column='1'/>
-      <parameter type-id='type-id-29' name='pointer' filepath='Objects/capsule.c' line='147' column='1'/>
+      <parameter type-id='type-id-30' name='pointer' filepath='Objects/capsule.c' line='147' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCapsule_SetName' mangled-name='PyCapsule_SetName' filepath='Objects/capsule.c' line='165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetName'>
     </function-decl>
     <function-decl name='PyCapsule_SetDestructor' mangled-name='PyCapsule_SetDestructor' filepath='Objects/capsule.c' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetDestructor'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='178' column='1'/>
-      <parameter type-id='type-id-309' name='destructor' filepath='Objects/capsule.c' line='178' column='1'/>
+      <parameter type-id='type-id-310' name='destructor' filepath='Objects/capsule.c' line='178' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCapsule_SetContext' mangled-name='PyCapsule_SetContext' filepath='Objects/capsule.c' line='191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetContext'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='191' column='1'/>
-      <parameter type-id='type-id-29' name='context' filepath='Objects/capsule.c' line='191' column='1'/>
+      <parameter type-id='type-id-30' name='context' filepath='Objects/capsule.c' line='191' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCapsule_SetTraverse' mangled-name='_PyCapsule_SetTraverse' filepath='Objects/capsule.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCapsule_SetTraverse'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='204' column='1'/>
-      <parameter type-id='type-id-310' name='traverse_func' filepath='Objects/capsule.c' line='204' column='1'/>
-      <parameter type-id='type-id-311' name='clear_func' filepath='Objects/capsule.c' line='204' column='1'/>
+      <parameter type-id='type-id-311' name='traverse_func' filepath='Objects/capsule.c' line='204' column='1'/>
+      <parameter type-id='type-id-312' name='clear_func' filepath='Objects/capsule.c' line='204' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCapsule_Import' mangled-name='PyCapsule_Import' filepath='Objects/capsule.c' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_Import'>
       <parameter type-id='type-id-6' name='name' filepath='Objects/capsule.c' line='228' column='1'/>
       <parameter type-id='type-id-5' name='no_block' filepath='Objects/capsule.c' line='228' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-312'>
+    <function-type size-in-bits='64' id='type-id-313'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/cellobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyCell_Type' type-id='type-id-264' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>
+  <abi-instr address-size='64' path='Objects/cellobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyCell_Type' type-id='type-id-265' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>
     <function-decl name='PyObject_RichCompare' mangled-name='PyObject_RichCompare' filepath='./Include/object.h' line='566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_RichCompare'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/classobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyMethod_Type' type-id='type-id-264' mangled-name='PyMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='20' column='1' elf-symbol-id='PyMethod_Type'/>
-    <var-decl name='PyInstanceMethod_Type' type-id='type-id-264' mangled-name='PyInstanceMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='49' column='1' elf-symbol-id='PyInstanceMethod_Type'/>
+  <abi-instr address-size='64' path='Objects/classobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyMethod_Type' type-id='type-id-265' mangled-name='PyMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='20' column='1' elf-symbol-id='PyMethod_Type'/>
+    <var-decl name='PyInstanceMethod_Type' type-id='type-id-265' mangled-name='PyInstanceMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='49' column='1' elf-symbol-id='PyInstanceMethod_Type'/>
     <function-decl name='_PyType_LookupRef' mangled-name='_PyType_LookupRef' filepath='./Include/cpython/object.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_LookupRef'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_GenericHash' mangled-name='PyObject_GenericHash' filepath='./Include/cpython/pyhash.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GenericHash'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-299'/>
+      <return type-id='type-id-300'/>
     </function-decl>
     <function-decl name='_PyType_GetDict' mangled-name='_PyType_GetDict' filepath='./Include/internal/pycore_typeobject.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetDict'>
       <parameter type-id='type-id-1'/>
     </function-decl>
     <function-decl name='PyObject_Hash' mangled-name='PyObject_Hash' filepath='./Include/object.h' line='590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Hash'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-299'/>
+      <return type-id='type-id-300'/>
     </function-decl>
     <function-decl name='PyObject_ClearWeakRefs' mangled-name='PyObject_ClearWeakRefs' filepath='./Include/object.h' line='595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearWeakRefs'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/codeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='284' column='1' id='type-id-313'>
+  <abi-instr address-size='64' path='Objects/codeobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='284' column='1' id='type-id-314'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='computed_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='285' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lo_next' type-id='type-id-314' visibility='default' filepath='./Include/cpython/code.h' line='286' column='1'/>
+        <var-decl name='lo_next' type-id='type-id-315' visibility='default' filepath='./Include/cpython/code.h' line='286' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='limit' type-id='type-id-314' visibility='default' filepath='./Include/cpython/code.h' line='287' column='1'/>
+        <var-decl name='limit' type-id='type-id-315' visibility='default' filepath='./Include/cpython/code.h' line='287' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='290' column='1' id='type-id-315'>
+    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='290' column='1' id='type-id-316'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ar_start' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='291' column='1'/>
       </data-member>
         <var-decl name='ar_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='293' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='opaque' type-id='type-id-313' visibility='default' filepath='./Include/cpython/code.h' line='294' column='1'/>
+        <var-decl name='opaque' type-id='type-id-314' visibility='default' filepath='./Include/cpython/code.h' line='294' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCodeAddressRange' type-id='type-id-315' filepath='./Include/cpython/code.h' line='295' column='1' id='type-id-316'/>
-    <pointer-type-def type-id='type-id-316' size-in-bits='64' id='type-id-317'/>
-    <pointer-type-def type-id='type-id-318' size-in-bits='64' id='type-id-319'/>
-    <pointer-type-def type-id='type-id-299' size-in-bits='64' id='type-id-320'/>
-    <qualified-type-def type-id='type-id-303' const='yes' id='type-id-321'/>
-    <pointer-type-def type-id='type-id-321' size-in-bits='64' id='type-id-314'/>
-    <var-decl name='PyCode_Type' type-id='type-id-264' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1' elf-symbol-id='PyCode_Type'/>
+    <typedef-decl name='PyCodeAddressRange' type-id='type-id-316' filepath='./Include/cpython/code.h' line='295' column='1' id='type-id-317'/>
+    <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-318'/>
+    <pointer-type-def type-id='type-id-319' size-in-bits='64' id='type-id-320'/>
+    <pointer-type-def type-id='type-id-300' size-in-bits='64' id='type-id-321'/>
+    <qualified-type-def type-id='type-id-304' const='yes' id='type-id-322'/>
+    <pointer-type-def type-id='type-id-322' size-in-bits='64' id='type-id-315'/>
+    <var-decl name='PyCode_Type' type-id='type-id-265' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1' elf-symbol-id='PyCode_Type'/>
     <function-decl name='PyComplex_AsCComplex' mangled-name='PyComplex_AsCComplex' filepath='./Include/cpython/complexobject.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_AsCComplex'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-322'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_GetBaseOpcode' filepath='./Include/internal/pycore_code.h' line='589' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyFunction_ClearCodeByVersion' filepath='./Include/internal/pycore_function.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-324'/>
+      <parameter type-id='type-id-325'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PySet_NextEntry' mangled-name='_PySet_NextEntry' filepath='./Include/internal/pycore_setobject.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_NextEntry'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-320'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-321'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_Copy' mangled-name='_PyUnicode_Copy' filepath='./Include/internal/pycore_unicodeobject.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Copy'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicode_InternMortal' mangled-name='_PyUnicode_InternMortal' filepath='./Include/internal/pycore_unicodeobject.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternMortal'>
-      <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyLong_FromVoidPtr' mangled-name='PyLong_FromVoidPtr' filepath='./Include/longobject.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromVoidPtr'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyObject_NewVar' mangled-name='_PyObject_NewVar' filepath='./Include/objimpl.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_NewVar'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-319'/>
+      <return type-id='type-id-320'/>
     </function-decl>
     <function-decl name='PyFrozenSet_New' mangled-name='PyFrozenSet_New' filepath='./Include/setobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrozenSet_New'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='copysign' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyCode_AddWatcher' mangled-name='PyCode_AddWatcher' filepath='Objects/codeobject.c' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_AddWatcher'>
-      <parameter type-id='type-id-325' name='callback' filepath='Objects/codeobject.c' line='57' column='1'/>
+      <parameter type-id='type-id-326' name='callback' filepath='Objects/codeobject.c' line='57' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCode_ClearWatcher' mangled-name='PyCode_ClearWatcher' filepath='Objects/codeobject.c' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_ClearWatcher'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCode_Quicken' filepath='Objects/codeobject.c' line='450' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnstable_Code_NewWithPosOnlyArgs' mangled-name='PyUnstable_Code_NewWithPosOnlyArgs' filepath='Objects/codeobject.c' line='692' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_NewWithPosOnlyArgs'>
       <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='698' column='1'/>
       <parameter type-id='type-id-4' name='linetable' filepath='Objects/codeobject.c' line='699' column='1'/>
       <parameter type-id='type-id-4' name='exceptiontable' filepath='Objects/codeobject.c' line='700' column='1'/>
-      <return type-id='type-id-323'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='PyUnstable_Code_New' mangled-name='PyUnstable_Code_New' filepath='Objects/codeobject.c' line='846' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_New'>
       <parameter type-id='type-id-5' name='argcount' filepath='Objects/codeobject.c' line='846' column='1'/>
       <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='851' column='1'/>
       <parameter type-id='type-id-4' name='linetable' filepath='Objects/codeobject.c' line='852' column='1'/>
       <parameter type-id='type-id-4' name='exceptiontable' filepath='Objects/codeobject.c' line='853' column='1'/>
-      <return type-id='type-id-323'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='PyCode_NewEmpty' mangled-name='PyCode_NewEmpty' filepath='Objects/codeobject.c' line='880' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_NewEmpty'>
       <parameter type-id='type-id-6' name='filename' filepath='Objects/codeobject.c' line='880' column='1'/>
       <parameter type-id='type-id-6' name='funcname' filepath='Objects/codeobject.c' line='880' column='1'/>
       <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='880' column='1'/>
-      <return type-id='type-id-323'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='942' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Line'>
-      <parameter type-id='type-id-323' name='co' filepath='Objects/codeobject.c' line='942' column='1'/>
+      <parameter type-id='type-id-324' name='co' filepath='Objects/codeobject.c' line='942' column='1'/>
       <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='942' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCode_CheckLineNumber' mangled-name='_PyCode_CheckLineNumber' filepath='Objects/codeobject.c' line='977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckLineNumber'>
       <parameter type-id='type-id-5' name='lasti' filepath='Objects/codeobject.c' line='977' column='1'/>
-      <parameter type-id='type-id-317' name='bounds' filepath='Objects/codeobject.c' line='977' column='1'/>
+      <parameter type-id='type-id-318' name='bounds' filepath='Objects/codeobject.c' line='977' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCode_Addr2Location' mangled-name='PyCode_Addr2Location' filepath='Objects/codeobject.c' line='1154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Location'>
-      <parameter type-id='type-id-323' name='co' filepath='Objects/codeobject.c' line='1154' column='1'/>
+      <parameter type-id='type-id-324' name='co' filepath='Objects/codeobject.c' line='1154' column='1'/>
       <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='1154' column='1'/>
-      <parameter type-id='type-id-175' name='start_line' filepath='Objects/codeobject.c' line='1155' column='1'/>
-      <parameter type-id='type-id-175' name='start_column' filepath='Objects/codeobject.c' line='1155' column='1'/>
-      <parameter type-id='type-id-175' name='end_line' filepath='Objects/codeobject.c' line='1156' column='1'/>
-      <parameter type-id='type-id-175' name='end_column' filepath='Objects/codeobject.c' line='1156' column='1'/>
+      <parameter type-id='type-id-176' name='start_line' filepath='Objects/codeobject.c' line='1155' column='1'/>
+      <parameter type-id='type-id-176' name='start_column' filepath='Objects/codeobject.c' line='1155' column='1'/>
+      <parameter type-id='type-id-176' name='end_line' filepath='Objects/codeobject.c' line='1156' column='1'/>
+      <parameter type-id='type-id-176' name='end_column' filepath='Objects/codeobject.c' line='1156' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_Code_GetExtra' mangled-name='PyUnstable_Code_GetExtra' filepath='Objects/codeobject.c' line='1475' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_GetExtra'>
       <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='1475' column='1'/>
       <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1475' column='1'/>
-      <parameter type-id='type-id-260' name='extra' filepath='Objects/codeobject.c' line='1475' column='1'/>
+      <parameter type-id='type-id-261' name='extra' filepath='Objects/codeobject.c' line='1475' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_Code_SetExtra' mangled-name='PyUnstable_Code_SetExtra' filepath='Objects/codeobject.c' line='1496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_SetExtra'>
       <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='1496' column='1'/>
       <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1496' column='1'/>
-      <parameter type-id='type-id-29' name='extra' filepath='Objects/codeobject.c' line='1496' column='1'/>
+      <parameter type-id='type-id-30' name='extra' filepath='Objects/codeobject.c' line='1496' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCode_GetVarnames' mangled-name='PyCode_GetVarnames' filepath='Objects/codeobject.c' line='1569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetVarnames'>
-      <parameter type-id='type-id-323' name='code' filepath='Objects/codeobject.c' line='1569' column='1'/>
+      <parameter type-id='type-id-324' name='code' filepath='Objects/codeobject.c' line='1569' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCode_GetCellvars' mangled-name='PyCode_GetCellvars' filepath='Objects/codeobject.c' line='1584' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCellvars'>
-      <parameter type-id='type-id-323' name='code' filepath='Objects/codeobject.c' line='1584' column='1'/>
+      <parameter type-id='type-id-324' name='code' filepath='Objects/codeobject.c' line='1584' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCode_GetFreevars' mangled-name='PyCode_GetFreevars' filepath='Objects/codeobject.c' line='1599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetFreevars'>
-      <parameter type-id='type-id-323' name='code' filepath='Objects/codeobject.c' line='1599' column='1'/>
+      <parameter type-id='type-id-324' name='code' filepath='Objects/codeobject.c' line='1599' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='1670' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>
-      <parameter type-id='type-id-323' name='co' filepath='Objects/codeobject.c' line='1670' column='1'/>
+      <parameter type-id='type-id-324' name='co' filepath='Objects/codeobject.c' line='1670' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='2369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/complexobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-326' size-in-bits='64' id='type-id-327'/>
-    <var-decl name='PyComplex_Type' type-id='type-id-264' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>
+  <abi-instr address-size='64' path='Objects/complexobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <pointer-type-def type-id='type-id-327' size-in-bits='64' id='type-id-328'/>
+    <var-decl name='PyComplex_Type' type-id='type-id-265' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>
     <function-decl name='_Py_HashDouble' mangled-name='_Py_HashDouble' filepath='./Include/cpython/pyhash.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashDouble'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-299'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-300'/>
     </function-decl>
     <function-decl name='_PyComplex_FormatAdvancedWriter' filepath='./Include/internal/pycore_complexobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-327'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-328'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='./Include/internal/pycore_unicodeobject.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='atan2' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='cos' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='sin' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='exp' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='log' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='pow' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='hypot' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='floor' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='_Py_c_sum' mangled-name='_Py_c_sum' filepath='Objects/complexobject.c' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_sum'>
-      <parameter type-id='type-id-322' name='a' filepath='Objects/complexobject.c' line='29' column='1'/>
-      <parameter type-id='type-id-322' name='b' filepath='Objects/complexobject.c' line='29' column='1'/>
-      <return type-id='type-id-322'/>
+      <parameter type-id='type-id-323' name='a' filepath='Objects/complexobject.c' line='29' column='1'/>
+      <parameter type-id='type-id-323' name='b' filepath='Objects/complexobject.c' line='29' column='1'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_c_diff' mangled-name='_Py_c_diff' filepath='Objects/complexobject.c' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_diff'>
-      <parameter type-id='type-id-322' name='a' filepath='Objects/complexobject.c' line='38' column='1'/>
-      <parameter type-id='type-id-322' name='b' filepath='Objects/complexobject.c' line='38' column='1'/>
-      <return type-id='type-id-322'/>
+      <parameter type-id='type-id-323' name='a' filepath='Objects/complexobject.c' line='38' column='1'/>
+      <parameter type-id='type-id-323' name='b' filepath='Objects/complexobject.c' line='38' column='1'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_c_neg' mangled-name='_Py_c_neg' filepath='Objects/complexobject.c' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_neg'>
-      <parameter type-id='type-id-322' name='a' filepath='Objects/complexobject.c' line='47' column='1'/>
-      <return type-id='type-id-322'/>
+      <parameter type-id='type-id-323' name='a' filepath='Objects/complexobject.c' line='47' column='1'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_c_prod' mangled-name='_Py_c_prod' filepath='Objects/complexobject.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_prod'>
-      <parameter type-id='type-id-322' name='a' filepath='Objects/complexobject.c' line='56' column='1'/>
-      <parameter type-id='type-id-322' name='b' filepath='Objects/complexobject.c' line='56' column='1'/>
-      <return type-id='type-id-322'/>
+      <parameter type-id='type-id-323' name='a' filepath='Objects/complexobject.c' line='56' column='1'/>
+      <parameter type-id='type-id-323' name='b' filepath='Objects/complexobject.c' line='56' column='1'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_c_quot' mangled-name='_Py_c_quot' filepath='Objects/complexobject.c' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_quot'>
-      <parameter type-id='type-id-322' name='a' filepath='Objects/complexobject.c' line='69' column='1'/>
-      <parameter type-id='type-id-322' name='b' filepath='Objects/complexobject.c' line='69' column='1'/>
-      <return type-id='type-id-322'/>
+      <parameter type-id='type-id-323' name='a' filepath='Objects/complexobject.c' line='69' column='1'/>
+      <parameter type-id='type-id-323' name='b' filepath='Objects/complexobject.c' line='69' column='1'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_c_pow' mangled-name='_Py_c_pow' filepath='Objects/complexobject.c' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_pow'>
-      <parameter type-id='type-id-322' name='a' filepath='Objects/complexobject.c' line='130' column='1'/>
-      <parameter type-id='type-id-322' name='b' filepath='Objects/complexobject.c' line='130' column='1'/>
-      <return type-id='type-id-322'/>
+      <parameter type-id='type-id-323' name='a' filepath='Objects/complexobject.c' line='130' column='1'/>
+      <parameter type-id='type-id-323' name='b' filepath='Objects/complexobject.c' line='130' column='1'/>
+      <return type-id='type-id-323'/>
     </function-decl>
     <function-decl name='_Py_c_abs' mangled-name='_Py_c_abs' filepath='Objects/complexobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_abs'>
-      <parameter type-id='type-id-322' name='z' filepath='Objects/complexobject.c' line='186' column='1'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-323' name='z' filepath='Objects/complexobject.c' line='186' column='1'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyComplex_FromDoubles' mangled-name='PyComplex_FromDoubles' filepath='Objects/complexobject.c' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromDoubles'>
-      <parameter type-id='type-id-171' name='real' filepath='Objects/complexobject.c' line='251' column='1'/>
-      <parameter type-id='type-id-171' name='imag' filepath='Objects/complexobject.c' line='251' column='1'/>
+      <parameter type-id='type-id-172' name='real' filepath='Objects/complexobject.c' line='251' column='1'/>
+      <parameter type-id='type-id-172' name='imag' filepath='Objects/complexobject.c' line='251' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyComplex_RealAsDouble' mangled-name='PyComplex_RealAsDouble' filepath='Objects/complexobject.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_RealAsDouble'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/complexobject.c' line='262' column='1'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyComplex_ImagAsDouble' mangled-name='PyComplex_ImagAsDouble' filepath='Objects/complexobject.c' line='283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_ImagAsDouble'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/complexobject.c' line='283' column='1'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-326'>
+    <function-type size-in-bits='64' id='type-id-327'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-4'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/descrobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-329' size-in-bits='64' id='type-id-330'/>
+  <abi-instr address-size='64' path='Objects/descrobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <pointer-type-def type-id='type-id-330' size-in-bits='64' id='type-id-331'/>
     <function-decl name='_PyObject_FunctionStr' mangled-name='_PyObject_FunctionStr' filepath='./Include/cpython/object.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_FunctionStr'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyTrash_thread_deposit_object' mangled-name='_PyTrash_thread_deposit_object' filepath='./Include/cpython/object.h' line='468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_thread_deposit_object'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTrash_thread_destroy_chain' mangled-name='_PyTrash_thread_destroy_chain' filepath='./Include/cpython/object.h' line='469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_thread_destroy_chain'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_HashPointer' mangled-name='Py_HashPointer' filepath='./Include/cpython/pyhash.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_HashPointer'>
-      <parameter type-id='type-id-29'/>
-      <return type-id='type-id-299'/>
-    </function-decl>
-    <var-decl name='PyClassMethodDescr_Type' type-id='type-id-264' mangled-name='PyClassMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='19' column='1' elf-symbol-id='PyClassMethodDescr_Type'/>
-    <var-decl name='PyGetSetDescr_Type' type-id='type-id-264' mangled-name='PyGetSetDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='20' column='1' elf-symbol-id='PyGetSetDescr_Type'/>
-    <var-decl name='PyMemberDescr_Type' type-id='type-id-264' mangled-name='PyMemberDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='21' column='1' elf-symbol-id='PyMemberDescr_Type'/>
-    <var-decl name='PyMethodDescr_Type' type-id='type-id-264' mangled-name='PyMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='22' column='1' elf-symbol-id='PyMethodDescr_Type'/>
-    <var-decl name='PyWrapperDescr_Type' type-id='type-id-264' mangled-name='PyWrapperDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='23' column='1' elf-symbol-id='PyWrapperDescr_Type'/>
-    <var-decl name='PyDictProxy_Type' type-id='type-id-264' mangled-name='PyDictProxy_Type' visibility='default' filepath='./Include/descrobject.h' line='24' column='1' elf-symbol-id='PyDictProxy_Type'/>
-    <var-decl name='PyProperty_Type' type-id='type-id-264' mangled-name='PyProperty_Type' visibility='default' filepath='./Include/descrobject.h' line='25' column='1' elf-symbol-id='PyProperty_Type'/>
+      <parameter type-id='type-id-30'/>
+      <return type-id='type-id-300'/>
+    </function-decl>
+    <var-decl name='PyClassMethodDescr_Type' type-id='type-id-265' mangled-name='PyClassMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='19' column='1' elf-symbol-id='PyClassMethodDescr_Type'/>
+    <var-decl name='PyGetSetDescr_Type' type-id='type-id-265' mangled-name='PyGetSetDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='20' column='1' elf-symbol-id='PyGetSetDescr_Type'/>
+    <var-decl name='PyMemberDescr_Type' type-id='type-id-265' mangled-name='PyMemberDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='21' column='1' elf-symbol-id='PyMemberDescr_Type'/>
+    <var-decl name='PyMethodDescr_Type' type-id='type-id-265' mangled-name='PyMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='22' column='1' elf-symbol-id='PyMethodDescr_Type'/>
+    <var-decl name='PyWrapperDescr_Type' type-id='type-id-265' mangled-name='PyWrapperDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='23' column='1' elf-symbol-id='PyWrapperDescr_Type'/>
+    <var-decl name='PyDictProxy_Type' type-id='type-id-265' mangled-name='PyDictProxy_Type' visibility='default' filepath='./Include/descrobject.h' line='24' column='1' elf-symbol-id='PyDictProxy_Type'/>
+    <var-decl name='PyProperty_Type' type-id='type-id-265' mangled-name='PyProperty_Type' visibility='default' filepath='./Include/descrobject.h' line='25' column='1' elf-symbol-id='PyProperty_Type'/>
     <function-decl name='PyMember_GetOne' mangled-name='PyMember_GetOne' filepath='./Include/descrobject.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMember_GetOne'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-331'/>
+      <parameter type-id='type-id-332'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyMember_SetOne' mangled-name='PyMember_SetOne' filepath='./Include/descrobject.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMember_SetOne'>
       <parameter type-id='type-id-17'/>
-      <parameter type-id='type-id-331'/>
+      <parameter type-id='type-id-332'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyMethodWrapper_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_descrobject.h' line='23' column='1'/>
+    <var-decl name='_PyMethodWrapper_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_descrobject.h' line='23' column='1'/>
     <function-decl name='_PyArg_UnpackStack' filepath='./Include/internal/pycore_modsupport.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCMethod_New' mangled-name='PyCMethod_New' filepath='./Include/methodobject.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCMethod_New'>
-      <parameter type-id='type-id-332'/>
+      <parameter type-id='type-id-333'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThreadState_Get' mangled-name='PyThreadState_Get' filepath='./Include/pystate.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Get'>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyTuple_GetSlice' mangled-name='PyTuple_GetSlice' filepath='./Include/tupleobject.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTuple_GetSlice'>
       <parameter type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDescr_NewMethod' mangled-name='PyDescr_NewMethod' filepath='Objects/descrobject.c' line='926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewMethod'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='926' column='1'/>
-      <parameter type-id='type-id-332' name='method' filepath='Objects/descrobject.c' line='926' column='1'/>
+      <parameter type-id='type-id-333' name='method' filepath='Objects/descrobject.c' line='926' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDescr_NewClassMethod' mangled-name='PyDescr_NewClassMethod' filepath='Objects/descrobject.c' line='972' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewClassMethod'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='972' column='1'/>
-      <parameter type-id='type-id-332' name='method' filepath='Objects/descrobject.c' line='972' column='1'/>
+      <parameter type-id='type-id-333' name='method' filepath='Objects/descrobject.c' line='972' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDescr_NewMember' mangled-name='PyDescr_NewMember' filepath='Objects/descrobject.c' line='984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewMember'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='984' column='1'/>
-      <parameter type-id='type-id-331' name='member' filepath='Objects/descrobject.c' line='984' column='1'/>
+      <parameter type-id='type-id-332' name='member' filepath='Objects/descrobject.c' line='984' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDescr_NewGetSet' mangled-name='PyDescr_NewGetSet' filepath='Objects/descrobject.c' line='1002' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewGetSet'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='1002' column='1'/>
-      <parameter type-id='type-id-333' name='getset' filepath='Objects/descrobject.c' line='1002' column='1'/>
+      <parameter type-id='type-id-334' name='getset' filepath='Objects/descrobject.c' line='1002' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDescr_NewWrapper' mangled-name='PyDescr_NewWrapper' filepath='Objects/descrobject.c' line='1014' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewWrapper'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='1014' column='1'/>
-      <parameter type-id='type-id-330' name='base' filepath='Objects/descrobject.c' line='1014' column='1'/>
-      <parameter type-id='type-id-29' name='wrapped' filepath='Objects/descrobject.c' line='1014' column='1'/>
+      <parameter type-id='type-id-331' name='base' filepath='Objects/descrobject.c' line='1014' column='1'/>
+      <parameter type-id='type-id-30' name='wrapped' filepath='Objects/descrobject.c' line='1014' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyDescr_IsData' mangled-name='PyDescr_IsData' filepath='Objects/descrobject.c' line='1028' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_IsData'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/dictobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/dictobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyObject_AssertFailed' mangled-name='_PyObject_AssertFailed' filepath='./Include/cpython/object.h' line='408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_AssertFailed'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyDict_Type' type-id='type-id-264' mangled-name='PyDict_Type' visibility='default' filepath='./Include/dictobject.h' line='15' column='1' elf-symbol-id='PyDict_Type'/>
-    <var-decl name='PyDictKeys_Type' type-id='type-id-264' mangled-name='PyDictKeys_Type' visibility='default' filepath='./Include/dictobject.h' line='77' column='1' elf-symbol-id='PyDictKeys_Type'/>
-    <var-decl name='PyDictValues_Type' type-id='type-id-264' mangled-name='PyDictValues_Type' visibility='default' filepath='./Include/dictobject.h' line='78' column='1' elf-symbol-id='PyDictValues_Type'/>
-    <var-decl name='PyDictItems_Type' type-id='type-id-264' mangled-name='PyDictItems_Type' visibility='default' filepath='./Include/dictobject.h' line='79' column='1' elf-symbol-id='PyDictItems_Type'/>
-    <var-decl name='PyDictIterKey_Type' type-id='type-id-264' mangled-name='PyDictIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='90' column='1' elf-symbol-id='PyDictIterKey_Type'/>
-    <var-decl name='PyDictIterValue_Type' type-id='type-id-264' mangled-name='PyDictIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='91' column='1' elf-symbol-id='PyDictIterValue_Type'/>
-    <var-decl name='PyDictIterItem_Type' type-id='type-id-264' mangled-name='PyDictIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='92' column='1' elf-symbol-id='PyDictIterItem_Type'/>
-    <var-decl name='PyDictRevIterKey_Type' type-id='type-id-264' mangled-name='PyDictRevIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='94' column='1' elf-symbol-id='PyDictRevIterKey_Type'/>
-    <var-decl name='PyDictRevIterItem_Type' type-id='type-id-264' mangled-name='PyDictRevIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='95' column='1' elf-symbol-id='PyDictRevIterItem_Type'/>
-    <var-decl name='PyDictRevIterValue_Type' type-id='type-id-264' mangled-name='PyDictRevIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='96' column='1' elf-symbol-id='PyDictRevIterValue_Type'/>
+    <var-decl name='PyDict_Type' type-id='type-id-265' mangled-name='PyDict_Type' visibility='default' filepath='./Include/dictobject.h' line='15' column='1' elf-symbol-id='PyDict_Type'/>
+    <var-decl name='PyDictKeys_Type' type-id='type-id-265' mangled-name='PyDictKeys_Type' visibility='default' filepath='./Include/dictobject.h' line='77' column='1' elf-symbol-id='PyDictKeys_Type'/>
+    <var-decl name='PyDictValues_Type' type-id='type-id-265' mangled-name='PyDictValues_Type' visibility='default' filepath='./Include/dictobject.h' line='78' column='1' elf-symbol-id='PyDictValues_Type'/>
+    <var-decl name='PyDictItems_Type' type-id='type-id-265' mangled-name='PyDictItems_Type' visibility='default' filepath='./Include/dictobject.h' line='79' column='1' elf-symbol-id='PyDictItems_Type'/>
+    <var-decl name='PyDictIterKey_Type' type-id='type-id-265' mangled-name='PyDictIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='90' column='1' elf-symbol-id='PyDictIterKey_Type'/>
+    <var-decl name='PyDictIterValue_Type' type-id='type-id-265' mangled-name='PyDictIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='91' column='1' elf-symbol-id='PyDictIterValue_Type'/>
+    <var-decl name='PyDictIterItem_Type' type-id='type-id-265' mangled-name='PyDictIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='92' column='1' elf-symbol-id='PyDictIterItem_Type'/>
+    <var-decl name='PyDictRevIterKey_Type' type-id='type-id-265' mangled-name='PyDictRevIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='94' column='1' elf-symbol-id='PyDictRevIterKey_Type'/>
+    <var-decl name='PyDictRevIterItem_Type' type-id='type-id-265' mangled-name='PyDictRevIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='95' column='1' elf-symbol-id='PyDictRevIterItem_Type'/>
+    <var-decl name='PyDictRevIterValue_Type' type-id='type-id-265' mangled-name='PyDictRevIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='96' column='1' elf-symbol-id='PyDictRevIterValue_Type'/>
     <function-decl name='_PyType_AllocNoTrack' filepath='./Include/internal/pycore_object.h' line='695' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyObject_ComputedDictPointer' filepath='./Include/internal/pycore_object.h' line='744' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-236'/>
-    </function-decl>
-    <function-decl name='_PyErr_SetKeyError' mangled-name='_PyErr_SetKeyError' filepath='./Include/internal/pycore_pyerrors.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetKeyError'>
-      <parameter type-id='type-id-4'/>
-      <return type-id='type-id-3'/>
+      <return type-id='type-id-237'/>
     </function-decl>
     <function-decl name='_PyErr_GetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PySet_Update' mangled-name='_PySet_Update' filepath='./Include/internal/pycore_setobject.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_Update'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Get' mangled-name='PyInterpreterState_Get' filepath='./Include/pystate.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Get'>
-      <return type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_PyDict_NewPresized' mangled-name='_PyDict_NewPresized' filepath='Objects/dictobject.c' line='2131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_NewPresized'>
       <parameter type-id='type-id-7' name='minused' filepath='Objects/dictobject.c' line='2131' column='1'/>
     <function-decl name='_PyDict_GetItem_KnownHash' mangled-name='_PyDict_GetItem_KnownHash' filepath='Objects/dictobject.c' line='2259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItem_KnownHash'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2259' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2259' column='1'/>
-      <parameter type-id='type-id-299' name='hash' filepath='Objects/dictobject.c' line='2259' column='1'/>
+      <parameter type-id='type-id-300' name='hash' filepath='Objects/dictobject.c' line='2259' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDict_GetItemRef_KnownHash_LockHeld' mangled-name='_PyDict_GetItemRef_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemRef_KnownHash_LockHeld'>
-      <parameter type-id='type-id-334' name='op' filepath='Objects/dictobject.c' line='2285' column='1'/>
+      <parameter type-id='type-id-335' name='op' filepath='Objects/dictobject.c' line='2285' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2285' column='1'/>
-      <parameter type-id='type-id-299' name='hash' filepath='Objects/dictobject.c' line='2286' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/dictobject.c' line='2286' column='1'/>
+      <parameter type-id='type-id-300' name='hash' filepath='Objects/dictobject.c' line='2286' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/dictobject.c' line='2286' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_GetItemStringWithError' mangled-name='_PyDict_GetItemStringWithError' filepath='Objects/dictobject.c' line='2433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemStringWithError'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDict_LoadGlobal' mangled-name='_PyDict_LoadGlobal' filepath='Objects/dictobject.c' line='2458' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobal'>
-      <parameter type-id='type-id-334' name='globals' filepath='Objects/dictobject.c' line='2458' column='1'/>
-      <parameter type-id='type-id-334' name='builtins' filepath='Objects/dictobject.c' line='2458' column='1'/>
+      <parameter type-id='type-id-335' name='globals' filepath='Objects/dictobject.c' line='2458' column='1'/>
+      <parameter type-id='type-id-335' name='builtins' filepath='Objects/dictobject.c' line='2458' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2458' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDict_SetItem_Take2' mangled-name='_PyDict_SetItem_Take2' filepath='Objects/dictobject.c' line='2508' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_Take2'>
-      <parameter type-id='type-id-334' name='mp' filepath='Objects/dictobject.c' line='2508' column='1'/>
+      <parameter type-id='type-id-335' name='mp' filepath='Objects/dictobject.c' line='2508' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2508' column='1'/>
       <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2508' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_SetItem_KnownHash_LockHeld' mangled-name='_PyDict_SetItem_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash_LockHeld'>
-      <parameter type-id='type-id-334' name='mp' filepath='Objects/dictobject.c' line='2547' column='1'/>
+      <parameter type-id='type-id-335' name='mp' filepath='Objects/dictobject.c' line='2547' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2547' column='1'/>
       <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2547' column='1'/>
-      <parameter type-id='type-id-299' name='hash' filepath='Objects/dictobject.c' line='2548' column='1'/>
+      <parameter type-id='type-id-300' name='hash' filepath='Objects/dictobject.c' line='2548' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_SetItem_KnownHash' mangled-name='_PyDict_SetItem_KnownHash' filepath='Objects/dictobject.c' line='2559' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2559' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2559' column='1'/>
       <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2559' column='1'/>
-      <parameter type-id='type-id-299' name='hash' filepath='Objects/dictobject.c' line='2560' column='1'/>
-      <return type-id='type-id-5'/>
-    </function-decl>
-    <function-decl name='PyDict_DelItem' mangled-name='PyDict_DelItem' filepath='Objects/dictobject.c' line='2640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItem'>
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2640' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2640' column='1'/>
+      <parameter type-id='type-id-300' name='hash' filepath='Objects/dictobject.c' line='2560' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_DelItem_KnownHash' mangled-name='_PyDict_DelItem_KnownHash' filepath='Objects/dictobject.c' line='2684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItem_KnownHash'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2684' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2684' column='1'/>
-      <parameter type-id='type-id-299' name='hash' filepath='Objects/dictobject.c' line='2684' column='1'/>
+      <parameter type-id='type-id-300' name='hash' filepath='Objects/dictobject.c' line='2684' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_DelItemIf' mangled-name='_PyDict_DelItemIf' filepath='Objects/dictobject.c' line='2739' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemIf'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2739' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2739' column='1'/>
-      <parameter type-id='type-id-335' name='predicate' filepath='Objects/dictobject.c' line='2740' column='1'/>
-      <parameter type-id='type-id-29' name='arg' filepath='Objects/dictobject.c' line='2741' column='1'/>
+      <parameter type-id='type-id-336' name='predicate' filepath='Objects/dictobject.c' line='2740' column='1'/>
+      <parameter type-id='type-id-30' name='arg' filepath='Objects/dictobject.c' line='2741' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2801' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyDict_Pop' mangled-name='PyDict_Pop' filepath='Objects/dictobject.c' line='2981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Pop'>
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2981' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2981' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/dictobject.c' line='2981' column='1'/>
-      <return type-id='type-id-5'/>
-    </function-decl>
     <function-decl name='PyDict_PopString' mangled-name='PyDict_PopString' filepath='Objects/dictobject.c' line='2993' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_PopString'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2993' column='1'/>
       <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2993' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/dictobject.c' line='2993' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/dictobject.c' line='2993' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_Pop' mangled-name='_PyDict_Pop' filepath='Objects/dictobject.c' line='3010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Pop'>
       <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='4327' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4327' column='1'/>
       <parameter type-id='type-id-4' name='default_value' filepath='Objects/dictobject.c' line='4327' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/dictobject.c' line='4328' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/dictobject.c' line='4328' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='4338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='4564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>
-      <parameter type-id='type-id-334' name='mp' filepath='Objects/dictobject.c' line='4564' column='1'/>
+      <parameter type-id='type-id-335' name='mp' filepath='Objects/dictobject.c' line='4564' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyDict_ContainsString' mangled-name='PyDict_ContainsString' filepath='Objects/dictobject.c' line='4671' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ContainsString'>
     <function-decl name='PyDict_GetItemStringRef' mangled-name='PyDict_GetItemStringRef' filepath='Objects/dictobject.c' line='4891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemStringRef'>
       <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4891' column='1'/>
       <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4891' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/dictobject.c' line='4891' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/dictobject.c' line='4891' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyDict_DelItemString' mangled-name='PyDict_DelItemString' filepath='Objects/dictobject.c' line='4938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItemString'>
     </function-decl>
     <function-decl name='PyObject_VisitManagedDict' mangled-name='PyObject_VisitManagedDict' filepath='Objects/dictobject.c' line='7063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VisitManagedDict'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7063' column='1'/>
-      <parameter type-id='type-id-336' name='visit' filepath='Objects/dictobject.c' line='7063' column='1'/>
-      <parameter type-id='type-id-29' name='arg' filepath='Objects/dictobject.c' line='7063' column='1'/>
+      <parameter type-id='type-id-337' name='visit' filepath='Objects/dictobject.c' line='7063' column='1'/>
+      <parameter type-id='type-id-30' name='arg' filepath='Objects/dictobject.c' line='7063' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_SetManagedDict' mangled-name='_PyObject_SetManagedDict' filepath='Objects/dictobject.c' line='7101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetManagedDict'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyDict_AddWatcher' mangled-name='PyDict_AddWatcher' filepath='Objects/dictobject.c' line='7380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_AddWatcher'>
-      <parameter type-id='type-id-337' name='callback' filepath='Objects/dictobject.c' line='7380' column='1'/>
+      <parameter type-id='type-id-338' name='callback' filepath='Objects/dictobject.c' line='7380' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyDict_ClearWatcher' mangled-name='PyDict_ClearWatcher' filepath='Objects/dictobject.c' line='7397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ClearWatcher'>
       <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7397' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-338'>
+    <function-type size-in-bits='64' id='type-id-339'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/enumobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyEnum_Type' type-id='type-id-264' 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-264' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>
+  <abi-instr address-size='64' path='Objects/enumobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyEnum_Type' type-id='type-id-265' 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-265' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>
     <function-decl name='_PyUnicode_EqualToASCIIString' mangled-name='_PyUnicode_EqualToASCIIString' filepath='./Include/internal/pycore_unicodeobject.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIString'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/exceptions.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-17' const='yes' id='type-id-339'/>
-    <pointer-type-def type-id='type-id-339' size-in-bits='64' id='type-id-126'/>
+  <abi-instr address-size='64' path='Objects/exceptions.c' comp-dir-path='/src' language='LANG_C11'>
+    <qualified-type-def type-id='type-id-17' const='yes' id='type-id-340'/>
+    <pointer-type-def type-id='type-id-340' size-in-bits='64' id='type-id-127'/>
     <var-decl name='PyExc_PythonFinalizationError' type-id='type-id-4' mangled-name='PyExc_PythonFinalizationError' visibility='default' filepath='./Include/cpython/pyerrors.h' line='129' column='1' elf-symbol-id='PyExc_PythonFinalizationError'/>
     <function-decl name='PyDict_New' mangled-name='PyDict_New' filepath='./Include/dictobject.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_New'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_GenericGetDict' mangled-name='PyObject_GenericGetDict' filepath='./Include/dictobject.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GenericGetDict'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyErr_SetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='_PyExc_IncompleteInputError' type-id='type-id-264' mangled-name='_PyExc_IncompleteInputError' visibility='default' filepath='./Include/internal/pycore_pyerrors.h' line='172' column='1' elf-symbol-id='_PyExc_IncompleteInputError'/>
+    <var-decl name='_PyExc_IncompleteInputError' type-id='type-id-265' mangled-name='_PyExc_IncompleteInputError' visibility='default' filepath='./Include/internal/pycore_pyerrors.h' line='172' column='1' elf-symbol-id='_PyExc_IncompleteInputError'/>
     <function-decl name='_PyStaticType_InitBuiltin' filepath='./Include/internal/pycore_typeobject.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyStaticType_FiniBuiltin' filepath='./Include/internal/pycore_typeobject.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-127'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_GenericSetDict' mangled-name='PyObject_GenericSetDict' filepath='./Include/object.h' line='588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GenericSetDict'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='PyExc_BaseException' type-id='type-id-4' mangled-name='PyExc_BaseException' visibility='default' filepath='./Include/pyerrors.h' line='76' column='1' elf-symbol-id='PyExc_BaseException'/>
     <function-decl name='PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='./Include/unicodeobject.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_ReadChar'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-257'/>
+      <return type-id='type-id-258'/>
     </function-decl>
     <function-decl name='PyException_GetTraceback' mangled-name='PyException_GetTraceback' filepath='Objects/exceptions.c' line='378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyException_GetTraceback'>
       <parameter type-id='type-id-4' name='self' filepath='Objects/exceptions.c' line='378' column='1'/>
       <parameter type-id='type-id-6' name='reason' filepath='Objects/exceptions.c' line='2879' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicodeDecodeError_Create' mangled-name='PyUnicodeDecodeError_Create' filepath='Objects/exceptions.c' line='3132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeDecodeError_Create'>
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/exceptions.c' line='3133' column='1'/>
-      <parameter type-id='type-id-6' name='object' filepath='Objects/exceptions.c' line='3133' column='1'/>
-      <parameter type-id='type-id-7' name='length' filepath='Objects/exceptions.c' line='3133' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/exceptions.c' line='3134' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/exceptions.c' line='3134' column='1'/>
-      <parameter type-id='type-id-6' name='reason' filepath='Objects/exceptions.c' line='3134' column='1'/>
+    <function-decl name='PyUnicodeDecodeError_Create' mangled-name='PyUnicodeDecodeError_Create' filepath='Objects/exceptions.c' line='3146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeDecodeError_Create'>
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/exceptions.c' line='3147' column='1'/>
+      <parameter type-id='type-id-6' name='object' filepath='Objects/exceptions.c' line='3147' column='1'/>
+      <parameter type-id='type-id-7' name='length' filepath='Objects/exceptions.c' line='3147' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/exceptions.c' line='3148' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/exceptions.c' line='3148' column='1'/>
+      <parameter type-id='type-id-6' name='reason' filepath='Objects/exceptions.c' line='3148' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/fileobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyStdPrinter_Type' type-id='type-id-264' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>
+  <abi-instr address-size='64' path='Objects/fileobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyStdPrinter_Type' type-id='type-id-265' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>
     <function-decl name='_Py_write' mangled-name='_Py_write' filepath='./Include/internal/pycore_fileutils.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_write'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-7'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getc_unlocked' filepath='/usr/include/stdio.h' line='527' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='flockfile' filepath='/usr/include/stdio.h' line='867' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='funlockfile' filepath='/usr/include/stdio.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFile_FromFd' mangled-name='PyFile_FromFd' filepath='Objects/fileobject.c' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_FromFd'>
     </function-decl>
     <function-decl name='_PyLong_FileDescriptor_Converter' mangled-name='_PyLong_FileDescriptor_Converter' filepath='Objects/fileobject.c' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FileDescriptor_Converter'>
       <parameter type-id='type-id-4' name='o' filepath='Objects/fileobject.c' line='218' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/fileobject.c' line='218' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/fileobject.c' line='218' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_UniversalNewlineFgets' mangled-name='Py_UniversalNewlineFgets' filepath='Objects/fileobject.c' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_UniversalNewlineFgets'>
       <parameter type-id='type-id-17' name='buf' filepath='Objects/fileobject.c' line='272' column='1'/>
       <parameter type-id='type-id-5' name='n' filepath='Objects/fileobject.c' line='272' column='1'/>
-      <parameter type-id='type-id-55' name='stream' filepath='Objects/fileobject.c' line='272' column='1'/>
+      <parameter type-id='type-id-56' name='stream' filepath='Objects/fileobject.c' line='272' column='1'/>
       <parameter type-id='type-id-4' name='fobj' filepath='Objects/fileobject.c' line='272' column='1'/>
       <return type-id='type-id-17'/>
     </function-decl>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyFile_SetOpenCodeHook' mangled-name='PyFile_SetOpenCodeHook' filepath='Objects/fileobject.c' line='475' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_SetOpenCodeHook'>
-      <parameter type-id='type-id-340' name='hook' filepath='Objects/fileobject.c' line='475' column='1'/>
-      <parameter type-id='type-id-29' name='userData' filepath='Objects/fileobject.c' line='475' column='1'/>
+      <parameter type-id='type-id-341' name='hook' filepath='Objects/fileobject.c' line='475' column='1'/>
+      <parameter type-id='type-id-30' name='userData' filepath='Objects/fileobject.c' line='475' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFile_OpenCodeObject' mangled-name='PyFile_OpenCodeObject' filepath='Objects/fileobject.c' line='495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_OpenCodeObject'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/floatobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <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-341'>
+  <abi-instr address-size='64' path='Objects/floatobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <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-342'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='11' column='1'/>
       </data-member>
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='12' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyStructSequence_Field' type-id='type-id-341' filepath='./Include/structseq.h' line='13' column='1' id='type-id-342'/>
-    <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-343'>
+    <typedef-decl name='PyStructSequence_Field' type-id='type-id-342' filepath='./Include/structseq.h' line='13' column='1' id='type-id-343'/>
+    <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-344'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='16' column='1'/>
       </data-member>
         <var-decl name='doc' type-id='type-id-6' 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-344' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>
+        <var-decl name='fields' type-id='type-id-345' 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-5' visibility='default' filepath='./Include/structseq.h' line='19' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyStructSequence_Desc' type-id='type-id-343' filepath='./Include/structseq.h' line='20' column='1' id='type-id-345'/>
-    <pointer-type-def type-id='type-id-345' size-in-bits='64' id='type-id-346'/>
-    <pointer-type-def type-id='type-id-342' size-in-bits='64' id='type-id-344'/>
-    <qualified-type-def type-id='type-id-246' restrict='yes' id='type-id-180'/>
-    <qualified-type-def type-id='type-id-6' restrict='yes' id='type-id-177'/>
+    <typedef-decl name='PyStructSequence_Desc' type-id='type-id-344' filepath='./Include/structseq.h' line='20' column='1' id='type-id-346'/>
+    <pointer-type-def type-id='type-id-346' size-in-bits='64' id='type-id-347'/>
+    <pointer-type-def type-id='type-id-343' size-in-bits='64' id='type-id-345'/>
+    <qualified-type-def type-id='type-id-247' restrict='yes' id='type-id-181'/>
+    <qualified-type-def type-id='type-id-6' restrict='yes' id='type-id-178'/>
     <function-decl name='_PyLong_Sign' mangled-name='_PyLong_Sign' filepath='./Include/cpython/longobject.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Sign'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-21'/>
     </function-decl>
-    <var-decl name='PyFloat_Type' type-id='type-id-264' mangled-name='PyFloat_Type' visibility='default' filepath='./Include/floatobject.h' line='14' column='1' elf-symbol-id='PyFloat_Type'/>
+    <var-decl name='PyFloat_Type' type-id='type-id-265' mangled-name='PyFloat_Type' visibility='default' filepath='./Include/floatobject.h' line='14' column='1' elf-symbol-id='PyFloat_Type'/>
     <function-decl name='_Py_dg_strtod' filepath='./Include/internal/pycore_dtoa.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-246'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-247'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='_Py_dg_dtoa' filepath='./Include/internal/pycore_dtoa.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-247'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_Py_dg_freedtoa' filepath='./Include/internal/pycore_dtoa.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFloat_FormatAdvancedWriter' filepath='./Include/internal/pycore_floatobject.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_Py_parse_inf_or_nan' filepath='./Include/internal/pycore_floatobject.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-246'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-247'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='_PyLong_Lshift' mangled-name='_PyLong_Lshift' filepath='./Include/internal/pycore_long.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Lshift'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDebugAllocatorStats' filepath='./Include/internal/pycore_object.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyStructSequence_InitBuiltinWithFlags' filepath='./Include/internal/pycore_structseq.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1'/>
-      <parameter type-id='type-id-346'/>
+      <parameter type-id='type-id-347'/>
       <parameter type-id='type-id-2'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyStructSequence_FiniBuiltin' filepath='./Include/internal/pycore_structseq.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_FromDouble' mangled-name='PyLong_FromDouble' filepath='./Include/longobject.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromDouble'>
-      <parameter type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyErr_SetFromErrno' mangled-name='PyErr_SetFromErrno' filepath='./Include/pyerrors.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrno'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='strtol' filepath='/usr/include/stdlib.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-180'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='frexp' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-175'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-176'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='ldexp' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='modf' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-179'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='ceil' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='fmod' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='round' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-171'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyFloat_GetMax' mangled-name='PyFloat_GetMax' filepath='Objects/floatobject.c' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMax'>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyFloat_GetMin' mangled-name='PyFloat_GetMin' filepath='Objects/floatobject.c' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMin'>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyFloat_GetInfo' mangled-name='PyFloat_GetInfo' filepath='Objects/floatobject.c' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetInfo'>
       <return type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFloat_Pack2' mangled-name='PyFloat_Pack2' filepath='Objects/floatobject.c' line='2049' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack2'>
-      <parameter type-id='type-id-171' name='x' filepath='Objects/floatobject.c' line='2049' column='1'/>
+      <parameter type-id='type-id-172' name='x' filepath='Objects/floatobject.c' line='2049' column='1'/>
       <parameter type-id='type-id-17' name='data' filepath='Objects/floatobject.c' line='2049' column='1'/>
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2049' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFloat_Pack4' mangled-name='PyFloat_Pack4' filepath='Objects/floatobject.c' line='2154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack4'>
-      <parameter type-id='type-id-171' name='x' filepath='Objects/floatobject.c' line='2154' column='1'/>
+      <parameter type-id='type-id-172' name='x' filepath='Objects/floatobject.c' line='2154' column='1'/>
       <parameter type-id='type-id-17' name='data' filepath='Objects/floatobject.c' line='2154' column='1'/>
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2154' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFloat_Pack8' mangled-name='PyFloat_Pack8' filepath='Objects/floatobject.c' line='2262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack8'>
-      <parameter type-id='type-id-171' name='x' filepath='Objects/floatobject.c' line='2262' column='1'/>
+      <parameter type-id='type-id-172' name='x' filepath='Objects/floatobject.c' line='2262' column='1'/>
       <parameter type-id='type-id-17' name='data' filepath='Objects/floatobject.c' line='2262' column='1'/>
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2262' column='1'/>
       <return type-id='type-id-5'/>
     <function-decl name='PyFloat_Unpack2' mangled-name='PyFloat_Unpack2' filepath='Objects/floatobject.c' line='2392' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack2'>
       <parameter type-id='type-id-6' name='data' filepath='Objects/floatobject.c' line='2392' column='1'/>
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2392' column='1'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyFloat_Unpack4' mangled-name='PyFloat_Unpack4' filepath='Objects/floatobject.c' line='2444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack4'>
       <parameter type-id='type-id-6' name='data' filepath='Objects/floatobject.c' line='2444' column='1'/>
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2444' column='1'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyFloat_Unpack8' mangled-name='PyFloat_Unpack8' filepath='Objects/floatobject.c' line='2523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack8'>
       <parameter type-id='type-id-6' name='data' filepath='Objects/floatobject.c' line='2523' column='1'/>
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2523' column='1'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/frameobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='PyFrameConstructor' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-347' visibility='default' filepath='./Include/cpython/funcobject.h' line='21' column='1' id='type-id-348'>
+  <abi-instr address-size='64' path='Objects/frameobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='PyFrameConstructor' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-348' visibility='default' filepath='./Include/cpython/funcobject.h' line='21' column='1' id='type-id-349'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='fc_globals' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='22' column='1'/>
       </data-member>
         <var-decl name='fc_closure' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='22' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyFrameConstructor' type-id='type-id-348' filepath='./Include/cpython/funcobject.h' line='23' column='1' id='type-id-347'/>
-    <pointer-type-def type-id='type-id-347' size-in-bits='64' id='type-id-349'/>
+    <typedef-decl name='PyFrameConstructor' type-id='type-id-349' filepath='./Include/cpython/funcobject.h' line='23' column='1' id='type-id-348'/>
+    <pointer-type-def type-id='type-id-348' size-in-bits='64' id='type-id-350'/>
     <function-decl name='PyCompile_OpcodeStackEffect' mangled-name='PyCompile_OpcodeStackEffect' filepath='./Include/cpython/compile.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCompile_OpcodeStackEffect'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyFrame_Type' type-id='type-id-264' mangled-name='PyFrame_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='5' column='1' elf-symbol-id='PyFrame_Type'/>
-    <var-decl name='PyFrameLocalsProxy_Type' type-id='type-id-264' mangled-name='PyFrameLocalsProxy_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='6' column='1' elf-symbol-id='PyFrameLocalsProxy_Type'/>
+    <function-decl name='PyDict_Pop' mangled-name='PyDict_Pop' filepath='./Include/cpython/dictobject.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Pop'>
+      <parameter type-id='type-id-4'/>
+      <parameter type-id='type-id-4'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-5'/>
+    </function-decl>
+    <var-decl name='PyFrame_Type' type-id='type-id-265' mangled-name='PyFrame_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='5' column='1' elf-symbol-id='PyFrame_Type'/>
+    <var-decl name='PyFrameLocalsProxy_Type' type-id='type-id-265' mangled-name='PyFrameLocalsProxy_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='6' column='1' elf-symbol-id='PyFrameLocalsProxy_Type'/>
     <function-decl name='PyDict_GetItem' mangled-name='PyDict_GetItem' filepath='./Include/dictobject.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItem'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
+    <function-decl name='PyDict_DelItem' mangled-name='PyDict_DelItem' filepath='./Include/dictobject.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItem'>
+      <parameter type-id='type-id-4'/>
+      <parameter type-id='type-id-4'/>
+      <return type-id='type-id-5'/>
+    </function-decl>
     <function-decl name='PyDict_Size' mangled-name='PyDict_Size' filepath='./Include/dictobject.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Size'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_SetOpcodeTrace' filepath='./Include/internal/pycore_ceval.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-350'/>
       <parameter type-id='type-id-351'/>
+      <parameter type-id='type-id-352'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_GetBuiltins' filepath='./Include/internal/pycore_ceval.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyCode_GetCode' filepath='./Include/internal/pycore_code.h' line='295' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyCode_InitAddressRange' filepath='./Include/internal/pycore_code.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
-      <parameter type-id='type-id-317'/>
+      <parameter type-id='type-id-324'/>
+      <parameter type-id='type-id-318'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLineTable_NextAddressRange' filepath='./Include/internal/pycore_code.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-317'/>
+      <parameter type-id='type-id-318'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyFunction_FromConstructor' filepath='./Include/internal/pycore_function.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-349'/>
-      <return type-id='type-id-306'/>
+      <parameter type-id='type-id-350'/>
+      <return type-id='type-id-307'/>
     </function-decl>
     <function-decl name='_PyGen_Finalize' filepath='./Include/internal/pycore_genobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
+    <function-decl name='_PyErr_SetKeyError' mangled-name='_PyErr_SetKeyError' filepath='./Include/internal/pycore_pyerrors.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetKeyError'>
+      <parameter type-id='type-id-4'/>
+      <return type-id='type-id-3'/>
+    </function-decl>
     <function-decl name='_PyUnicode_Equal' mangled-name='_PyUnicode_Equal' filepath='./Include/internal/pycore_unicodeobject.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Equal'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='800' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/frameobject.c' line='800' column='1'/>
+    <function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='881' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='1818' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Objects/frameobject.c' line='1818' column='1'/>
-      <parameter type-id='type-id-323' name='code' filepath='Objects/frameobject.c' line='1818' column='1'/>
-      <parameter type-id='type-id-4' name='globals' filepath='Objects/frameobject.c' line='1819' column='1'/>
-      <parameter type-id='type-id-4' name='locals' filepath='Objects/frameobject.c' line='1819' column='1'/>
-      <return type-id='type-id-350'/>
+    <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='1899' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>
+      <parameter type-id='type-id-27' name='tstate' filepath='Objects/frameobject.c' line='1899' column='1'/>
+      <parameter type-id='type-id-324' name='code' filepath='Objects/frameobject.c' line='1899' column='1'/>
+      <parameter type-id='type-id-4' name='globals' filepath='Objects/frameobject.c' line='1900' column='1'/>
+      <parameter type-id='type-id-4' name='locals' filepath='Objects/frameobject.c' line='1900' column='1'/>
+      <return type-id='type-id-351'/>
     </function-decl>
-    <function-decl name='PyFrame_GetVar' mangled-name='PyFrame_GetVar' filepath='Objects/frameobject.c' line='2010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVar'>
-      <parameter type-id='type-id-350' name='frame_obj' filepath='Objects/frameobject.c' line='2010' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Objects/frameobject.c' line='2010' column='1'/>
+    <function-decl name='PyFrame_GetVar' mangled-name='PyFrame_GetVar' filepath='Objects/frameobject.c' line='2091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVar'>
+      <parameter type-id='type-id-351' name='frame_obj' filepath='Objects/frameobject.c' line='2091' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Objects/frameobject.c' line='2091' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyFrame_GetVarString' mangled-name='PyFrame_GetVarString' filepath='Objects/frameobject.c' line='2044' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVarString'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2044' column='1'/>
-      <parameter type-id='type-id-6' name='name' filepath='Objects/frameobject.c' line='2044' column='1'/>
+    <function-decl name='PyFrame_GetVarString' mangled-name='PyFrame_GetVarString' filepath='Objects/frameobject.c' line='2125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVarString'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2125' column='1'/>
+      <parameter type-id='type-id-6' name='name' filepath='Objects/frameobject.c' line='2125' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='2057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/frameobject.c' line='2057' column='1'/>
+    <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='2138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='2138' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2065' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/frameobject.c' line='2065' column='1'/>
+    <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='2146' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='2073' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/frameobject.c' line='2073' column='1'/>
-      <parameter type-id='type-id-5' name='clear' filepath='Objects/frameobject.c' line='2073' column='1'/>
+    <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='2154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='2154' column='1'/>
+      <parameter type-id='type-id-5' name='clear' filepath='Objects/frameobject.c' line='2154' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='2081' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2081' column='1'/>
+    <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='2162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2162' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='2090' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2090' column='1'/>
-      <return type-id='type-id-323'/>
+    <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='2171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2171' column='1'/>
+      <return type-id='type-id-324'/>
     </function-decl>
-    <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='2101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2101' column='1'/>
-      <return type-id='type-id-350'/>
+    <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='2182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2182' column='1'/>
+      <return type-id='type-id-351'/>
     </function-decl>
-    <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='2117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2117' column='1'/>
+    <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='2198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2198' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='2124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2124' column='1'/>
+    <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='2205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2205' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='2131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2131' column='1'/>
+    <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='2212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2212' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='2138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2138' column='1'/>
+    <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='2219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2219' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='2149' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>
-      <parameter type-id='type-id-350' name='frame' filepath='Objects/frameobject.c' line='2149' column='1'/>
+    <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='2230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>
+      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2230' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <type-decl name='bool' size-in-bits='8' id='type-id-351'/>
+    <type-decl name='bool' size-in-bits='8' id='type-id-352'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/funcobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyFunction_Type' type-id='type-id-264' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='65' column='1' elf-symbol-id='PyFunction_Type'/>
-    <var-decl name='PyClassMethod_Type' type-id='type-id-264' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='125' column='1' elf-symbol-id='PyClassMethod_Type'/>
-    <var-decl name='PyStaticMethod_Type' type-id='type-id-264' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='126' column='1' elf-symbol-id='PyStaticMethod_Type'/>
+  <abi-instr address-size='64' path='Objects/funcobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyFunction_Type' type-id='type-id-265' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='65' column='1' elf-symbol-id='PyFunction_Type'/>
+    <var-decl name='PyClassMethod_Type' type-id='type-id-265' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='125' column='1' elf-symbol-id='PyClassMethod_Type'/>
+    <var-decl name='PyStaticMethod_Type' type-id='type-id-265' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='126' column='1' elf-symbol-id='PyStaticMethod_Type'/>
     <function-decl name='_PyEval_BuiltinsFromGlobals' filepath='./Include/internal/pycore_ceval.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyFunction_Vectorcall' filepath='./Include/internal/pycore_function.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyFunction_AddWatcher' mangled-name='PyFunction_AddWatcher' filepath='Objects/funcobject.c' line='68' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_AddWatcher'>
-      <parameter type-id='type-id-352' name='callback' filepath='Objects/funcobject.c' line='68' column='1'/>
+      <parameter type-id='type-id-353' name='callback' filepath='Objects/funcobject.c' line='68' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFunction_ClearWatcher' mangled-name='PyFunction_ClearWatcher' filepath='Objects/funcobject.c' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_ClearWatcher'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyFunction_SetVersion' mangled-name='_PyFunction_SetVersion' filepath='Objects/funcobject.c' line='288' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFunction_SetVersion'>
-      <parameter type-id='type-id-306' name='func' filepath='Objects/funcobject.c' line='288' column='1'/>
-      <parameter type-id='type-id-324' name='version' filepath='Objects/funcobject.c' line='288' column='1'/>
+      <parameter type-id='type-id-307' name='func' filepath='Objects/funcobject.c' line='288' column='1'/>
+      <parameter type-id='type-id-325' name='version' filepath='Objects/funcobject.c' line='288' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFunction_New' mangled-name='PyFunction_New' filepath='Objects/funcobject.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_New'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFunction_SetVectorcall' mangled-name='PyFunction_SetVectorcall' filepath='Objects/funcobject.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetVectorcall'>
-      <parameter type-id='type-id-306' name='func' filepath='Objects/funcobject.c' line='437' column='1'/>
-      <parameter type-id='type-id-307' name='vectorcall' filepath='Objects/funcobject.c' line='437' column='1'/>
+      <parameter type-id='type-id-307' name='func' filepath='Objects/funcobject.c' line='437' column='1'/>
+      <parameter type-id='type-id-308' name='vectorcall' filepath='Objects/funcobject.c' line='437' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFunction_GetKwDefaults' mangled-name='PyFunction_GetKwDefaults' filepath='Objects/funcobject.c' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetKwDefaults'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='./Include/cpython/unicodeobject.h' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='Py_GenericAliasType' type-id='type-id-264' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>
+    <var-decl name='Py_GenericAliasType' type-id='type-id-265' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>
     <function-decl name='_Py_union_type_or' mangled-name='_Py_union_type_or' filepath='./Include/internal/pycore_unionobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_union_type_or'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_GC_Track' mangled-name='PyObject_GC_Track' filepath='./Include/objimpl.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_Track'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/genobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='PyGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-353' visibility='default' filepath='./Include/cpython/genobject.h' line='31' column='1' id='type-id-354'>
+  <abi-instr address-size='64' path='Objects/genobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='PyGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-354' visibility='default' filepath='./Include/cpython/genobject.h' line='31' column='1' id='type-id-355'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='gi_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
         <var-decl name='gi_qualname' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='gi_exc_state' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='gi_exc_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='gi_origin_or_finalizer' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='gi_hooks_inited' type-id='type-id-52' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='gi_hooks_inited' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='520'>
-        <var-decl name='gi_closed' type-id='type-id-52' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='gi_closed' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='528'>
-        <var-decl name='gi_running_async' type-id='type-id-52' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='gi_running_async' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='536'>
-        <var-decl name='gi_frame_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='gi_frame_state' type-id='type-id-358' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='gi_iframe' type-id='type-id-358' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
+        <var-decl name='gi_iframe' type-id='type-id-359' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyGenObject' type-id='type-id-354' filepath='./Include/cpython/genobject.h' line='34' column='1' id='type-id-353'/>
-    <class-decl name='PyAsyncGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-359' visibility='default' filepath='./Include/cpython/genobject.h' line='62' column='1' id='type-id-360'>
+    <typedef-decl name='PyGenObject' type-id='type-id-355' filepath='./Include/cpython/genobject.h' line='34' column='1' id='type-id-354'/>
+    <class-decl name='PyAsyncGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-360' visibility='default' filepath='./Include/cpython/genobject.h' line='62' column='1' id='type-id-361'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ag_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
         <var-decl name='ag_qualname' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='ag_exc_state' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ag_exc_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='ag_origin_or_finalizer' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='ag_hooks_inited' type-id='type-id-52' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ag_hooks_inited' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='520'>
-        <var-decl name='ag_closed' type-id='type-id-52' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ag_closed' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='528'>
-        <var-decl name='ag_running_async' type-id='type-id-52' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ag_running_async' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='536'>
-        <var-decl name='ag_frame_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ag_frame_state' type-id='type-id-358' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='ag_iframe' type-id='type-id-358' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
+        <var-decl name='ag_iframe' type-id='type-id-359' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyAsyncGenObject' type-id='type-id-360' filepath='./Include/cpython/genobject.h' line='64' column='1' id='type-id-359'/>
-    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-361' filepath='./Include/internal/pycore_frame.h' line='75' column='1' id='type-id-362'/>
-    <pointer-type-def type-id='type-id-359' size-in-bits='64' id='type-id-363'/>
-    <pointer-type-def type-id='type-id-353' size-in-bits='64' id='type-id-364'/>
-    <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-365'/>
+    <typedef-decl name='PyAsyncGenObject' type-id='type-id-361' filepath='./Include/cpython/genobject.h' line='64' column='1' id='type-id-360'/>
+    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-362' filepath='./Include/internal/pycore_frame.h' line='75' column='1' id='type-id-363'/>
+    <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-364'/>
+    <pointer-type-def type-id='type-id-354' size-in-bits='64' id='type-id-365'/>
+    <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-366'/>
     <function-decl name='_PyEval_EvalFrameDefault' mangled-name='_PyEval_EvalFrameDefault' filepath='./Include/cpython/ceval.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_EvalFrameDefault'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-367'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <var-decl name='PyGen_Type' type-id='type-id-264' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='36' column='1' elf-symbol-id='PyGen_Type'/>
-    <var-decl name='PyCoro_Type' type-id='type-id-264' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='53' column='1' elf-symbol-id='PyCoro_Type'/>
-    <var-decl name='PyAsyncGen_Type' type-id='type-id-264' mangled-name='PyAsyncGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='66' column='1' elf-symbol-id='PyAsyncGen_Type'/>
-    <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-264' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='67' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>
+    <var-decl name='PyGen_Type' type-id='type-id-265' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='36' column='1' elf-symbol-id='PyGen_Type'/>
+    <var-decl name='PyCoro_Type' type-id='type-id-265' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='53' column='1' elf-symbol-id='PyCoro_Type'/>
+    <var-decl name='PyAsyncGen_Type' type-id='type-id-265' mangled-name='PyAsyncGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='66' column='1' elf-symbol-id='PyAsyncGen_Type'/>
+    <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-265' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='67' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>
     <function-decl name='PyObject_CallFinalizerFromDealloc' mangled-name='PyObject_CallFinalizerFromDealloc' filepath='./Include/cpython/object.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizerFromDealloc'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_InterpreterFrame_GetLine' mangled-name='PyUnstable_InterpreterFrame_GetLine' filepath='./Include/cpython/pyframe.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetLine'>
-      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-367'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_GetFrame' filepath='./Include/internal/pycore_ceval.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-366'/>
+      <return type-id='type-id-367'/>
     </function-decl>
     <function-decl name='_PyFrame_MakeAndSetFrameObject' filepath='./Include/internal/pycore_frame.h' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
-      <return type-id='type-id-350'/>
+      <parameter type-id='type-id-366'/>
+      <return type-id='type-id-351'/>
     </function-decl>
     <function-decl name='_PyFrame_ClearLocals' filepath='./Include/internal/pycore_frame.h' line='235' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFrame_ClearExceptCode' filepath='./Include/internal/pycore_frame.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFrame_Traverse' filepath='./Include/internal/pycore_frame.h' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
-      <parameter type-id='type-id-336'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-337'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyCoroWrapper_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='25' column='1'/>
-    <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='26' column='1'/>
-    <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='27' column='1'/>
+    <var-decl name='_PyCoroWrapper_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='25' column='1'/>
+    <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='26' column='1'/>
+    <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='27' column='1'/>
     <function-decl name='_PyErr_ChainStackItem' filepath='./Include/internal/pycore_pyerrors.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_WarnUnawaitedAgenMethod' filepath='./Include/internal/pycore_warnings.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-363'/>
+      <parameter type-id='type-id-364'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_GC_NewVar' mangled-name='_PyObject_GC_NewVar' filepath='./Include/objimpl.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_NewVar'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-319'/>
+      <return type-id='type-id-320'/>
     </function-decl>
     <function-decl name='PyErr_SetRaisedException' mangled-name='PyErr_SetRaisedException' filepath='./Include/pyerrors.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetRaisedException'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyErr_NormalizeException' mangled-name='PyErr_NormalizeException' filepath='./Include/pyerrors.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_NormalizeException'>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyErr_WriteUnraisable' mangled-name='PyErr_WriteUnraisable' filepath='./Include/pyerrors.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WriteUnraisable'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyGen_GetCode' mangled-name='PyGen_GetCode' filepath='Objects/genobject.c' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_GetCode'>
-      <parameter type-id='type-id-364' name='gen' filepath='Objects/genobject.c' line='38' column='1'/>
-      <return type-id='type-id-323'/>
+      <parameter type-id='type-id-365' name='gen' filepath='Objects/genobject.c' line='38' column='1'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='_PyGen_yf' mangled-name='_PyGen_yf' filepath='Objects/genobject.c' line='342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_yf'>
-      <parameter type-id='type-id-364' name='gen' filepath='Objects/genobject.c' line='342' column='1'/>
+      <parameter type-id='type-id-365' name='gen' filepath='Objects/genobject.c' line='342' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyGen_SetStopIterationValue' mangled-name='_PyGen_SetStopIterationValue' filepath='Objects/genobject.c' line='605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_SetStopIterationValue'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_MakeCoro' mangled-name='_Py_MakeCoro' filepath='Objects/genobject.c' line='893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_MakeCoro'>
-      <parameter type-id='type-id-306' name='func' filepath='Objects/genobject.c' line='893' column='1'/>
+      <parameter type-id='type-id-307' name='func' filepath='Objects/genobject.c' line='893' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyGen_NewWithQualName' mangled-name='PyGen_NewWithQualName' filepath='Objects/genobject.c' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_NewWithQualName'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/genobject.c' line='976' column='1'/>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='976' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='976' column='1'/>
       <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='976' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyGen_New' mangled-name='PyGen_New' filepath='Objects/genobject.c' line='982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_New'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/genobject.c' line='982' column='1'/>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='982' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyCoro_GetAwaitableIter' mangled-name='_PyCoro_GetAwaitableIter' filepath='Objects/genobject.c' line='1015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCoro_GetAwaitableIter'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCoro_New' mangled-name='PyCoro_New' filepath='Objects/genobject.c' line='1341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCoro_New'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/genobject.c' line='1341' column='1'/>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='1341' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='1341' column='1'/>
       <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='1341' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyAsyncGen_New' mangled-name='PyAsyncGen_New' filepath='Objects/genobject.c' line='1654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAsyncGen_New'>
-      <parameter type-id='type-id-350' name='f' filepath='Objects/genobject.c' line='1654' column='1'/>
+      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='1654' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='1654' column='1'/>
       <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='1654' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/iterobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/iterobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyObject_HasLen' filepath='./Include/internal/pycore_abstract.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PySeqIter_Type' type-id='type-id-264' 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-264' mangled-name='PyCallIter_Type' visibility='default' filepath='./Include/iterobject.h' line='9' column='1' elf-symbol-id='PyCallIter_Type'/>
+    <var-decl name='PySeqIter_Type' type-id='type-id-265' 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-265' mangled-name='PyCallIter_Type' visibility='default' filepath='./Include/iterobject.h' line='9' column='1' elf-symbol-id='PyCallIter_Type'/>
     <function-decl name='PyCallIter_New' mangled-name='PyCallIter_New' filepath='Objects/iterobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCallIter_New'>
       <parameter type-id='type-id-4' name='callable' filepath='Objects/iterobject.c' line='186' column='1'/>
       <parameter type-id='type-id-4' name='sentinel' filepath='Objects/iterobject.c' line='186' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/listobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/listobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyEval_SliceIndexNotNone' mangled-name='_PyEval_SliceIndexNotNone' filepath='./Include/cpython/ceval.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndexNotNone'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='./Include/cpython/unicodeobject.h' line='516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>
-      <parameter type-id='type-id-328'/>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-329'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_Next' filepath='./Include/internal/pycore_dict.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-320'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-321'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySet_NextEntryRef' mangled-name='_PySet_NextEntryRef' filepath='./Include/internal/pycore_setobject.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_NextEntryRef'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-320'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-321'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyList_Type' type-id='type-id-264' 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-264' 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-264' mangled-name='PyListRevIter_Type' visibility='default' filepath='./Include/listobject.h' line='22' column='1' elf-symbol-id='PyListRevIter_Type'/>
+    <var-decl name='PyList_Type' type-id='type-id-265' 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-265' 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-265' mangled-name='PyListRevIter_Type' visibility='default' filepath='./Include/listobject.h' line='22' column='1' elf-symbol-id='PyListRevIter_Type'/>
     <function-decl name='PyObject_HashNotImplemented' mangled-name='PyObject_HashNotImplemented' filepath='./Include/object.h' line='591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HashNotImplemented'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-299'/>
+      <return type-id='type-id-300'/>
     </function-decl>
     <function-decl name='PyList_Size' mangled-name='PyList_Size' filepath='Objects/listobject.c' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Size'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='316' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyList_AppendTakeRefListResize' mangled-name='_PyList_AppendTakeRefListResize' filepath='Objects/listobject.c' line='505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_AppendTakeRefListResize'>
-      <parameter type-id='type-id-258' name='self' filepath='Objects/listobject.c' line='505' column='1'/>
+      <parameter type-id='type-id-259' name='self' filepath='Objects/listobject.c' line='505' column='1'/>
       <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='505' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyList_FromArraySteal' mangled-name='_PyList_FromArraySteal' filepath='Objects/listobject.c' line='3186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_FromArraySteal'>
-      <parameter type-id='type-id-256' name='src' filepath='Objects/listobject.c' line='3186' column='1'/>
+      <parameter type-id='type-id-257' name='src' filepath='Objects/listobject.c' line='3186' column='1'/>
       <parameter type-id='type-id-7' name='n' filepath='Objects/listobject.c' line='3186' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/longobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-90' size-in-bits='2048' id='type-id-367'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+  <abi-instr address-size='64' path='Objects/longobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-91' size-in-bits='2048' id='type-id-368'>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
-    <qualified-type-def type-id='type-id-249' const='yes' id='type-id-368'/>
-    <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-369'/>
-    <qualified-type-def type-id='type-id-90' const='yes' id='type-id-370'/>
-    <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>
-    <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-373'/>
-    <pointer-type-def type-id='type-id-90' size-in-bits='64' id='type-id-374'/>
+    <qualified-type-def type-id='type-id-250' const='yes' id='type-id-369'/>
+    <pointer-type-def type-id='type-id-369' size-in-bits='64' id='type-id-370'/>
+    <qualified-type-def type-id='type-id-91' const='yes' id='type-id-371'/>
+    <pointer-type-def type-id='type-id-371' size-in-bits='64' id='type-id-372'/>
+    <pointer-type-def type-id='type-id-373' size-in-bits='64' id='type-id-374'/>
+    <pointer-type-def type-id='type-id-91' size-in-bits='64' id='type-id-375'/>
     <function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='./Include/cpython/unicodeobject.h' line='494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareInternal'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyLong_DigitValue' type-id='type-id-367' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='118' column='1' elf-symbol-id='_PyLong_DigitValue'/>
+    <var-decl name='_PyLong_DigitValue' type-id='type-id-368' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='118' column='1' elf-symbol-id='_PyLong_DigitValue'/>
     <function-decl name='_PyLong_FormatAdvancedWriter' filepath='./Include/internal/pycore_long.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyLong_Type' type-id='type-id-264' mangled-name='PyLong_Type' visibility='default' filepath='./Include/object.h' line='342' column='1' elf-symbol-id='PyLong_Type'/>
+    <var-decl name='PyLong_Type' type-id='type-id-265' mangled-name='PyLong_Type' visibility='default' filepath='./Include/object.h' line='342' column='1' elf-symbol-id='PyLong_Type'/>
     <function-decl name='PyObject_Bytes' mangled-name='PyObject_Bytes' filepath='./Include/object.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Bytes'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyLong_New' mangled-name='_PyLong_New' filepath='Objects/longobject.c' line='140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_New'>
       <parameter type-id='type-id-7' name='size' filepath='Objects/longobject.c' line='140' column='1'/>
-      <return type-id='type-id-250'/>
+      <return type-id='type-id-251'/>
     </function-decl>
     <function-decl name='_PyLong_FromDigits' mangled-name='_PyLong_FromDigits' filepath='Objects/longobject.c' line='172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromDigits'>
       <parameter type-id='type-id-5' name='negative' filepath='Objects/longobject.c' line='172' column='1'/>
       <parameter type-id='type-id-7' name='digit_count' filepath='Objects/longobject.c' line='172' column='1'/>
-      <parameter type-id='type-id-373' name='digits' filepath='Objects/longobject.c' line='172' column='1'/>
-      <return type-id='type-id-250'/>
+      <parameter type-id='type-id-374' name='digits' filepath='Objects/longobject.c' line='172' column='1'/>
+      <return type-id='type-id-251'/>
     </function-decl>
     <function-decl name='PyLong_FromUnsignedLong' mangled-name='PyLong_FromUnsignedLong' filepath='Objects/longobject.c' line='359' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedLong'>
       <parameter type-id='type-id-2' name='ival' filepath='Objects/longobject.c' line='359' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_FromUnsignedLongLong' mangled-name='PyLong_FromUnsignedLongLong' filepath='Objects/longobject.c' line='367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedLongLong'>
-      <parameter type-id='type-id-375' name='ival' filepath='Objects/longobject.c' line='367' column='1'/>
+      <parameter type-id='type-id-376' name='ival' filepath='Objects/longobject.c' line='367' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_AsLong' mangled-name='PyLong_AsLong' filepath='Objects/longobject.c' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLong'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='541' column='1'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyLong_AsUnsignedLong' mangled-name='PyLong_AsUnsignedLong' filepath='Objects/longobject.c' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLong'>
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='625' column='1'/>
       <return type-id='type-id-2'/>
     </function-decl>
     <function-decl name='_PyLong_FromByteArray' mangled-name='_PyLong_FromByteArray' filepath='Objects/longobject.c' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromByteArray'>
-      <parameter type-id='type-id-371' name='bytes' filepath='Objects/longobject.c' line='826' column='1'/>
+      <parameter type-id='type-id-372' name='bytes' filepath='Objects/longobject.c' line='826' column='1'/>
       <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='826' column='1'/>
       <parameter type-id='type-id-5' name='little_endian' filepath='Objects/longobject.c' line='827' column='1'/>
       <parameter type-id='type-id-5' name='is_signed' filepath='Objects/longobject.c' line='827' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyLong_AsByteArray' mangled-name='_PyLong_AsByteArray' filepath='Objects/longobject.c' line='941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsByteArray'>
-      <parameter type-id='type-id-250' name='v' filepath='Objects/longobject.c' line='941' column='1'/>
-      <parameter type-id='type-id-374' name='bytes' filepath='Objects/longobject.c' line='942' column='1'/>
+      <parameter type-id='type-id-251' name='v' filepath='Objects/longobject.c' line='941' column='1'/>
+      <parameter type-id='type-id-375' name='bytes' filepath='Objects/longobject.c' line='942' column='1'/>
       <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='942' column='1'/>
       <parameter type-id='type-id-5' name='little_endian' filepath='Objects/longobject.c' line='943' column='1'/>
       <parameter type-id='type-id-5' name='is_signed' filepath='Objects/longobject.c' line='943' column='1'/>
     </function-decl>
     <function-decl name='PyLong_AsNativeBytes' mangled-name='PyLong_AsNativeBytes' filepath='Objects/longobject.c' line='1108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsNativeBytes'>
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1108' column='1'/>
-      <parameter type-id='type-id-29' name='buffer' filepath='Objects/longobject.c' line='1108' column='1'/>
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1108' column='1'/>
       <parameter type-id='type-id-7' name='n' filepath='Objects/longobject.c' line='1108' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1108' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyLong_FromNativeBytes' mangled-name='PyLong_FromNativeBytes' filepath='Objects/longobject.c' line='1296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromNativeBytes'>
-      <parameter type-id='type-id-29' name='buffer' filepath='Objects/longobject.c' line='1296' column='1'/>
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1296' column='1'/>
       <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='1296' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1296' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_FromUnsignedNativeBytes' mangled-name='PyLong_FromUnsignedNativeBytes' filepath='Objects/longobject.c' line='1318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedNativeBytes'>
-      <parameter type-id='type-id-29' name='buffer' filepath='Objects/longobject.c' line='1318' column='1'/>
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1318' column='1'/>
       <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='1318' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1318' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_AsVoidPtr' mangled-name='PyLong_AsVoidPtr' filepath='Objects/longobject.c' line='1354' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsVoidPtr'>
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1354' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyLong_FromLongLong' mangled-name='PyLong_FromLongLong' filepath='Objects/longobject.c' line='1395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromLongLong'>
-      <parameter type-id='type-id-376' name='ival' filepath='Objects/longobject.c' line='1395' column='1'/>
+      <parameter type-id='type-id-377' name='ival' filepath='Objects/longobject.c' line='1395' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_AsLongLong' mangled-name='PyLong_AsLongLong' filepath='Objects/longobject.c' line='1480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLong'>
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1480' column='1'/>
-      <return type-id='type-id-376'/>
+      <return type-id='type-id-377'/>
     </function-decl>
     <function-decl name='PyLong_AsUnsignedLongLong' mangled-name='PyLong_AsUnsignedLongLong' filepath='Objects/longobject.c' line='1525' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLong'>
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1525' column='1'/>
-      <return type-id='type-id-375'/>
+      <return type-id='type-id-376'/>
     </function-decl>
     <function-decl name='PyLong_AsUnsignedLongLongMask' mangled-name='PyLong_AsUnsignedLongLongMask' filepath='Objects/longobject.c' line='1601' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLongMask'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/longobject.c' line='1601' column='1'/>
-      <return type-id='type-id-375'/>
+      <return type-id='type-id-376'/>
     </function-decl>
     <function-decl name='PyLong_AsLongLongAndOverflow' mangled-name='PyLong_AsLongLongAndOverflow' filepath='Objects/longobject.c' line='1635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLongAndOverflow'>
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1635' column='1'/>
-      <parameter type-id='type-id-175' name='overflow' filepath='Objects/longobject.c' line='1635' column='1'/>
-      <return type-id='type-id-376'/>
+      <parameter type-id='type-id-176' name='overflow' filepath='Objects/longobject.c' line='1635' column='1'/>
+      <return type-id='type-id-377'/>
     </function-decl>
     <function-decl name='_PyLong_UnsignedShort_Converter' mangled-name='_PyLong_UnsignedShort_Converter' filepath='Objects/longobject.c' line='1713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedShort_Converter'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1713' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/longobject.c' line='1713' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1713' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UnsignedInt_Converter' mangled-name='_PyLong_UnsignedInt_Converter' filepath='Objects/longobject.c' line='1735' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedInt_Converter'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1735' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/longobject.c' line='1735' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1735' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UnsignedLong_Converter' mangled-name='_PyLong_UnsignedLong_Converter' filepath='Objects/longobject.c' line='1757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLong_Converter'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1757' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/longobject.c' line='1757' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1757' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UnsignedLongLong_Converter' mangled-name='_PyLong_UnsignedLongLong_Converter' filepath='Objects/longobject.c' line='1774' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLongLong_Converter'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1774' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/longobject.c' line='1774' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1774' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_Size_t_Converter' mangled-name='_PyLong_Size_t_Converter' filepath='Objects/longobject.c' line='1791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Size_t_Converter'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1791' column='1'/>
-      <parameter type-id='type-id-29' name='ptr' filepath='Objects/longobject.c' line='1791' column='1'/>
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1791' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_Frexp' mangled-name='_PyLong_Frexp' filepath='Objects/longobject.c' line='3404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Frexp'>
-      <parameter type-id='type-id-250' name='a' filepath='Objects/longobject.c' line='3404' column='1'/>
+      <parameter type-id='type-id-251' name='a' filepath='Objects/longobject.c' line='3404' column='1'/>
       <parameter type-id='type-id-8' name='e' filepath='Objects/longobject.c' line='3404' column='1'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='_PyLong_Add' mangled-name='_PyLong_Add' filepath='Objects/longobject.c' line='3752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Add'>
-      <parameter type-id='type-id-250' name='a' filepath='Objects/longobject.c' line='3752' column='1'/>
-      <parameter type-id='type-id-250' name='b' filepath='Objects/longobject.c' line='3752' column='1'/>
+      <parameter type-id='type-id-251' name='a' filepath='Objects/longobject.c' line='3752' column='1'/>
+      <parameter type-id='type-id-251' name='b' filepath='Objects/longobject.c' line='3752' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyLong_Subtract' mangled-name='_PyLong_Subtract' filepath='Objects/longobject.c' line='3791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Subtract'>
-      <parameter type-id='type-id-250' name='a' filepath='Objects/longobject.c' line='3791' column='1'/>
-      <parameter type-id='type-id-250' name='b' filepath='Objects/longobject.c' line='3791' column='1'/>
+      <parameter type-id='type-id-251' name='a' filepath='Objects/longobject.c' line='3791' column='1'/>
+      <parameter type-id='type-id-251' name='b' filepath='Objects/longobject.c' line='3791' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyLong_Multiply' mangled-name='_PyLong_Multiply' filepath='Objects/longobject.c' line='4242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Multiply'>
-      <parameter type-id='type-id-250' name='a' filepath='Objects/longobject.c' line='4242' column='1'/>
-      <parameter type-id='type-id-250' name='b' filepath='Objects/longobject.c' line='4242' column='1'/>
+      <parameter type-id='type-id-251' name='a' filepath='Objects/longobject.c' line='4242' column='1'/>
+      <parameter type-id='type-id-251' name='b' filepath='Objects/longobject.c' line='4242' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyLong_Rshift' mangled-name='_PyLong_Rshift' filepath='Objects/longobject.c' line='5351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Rshift'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyUnstable_Long_IsCompact' mangled-name='PyUnstable_Long_IsCompact' filepath='Objects/longobject.c' line='6709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Long_IsCompact'>
-      <parameter type-id='type-id-369' name='op' filepath='Objects/longobject.c' line='6709' column='1'/>
+      <parameter type-id='type-id-370' name='op' filepath='Objects/longobject.c' line='6709' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_Long_CompactValue' mangled-name='PyUnstable_Long_CompactValue' filepath='Objects/longobject.c' line='6716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Long_CompactValue'>
-      <parameter type-id='type-id-369' name='op' filepath='Objects/longobject.c' line='6716' column='1'/>
+      <parameter type-id='type-id-370' name='op' filepath='Objects/longobject.c' line='6716' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/memoryobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='_PyManagedBuffer_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_memoryobject.h' line='11' column='1'/>
-    <var-decl name='PyMemoryView_Type' type-id='type-id-264' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='9' column='1' elf-symbol-id='PyMemoryView_Type'/>
+  <abi-instr address-size='64' path='Objects/memoryobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='_PyManagedBuffer_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_memoryobject.h' line='11' column='1'/>
+    <var-decl name='PyMemoryView_Type' type-id='type-id-265' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='9' column='1' elf-symbol-id='PyMemoryView_Type'/>
     <function-decl name='PyUnicode_AsASCIIString' mangled-name='PyUnicode_AsASCIIString' filepath='./Include/unicodeobject.h' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsASCIIString'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyMemoryView_FromMemory' mangled-name='PyMemoryView_FromMemory' filepath='Objects/memoryobject.c' line='743' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromMemory'>
-      <parameter type-id='type-id-17' name='mem' filepath='Objects/memoryobject.c' line='743' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/memoryobject.c' line='743' column='1'/>
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/memoryobject.c' line='743' column='1'/>
+    <function-decl name='PyMemoryView_FromMemory' mangled-name='PyMemoryView_FromMemory' filepath='Objects/memoryobject.c' line='741' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromMemory'>
+      <parameter type-id='type-id-17' name='mem' filepath='Objects/memoryobject.c' line='741' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/memoryobject.c' line='741' column='1'/>
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/memoryobject.c' line='741' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyMemoryView_FromBuffer' mangled-name='PyMemoryView_FromBuffer' filepath='Objects/memoryobject.c' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromBuffer'>
-      <parameter type-id='type-id-253' name='info' filepath='Objects/memoryobject.c' line='772' column='1'/>
+    <function-decl name='PyMemoryView_FromBuffer' mangled-name='PyMemoryView_FromBuffer' filepath='Objects/memoryobject.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromBuffer'>
+      <parameter type-id='type-id-254' name='info' filepath='Objects/memoryobject.c' line='770' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyMemoryView_FromObject' mangled-name='PyMemoryView_FromObject' filepath='Objects/memoryobject.c' line='856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromObject'>
-      <parameter type-id='type-id-4' name='v' filepath='Objects/memoryobject.c' line='856' column='1'/>
+    <function-decl name='PyMemoryView_FromObject' mangled-name='PyMemoryView_FromObject' filepath='Objects/memoryobject.c' line='854' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromObject'>
+      <parameter type-id='type-id-4' name='v' filepath='Objects/memoryobject.c' line='854' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyMemoryView_GetContiguous' mangled-name='PyMemoryView_GetContiguous' filepath='Objects/memoryobject.c' line='968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_GetContiguous'>
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/memoryobject.c' line='968' column='1'/>
-      <parameter type-id='type-id-5' name='buffertype' filepath='Objects/memoryobject.c' line='968' column='1'/>
-      <parameter type-id='type-id-52' name='order' filepath='Objects/memoryobject.c' line='968' column='1'/>
+    <function-decl name='PyMemoryView_GetContiguous' mangled-name='PyMemoryView_GetContiguous' filepath='Objects/memoryobject.c' line='966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_GetContiguous'>
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/memoryobject.c' line='966' column='1'/>
+      <parameter type-id='type-id-5' name='buffertype' filepath='Objects/memoryobject.c' line='966' column='1'/>
+      <parameter type-id='type-id-53' name='order' filepath='Objects/memoryobject.c' line='966' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/methodobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyCMethod_Type' type-id='type-id-264' mangled-name='PyCMethod_Type' visibility='default' filepath='./Include/cpython/methodobject.h' line='32' column='1' elf-symbol-id='PyCMethod_Type'/>
-    <var-decl name='PyCFunction_Type' type-id='type-id-264' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>
+  <abi-instr address-size='64' path='Objects/methodobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyCMethod_Type' type-id='type-id-265' mangled-name='PyCMethod_Type' visibility='default' filepath='./Include/cpython/methodobject.h' line='32' column='1' elf-symbol-id='PyCMethod_Type'/>
+    <var-decl name='PyCFunction_Type' type-id='type-id-265' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>
     <function-decl name='PyCFunction_New' mangled-name='PyCFunction_New' filepath='Objects/methodobject.c' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_New'>
-      <parameter type-id='type-id-332' name='ml' filepath='Objects/methodobject.c' line='33' column='1'/>
+      <parameter type-id='type-id-333' name='ml' filepath='Objects/methodobject.c' line='33' column='1'/>
       <parameter type-id='type-id-4' name='self' filepath='Objects/methodobject.c' line='33' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCFunction_NewEx' mangled-name='PyCFunction_NewEx' filepath='Objects/methodobject.c' line='39' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_NewEx'>
-      <parameter type-id='type-id-332' name='ml' filepath='Objects/methodobject.c' line='39' column='1'/>
+      <parameter type-id='type-id-333' name='ml' filepath='Objects/methodobject.c' line='39' column='1'/>
       <parameter type-id='type-id-4' name='self' filepath='Objects/methodobject.c' line='39' column='1'/>
       <parameter type-id='type-id-4' name='module' filepath='Objects/methodobject.c' line='39' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyCFunction_GetFunction' mangled-name='PyCFunction_GetFunction' filepath='Objects/methodobject.c' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFunction'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='117' column='1'/>
-      <return type-id='type-id-377'/>
+      <return type-id='type-id-378'/>
     </function-decl>
     <function-decl name='PyCFunction_GetSelf' mangled-name='PyCFunction_GetSelf' filepath='Objects/methodobject.c' line='127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetSelf'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='127' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/moduleobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='39' column='1' id='type-id-378'>
+  <abi-instr address-size='64' path='Objects/moduleobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='39' column='1' id='type-id-379'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/moduleobject.h' line='40' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/moduleobject.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='m_init' type-id='type-id-379' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>
+        <var-decl name='m_init' type-id='type-id-380' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='m_index' type-id='type-id-7' visibility='default' filepath='./Include/moduleobject.h' line='52' column='1'/>
         <var-decl name='m_copy' type-id='type-id-4' visibility='default' filepath='./Include/moduleobject.h' line='57' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyModuleDef_Base' type-id='type-id-378' filepath='./Include/moduleobject.h' line='58' column='1' id='type-id-380'/>
-    <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='69' column='1' id='type-id-381'>
+    <typedef-decl name='PyModuleDef_Base' type-id='type-id-379' filepath='./Include/moduleobject.h' line='58' column='1' id='type-id-381'/>
+    <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='69' column='1' id='type-id-382'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='slot' type-id='type-id-5' visibility='default' filepath='./Include/moduleobject.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='value' type-id='type-id-29' visibility='default' filepath='./Include/moduleobject.h' line='71' column='1'/>
+        <var-decl name='value' type-id='type-id-30' visibility='default' filepath='./Include/moduleobject.h' line='71' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='107' column='1' id='type-id-382'>
+    <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='107' column='1' id='type-id-383'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='m_base' type-id='type-id-380' visibility='default' filepath='./Include/moduleobject.h' line='108' column='1'/>
+        <var-decl name='m_base' type-id='type-id-381' visibility='default' filepath='./Include/moduleobject.h' line='108' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='m_name' type-id='type-id-6' visibility='default' filepath='./Include/moduleobject.h' line='109' column='1'/>
         <var-decl name='m_size' type-id='type-id-7' visibility='default' filepath='./Include/moduleobject.h' line='111' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='m_methods' type-id='type-id-332' visibility='default' filepath='./Include/moduleobject.h' line='112' column='1'/>
+        <var-decl name='m_methods' type-id='type-id-333' visibility='default' filepath='./Include/moduleobject.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='m_slots' type-id='type-id-383' visibility='default' filepath='./Include/moduleobject.h' line='113' column='1'/>
+        <var-decl name='m_slots' type-id='type-id-384' visibility='default' filepath='./Include/moduleobject.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='m_traverse' type-id='type-id-310' visibility='default' filepath='./Include/moduleobject.h' line='114' column='1'/>
+        <var-decl name='m_traverse' type-id='type-id-311' visibility='default' filepath='./Include/moduleobject.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='m_clear' type-id='type-id-311' visibility='default' filepath='./Include/moduleobject.h' line='115' column='1'/>
+        <var-decl name='m_clear' type-id='type-id-312' visibility='default' filepath='./Include/moduleobject.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='m_free' type-id='type-id-384' visibility='default' filepath='./Include/moduleobject.h' line='116' column='1'/>
+        <var-decl name='m_free' type-id='type-id-385' visibility='default' filepath='./Include/moduleobject.h' line='116' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyModuleDef' type-id='type-id-382' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-9'/>
-    <typedef-decl name='PyModuleDef_Slot' type-id='type-id-381' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-385'/>
-    <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-386'/>
-    <pointer-type-def type-id='type-id-385' size-in-bits='64' id='type-id-383'/>
-    <qualified-type-def type-id='type-id-387' const='yes' id='type-id-388'/>
-    <pointer-type-def type-id='type-id-388' size-in-bits='64' id='type-id-18'/>
+    <typedef-decl name='PyModuleDef' type-id='type-id-383' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-9'/>
+    <typedef-decl name='PyModuleDef_Slot' type-id='type-id-382' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-386'/>
+    <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-387'/>
+    <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-384'/>
+    <qualified-type-def type-id='type-id-388' const='yes' id='type-id-389'/>
+    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-18'/>
     <function-decl name='_PyObject_GenericGetAttrWithDict' mangled-name='_PyObject_GenericGetAttrWithDict' filepath='./Include/cpython/object.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericGetAttrWithDict'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_wgetcwd' filepath='./Include/internal/pycore_fileutils.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-58'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_PyImport_IsInitialized' filepath='./Include/internal/pycore_import.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_GetNextModuleIndex' filepath='./Include/internal/pycore_import.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyImport_ImportlibModuleRepr' filepath='./Include/internal/pycore_import.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <var-decl name='PyModule_Type' type-id='type-id-264' mangled-name='PyModule_Type' visibility='default' filepath='./Include/moduleobject.h' line='10' column='1' elf-symbol-id='PyModule_Type'/>
-    <var-decl name='PyModuleDef_Type' type-id='type-id-264' mangled-name='PyModuleDef_Type' visibility='default' filepath='./Include/moduleobject.h' line='36' column='1' elf-symbol-id='PyModuleDef_Type'/>
+    <var-decl name='PyModule_Type' type-id='type-id-265' mangled-name='PyModule_Type' visibility='default' filepath='./Include/moduleobject.h' line='10' column='1' elf-symbol-id='PyModule_Type'/>
+    <var-decl name='PyModuleDef_Type' type-id='type-id-265' mangled-name='PyModuleDef_Type' visibility='default' filepath='./Include/moduleobject.h' line='36' column='1' elf-symbol-id='PyModuleDef_Type'/>
     <function-decl name='PyObject_SetAttrString' mangled-name='PyObject_SetAttrString' filepath='./Include/object.h' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetAttrString'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyUnicode_AsWideChar' mangled-name='PyUnicode_AsWideChar' filepath='./Include/unicodeobject.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideChar'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-58'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-7'/>
     </function-decl>
     </function-decl>
     <function-decl name='wcsrchr' filepath='/usr/include/wchar.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-387'/>
-      <return type-id='type-id-57'/>
+      <parameter type-id='type-id-388'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='PyModuleDef_Init' mangled-name='PyModuleDef_Init' filepath='Objects/moduleobject.c' line='45' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModuleDef_Init'>
-      <parameter type-id='type-id-386' name='def' filepath='Objects/moduleobject.c' line='45' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Objects/moduleobject.c' line='45' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyModule_NewObject' mangled-name='PyModule_NewObject' filepath='Objects/moduleobject.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_NewObject'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyModule_Create2' mangled-name='PyModule_Create2' filepath='Objects/moduleobject.c' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_Create2'>
-      <parameter type-id='type-id-386' name='module' filepath='Objects/moduleobject.c' line='198' column='1'/>
+      <parameter type-id='type-id-387' name='module' filepath='Objects/moduleobject.c' line='198' column='1'/>
       <parameter type-id='type-id-5' name='module_api_version' filepath='Objects/moduleobject.c' line='198' column='1'/>
       <return type-id='type-id-4'/>
     </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-386' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>
       <parameter type-id='type-id-4' name='spec' filepath='Objects/moduleobject.c' line='260' column='1'/>
       <parameter type-id='type-id-5' name='module_api_version' filepath='Objects/moduleobject.c' line='260' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyModule_ExecDef' mangled-name='PyModule_ExecDef' filepath='Objects/moduleobject.c' line='454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_ExecDef'>
       <parameter type-id='type-id-4' name='module' filepath='Objects/moduleobject.c' line='454' column='1'/>
-      <parameter type-id='type-id-386' name='def' filepath='Objects/moduleobject.c' line='454' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Objects/moduleobject.c' line='454' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyModule_AddFunctions' mangled-name='PyModule_AddFunctions' filepath='Objects/moduleobject.c' line='523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddFunctions'>
       <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='523' column='1'/>
-      <parameter type-id='type-id-332' name='functions' filepath='Objects/moduleobject.c' line='523' column='1'/>
+      <parameter type-id='type-id-333' name='functions' filepath='Objects/moduleobject.c' line='523' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyModule_SetDocString' mangled-name='PyModule_SetDocString' filepath='Objects/moduleobject.c' line='537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_SetDocString'>
     </function-decl>
     <function-decl name='PyModule_GetDef' mangled-name='PyModule_GetDef' filepath='Objects/moduleobject.c' line='644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetDef'>
       <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='644' column='1'/>
-      <return type-id='type-id-386'/>
+      <return type-id='type-id-387'/>
     </function-decl>
     <function-decl name='PyModule_GetState' mangled-name='PyModule_GetState' filepath='Objects/moduleobject.c' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetState'>
       <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='654' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-389'>
+    <function-type size-in-bits='64' id='type-id-390'>
       <return type-id='type-id-4'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyArg_NoPositional' mangled-name='_PyArg_NoPositional' filepath='./Include/internal/pycore_modsupport.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_NoPositional'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyNamespace_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1'/>
+    <var-decl name='_PyNamespace_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1'/>
     <function-decl name='PyUnicode_Join' mangled-name='PyUnicode_Join' filepath='./Include/unicodeobject.h' line='881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Join'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/object.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='192' id='type-id-96'>
-      <subrange length='6' type-id='type-id-2' id='type-id-390'/>
+  <abi-instr address-size='64' path='Objects/object.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='192' id='type-id-97'>
+      <subrange length='6' type-id='type-id-2' id='type-id-391'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='infinite' id='type-id-391'>
-      <subrange length='infinite' id='type-id-229'/>
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='infinite' id='type-id-392'>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
-    <class-decl name='PyModuleObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='17' column='1' id='type-id-393'>
+    <class-decl name='PyModuleObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='17' column='1' id='type-id-394'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='18' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='18' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='md_dict' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='19' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='md_def' type-id='type-id-386' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='20' column='1'/>
+        <var-decl name='md_def' type-id='type-id-387' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='md_state' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='21' column='1'/>
+        <var-decl name='md_state' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='md_weaklist' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='22' column='1'/>
         <var-decl name='md_name' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='24' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyModuleObject' type-id='type-id-393' filepath='./Include/internal/pycore_moduleobject.h' line='28' column='1' id='type-id-392'/>
-    <enum-decl name='PyGILState_STATE' naming-typedef-id='type-id-394' filepath='./Include/pystate.h' line='77' column='1' id='type-id-395'>
-      <underlying-type type-id='type-id-31'/>
+    <typedef-decl name='PyModuleObject' type-id='type-id-394' filepath='./Include/internal/pycore_moduleobject.h' line='28' column='1' id='type-id-393'/>
+    <enum-decl name='PyGILState_STATE' naming-typedef-id='type-id-395' filepath='./Include/pystate.h' line='77' column='1' id='type-id-396'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PyGILState_LOCKED' value='0'/>
       <enumerator name='PyGILState_UNLOCKED' value='1'/>
     </enum-decl>
-    <typedef-decl name='PyGILState_STATE' type-id='type-id-395' filepath='./Include/pystate.h' line='78' column='1' id='type-id-394'/>
-    <pointer-type-def type-id='type-id-392' size-in-bits='64' id='type-id-396'/>
-    <pointer-type-def type-id='type-id-397' size-in-bits='64' id='type-id-398'/>
-    <pointer-type-def type-id='type-id-399' size-in-bits='64' id='type-id-400'/>
-    <qualified-type-def type-id='type-id-29' restrict='yes' id='type-id-230'/>
+    <typedef-decl name='PyGILState_STATE' type-id='type-id-396' filepath='./Include/pystate.h' line='78' column='1' id='type-id-395'/>
+    <pointer-type-def type-id='type-id-393' size-in-bits='64' id='type-id-397'/>
+    <pointer-type-def type-id='type-id-398' size-in-bits='64' id='type-id-399'/>
+    <pointer-type-def type-id='type-id-400' size-in-bits='64' id='type-id-401'/>
+    <qualified-type-def type-id='type-id-30' restrict='yes' id='type-id-231'/>
     <function-decl name='_PyEval_GetFrameLocals' filepath='./Include/internal/pycore_ceval.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyDict_DebugMallocStats' filepath='./Include/internal/pycore_dict.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObjectDict_SetItem' filepath='./Include/internal/pycore_dict.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_MaterializeManagedDict' filepath='./Include/internal/pycore_dict.h' line='281' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-334'/>
+      <return type-id='type-id-335'/>
     </function-decl>
     <function-decl name='_PyFloat_DebugMallocStats' filepath='./Include/internal/pycore_floatobject.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTuple_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFloat_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyList_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PySlice_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyDict_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyAsyncGen_ClearFreeLists' filepath='./Include/internal/pycore_freelist.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyContext_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObjectStackChunk_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyList_DebugMallocStats' filepath='./Include/internal/pycore_list.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_module_getattro_impl' filepath='./Include/internal/pycore_moduleobject.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-397'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_module_getattro' filepath='./Include/internal/pycore_moduleobject.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-397'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyObject_TryGetInstanceAttribute' filepath='./Include/internal/pycore_object.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
-      <return type-id='type-id-351'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-352'/>
     </function-decl>
-    <var-decl name='_PyNone_Type' type-id='type-id-264' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='781' column='1' elf-symbol-id='_PyNone_Type'/>
-    <var-decl name='_PyNotImplemented_Type' type-id='type-id-264' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='782' column='1' elf-symbol-id='_PyNotImplemented_Type'/>
-    <var-decl name='_Py_SwappedOp' type-id='type-id-391' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/internal/pycore_object.h' line='786' column='1' elf-symbol-id='_Py_SwappedOp'/>
+    <var-decl name='_PyNone_Type' type-id='type-id-265' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='781' column='1' elf-symbol-id='_PyNone_Type'/>
+    <var-decl name='_PyNotImplemented_Type' type-id='type-id-265' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='782' column='1' elf-symbol-id='_PyNotImplemented_Type'/>
+    <var-decl name='_Py_SwappedOp' type-id='type-id-392' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/internal/pycore_object.h' line='786' column='1' elf-symbol-id='_Py_SwappedOp'/>
     <function-decl name='_PyTuple_DebugMallocStats' filepath='./Include/internal/pycore_tuple.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyStaticType_GetState' filepath='./Include/internal/pycore_typeobject.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1'/>
-      <return type-id='type-id-400'/>
+      <return type-id='type-id-401'/>
     </function-decl>
     <function-decl name='_Py_type_getattro_impl' filepath='./Include/internal/pycore_typeobject.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_type_getattro' filepath='./Include/internal/pycore_typeobject.h' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_initialize_generic' filepath='./Include/internal/pycore_typevarobject.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_CheckConsistency' mangled-name='_PyUnicode_CheckConsistency' filepath='./Include/internal/pycore_unicodeobject.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_CheckConsistency'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <var-decl name='_Py_NoneStruct' type-id='type-id-355' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='1101' column='1' elf-symbol-id='_Py_NoneStruct'/>
-    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-355' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='1120' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>
+    <var-decl name='_Py_NoneStruct' type-id='type-id-356' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='1101' column='1' elf-symbol-id='_Py_NoneStruct'/>
+    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-356' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='1120' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>
     <function-decl name='PyThreadState_GetDict' mangled-name='PyThreadState_GetDict' filepath='./Include/pystate.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetDict'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyGILState_Ensure' mangled-name='PyGILState_Ensure' filepath='./Include/pystate.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Ensure'>
-      <return type-id='type-id-394'/>
+      <return type-id='type-id-395'/>
     </function-decl>
     <function-decl name='PyGILState_Release' mangled-name='PyGILState_Release' filepath='./Include/pystate.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Release'>
-      <parameter type-id='type-id-394'/>
+      <parameter type-id='type-id-395'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnicode_DecodeASCII' mangled-name='PyUnicode_DecodeASCII' filepath='./Include/unicodeobject.h' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeASCII'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='fprintf' filepath='/usr/include/stdio.h' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-401'/>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-402'/>
+      <parameter type-id='type-id-178'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fwrite' filepath='/usr/include/stdio.h' line='681' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-230'/>
+      <parameter type-id='type-id-231'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-401'/>
+      <parameter type-id='type-id-402'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='ferror' filepath='/usr/include/stdio.h' line='790' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMem_DumpTraceback' filepath='Objects/object.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_IncRef' mangled-name='Py_IncRef' filepath='Objects/object.c' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IncRef'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_InitVar'>
-      <parameter type-id='type-id-319' name='op' filepath='Objects/object.c' line='448' column='1'/>
+      <parameter type-id='type-id-320' name='op' filepath='Objects/object.c' line='448' column='1'/>
       <parameter type-id='type-id-1' name='tp' filepath='Objects/object.c' line='448' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/object.c' line='448' column='1'/>
-      <return type-id='type-id-319'/>
+      <return type-id='type-id-320'/>
     </function-decl>
     <function-decl name='PyObject_CallFinalizer' mangled-name='PyObject_CallFinalizer' filepath='Objects/object.c' line='483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizer'>
       <parameter type-id='type-id-4' name='self' filepath='Objects/object.c' line='483' column='1'/>
     </function-decl>
     <function-decl name='PyObject_Print' mangled-name='PyObject_Print' filepath='Objects/object.c' line='535' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Print'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='535' column='1'/>
-      <parameter type-id='type-id-55' name='fp' filepath='Objects/object.c' line='535' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Objects/object.c' line='535' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/object.c' line='535' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_GetOptionalAttrString' mangled-name='PyObject_GetOptionalAttrString' filepath='Objects/object.c' line='1279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttrString'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1279' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1279' column='1'/>
-      <parameter type-id='type-id-236' name='result' filepath='Objects/object.c' line='1279' column='1'/>
+      <parameter type-id='type-id-237' name='result' filepath='Objects/object.c' line='1279' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_HasAttr' mangled-name='PyObject_HasAttr' filepath='Objects/object.c' line='1313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttr'>
     </function-decl>
     <function-decl name='_PyObject_GetDictPtr' mangled-name='_PyObject_GetDictPtr' filepath='Objects/object.c' line='1418' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetDictPtr'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1418' column='1'/>
-      <return type-id='type-id-236'/>
+      <return type-id='type-id-237'/>
     </function-decl>
     <function-decl name='_PyObject_GenericSetAttrWithDict' mangled-name='_PyObject_GenericSetAttrWithDict' filepath='Objects/object.c' line='1679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericSetAttrWithDict'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1679' column='1'/>
       <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1846' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_Py_ResurrectReference' mangled-name='_Py_ResurrectReference' filepath='Objects/object.c' line='2471' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ResurrectReference'>
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2471' column='1'/>
+    <function-decl name='_Py_ResurrectReference' mangled-name='_Py_ResurrectReference' filepath='Objects/object.c' line='2479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ResurrectReference'>
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2479' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyObject_GET_WEAKREFS_LISTPTR' mangled-name='PyObject_GET_WEAKREFS_LISTPTR' filepath='Objects/object.c' line='2906' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2906' column='1'/>
-      <return type-id='type-id-236'/>
+    <function-decl name='PyObject_GET_WEAKREFS_LISTPTR' mangled-name='PyObject_GET_WEAKREFS_LISTPTR' filepath='Objects/object.c' line='2914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2914' column='1'/>
+      <return type-id='type-id-237'/>
     </function-decl>
-    <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='2917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2917' column='1'/>
+    <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='2925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2925' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='Py_XNewRef' mangled-name='Py_XNewRef' filepath='Objects/object.c' line='2923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_XNewRef'>
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2923' column='1'/>
+    <function-decl name='Py_XNewRef' mangled-name='Py_XNewRef' filepath='Objects/object.c' line='2931' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_XNewRef'>
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2931' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='Py_Is' mangled-name='Py_Is' filepath='Objects/object.c' line='2935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Is'>
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2935' column='1'/>
-      <parameter type-id='type-id-4' name='y' filepath='Objects/object.c' line='2935' column='1'/>
+    <function-decl name='Py_Is' mangled-name='Py_Is' filepath='Objects/object.c' line='2943' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Is'>
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2943' column='1'/>
+      <parameter type-id='type-id-4' name='y' filepath='Objects/object.c' line='2943' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='Py_IsNone' mangled-name='Py_IsNone' filepath='Objects/object.c' line='2940' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsNone'>
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2940' column='1'/>
+    <function-decl name='Py_IsNone' mangled-name='Py_IsNone' filepath='Objects/object.c' line='2948' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsNone'>
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2948' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='Py_IsTrue' mangled-name='Py_IsTrue' filepath='Objects/object.c' line='2945' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsTrue'>
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2945' column='1'/>
+    <function-decl name='Py_IsTrue' mangled-name='Py_IsTrue' filepath='Objects/object.c' line='2953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsTrue'>
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2953' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='Py_IsFalse' mangled-name='Py_IsFalse' filepath='Objects/object.c' line='2950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFalse'>
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2950' column='1'/>
+    <function-decl name='Py_IsFalse' mangled-name='Py_IsFalse' filepath='Objects/object.c' line='2958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFalse'>
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2958' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_Py_SetRefcnt' mangled-name='_Py_SetRefcnt' filepath='Objects/object.c' line='2958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetRefcnt'>
-      <parameter type-id='type-id-4' name='ob' filepath='Objects/object.c' line='2958' column='1'/>
-      <parameter type-id='type-id-7' name='refcnt' filepath='Objects/object.c' line='2958' column='1'/>
+    <function-decl name='_Py_SetRefcnt' mangled-name='_Py_SetRefcnt' filepath='Objects/object.c' line='2966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetRefcnt'>
+      <parameter type-id='type-id-4' name='ob' filepath='Objects/object.c' line='2966' column='1'/>
+      <parameter type-id='type-id-7' name='refcnt' filepath='Objects/object.c' line='2966' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyRefTracer_SetTracer' mangled-name='PyRefTracer_SetTracer' filepath='Objects/object.c' line='2963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_SetTracer'>
-      <parameter type-id='type-id-402' name='tracer' filepath='Objects/object.c' line='2963' column='1'/>
-      <parameter type-id='type-id-29' name='data' filepath='Objects/object.c' line='2963' column='1'/>
+    <function-decl name='PyRefTracer_SetTracer' mangled-name='PyRefTracer_SetTracer' filepath='Objects/object.c' line='2971' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_SetTracer'>
+      <parameter type-id='type-id-403' name='tracer' filepath='Objects/object.c' line='2971' column='1'/>
+      <parameter type-id='type-id-30' name='data' filepath='Objects/object.c' line='2971' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRefTracer_GetTracer' mangled-name='PyRefTracer_GetTracer' filepath='Objects/object.c' line='2970' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_GetTracer'>
-      <parameter type-id='type-id-260' name='data' filepath='Objects/object.c' line='2970' column='1'/>
-      <return type-id='type-id-402'/>
+    <function-decl name='PyRefTracer_GetTracer' mangled-name='PyRefTracer_GetTracer' filepath='Objects/object.c' line='2978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_GetTracer'>
+      <parameter type-id='type-id-261' name='data' filepath='Objects/object.c' line='2978' column='1'/>
+      <return type-id='type-id-403'/>
     </function-decl>
-    <function-decl name='Py_GetConstant' mangled-name='Py_GetConstant' filepath='Objects/object.c' line='3010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstant'>
-      <parameter type-id='type-id-100' name='constant_id' filepath='Objects/object.c' line='3010' column='1'/>
+    <function-decl name='Py_GetConstant' mangled-name='Py_GetConstant' filepath='Objects/object.c' line='3018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstant'>
+      <parameter type-id='type-id-101' name='constant_id' filepath='Objects/object.c' line='3018' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='Py_GetConstantBorrowed' mangled-name='Py_GetConstantBorrowed' filepath='Objects/object.c' line='3023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstantBorrowed'>
-      <parameter type-id='type-id-100' name='constant_id' filepath='Objects/object.c' line='3023' column='1'/>
+    <function-decl name='Py_GetConstantBorrowed' mangled-name='Py_GetConstantBorrowed' filepath='Objects/object.c' line='3031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstantBorrowed'>
+      <parameter type-id='type-id-101' name='constant_id' filepath='Objects/object.c' line='3031' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-397'>
+    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-398'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='floats' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>
+        <var-decl name='floats' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tuples' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>
+        <var-decl name='tuples' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
-        <var-decl name='lists' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>
+        <var-decl name='lists' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7232'>
-        <var-decl name='dicts' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>
+        <var-decl name='dicts' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='12416'>
-        <var-decl name='dictkeys' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>
+        <var-decl name='dictkeys' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17600'>
-        <var-decl name='slices' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>
+        <var-decl name='slices' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17664'>
-        <var-decl name='contexts' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>
+        <var-decl name='contexts' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17792'>
-        <var-decl name='async_gens' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>
+        <var-decl name='async_gens' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22976'>
-        <var-decl name='async_gen_asends' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>
+        <var-decl name='async_gen_asends' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28160'>
-        <var-decl name='object_stacks' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>
+        <var-decl name='object_stacks' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-407'>
+    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-408'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='items' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>
+        <var-decl name='items' type-id='type-id-414' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5120'>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='82' column='1'/>
       </data-member>
     </class-decl>
-    <array-type-def dimensions='1' type-id='type-id-414' size-in-bits='5120' id='type-id-413'>
-      <subrange length='80' type-id='type-id-2' id='type-id-415'/>
+    <array-type-def dimensions='1' type-id='type-id-415' size-in-bits='5120' id='type-id-414'>
+      <subrange length='80' type-id='type-id-2' id='type-id-416'/>
     </array-type-def>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/obmalloc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-416' size-in-bits='14400' id='type-id-417'>
-      <subrange length='75' type-id='type-id-2' id='type-id-418'/>
+  <abi-instr address-size='64' path='Objects/obmalloc.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-417' size-in-bits='14400' id='type-id-418'>
+      <subrange length='75' type-id='type-id-2' id='type-id-419'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-419' size-in-bits='8256' id='type-id-420'>
-      <subrange length='129' type-id='type-id-2' id='type-id-421'/>
+    <array-type-def dimensions='1' type-id='type-id-420' size-in-bits='8256' id='type-id-421'>
+      <subrange length='129' type-id='type-id-2' id='type-id-422'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-422' size-in-bits='6912' id='type-id-423'>
-      <subrange length='36' type-id='type-id-2' id='type-id-424'/>
+    <array-type-def dimensions='1' type-id='type-id-423' size-in-bits='6912' id='type-id-424'>
+      <subrange length='36' type-id='type-id-2' id='type-id-425'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='512' id='type-id-425'>
-      <subrange length='16' type-id='type-id-2' id='type-id-63'/>
+    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='512' id='type-id-426'>
+      <subrange length='16' type-id='type-id-2' id='type-id-64'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-426' size-in-bits='64' id='type-id-427'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+    <array-type-def dimensions='1' type-id='type-id-427' size-in-bits='64' id='type-id-428'>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-426' size-in-bits='128' id='type-id-429'>
-      <subrange length='2' type-id='type-id-2' id='type-id-430'/>
+    <array-type-def dimensions='1' type-id='type-id-427' size-in-bits='128' id='type-id-430'>
+      <subrange length='2' type-id='type-id-2' id='type-id-431'/>
     </array-type-def>
-    <enum-decl name='PyMemAllocatorDomain' naming-typedef-id='type-id-431' filepath='./Include/cpython/pymem.h' line='5' column='1' id='type-id-432'>
-      <underlying-type type-id='type-id-31'/>
+    <enum-decl name='PyMemAllocatorDomain' naming-typedef-id='type-id-432' filepath='./Include/cpython/pymem.h' line='5' column='1' id='type-id-433'>
+      <underlying-type type-id='type-id-32'/>
       <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-432' filepath='./Include/cpython/pymem.h' line='14' column='1' id='type-id-431'/>
-    <typedef-decl name='mi_heap_t' type-id='type-id-433' filepath='./Include/internal/mimalloc/mimalloc.h' line='188' column='1' id='type-id-434'/>
-    <typedef-decl name='mi_arena_id_t' type-id='type-id-5' filepath='./Include/internal/mimalloc/mimalloc.h' line='281' column='1' id='type-id-435'/>
-    <typedef-decl name='mi_encoded_t' type-id='type-id-426' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='231' column='1' id='type-id-436'/>
-    <typedef-decl name='mi_threadid_t' type-id='type-id-21' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='234' column='1' id='type-id-437'/>
-    <class-decl name='mi_block_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='237' column='1' id='type-id-438'>
+    <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-433' filepath='./Include/cpython/pymem.h' line='14' column='1' id='type-id-432'/>
+    <typedef-decl name='mi_heap_t' type-id='type-id-434' filepath='./Include/internal/mimalloc/mimalloc.h' line='188' column='1' id='type-id-435'/>
+    <typedef-decl name='mi_arena_id_t' type-id='type-id-5' filepath='./Include/internal/mimalloc/mimalloc.h' line='281' column='1' id='type-id-436'/>
+    <typedef-decl name='mi_encoded_t' type-id='type-id-427' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='231' column='1' id='type-id-437'/>
+    <typedef-decl name='mi_threadid_t' type-id='type-id-21' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='234' column='1' id='type-id-438'/>
+    <class-decl name='mi_block_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='237' column='1' id='type-id-439'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next' type-id='type-id-436' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='238' column='1'/>
+        <var-decl name='next' type-id='type-id-437' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='238' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_block_t' type-id='type-id-438' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='239' column='1' id='type-id-439'/>
-    <union-decl name='mi_page_flags_s' size-in-bits='8' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='254' column='1' id='type-id-440'>
+    <typedef-decl name='mi_block_t' type-id='type-id-439' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='239' column='1' id='type-id-440'/>
+    <union-decl name='mi_page_flags_s' size-in-bits='8' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='254' column='1' id='type-id-441'>
       <data-member access='public'>
-        <var-decl name='full_aligned' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='255' column='1'/>
+        <var-decl name='full_aligned' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='255' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='x' type-id='type-id-441' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='259' column='1'/>
+        <var-decl name='x' type-id='type-id-442' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='259' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='256' column='1' id='type-id-441'>
+    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='256' column='1' id='type-id-442'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='in_full' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='257' column='1'/>
+        <var-decl name='in_full' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='257' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1'>
-        <var-decl name='has_aligned' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='258' column='1'/>
+        <var-decl name='has_aligned' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='258' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_page_flags_t' type-id='type-id-440' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='260' column='1' id='type-id-442'/>
-    <class-decl name='mi_page_s' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='308' column='1' id='type-id-443'>
+    <typedef-decl name='mi_page_flags_t' type-id='type-id-441' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='260' column='1' id='type-id-443'/>
+    <class-decl name='mi_page_s' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='308' column='1' id='type-id-444'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='slice_count' type-id='type-id-324' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='310' column='1'/>
+        <var-decl name='slice_count' type-id='type-id-325' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='310' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='slice_offset' type-id='type-id-324' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='311' column='1'/>
+        <var-decl name='slice_offset' type-id='type-id-325' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='311' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='is_committed' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='312' column='1'/>
+        <var-decl name='is_committed' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='312' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='65'>
-        <var-decl name='is_zero_init' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='313' column='1'/>
+        <var-decl name='is_zero_init' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='313' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='66'>
-        <var-decl name='use_qsbr' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='314' column='1'/>
+        <var-decl name='use_qsbr' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='314' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='67'>
-        <var-decl name='tag' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='315' column='1'/>
+        <var-decl name='tag' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='315' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='72'>
-        <var-decl name='debug_offset' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='316' column='1'/>
+        <var-decl name='debug_offset' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='316' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80'>
-        <var-decl name='capacity' type-id='type-id-444' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='319' column='1'/>
+        <var-decl name='capacity' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='319' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='reserved' type-id='type-id-444' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='320' column='1'/>
+        <var-decl name='reserved' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='320' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='112'>
-        <var-decl name='flags' type-id='type-id-442' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='321' column='1'/>
+        <var-decl name='flags' type-id='type-id-443' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='321' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='120'>
-        <var-decl name='free_is_zero' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='322' column='1'/>
+        <var-decl name='free_is_zero' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='322' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='121'>
-        <var-decl name='retire_expire' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='323' column='1'/>
+        <var-decl name='retire_expire' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='323' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='325' column='1'/>
+        <var-decl name='free' type-id='type-id-446' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='325' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='used' type-id='type-id-324' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='326' column='1'/>
+        <var-decl name='used' type-id='type-id-325' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='326' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224'>
-        <var-decl name='xblock_size' type-id='type-id-324' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='327' column='1'/>
+        <var-decl name='xblock_size' type-id='type-id-325' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='327' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='local_free' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='328' column='1'/>
+        <var-decl name='local_free' type-id='type-id-446' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='328' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='next' type-id='type-id-446' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='337' column='1'/>
+        <var-decl name='next' type-id='type-id-447' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='337' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='prev' type-id='type-id-446' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='338' column='1'/>
+        <var-decl name='prev' type-id='type-id-447' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='338' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='padding' type-id='type-id-427' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='347' column='1'/>
+        <var-decl name='padding' type-id='type-id-428' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='347' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_page_t' type-id='type-id-443' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='349' column='1' id='type-id-447'/>
-    <typedef-decl name='mi_slice_t' type-id='type-id-447' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='395' column='1' id='type-id-448'/>
-    <class-decl name='mi_abandoned_pool_s' size-in-bits='2560' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='476' column='1' id='type-id-449'/>
-    <typedef-decl name='mi_abandoned_pool_t' type-id='type-id-449' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='493' column='1' id='type-id-450'/>
-    <typedef-decl name='mi_tld_t' type-id='type-id-451' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='510' column='1' id='type-id-452'/>
-    <class-decl name='mi_page_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='513' column='1' id='type-id-453'>
+    <typedef-decl name='mi_page_t' type-id='type-id-444' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='349' column='1' id='type-id-448'/>
+    <typedef-decl name='mi_slice_t' type-id='type-id-448' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='395' column='1' id='type-id-449'/>
+    <class-decl name='mi_abandoned_pool_s' size-in-bits='2560' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='476' column='1' id='type-id-450'/>
+    <typedef-decl name='mi_abandoned_pool_t' type-id='type-id-450' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='493' column='1' id='type-id-451'/>
+    <typedef-decl name='mi_tld_t' type-id='type-id-452' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='510' column='1' id='type-id-453'/>
+    <class-decl name='mi_page_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='513' column='1' id='type-id-454'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='first' type-id='type-id-419' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='514' column='1'/>
+        <var-decl name='first' type-id='type-id-420' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='514' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='last' type-id='type-id-419' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='515' column='1'/>
+        <var-decl name='last' type-id='type-id-420' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='515' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='block_size' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='516' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_page_queue_t' type-id='type-id-453' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='517' column='1' id='type-id-416'/>
-    <class-decl name='mi_random_cxt_s' size-in-bits='1088' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='522' column='1' id='type-id-454'>
+    <typedef-decl name='mi_page_queue_t' type-id='type-id-454' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='517' column='1' id='type-id-417'/>
+    <class-decl name='mi_random_cxt_s' size-in-bits='1088' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='522' column='1' id='type-id-455'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='input' type-id='type-id-425' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='523' column='1'/>
+        <var-decl name='input' type-id='type-id-426' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='523' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='output' type-id='type-id-425' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='524' column='1'/>
+        <var-decl name='output' type-id='type-id-426' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='524' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
         <var-decl name='output_available' type-id='type-id-5' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='525' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1056'>
-        <var-decl name='weak' type-id='type-id-351' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='526' column='1'/>
+        <var-decl name='weak' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='526' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_random_ctx_t' type-id='type-id-454' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='527' column='1' id='type-id-455'/>
-    <class-decl name='mi_heap_s' size-in-bits='24512' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='547' column='1' id='type-id-433'>
+    <typedef-decl name='mi_random_ctx_t' type-id='type-id-455' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='527' column='1' id='type-id-456'/>
+    <class-decl name='mi_heap_s' size-in-bits='24512' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='547' column='1' id='type-id-434'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tld' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='548' column='1'/>
+        <var-decl name='tld' type-id='type-id-457' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='548' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='pages_free_direct' type-id='type-id-420' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='549' column='1'/>
+        <var-decl name='pages_free_direct' type-id='type-id-421' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='549' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8320'>
-        <var-decl name='pages' type-id='type-id-417' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='550' column='1'/>
+        <var-decl name='pages' type-id='type-id-418' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='550' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22784'>
-        <var-decl name='thread_id' type-id='type-id-437' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='552' column='1'/>
+        <var-decl name='thread_id' type-id='type-id-438' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='552' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22848'>
-        <var-decl name='arena_id' type-id='type-id-435' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='553' column='1'/>
+        <var-decl name='arena_id' type-id='type-id-436' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='553' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22912'>
-        <var-decl name='cookie' type-id='type-id-426' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='554' column='1'/>
+        <var-decl name='cookie' type-id='type-id-427' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='554' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22976'>
-        <var-decl name='keys' type-id='type-id-429' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='555' column='1'/>
+        <var-decl name='keys' type-id='type-id-430' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='555' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='23104'>
-        <var-decl name='random' type-id='type-id-455' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='556' column='1'/>
+        <var-decl name='random' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='556' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24192'>
         <var-decl name='page_count' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='557' column='1'/>
         <var-decl name='page_retired_max' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='559' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24384'>
-        <var-decl name='next' type-id='type-id-457' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='560' column='1'/>
+        <var-decl name='next' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='560' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24448'>
-        <var-decl name='no_reclaim' type-id='type-id-351' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='561' column='1'/>
+        <var-decl name='no_reclaim' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='561' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24456'>
-        <var-decl name='tag' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='562' column='1'/>
+        <var-decl name='tag' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='562' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24464'>
-        <var-decl name='debug_offset' type-id='type-id-303' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='563' column='1'/>
+        <var-decl name='debug_offset' type-id='type-id-304' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='563' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24472'>
-        <var-decl name='page_use_qsbr' type-id='type-id-351' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='564' column='1'/>
+        <var-decl name='page_use_qsbr' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='564' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='mi_stat_count_s' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='615' column='1' id='type-id-458'>
+    <class-decl name='mi_stat_count_s' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='615' column='1' id='type-id-459'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='allocated' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='616' column='1'/>
+        <var-decl name='allocated' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='616' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='freed' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='617' column='1'/>
+        <var-decl name='freed' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='617' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='peak' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='618' column='1'/>
+        <var-decl name='peak' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='618' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='current' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='619' column='1'/>
+        <var-decl name='current' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='619' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_stat_count_t' type-id='type-id-458' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='620' column='1' id='type-id-460'/>
-    <class-decl name='mi_stat_counter_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='622' column='1' id='type-id-461'>
+    <typedef-decl name='mi_stat_count_t' type-id='type-id-459' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='620' column='1' id='type-id-461'/>
+    <class-decl name='mi_stat_counter_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='622' column='1' id='type-id-462'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='total' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='623' column='1'/>
+        <var-decl name='total' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='623' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='count' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='624' column='1'/>
+        <var-decl name='count' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='624' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_stat_counter_t' type-id='type-id-461' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='625' column='1' id='type-id-462'/>
-    <class-decl name='mi_stats_s' size-in-bits='5120' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='627' column='1' id='type-id-463'>
+    <typedef-decl name='mi_stat_counter_t' type-id='type-id-462' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='625' column='1' id='type-id-463'/>
+    <class-decl name='mi_stats_s' size-in-bits='5120' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='627' column='1' id='type-id-464'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='segments' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='628' column='1'/>
+        <var-decl name='segments' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='628' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='pages' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='629' column='1'/>
+        <var-decl name='pages' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='629' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='reserved' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='630' column='1'/>
+        <var-decl name='reserved' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='630' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='committed' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='631' column='1'/>
+        <var-decl name='committed' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='631' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='reset' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='632' column='1'/>
+        <var-decl name='reset' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='632' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='purged' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='633' column='1'/>
+        <var-decl name='purged' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='633' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1536'>
-        <var-decl name='page_committed' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='634' column='1'/>
+        <var-decl name='page_committed' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='634' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1792'>
-        <var-decl name='segments_abandoned' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='635' column='1'/>
+        <var-decl name='segments_abandoned' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='635' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
-        <var-decl name='pages_abandoned' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='636' column='1'/>
+        <var-decl name='pages_abandoned' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='636' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2304'>
-        <var-decl name='threads' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='637' column='1'/>
+        <var-decl name='threads' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='637' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2560'>
-        <var-decl name='normal' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='638' column='1'/>
+        <var-decl name='normal' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='638' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2816'>
-        <var-decl name='huge' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='639' column='1'/>
+        <var-decl name='huge' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='639' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3072'>
-        <var-decl name='large' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='640' column='1'/>
+        <var-decl name='large' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='640' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3328'>
-        <var-decl name='malloc' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='641' column='1'/>
+        <var-decl name='malloc' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='641' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3584'>
-        <var-decl name='segments_cache' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='642' column='1'/>
+        <var-decl name='segments_cache' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='642' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3840'>
-        <var-decl name='pages_extended' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='643' column='1'/>
+        <var-decl name='pages_extended' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='643' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3968'>
-        <var-decl name='mmap_calls' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='644' column='1'/>
+        <var-decl name='mmap_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='644' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4096'>
-        <var-decl name='commit_calls' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='645' column='1'/>
+        <var-decl name='commit_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='645' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4224'>
-        <var-decl name='reset_calls' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='646' column='1'/>
+        <var-decl name='reset_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='646' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4352'>
-        <var-decl name='purge_calls' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='647' column='1'/>
+        <var-decl name='purge_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='647' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4480'>
-        <var-decl name='page_no_retire' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='648' column='1'/>
+        <var-decl name='page_no_retire' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='648' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4608'>
-        <var-decl name='searches' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='649' column='1'/>
+        <var-decl name='searches' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='649' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4736'>
-        <var-decl name='normal_count' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='650' column='1'/>
+        <var-decl name='normal_count' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='650' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4864'>
-        <var-decl name='huge_count' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='651' column='1'/>
+        <var-decl name='huge_count' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='651' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4992'>
-        <var-decl name='large_count' type-id='type-id-462' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='652' column='1'/>
+        <var-decl name='large_count' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='652' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_stats_t' type-id='type-id-463' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='656' column='1' id='type-id-464'/>
-    <class-decl name='mi_span_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='683' column='1' id='type-id-465'>
+    <typedef-decl name='mi_stats_t' type-id='type-id-464' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='656' column='1' id='type-id-465'/>
+    <class-decl name='mi_span_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='683' column='1' id='type-id-466'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='first' type-id='type-id-466' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='684' column='1'/>
+        <var-decl name='first' type-id='type-id-467' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='684' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='last' type-id='type-id-466' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='685' column='1'/>
+        <var-decl name='last' type-id='type-id-467' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='685' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='slice_count' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='686' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_span_queue_t' type-id='type-id-465' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='687' column='1' id='type-id-422'/>
-    <class-decl name='mi_os_tld_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='692' column='1' id='type-id-467'>
+    <typedef-decl name='mi_span_queue_t' type-id='type-id-466' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='687' column='1' id='type-id-423'/>
+    <class-decl name='mi_os_tld_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='692' column='1' id='type-id-468'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='region_idx' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='693' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='stats' type-id='type-id-468' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='694' column='1'/>
+        <var-decl name='stats' type-id='type-id-469' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='694' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_os_tld_t' type-id='type-id-467' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='695' column='1' id='type-id-469'/>
-    <class-decl name='mi_segments_tld_s' size-in-bits='7360' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='699' column='1' id='type-id-470'>
+    <typedef-decl name='mi_os_tld_t' type-id='type-id-468' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='695' column='1' id='type-id-470'/>
+    <class-decl name='mi_segments_tld_s' size-in-bits='7360' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='699' column='1' id='type-id-471'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='spans' type-id='type-id-423' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='700' column='1'/>
+        <var-decl name='spans' type-id='type-id-424' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='700' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6912'>
         <var-decl name='count' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='701' column='1'/>
         <var-decl name='peak_size' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='704' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7168'>
-        <var-decl name='stats' type-id='type-id-468' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='705' column='1'/>
+        <var-decl name='stats' type-id='type-id-469' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='705' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7232'>
-        <var-decl name='os' type-id='type-id-471' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='706' column='1'/>
+        <var-decl name='os' type-id='type-id-472' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='706' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7296'>
-        <var-decl name='abandoned' type-id='type-id-472' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='707' column='1'/>
+        <var-decl name='abandoned' type-id='type-id-473' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='707' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='mi_segments_tld_t' type-id='type-id-470' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='708' column='1' id='type-id-473'/>
-    <class-decl name='mi_tld_s' size-in-bits='12864' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='711' column='1' id='type-id-451'>
+    <typedef-decl name='mi_segments_tld_t' type-id='type-id-471' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='708' column='1' id='type-id-474'/>
+    <class-decl name='mi_tld_s' size-in-bits='12864' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='711' column='1' id='type-id-452'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='heartbeat' type-id='type-id-375' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='712' column='1'/>
+        <var-decl name='heartbeat' type-id='type-id-376' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='712' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='recurse' type-id='type-id-351' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='713' column='1'/>
+        <var-decl name='recurse' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='713' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='heap_backing' type-id='type-id-457' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='714' column='1'/>
+        <var-decl name='heap_backing' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='714' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='heaps' type-id='type-id-457' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='715' column='1'/>
+        <var-decl name='heaps' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='715' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='segments' type-id='type-id-473' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='716' column='1'/>
+        <var-decl name='segments' type-id='type-id-474' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='716' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7616'>
-        <var-decl name='os' type-id='type-id-469' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='717' column='1'/>
+        <var-decl name='os' type-id='type-id-470' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='717' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7744'>
-        <var-decl name='stats' type-id='type-id-464' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='718' column='1'/>
+        <var-decl name='stats' type-id='type-id-465' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='718' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_PyLockFlags' filepath='./Include/internal/pycore_lock.h' line='41' column='1' id='type-id-474'>
-      <underlying-type type-id='type-id-31'/>
+    <enum-decl name='_PyLockFlags' filepath='./Include/internal/pycore_lock.h' line='41' column='1' id='type-id-475'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_Py_LOCK_DONT_DETACH' value='0'/>
       <enumerator name='_PY_LOCK_DETACH' value='1'/>
       <enumerator name='_PY_LOCK_HANDLE_SIGNALS' value='2'/>
     </enum-decl>
-    <typedef-decl name='_PyLockFlags' type-id='type-id-474' filepath='./Include/internal/pycore_lock.h' line='50' column='1' id='type-id-475'/>
-    <typedef-decl name='_PyRuntimeState' type-id='type-id-476' filepath='./Include/internal/pycore_runtime.h' line='359' column='1' id='type-id-477'/>
-    <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-478'>
-      <underlying-type type-id='type-id-31'/>
+    <typedef-decl name='_PyLockFlags' type-id='type-id-475' filepath='./Include/internal/pycore_lock.h' line='50' column='1' id='type-id-476'/>
+    <typedef-decl name='_PyRuntimeState' type-id='type-id-477' filepath='./Include/internal/pycore_runtime.h' line='359' column='1' id='type-id-478'/>
+    <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-479'>
+      <underlying-type type-id='type-id-32'/>
       <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-478' filepath='./Include/pythread.h' line='16' column='1' id='type-id-479'/>
-    <enum-decl name='__rusage_who' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='158' column='1' id='type-id-480'>
-      <underlying-type type-id='type-id-31'/>
+    <typedef-decl name='PyLockStatus' type-id='type-id-479' filepath='./Include/pythread.h' line='16' column='1' id='type-id-480'/>
+    <enum-decl name='__rusage_who' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='158' column='1' id='type-id-481'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='RUSAGE_SELF' value='0'/>
       <enumerator name='RUSAGE_CHILDREN' value='-1'/>
       <enumerator name='RUSAGE_THREAD' value='1'/>
     </enum-decl>
-    <typedef-decl name='__time_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-481'/>
-    <typedef-decl name='__suseconds_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-482'/>
-    <typedef-decl name='__clockid_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='169' column='1' id='type-id-185'/>
-    <typedef-decl name='__syscall_slong_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='197' column='1' id='type-id-483'/>
-    <typedef-decl name='clockid_t' type-id='type-id-185' filepath='/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h' line='7' column='1' id='type-id-225'/>
-    <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='33' column='1' id='type-id-484'>
+    <typedef-decl name='__time_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-482'/>
+    <typedef-decl name='__suseconds_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-483'/>
+    <typedef-decl name='__clockid_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='169' column='1' id='type-id-186'/>
+    <typedef-decl name='__syscall_slong_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='197' column='1' id='type-id-484'/>
+    <typedef-decl name='clockid_t' type-id='type-id-186' filepath='/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h' line='7' column='1' id='type-id-226'/>
+    <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='33' column='1' id='type-id-485'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ru_utime' type-id='type-id-196' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='36' column='1'/>
+        <var-decl name='ru_utime' type-id='type-id-197' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ru_stime' type-id='type-id-196' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='38' column='1'/>
+        <var-decl name='ru_stime' type-id='type-id-197' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='' type-id='type-id-485' visibility='default'/>
+        <var-decl name='' type-id='type-id-486' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='' type-id='type-id-486' visibility='default'/>
+        <var-decl name='' type-id='type-id-487' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='' type-id='type-id-487' visibility='default'/>
+        <var-decl name='' type-id='type-id-488' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='' type-id='type-id-488' visibility='default'/>
+        <var-decl name='' type-id='type-id-489' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='' type-id='type-id-489' visibility='default'/>
+        <var-decl name='' type-id='type-id-490' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='' type-id='type-id-490' visibility='default'/>
+        <var-decl name='' type-id='type-id-491' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='' type-id='type-id-491' visibility='default'/>
+        <var-decl name='' type-id='type-id-492' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='' type-id='type-id-492' visibility='default'/>
+        <var-decl name='' type-id='type-id-493' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='' type-id='type-id-493' visibility='default'/>
+        <var-decl name='' type-id='type-id-494' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='' type-id='type-id-494' visibility='default'/>
+        <var-decl name='' type-id='type-id-495' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='' type-id='type-id-495' visibility='default'/>
+        <var-decl name='' type-id='type-id-496' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='' type-id='type-id-496' visibility='default'/>
+        <var-decl name='' type-id='type-id-497' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='' type-id='type-id-497' visibility='default'/>
+        <var-decl name='' type-id='type-id-498' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='' type-id='type-id-498' visibility='default'/>
+        <var-decl name='' type-id='type-id-499' visibility='default'/>
       </data-member>
     </class-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='40' column='1' id='type-id-485'>
+    <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='40' column='1' id='type-id-486'>
       <data-member access='public'>
-        <var-decl name='ru_maxrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='42' column='1'/>
+        <var-decl name='ru_maxrss' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='42' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_maxrss_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='43' column='1'/>
+        <var-decl name='__ru_maxrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='43' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__1' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='47' column='1' id='type-id-486'>
+    <union-decl name='__anonymous_union__1' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='47' column='1' id='type-id-487'>
       <data-member access='public'>
-        <var-decl name='ru_ixrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='49' column='1'/>
+        <var-decl name='ru_ixrss' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='49' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_ixrss_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='50' column='1'/>
+        <var-decl name='__ru_ixrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='50' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__2' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='53' column='1' id='type-id-487'>
+    <union-decl name='__anonymous_union__2' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='53' column='1' id='type-id-488'>
       <data-member access='public'>
-        <var-decl name='ru_idrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='55' column='1'/>
+        <var-decl name='ru_idrss' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='55' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_idrss_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='56' column='1'/>
+        <var-decl name='__ru_idrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='56' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__3' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='59' column='1' id='type-id-488'>
+    <union-decl name='__anonymous_union__3' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='59' column='1' id='type-id-489'>
       <data-member access='public'>
-        <var-decl name='ru_isrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='61' column='1'/>
+        <var-decl name='ru_isrss' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='61' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_isrss_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='62' column='1'/>
+        <var-decl name='__ru_isrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='62' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__4' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='66' column='1' id='type-id-489'>
+    <union-decl name='__anonymous_union__4' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='66' column='1' id='type-id-490'>
       <data-member access='public'>
-        <var-decl name='ru_minflt' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='68' column='1'/>
+        <var-decl name='ru_minflt' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='68' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_minflt_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='69' column='1'/>
+        <var-decl name='__ru_minflt_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='69' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__5' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='72' column='1' id='type-id-490'>
+    <union-decl name='__anonymous_union__5' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='72' column='1' id='type-id-491'>
       <data-member access='public'>
-        <var-decl name='ru_majflt' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='74' column='1'/>
+        <var-decl name='ru_majflt' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='74' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_majflt_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='75' column='1'/>
+        <var-decl name='__ru_majflt_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='75' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__6' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='78' column='1' id='type-id-491'>
+    <union-decl name='__anonymous_union__6' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='78' column='1' id='type-id-492'>
       <data-member access='public'>
-        <var-decl name='ru_nswap' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='80' column='1'/>
+        <var-decl name='ru_nswap' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='80' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_nswap_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='81' column='1'/>
+        <var-decl name='__ru_nswap_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='81' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__7' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='85' column='1' id='type-id-492'>
+    <union-decl name='__anonymous_union__7' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='85' column='1' id='type-id-493'>
       <data-member access='public'>
-        <var-decl name='ru_inblock' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='87' column='1'/>
+        <var-decl name='ru_inblock' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='87' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_inblock_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='88' column='1'/>
+        <var-decl name='__ru_inblock_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='88' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__8' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='91' column='1' id='type-id-493'>
+    <union-decl name='__anonymous_union__8' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='91' column='1' id='type-id-494'>
       <data-member access='public'>
-        <var-decl name='ru_oublock' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='93' column='1'/>
+        <var-decl name='ru_oublock' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='93' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_oublock_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='94' column='1'/>
+        <var-decl name='__ru_oublock_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='94' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__9' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='97' column='1' id='type-id-494'>
+    <union-decl name='__anonymous_union__9' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='97' column='1' id='type-id-495'>
       <data-member access='public'>
-        <var-decl name='ru_msgsnd' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='99' column='1'/>
+        <var-decl name='ru_msgsnd' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='99' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_msgsnd_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='100' column='1'/>
+        <var-decl name='__ru_msgsnd_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='100' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__10' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='103' column='1' id='type-id-495'>
+    <union-decl name='__anonymous_union__10' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='103' column='1' id='type-id-496'>
       <data-member access='public'>
-        <var-decl name='ru_msgrcv' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='105' column='1'/>
+        <var-decl name='ru_msgrcv' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='105' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_msgrcv_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='106' column='1'/>
+        <var-decl name='__ru_msgrcv_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='106' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__11' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='109' column='1' id='type-id-496'>
+    <union-decl name='__anonymous_union__11' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='109' column='1' id='type-id-497'>
       <data-member access='public'>
-        <var-decl name='ru_nsignals' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='111' column='1'/>
+        <var-decl name='ru_nsignals' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='111' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_nsignals_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='112' column='1'/>
+        <var-decl name='__ru_nsignals_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='112' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__12' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='117' column='1' id='type-id-497'>
+    <union-decl name='__anonymous_union__12' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='117' column='1' id='type-id-498'>
       <data-member access='public'>
-        <var-decl name='ru_nvcsw' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='119' column='1'/>
+        <var-decl name='ru_nvcsw' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='119' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_nvcsw_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='120' column='1'/>
+        <var-decl name='__ru_nvcsw_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='120' column='1'/>
       </data-member>
     </union-decl>
-    <union-decl name='__anonymous_union__13' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='124' column='1' id='type-id-498'>
+    <union-decl name='__anonymous_union__13' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='124' column='1' id='type-id-499'>
       <data-member access='public'>
-        <var-decl name='ru_nivcsw' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='126' column='1'/>
+        <var-decl name='ru_nivcsw' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='126' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__ru_nivcsw_word' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='127' column='1'/>
+        <var-decl name='__ru_nivcsw_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='127' column='1'/>
       </data-member>
     </union-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='11' column='1' id='type-id-106'>
+    <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='11' column='1' id='type-id-107'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tv_sec' type-id='type-id-481' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
+        <var-decl name='tv_sec' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tv_nsec' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='21' column='1'/>
+        <var-decl name='tv_nsec' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='21' column='1'/>
       </data-member>
     </class-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-196'>
+    <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-197'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tv_sec' type-id='type-id-481' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='14' column='1'/>
+        <var-decl name='tv_sec' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='14' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tv_usec' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='15' column='1'/>
+        <var-decl name='tv_usec' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='15' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__rusage_who_t' type-id='type-id-480' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='39' column='1' id='type-id-499'/>
-    <pointer-type-def type-id='type-id-500' size-in-bits='64' id='type-id-501'/>
-    <pointer-type-def type-id='type-id-502' size-in-bits='64' id='type-id-503'/>
-    <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-170'/>
-    <qualified-type-def type-id='type-id-434' const='yes' id='type-id-504'/>
-    <qualified-type-def type-id='type-id-447' const='yes' id='type-id-505'/>
-    <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-472'/>
-    <pointer-type-def type-id='type-id-439' size-in-bits='64' id='type-id-445'/>
-    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-457'/>
-    <pointer-type-def type-id='type-id-469' size-in-bits='64' id='type-id-471'/>
-    <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-446'/>
-    <pointer-type-def type-id='type-id-447' size-in-bits='64' id='type-id-419'/>
-    <pointer-type-def type-id='type-id-448' size-in-bits='64' id='type-id-466'/>
-    <pointer-type-def type-id='type-id-464' size-in-bits='64' id='type-id-468'/>
-    <pointer-type-def type-id='type-id-452' size-in-bits='64' id='type-id-456'/>
-    <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-507'/>
-    <pointer-type-def type-id='type-id-484' size-in-bits='64' id='type-id-187'/>
-    <pointer-type-def type-id='type-id-106' size-in-bits='64' id='type-id-176'/>
+    <typedef-decl name='__rusage_who_t' type-id='type-id-481' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='39' column='1' id='type-id-500'/>
+    <pointer-type-def type-id='type-id-501' size-in-bits='64' id='type-id-502'/>
+    <pointer-type-def type-id='type-id-503' size-in-bits='64' id='type-id-504'/>
+    <pointer-type-def type-id='type-id-478' size-in-bits='64' id='type-id-171'/>
+    <qualified-type-def type-id='type-id-435' const='yes' id='type-id-505'/>
+    <qualified-type-def type-id='type-id-448' const='yes' id='type-id-506'/>
+    <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-473'/>
+    <pointer-type-def type-id='type-id-440' size-in-bits='64' id='type-id-446'/>
+    <pointer-type-def type-id='type-id-435' size-in-bits='64' id='type-id-458'/>
+    <pointer-type-def type-id='type-id-470' size-in-bits='64' id='type-id-472'/>
+    <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-447'/>
+    <pointer-type-def type-id='type-id-448' size-in-bits='64' id='type-id-420'/>
+    <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-467'/>
+    <pointer-type-def type-id='type-id-465' size-in-bits='64' id='type-id-469'/>
+    <pointer-type-def type-id='type-id-453' size-in-bits='64' id='type-id-457'/>
+    <pointer-type-def type-id='type-id-507' size-in-bits='64' id='type-id-508'/>
+    <pointer-type-def type-id='type-id-485' size-in-bits='64' id='type-id-188'/>
+    <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-177'/>
     <function-decl name='Py_GETENV' mangled-name='Py_GETENV' filepath='./Include/cpython/pydebug.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GETENV'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-17'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Head' mangled-name='PyInterpreterState_Head' filepath='./Include/cpython/pystate.h' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Head'>
-      <return type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Next' mangled-name='PyInterpreterState_Next' filepath='./Include/cpython/pystate.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Next'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-27'/>
-    </function-decl>
-    <var-decl name='_mi_stats_main' type-id='type-id-464' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='62' column='1'/>
-    <var-decl name='_mi_page_empty' type-id='type-id-505' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='63' column='1'/>
-    <var-decl name='_mi_abandoned_default' type-id='type-id-450' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='117' column='1'/>
-    <var-decl name='_mi_heap_empty' type-id='type-id-504' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='368' column='1'/>
-    <var-decl name='_mi_heap_default' type-id='type-id-457' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='129' column='1'/>
-    <var-decl name='_mi_process_is_initialized' type-id='type-id-351' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='130' column='1'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-28'/>
+    </function-decl>
+    <var-decl name='_mi_stats_main' type-id='type-id-465' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='62' column='1'/>
+    <var-decl name='_mi_page_empty' type-id='type-id-506' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='63' column='1'/>
+    <var-decl name='_mi_abandoned_default' type-id='type-id-451' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='117' column='1'/>
+    <var-decl name='_mi_heap_empty' type-id='type-id-505' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='368' column='1'/>
+    <var-decl name='_mi_heap_default' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='129' column='1'/>
+    <var-decl name='_mi_process_is_initialized' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='130' column='1'/>
     <function-decl name='_PyInterpreterState_HasFeature' filepath='./Include/internal/pycore_interp.h' line='394' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-2'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMutex_LockTimed' filepath='./Include/internal/pycore_lock.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-508'/>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-475'/>
-      <return type-id='type-id-479'/>
+      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-476'/>
+      <return type-id='type-id-480'/>
     </function-decl>
     <function-decl name='_PyEval_StopTheWorldAll' filepath='./Include/internal/pycore_pystate.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
+      <parameter type-id='type-id-171'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_StartTheWorldAll' filepath='./Include/internal/pycore_pystate.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
+      <parameter type-id='type-id-171'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_qsbr_poll' filepath='./Include/internal/pycore_qsbr.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-509'/>
-      <parameter type-id='type-id-107'/>
-      <return type-id='type-id-351'/>
+      <parameter type-id='type-id-108'/>
+      <return type-id='type-id-352'/>
     </function-decl>
     <function-decl name='pthread_key_create' filepath='/usr/include/pthread.h' line='1297' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-507'/>
+      <parameter type-id='type-id-508'/>
       <parameter type-id='type-id-510'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_setspecific' filepath='/usr/include/pthread.h' line='1308' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-506'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-507'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='snprintf' filepath='/usr/include/stdio.h' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-301'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fputc' filepath='/usr/include/stdio.h' line='549' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fputs' filepath='/usr/include/stdio.h' line='655' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-401'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-402'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='malloc' filepath='/usr/include/stdlib.h' line='540' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='calloc' filepath='/usr/include/stdlib.h' line='543' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='realloc' filepath='/usr/include/stdlib.h' line='551' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='free' filepath='/usr/include/stdlib.h' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='abort' filepath='/usr/include/stdlib.h' line='598' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='atexit' filepath='/usr/include/stdlib.h' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-231'/>
+      <parameter type-id='type-id-232'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getenv' filepath='/usr/include/stdlib.h' line='641' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='realpath' filepath='/usr/include/stdlib.h' line='808' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-180'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='strstr' filepath='/usr/include/string.h' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='clock_gettime' filepath='/usr/include/time.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-225'/>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-226'/>
+      <parameter type-id='type-id-177'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sysconf' filepath='/usr/include/unistd.h' line='640' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='syscall' filepath='/usr/include/unistd.h' line='1091' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-182'/>
       <parameter is-variadic='yes'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='wcslen' filepath='/usr/include/wchar.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='munmap' filepath='/usr/include/x86_64-linux-gnu/sys/mman.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mprotect' filepath='/usr/include/x86_64-linux-gnu/sys/mman.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='madvise' filepath='/usr/include/x86_64-linux-gnu/sys/mman.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getrusage' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-499'/>
-      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-500'/>
+      <parameter type-id='type-id-188'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_mi_heap_main' type-id='type-id-434' visibility='default' filepath='Objects/mimalloc/init.c' line='128' column='1'/>
+    <var-decl name='_mi_heap_main' type-id='type-id-435' visibility='default' filepath='Objects/mimalloc/init.c' line='128' column='1'/>
     <function-decl name='_PyMem_GetCurrentAllocatorName' mangled-name='_PyMem_GetCurrentAllocatorName' filepath='Objects/obmalloc.c' line='728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>
       <return type-id='type-id-6'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='870' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>
-      <parameter type-id='type-id-431' name='domain' filepath='Objects/obmalloc.c' line='870' column='1'/>
-      <parameter type-id='type-id-501' name='allocator' filepath='Objects/obmalloc.c' line='870' column='1'/>
+      <parameter type-id='type-id-432' name='domain' filepath='Objects/obmalloc.c' line='870' column='1'/>
+      <parameter type-id='type-id-502' name='allocator' filepath='Objects/obmalloc.c' line='870' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='878' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>
-      <parameter type-id='type-id-431' name='domain' filepath='Objects/obmalloc.c' line='878' column='1'/>
-      <parameter type-id='type-id-501' name='allocator' filepath='Objects/obmalloc.c' line='878' column='1'/>
+      <parameter type-id='type-id-432' name='domain' filepath='Objects/obmalloc.c' line='878' column='1'/>
+      <parameter type-id='type-id-502' name='allocator' filepath='Objects/obmalloc.c' line='878' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='886' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>
-      <parameter type-id='type-id-503' name='allocator' filepath='Objects/obmalloc.c' line='886' column='1'/>
+      <parameter type-id='type-id-504' name='allocator' filepath='Objects/obmalloc.c' line='886' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>
-      <parameter type-id='type-id-503' name='allocator' filepath='Objects/obmalloc.c' line='894' column='1'/>
+      <parameter type-id='type-id-504' name='allocator' filepath='Objects/obmalloc.c' line='894' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMem_RawMalloc' mangled-name='PyMem_RawMalloc' filepath='Objects/obmalloc.c' line='938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawMalloc'>
       <parameter type-id='type-id-21' name='size' filepath='Objects/obmalloc.c' line='938' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyMem_RawCalloc' mangled-name='PyMem_RawCalloc' filepath='Objects/obmalloc.c' line='952' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawCalloc'>
       <parameter type-id='type-id-21' name='nelem' filepath='Objects/obmalloc.c' line='952' column='1'/>
       <parameter type-id='type-id-21' name='elsize' filepath='Objects/obmalloc.c' line='952' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyMem_Strdup' mangled-name='_PyMem_Strdup' filepath='Objects/obmalloc.c' line='1060' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_Strdup'>
       <parameter type-id='type-id-6' name='str' filepath='Objects/obmalloc.c' line='1060' column='1'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='3439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>
-      <parameter type-id='type-id-55' name='out' filepath='Objects/obmalloc.c' line='3439' column='1'/>
+      <parameter type-id='type-id-56' name='out' filepath='Objects/obmalloc.c' line='3439' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-511'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/odictobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyODict_Type' type-id='type-id-264' 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-264' 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-264' mangled-name='PyODictKeys_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='17' column='1' elf-symbol-id='PyODictKeys_Type'/>
-    <var-decl name='PyODictItems_Type' type-id='type-id-264' mangled-name='PyODictItems_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='18' column='1' elf-symbol-id='PyODictItems_Type'/>
-    <var-decl name='PyODictValues_Type' type-id='type-id-264' mangled-name='PyODictValues_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='19' column='1' elf-symbol-id='PyODictValues_Type'/>
+  <abi-instr address-size='64' path='Objects/odictobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyODict_Type' type-id='type-id-265' 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-265' 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-265' mangled-name='PyODictKeys_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='17' column='1' elf-symbol-id='PyODictKeys_Type'/>
+    <var-decl name='PyODictItems_Type' type-id='type-id-265' mangled-name='PyODictItems_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='18' column='1' elf-symbol-id='PyODictItems_Type'/>
+    <var-decl name='PyODictValues_Type' type-id='type-id-265' mangled-name='PyODictValues_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='19' column='1' elf-symbol-id='PyODictValues_Type'/>
     <function-decl name='_PyErr_ChainExceptions1' mangled-name='_PyErr_ChainExceptions1' filepath='./Include/cpython/pyerrors.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ChainExceptions1'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_dict_lookup' filepath='./Include/internal/pycore_dict.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-299'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDict_Pop_KnownHash' filepath='./Include/internal/pycore_dict.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-299'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyODict_New' mangled-name='PyODict_New' filepath='Objects/odictobject.c' line='1576' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyODict_New'>
       <parameter type-id='type-id-4' name='key' filepath='Objects/odictobject.c' line='1608' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-414'/>
+    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-415'/>
     <typedef-decl name='PyDictKeysObject' type-id='type-id-513' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-512'/>
     <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='140' column='1' id='type-id-513'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='dk_refcnt' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='141' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='dk_log2_size' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>
+        <var-decl name='dk_log2_size' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='72'>
-        <var-decl name='dk_log2_index_bytes' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>
+        <var-decl name='dk_log2_index_bytes' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80'>
-        <var-decl name='dk_kind' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>
+        <var-decl name='dk_kind' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='dk_version' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>
+        <var-decl name='dk_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='dk_usable' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='161' column='1'/>
         <var-decl name='dk_nentries' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='164' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='dk_indices' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>
+        <var-decl name='dk_indices' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>
       </data-member>
     </class-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyPickleBuffer_Type' type-id='type-id-264' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>
+  <abi-instr address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyPickleBuffer_Type' type-id='type-id-265' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>
     <function-decl name='PyPickleBuffer_FromObject' mangled-name='PyPickleBuffer_FromObject' filepath='Objects/picklebufobject.c' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_FromObject'>
       <parameter type-id='type-id-4' name='base' filepath='Objects/picklebufobject.c' line='16' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyPickleBuffer_GetBuffer' mangled-name='PyPickleBuffer_GetBuffer' filepath='Objects/picklebufobject.c' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_GetBuffer'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/picklebufobject.c' line='35' column='1'/>
-      <return type-id='type-id-253'/>
+      <return type-id='type-id-254'/>
     </function-decl>
     <function-decl name='PyPickleBuffer_Release' mangled-name='PyPickleBuffer_Release' filepath='Objects/picklebufobject.c' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_Release'>
       <parameter type-id='type-id-4' name='obj' filepath='Objects/picklebufobject.c' line='54' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/rangeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/rangeobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PySequence_IterSearch' filepath='./Include/internal/pycore_abstract.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <var-decl name='PyRange_Type' type-id='type-id-264' 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-264' 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-264' mangled-name='PyLongRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='20' column='1' elf-symbol-id='PyLongRangeIter_Type'/>
+    <var-decl name='PyRange_Type' type-id='type-id-265' 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-265' 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-265' mangled-name='PyLongRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='20' column='1' elf-symbol-id='PyLongRangeIter_Type'/>
     <function-decl name='_PySlice_GetLongIndices' mangled-name='_PySlice_GetLongIndices' filepath='./Include/sliceobject.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySlice_GetLongIndices'>
       <parameter type-id='type-id-514'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/setobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/setobject.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-515' size-in-bits='1024' id='type-id-516'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
         <var-decl name='key' type-id='type-id-4' visibility='default' filepath='./Include/cpython/setobject.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='hash' type-id='type-id-299' visibility='default' filepath='./Include/cpython/setobject.h' line='22' column='1'/>
+        <var-decl name='hash' type-id='type-id-300' visibility='default' filepath='./Include/cpython/setobject.h' line='22' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='setentry' type-id='type-id-518' filepath='./Include/cpython/setobject.h' line='23' column='1' id='type-id-515'/>
     <class-decl name='PySetObject' size-in-bits='1600' is-struct='yes' naming-typedef-id='type-id-519' visibility='default' filepath='./Include/cpython/setobject.h' line='36' column='1' id='type-id-520'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/setobject.h' line='37' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/setobject.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='fill' type-id='type-id-7' visibility='default' filepath='./Include/cpython/setobject.h' line='39' column='1'/>
         <var-decl name='table' type-id='type-id-521' visibility='default' filepath='./Include/cpython/setobject.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='hash' type-id='type-id-299' visibility='default' filepath='./Include/cpython/setobject.h' line='54' column='1'/>
+        <var-decl name='hash' type-id='type-id-300' visibility='default' filepath='./Include/cpython/setobject.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='finger' type-id='type-id-7' visibility='default' filepath='./Include/cpython/setobject.h' line='55' column='1'/>
     <function-decl name='_PyDict_Contains_KnownHash' filepath='./Include/internal/pycore_dict.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-299'/>
+      <parameter type-id='type-id-300'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_PySet_Dummy' type-id='type-id-4' mangled-name='_PySet_Dummy' visibility='default' filepath='./Include/internal/pycore_setobject.h' line='29' column='1' elf-symbol-id='_PySet_Dummy'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PySet_Type' type-id='type-id-264' 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-264' mangled-name='PyFrozenSet_Type' visibility='default' filepath='./Include/setobject.h' line='10' column='1' elf-symbol-id='PyFrozenSet_Type'/>
-    <var-decl name='PySetIter_Type' type-id='type-id-264' 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-265' 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-265' mangled-name='PyFrozenSet_Type' visibility='default' filepath='./Include/setobject.h' line='10' column='1' elf-symbol-id='PyFrozenSet_Type'/>
+    <var-decl name='PySetIter_Type' type-id='type-id-265' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>
     <function-decl name='_PySet_Contains' mangled-name='_PySet_Contains' filepath='Objects/setobject.c' line='2152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_Contains'>
       <parameter type-id='type-id-522' name='so' filepath='Objects/setobject.c' line='2152' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/setobject.c' line='2152' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/sliceobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='_Py_EllipsisObject' type-id='type-id-355' 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-264' mangled-name='PySlice_Type' visibility='default' filepath='./Include/sliceobject.h' line='32' column='1' elf-symbol-id='PySlice_Type'/>
-    <var-decl name='PyEllipsis_Type' type-id='type-id-264' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='33' column='1' elf-symbol-id='PyEllipsis_Type'/>
+  <abi-instr address-size='64' path='Objects/sliceobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='_Py_EllipsisObject' type-id='type-id-356' 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-265' mangled-name='PySlice_Type' visibility='default' filepath='./Include/sliceobject.h' line='32' column='1' elf-symbol-id='PySlice_Type'/>
+    <var-decl name='PyEllipsis_Type' type-id='type-id-265' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='33' column='1' elf-symbol-id='PyEllipsis_Type'/>
     <function-decl name='PySlice_New' mangled-name='PySlice_New' filepath='Objects/sliceobject.c' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySlice_New'>
       <parameter type-id='type-id-4' name='start' filepath='Objects/sliceobject.c' line='163' column='1'/>
       <parameter type-id='type-id-4' name='stop' filepath='Objects/sliceobject.c' line='163' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/structseq.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/structseq.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='PyType_Slot' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-523' visibility='default' filepath='./Include/object.h' line='499' column='1' id='type-id-524'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='slot' type-id='type-id-5' visibility='default' filepath='./Include/object.h' line='500' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='pfunc' type-id='type-id-29' visibility='default' filepath='./Include/object.h' line='501' column='1'/>
+        <var-decl name='pfunc' type-id='type-id-30' visibility='default' filepath='./Include/object.h' line='501' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyType_Slot' type-id='type-id-524' filepath='./Include/object.h' line='502' column='1' id='type-id-523'/>
         <var-decl name='itemsize' type-id='type-id-5' visibility='default' filepath='./Include/object.h' line='507' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='flags' type-id='type-id-100' visibility='default' filepath='./Include/object.h' line='508' column='1'/>
+        <var-decl name='flags' type-id='type-id-101' visibility='default' filepath='./Include/object.h' line='508' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='slots' type-id='type-id-526' visibility='default' filepath='./Include/object.h' line='509' column='1'/>
     </function-decl>
     <function-decl name='PyStructSequence_InitType2' mangled-name='PyStructSequence_InitType2' filepath='Objects/structseq.c' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType2'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/structseq.c' line='677' column='1'/>
-      <parameter type-id='type-id-346' name='desc' filepath='Objects/structseq.c' line='677' column='1'/>
+      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='677' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyStructSequence_InitType' mangled-name='PyStructSequence_InitType' filepath='Objects/structseq.c' line='711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType'>
       <parameter type-id='type-id-1' name='type' filepath='Objects/structseq.c' line='711' column='1'/>
-      <parameter type-id='type-id-346' name='desc' filepath='Objects/structseq.c' line='711' column='1'/>
+      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='711' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyStructSequence_NewType' mangled-name='_PyStructSequence_NewType' filepath='Objects/structseq.c' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStructSequence_NewType'>
-      <parameter type-id='type-id-346' name='desc' filepath='Objects/structseq.c' line='749' column='1'/>
+      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='749' column='1'/>
       <parameter type-id='type-id-2' name='tp_flags' filepath='Objects/structseq.c' line='749' column='1'/>
       <return type-id='type-id-1'/>
     </function-decl>
     <function-decl name='PyStructSequence_NewType' mangled-name='PyStructSequence_NewType' filepath='Objects/structseq.c' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_NewType'>
-      <parameter type-id='type-id-346' name='desc' filepath='Objects/structseq.c' line='801' column='1'/>
+      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='801' column='1'/>
       <return type-id='type-id-1'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/tupleobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/tupleobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyObject_GC_Resize' mangled-name='_PyObject_GC_Resize' filepath='./Include/objimpl.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_Resize'>
-      <parameter type-id='type-id-319'/>
+      <parameter type-id='type-id-320'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-319'/>
+      <return type-id='type-id-320'/>
     </function-decl>
-    <var-decl name='PyTuple_Type' type-id='type-id-264' 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-264' mangled-name='PyTupleIter_Type' visibility='default' filepath='./Include/tupleobject.h' line='24' column='1' elf-symbol-id='PyTupleIter_Type'/>
+    <var-decl name='PyTuple_Type' type-id='type-id-265' 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-265' mangled-name='PyTupleIter_Type' visibility='default' filepath='./Include/tupleobject.h' line='24' column='1' elf-symbol-id='PyTupleIter_Type'/>
     <function-decl name='PyTuple_SetItem' mangled-name='PyTuple_SetItem' filepath='Objects/tupleobject.c' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTuple_SetItem'>
       <parameter type-id='type-id-4' name='op' filepath='Objects/tupleobject.c' line='113' column='1'/>
       <parameter type-id='type-id-7' name='i' filepath='Objects/tupleobject.c' line='113' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTuple_FromArraySteal' mangled-name='_PyTuple_FromArraySteal' filepath='Objects/tupleobject.c' line='394' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_FromArraySteal'>
-      <parameter type-id='type-id-256' name='src' filepath='Objects/tupleobject.c' line='394' column='1'/>
+      <parameter type-id='type-id-257' name='src' filepath='Objects/tupleobject.c' line='394' column='1'/>
       <parameter type-id='type-id-7' name='n' filepath='Objects/tupleobject.c' line='394' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/typeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/typeobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyEval_GetGlobals' mangled-name='PyEval_GetGlobals' filepath='./Include/ceval.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetGlobals'>
       <return type-id='type-id-4'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_Call_Prepend' filepath='./Include/internal/pycore_call.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyObject_Call' filepath='./Include/internal/pycore_call.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_NewKeysForClass' filepath='./Include/internal/pycore_dict.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-414'/>
+      <return type-id='type-id-415'/>
     </function-decl>
     <function-decl name='_PyDict_KeysSize' filepath='./Include/internal/pycore_dict.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-414'/>
+      <parameter type-id='type-id-415'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='_PyDictKeys_DecRef' filepath='./Include/internal/pycore_dict.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-414'/>
+      <parameter type-id='type-id-415'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyDict_SetItem_LockHeld' filepath='./Include/internal/pycore_dict.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_GetItemRef_KnownHash' filepath='./Include/internal/pycore_dict.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-299'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_GetItemRef_Unicode_LockHeld' filepath='./Include/internal/pycore_dict.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_DetachFromObject' filepath='./Include/internal/pycore_dict.h' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_MaterializeManagedDict_LockHeld' filepath='./Include/internal/pycore_dict.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-334'/>
+      <return type-id='type-id-335'/>
     </function-decl>
     <function-decl name='_PyMemoryView_FromBufferProc' filepath='./Include/internal/pycore_memoryobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyStaticType_ClearWeakRefs' filepath='./Include/internal/pycore_typeobject.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='_PyBufferWrapper_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='220' column='1'/>
+    <var-decl name='_PyBufferWrapper_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='220' column='1'/>
     <function-decl name='_PyWeakref_ClearWeakRefsNoCallbacks' filepath='./Include/internal/pycore_weakref.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='PyType_Type' type-id='type-id-264' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='548' column='1' elf-symbol-id='PyType_Type'/>
-    <var-decl name='PyBaseObject_Type' type-id='type-id-264' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='549' column='1' elf-symbol-id='PyBaseObject_Type'/>
-    <var-decl name='PySuper_Type' type-id='type-id-264' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='550' column='1' elf-symbol-id='PySuper_Type'/>
+    <var-decl name='PyType_Type' type-id='type-id-265' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='548' column='1' elf-symbol-id='PyType_Type'/>
+    <var-decl name='PyBaseObject_Type' type-id='type-id-265' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='549' column='1' elf-symbol-id='PyBaseObject_Type'/>
+    <var-decl name='PySuper_Type' type-id='type-id-265' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='550' column='1' elf-symbol-id='PySuper_Type'/>
     <function-decl name='PyUnicode_IsIdentifier' mangled-name='PyUnicode_IsIdentifier' filepath='./Include/unicodeobject.h' line='1008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_IsIdentifier'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='861' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>
-      <return type-id='type-id-100'/>
+      <return type-id='type-id-101'/>
     </function-decl>
     <function-decl name='PyType_AddWatcher' mangled-name='PyType_AddWatcher' filepath='Objects/typeobject.c' line='887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_AddWatcher'>
       <parameter type-id='type-id-530' name='callback' filepath='Objects/typeobject.c' line='887' column='1'/>
       <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1175' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_GetFullyQualifiedName' mangled-name='PyType_GetFullyQualifiedName' filepath='Objects/typeobject.c' line='1392' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFullyQualifiedName'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1392' column='1'/>
+    <function-decl name='PyType_GetFullyQualifiedName' mangled-name='PyType_GetFullyQualifiedName' filepath='Objects/typeobject.c' line='1395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFullyQualifiedName'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1395' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='3403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFlags'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3403' column='1'/>
+    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='3406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFlags'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3406' column='1'/>
       <return type-id='type-id-2'/>
     </function-decl>
-    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='3410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_SUPPORTS_WEAKREFS'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3410' column='1'/>
+    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='3413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_SUPPORTS_WEAKREFS'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3413' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_FromMetaclass' mangled-name='PyType_FromMetaclass' filepath='Objects/typeobject.c' line='4855' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromMetaclass'>
-      <parameter type-id='type-id-1' name='metaclass' filepath='Objects/typeobject.c' line='4855' column='1'/>
-      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4855' column='1'/>
-      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4856' column='1'/>
-      <parameter type-id='type-id-4' name='bases_in' filepath='Objects/typeobject.c' line='4856' column='1'/>
+    <function-decl name='PyType_FromMetaclass' mangled-name='PyType_FromMetaclass' filepath='Objects/typeobject.c' line='4858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromMetaclass'>
+      <parameter type-id='type-id-1' name='metaclass' filepath='Objects/typeobject.c' line='4858' column='1'/>
+      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4858' column='1'/>
+      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4859' column='1'/>
+      <parameter type-id='type-id-4' name='bases_in' filepath='Objects/typeobject.c' line='4859' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='4862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
-      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4862' column='1'/>
-      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4862' column='1'/>
-      <parameter type-id='type-id-4' name='bases' filepath='Objects/typeobject.c' line='4862' column='1'/>
+    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='4865' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
+      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4865' column='1'/>
+      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4865' column='1'/>
+      <parameter type-id='type-id-4' name='bases' filepath='Objects/typeobject.c' line='4865' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='4874' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
-      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4874' column='1'/>
+    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='4877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
+      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4877' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='4880' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetName'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4880' column='1'/>
+    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='4883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetName'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4883' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='4892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleName'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4892' column='1'/>
+    <function-decl name='PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='4895' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleName'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4895' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='4898' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetSlot'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4898' column='1'/>
-      <parameter type-id='type-id-5' name='slot' filepath='Objects/typeobject.c' line='4898' column='1'/>
-      <return type-id='type-id-29'/>
+    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='4901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetSlot'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4901' column='1'/>
+      <parameter type-id='type-id-5' name='slot' filepath='Objects/typeobject.c' line='4901' column='1'/>
+      <return type-id='type-id-30'/>
     </function-decl>
-    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='4920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModule'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4920' column='1'/>
+    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='4923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModule'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4923' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='4944' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4944' column='1'/>
-      <return type-id='type-id-29'/>
+    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='4947' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4947' column='1'/>
+      <return type-id='type-id-30'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='5008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5008' column='1'/>
-      <parameter type-id='type-id-386' name='def' filepath='Objects/typeobject.c' line='5008' column='1'/>
+    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='5011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5011' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Objects/typeobject.c' line='5011' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyType_GetModuleByDef2' mangled-name='_PyType_GetModuleByDef2' filepath='Objects/typeobject.c' line='5021' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetModuleByDef2'>
-      <parameter type-id='type-id-1' name='left' filepath='Objects/typeobject.c' line='5021' column='1'/>
-      <parameter type-id='type-id-1' name='right' filepath='Objects/typeobject.c' line='5021' column='1'/>
-      <parameter type-id='type-id-386' name='def' filepath='Objects/typeobject.c' line='5022' column='1'/>
+    <function-decl name='_PyType_GetModuleByDef2' mangled-name='_PyType_GetModuleByDef2' filepath='Objects/typeobject.c' line='5024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetModuleByDef2'>
+      <parameter type-id='type-id-1' name='left' filepath='Objects/typeobject.c' line='5024' column='1'/>
+      <parameter type-id='type-id-1' name='right' filepath='Objects/typeobject.c' line='5024' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Objects/typeobject.c' line='5025' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='5038' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetTypeData'>
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5038' column='1'/>
-      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5038' column='1'/>
-      <return type-id='type-id-29'/>
+    <function-decl name='PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='5041' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetTypeData'>
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5041' column='1'/>
+      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5041' column='1'/>
+      <return type-id='type-id-30'/>
     </function-decl>
-    <function-decl name='PyType_GetTypeDataSize' mangled-name='PyType_GetTypeDataSize' filepath='Objects/typeobject.c' line='5045' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetTypeDataSize'>
-      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5045' column='1'/>
+    <function-decl name='PyType_GetTypeDataSize' mangled-name='PyType_GetTypeDataSize' filepath='Objects/typeobject.c' line='5048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetTypeDataSize'>
+      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5048' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyObject_GetItemData' mangled-name='PyObject_GetItemData' filepath='Objects/typeobject.c' line='5055' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetItemData'>
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5055' column='1'/>
-      <return type-id='type-id-29'/>
+    <function-decl name='PyObject_GetItemData' mangled-name='PyObject_GetItemData' filepath='Objects/typeobject.c' line='5058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetItemData'>
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5058' column='1'/>
+      <return type-id='type-id-30'/>
     </function-decl>
-    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='5292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5292' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='5292' column='1'/>
+    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='5295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5295' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='5295' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyStaticType_InitForExtension' mangled-name='_PyStaticType_InitForExtension' filepath='Objects/typeobject.c' line='8315' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_InitForExtension'>
-      <parameter type-id='type-id-27' name='interp' filepath='Objects/typeobject.c' line='8315' column='1'/>
-      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='8315' column='1'/>
+    <function-decl name='_PyStaticType_InitForExtension' mangled-name='_PyStaticType_InitForExtension' filepath='Objects/typeobject.c' line='8308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_InitForExtension'>
+      <parameter type-id='type-id-28' name='interp' filepath='Objects/typeobject.c' line='8308' column='1'/>
+      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='8308' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PySuper_Lookup' mangled-name='_PySuper_Lookup' filepath='Objects/typeobject.c' line='11272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySuper_Lookup'>
-      <parameter type-id='type-id-1' name='su_type' filepath='Objects/typeobject.c' line='11272' column='1'/>
-      <parameter type-id='type-id-4' name='su_obj' filepath='Objects/typeobject.c' line='11272' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='11272' column='1'/>
-      <parameter type-id='type-id-175' name='method' filepath='Objects/typeobject.c' line='11272' column='1'/>
+    <function-decl name='_PySuper_Lookup' mangled-name='_PySuper_Lookup' filepath='Objects/typeobject.c' line='11265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySuper_Lookup'>
+      <parameter type-id='type-id-1' name='su_type' filepath='Objects/typeobject.c' line='11265' column='1'/>
+      <parameter type-id='type-id-4' name='su_obj' filepath='Objects/typeobject.c' line='11265' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='11265' column='1'/>
+      <parameter type-id='type-id-176' name='method' filepath='Objects/typeobject.c' line='11265' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/typevarobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/typevarobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyArg_UnpackKeywordsWithVararg' mangled-name='_PyArg_UnpackKeywordsWithVararg' filepath='./Include/internal/pycore_modsupport.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywordsWithVararg'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-270'/>
+      <parameter type-id='type-id-271'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-236'/>
-      <return type-id='type-id-256'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-257'/>
     </function-decl>
-    <var-decl name='_PyTypeAlias_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='20' column='1'/>
-    <var-decl name='_PyNoDefault_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='21' column='1'/>
-    <var-decl name='_Py_NoDefaultStruct' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='22' column='1'/>
+    <var-decl name='_PyTypeAlias_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='20' column='1'/>
+    <var-decl name='_PyNoDefault_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='21' column='1'/>
+    <var-decl name='_Py_NoDefaultStruct' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='22' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/unicodectype.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/unicodectype.c' comp-dir-path='/src' language='LANG_C11'>
     <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-257' name='ch' filepath='Objects/unicodectype.c' line='62' column='1'/>
-      <return type-id='type-id-257'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodectype.c' line='62' column='1'/>
+      <return type-id='type-id-258'/>
     </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-257' name='ch' filepath='Objects/unicodectype.c' line='121' column='1'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodectype.c' line='121' column='1'/>
       <return type-id='type-id-5'/>
     </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-257' name='ch' filepath='Objects/unicodectype.c' line='188' column='1'/>
-      <return type-id='type-id-257'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodectype.c' line='188' column='1'/>
+      <return type-id='type-id-258'/>
     </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-257' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
-      <return type-id='type-id-257'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+      <return type-id='type-id-258'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToNumeric' mangled-name='_PyUnicode_ToNumeric' filepath='Objects/unicodetype_db.h' line='4294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToNumeric'>
-      <parameter type-id='type-id-257' name='ch' filepath='Objects/unicodetype_db.h' line='4294' column='1'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodetype_db.h' line='4294' column='1'/>
+      <return type-id='type-id-172'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='1024' id='type-id-531'>
+  <abi-instr address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='1024' id='type-id-531'>
       <subrange length='128' type-id='type-id-2' id='type-id-532'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='infinite' id='type-id-533'>
-      <subrange length='infinite' id='type-id-229'/>
+    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='infinite' id='type-id-533'>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
-    <class-decl name='PyStatus' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-60' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-534'>
+    <class-decl name='PyStatus' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-61' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-534'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_type' type-id='type-id-535' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>
       </data-member>
         <var-decl name='exitcode' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='18' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyStatus' type-id='type-id-534' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-60'/>
+    <typedef-decl name='PyStatus' type-id='type-id-534' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-61'/>
     <pointer-type-def type-id='type-id-536' size-in-bits='64' id='type-id-537'/>
-    <qualified-type-def type-id='type-id-257' const='yes' id='type-id-538'/>
+    <qualified-type-def type-id='type-id-258' const='yes' id='type-id-538'/>
     <qualified-type-def type-id='type-id-539' const='yes' id='type-id-540'/>
     <pointer-type-def type-id='type-id-540' size-in-bits='64' id='type-id-541'/>
     <function-decl name='PyCodec_Encode' mangled-name='PyCodec_Encode' filepath='./Include/codecs.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCodec_Encode'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsLowercase' mangled-name='_PyUnicode_IsLowercase' filepath='./Include/cpython/unicodeobject.h' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLowercase'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsUppercase' mangled-name='_PyUnicode_IsUppercase' filepath='./Include/cpython/unicodeobject.h' line='597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsUppercase'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsTitlecase' mangled-name='_PyUnicode_IsTitlecase' filepath='./Include/cpython/unicodeobject.h' line='601' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsTitlecase'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsWhitespace' mangled-name='_PyUnicode_IsWhitespace' filepath='./Include/cpython/unicodeobject.h' line='605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsWhitespace'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath='./Include/cpython/unicodeobject.h' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDecimalDigit'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsDecimalDigit' mangled-name='_PyUnicode_IsDecimalDigit' filepath='./Include/cpython/unicodeobject.h' line='637' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDecimalDigit'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsDigit' mangled-name='_PyUnicode_IsDigit' filepath='./Include/cpython/unicodeobject.h' line='641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDigit'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsNumeric' mangled-name='_PyUnicode_IsNumeric' filepath='./Include/cpython/unicodeobject.h' line='645' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsNumeric'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsAlpha' mangled-name='_PyUnicode_IsAlpha' filepath='./Include/cpython/unicodeobject.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsAlpha'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_Py_ascii_whitespace' type-id='type-id-533' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='658' column='1' elf-symbol-id='_Py_ascii_whitespace'/>
     <function-decl name='_PyCodec_InitRegistry' filepath='./Include/internal/pycore_codecs.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyCodec_Lookup' filepath='./Include/internal/pycore_codecs.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_DecodeLocaleEx' mangled-name='_Py_DecodeLocaleEx' filepath='./Include/internal/pycore_fileutils.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeLocaleEx'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-239'/>
-      <parameter type-id='type-id-56'/>
-      <parameter type-id='type-id-259'/>
+      <parameter type-id='type-id-240'/>
+      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-260'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-542'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_EncodeLocaleEx' mangled-name='_Py_EncodeLocaleEx' filepath='./Include/internal/pycore_fileutils.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleEx'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-246'/>
-      <parameter type-id='type-id-56'/>
-      <parameter type-id='type-id-259'/>
+      <parameter type-id='type-id-247'/>
+      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-260'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-542'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_hashtable_set' mangled-name='_Py_hashtable_set' filepath='./Include/internal/pycore_hashtable.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_set'>
       <parameter type-id='type-id-546'/>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_hashtable_get' mangled-name='_Py_hashtable_get' filepath='./Include/internal/pycore_hashtable.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_get'>
       <parameter type-id='type-id-546'/>
-      <parameter type-id='type-id-29'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_Py_DumpPathConfig' filepath='./Include/internal/pycore_initconfig.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetConfig' filepath='./Include/internal/pycore_interp.h' line='327' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-268'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-269'/>
     </function-decl>
     <function-decl name='_PyLong_FormatWriter' filepath='./Include/internal/pycore_long.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMem_RawWcsdup' filepath='./Include/internal/pycore_pymem.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_PyType_GetFullyQualifiedName' filepath='./Include/internal/pycore_typeobject.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
-      <parameter type-id='type-id-52'/>
+      <parameter type-id='type-id-53'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsXidStart' filepath='./Include/internal/pycore_unicodeobject.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsXidContinue' filepath='./Include/internal/pycore_unicodeobject.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToLowerFull' filepath='./Include/internal/pycore_unicodeobject.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <parameter type-id='type-id-547'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToTitleFull' filepath='./Include/internal/pycore_unicodeobject.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <parameter type-id='type-id-547'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToUpperFull' filepath='./Include/internal/pycore_unicodeobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <parameter type-id='type-id-547'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToFoldedFull' filepath='./Include/internal/pycore_unicodeobject.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <parameter type-id='type-id-547'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsCaseIgnorable' filepath='./Include/internal/pycore_unicodeobject.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsCased' filepath='./Include/internal/pycore_unicodeobject.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_FormatAdvancedWriter' filepath='./Include/internal/pycore_unicodeobject.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='278' column='1'/>
+    <var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='278' column='1'/>
     <function-decl name='PyOS_FSPath' mangled-name='PyOS_FSPath' filepath='./Include/osmodule.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_FSPath'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <var-decl name='PyUnicode_Type' type-id='type-id-264' mangled-name='PyUnicode_Type' visibility='default' filepath='./Include/unicodeobject.h' line='103' column='1' elf-symbol-id='PyUnicode_Type'/>
-    <var-decl name='PyUnicodeIter_Type' type-id='type-id-264' mangled-name='PyUnicodeIter_Type' visibility='default' filepath='./Include/unicodeobject.h' line='104' column='1' elf-symbol-id='PyUnicodeIter_Type'/>
+    <var-decl name='PyUnicode_Type' type-id='type-id-265' mangled-name='PyUnicode_Type' visibility='default' filepath='./Include/unicodeobject.h' line='103' column='1' elf-symbol-id='PyUnicode_Type'/>
+    <var-decl name='PyUnicodeIter_Type' type-id='type-id-265' mangled-name='PyUnicodeIter_Type' visibility='default' filepath='./Include/unicodeobject.h' line='104' column='1' elf-symbol-id='PyUnicodeIter_Type'/>
     <function-decl name='wmemchr' filepath='/usr/include/wchar.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-387'/>
+      <parameter type-id='type-id-388'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='wmemcmp' filepath='/usr/include/wchar.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='511' column='1'/>
+    <function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='484' column='1'/>
       <return type-id='type-id-542'/>
     </function-decl>
-    <function-decl name='PyUnicode_CopyCharacters' mangled-name='PyUnicode_CopyCharacters' filepath='Objects/unicodeobject.c' line='1597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CopyCharacters'>
-      <parameter type-id='type-id-4' name='to' filepath='Objects/unicodeobject.c' line='1597' column='1'/>
-      <parameter type-id='type-id-7' name='to_start' filepath='Objects/unicodeobject.c' line='1597' column='1'/>
-      <parameter type-id='type-id-4' name='from' filepath='Objects/unicodeobject.c' line='1598' column='1'/>
-      <parameter type-id='type-id-7' name='from_start' filepath='Objects/unicodeobject.c' line='1598' column='1'/>
-      <parameter type-id='type-id-7' name='how_many' filepath='Objects/unicodeobject.c' line='1599' column='1'/>
+    <function-decl name='PyUnicode_CopyCharacters' mangled-name='PyUnicode_CopyCharacters' filepath='Objects/unicodeobject.c' line='1570' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CopyCharacters'>
+      <parameter type-id='type-id-4' name='to' filepath='Objects/unicodeobject.c' line='1570' column='1'/>
+      <parameter type-id='type-id-7' name='to_start' filepath='Objects/unicodeobject.c' line='1570' column='1'/>
+      <parameter type-id='type-id-4' name='from' filepath='Objects/unicodeobject.c' line='1571' column='1'/>
+      <parameter type-id='type-id-7' name='from_start' filepath='Objects/unicodeobject.c' line='1571' column='1'/>
+      <parameter type-id='type-id-7' name='how_many' filepath='Objects/unicodeobject.c' line='1572' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='1858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>
-      <parameter type-id='type-id-236' name='p_unicode' filepath='Objects/unicodeobject.c' line='1858' column='1'/>
-      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='1858' column='1'/>
+    <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='1831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>
+      <parameter type-id='type-id-237' name='p_unicode' filepath='Objects/unicodeobject.c' line='1831' column='1'/>
+      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='1831' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='1960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>
-      <parameter type-id='type-id-18' name='u' filepath='Objects/unicodeobject.c' line='1960' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='1960' column='1'/>
+    <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='1933' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>
+      <parameter type-id='type-id-18' name='u' filepath='Objects/unicodeobject.c' line='1933' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='1933' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>
-      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='2267' column='1'/>
-      <parameter type-id='type-id-29' name='buffer' filepath='Objects/unicodeobject.c' line='2267' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2267' column='1'/>
+    <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>
+      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='2240' column='1'/>
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/unicodeobject.c' line='2240' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2240' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2487' column='1'/>
-      <parameter type-id='type-id-547' name='target' filepath='Objects/unicodeobject.c' line='2487' column='1'/>
-      <parameter type-id='type-id-7' name='targetsize' filepath='Objects/unicodeobject.c' line='2487' column='1'/>
-      <parameter type-id='type-id-5' name='copy_null' filepath='Objects/unicodeobject.c' line='2488' column='1'/>
+    <function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2460' column='1'/>
+      <parameter type-id='type-id-547' name='target' filepath='Objects/unicodeobject.c' line='2460' column='1'/>
+      <parameter type-id='type-id-7' name='targetsize' filepath='Objects/unicodeobject.c' line='2460' column='1'/>
+      <parameter type-id='type-id-5' name='copy_null' filepath='Objects/unicodeobject.c' line='2461' column='1'/>
       <return type-id='type-id-547'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2498' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2498' column='1'/>
+    <function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2471' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2471' column='1'/>
       <return type-id='type-id-547'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3226' column='1'/>
-      <parameter type-id='type-id-8' name='size' filepath='Objects/unicodeobject.c' line='3227' column='1'/>
-      <return type-id='type-id-57'/>
+    <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3199' column='1'/>
+      <parameter type-id='type-id-8' name='size' filepath='Objects/unicodeobject.c' line='3200' column='1'/>
+      <return type-id='type-id-58'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromOrdinal'>
-      <parameter type-id='type-id-5' name='ordinal' filepath='Objects/unicodeobject.c' line='3322' column='1'/>
+    <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromOrdinal'>
+      <parameter type-id='type-id-5' name='ordinal' filepath='Objects/unicodeobject.c' line='3295' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromObject' mangled-name='PyUnicode_FromObject' filepath='Objects/unicodeobject.c' line='3334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromObject'>
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/unicodeobject.c' line='3334' column='1'/>
+    <function-decl name='PyUnicode_FromObject' mangled-name='PyUnicode_FromObject' filepath='Objects/unicodeobject.c' line='3307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromObject'>
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/unicodeobject.c' line='3307' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsDecodedObject' mangled-name='PyUnicode_AsDecodedObject' filepath='Objects/unicodeobject.c' line='3545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedObject'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3545' column='1'/>
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3546' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3547' column='1'/>
+    <function-decl name='PyUnicode_AsDecodedObject' mangled-name='PyUnicode_AsDecodedObject' filepath='Objects/unicodeobject.c' line='3518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedObject'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3518' column='1'/>
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3519' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3520' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsDecodedUnicode' mangled-name='PyUnicode_AsDecodedUnicode' filepath='Objects/unicodeobject.c' line='3567' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedUnicode'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3567' column='1'/>
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3568' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3569' column='1'/>
+    <function-decl name='PyUnicode_AsDecodedUnicode' mangled-name='PyUnicode_AsDecodedUnicode' filepath='Objects/unicodeobject.c' line='3540' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedUnicode'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3540' column='1'/>
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3541' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3542' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsEncodedObject' mangled-name='PyUnicode_AsEncodedObject' filepath='Objects/unicodeobject.c' line='3606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedObject'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3606' column='1'/>
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3607' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3608' column='1'/>
+    <function-decl name='PyUnicode_AsEncodedObject' mangled-name='PyUnicode_AsEncodedObject' filepath='Objects/unicodeobject.c' line='3579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedObject'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3579' column='1'/>
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3580' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3581' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_EncodeLocale' mangled-name='PyUnicode_EncodeLocale' filepath='Objects/unicodeobject.c' line='3688' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeLocale'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3688' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3688' column='1'/>
+    <function-decl name='PyUnicode_EncodeLocale' mangled-name='PyUnicode_EncodeLocale' filepath='Objects/unicodeobject.c' line='3661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeLocale'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3661' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3661' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_EncodeFSDefault' mangled-name='PyUnicode_EncodeFSDefault' filepath='Objects/unicodeobject.c' line='3695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeFSDefault'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3695' column='1'/>
+    <function-decl name='PyUnicode_EncodeFSDefault' mangled-name='PyUnicode_EncodeFSDefault' filepath='Objects/unicodeobject.c' line='3668' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeFSDefault'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3668' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobject.c' line='3829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedUnicode'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3829' column='1'/>
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3830' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3831' column='1'/>
+    <function-decl name='PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobject.c' line='3802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedUnicode'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3802' column='1'/>
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3803' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3804' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unicodeobject.c' line='3909' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocaleAndSize'>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3909' column='1'/>
-      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='3909' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3910' column='1'/>
+    <function-decl name='PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unicodeobject.c' line='3882' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocaleAndSize'>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3882' column='1'/>
+      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='3882' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3883' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeLocale' mangled-name='PyUnicode_DecodeLocale' filepath='Objects/unicodeobject.c' line='3917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocale'>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3917' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3917' column='1'/>
+    <function-decl name='PyUnicode_DecodeLocale' mangled-name='PyUnicode_DecodeLocale' filepath='Objects/unicodeobject.c' line='3890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocale'>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3890' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3890' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Objects/unicodeobject.c' line='3932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefaultAndSize'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='3932' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='3932' column='1'/>
+    <function-decl name='PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Objects/unicodeobject.c' line='3905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefaultAndSize'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='3905' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='3905' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='3968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>
-      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='3968' column='1'/>
-      <parameter type-id='type-id-29' name='addr' filepath='Objects/unicodeobject.c' line='3968' column='1'/>
+    <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='3941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>
+      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='3941' column='1'/>
+      <parameter type-id='type-id-30' name='addr' filepath='Objects/unicodeobject.c' line='3941' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='4008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>
-      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='4008' column='1'/>
-      <parameter type-id='type-id-29' name='addr' filepath='Objects/unicodeobject.c' line='4008' column='1'/>
+    <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='3981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>
+      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='3981' column='1'/>
+      <parameter type-id='type-id-30' name='addr' filepath='Objects/unicodeobject.c' line='3981' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicode_AsUTF8NoNUL' mangled-name='_PyUnicode_AsUTF8NoNUL' filepath='Objects/unicodeobject.c' line='4087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8NoNUL'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4087' column='1'/>
+    <function-decl name='_PyUnicode_AsUTF8NoNUL' mangled-name='_PyUnicode_AsUTF8NoNUL' filepath='Objects/unicodeobject.c' line='4060' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8NoNUL'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4060' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyUnicode_GetSize' mangled-name='PyUnicode_GetSize' filepath='Objects/unicodeobject.c' line='4107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetSize'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4107' column='1'/>
+    <function-decl name='PyUnicode_GetSize' mangled-name='PyUnicode_GetSize' filepath='Objects/unicodeobject.c' line='4080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetSize'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4080' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4115' column='1'/>
+    <function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4088' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4144' column='1'/>
-      <parameter type-id='type-id-7' name='index' filepath='Objects/unicodeobject.c' line='4144' column='1'/>
-      <parameter type-id='type-id-257' name='ch' filepath='Objects/unicodeobject.c' line='4144' column='1'/>
+    <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4117' column='1'/>
+      <parameter type-id='type-id-7' name='index' filepath='Objects/unicodeobject.c' line='4117' column='1'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodeobject.c' line='4117' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4506' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4507' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4508' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4479' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4480' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4481' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicodeobject.c' line='4521' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7Stateful'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4521' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4522' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4523' column='1'/>
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='4524' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicodeobject.c' line='4494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7Stateful'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4494' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4495' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4496' column='1'/>
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='4497' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' line='5468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5468' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5469' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5470' column='1'/>
-      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5471' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' line='5441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5441' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5442' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5443' column='1'/>
+      <parameter type-id='type-id-176' name='byteorder' filepath='Objects/unicodeobject.c' line='5444' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5477' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5478' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5479' column='1'/>
-      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5480' column='1'/>
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5481' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5450' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5451' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5452' column='1'/>
+      <parameter type-id='type-id-176' name='byteorder' filepath='Objects/unicodeobject.c' line='5453' column='1'/>
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5454' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' line='5622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF32'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5622' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5623' column='1'/>
-      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5624' column='1'/>
+    <function-decl name='_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' line='5595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF32'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5595' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5596' column='1'/>
+      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5597' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='5767' column='1'/>
+    <function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='5740' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' line='5775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5775' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5776' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5777' column='1'/>
-      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5778' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' line='5748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5748' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5749' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5750' column='1'/>
+      <parameter type-id='type-id-176' name='byteorder' filepath='Objects/unicodeobject.c' line='5751' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='5784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5784' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5785' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5786' column='1'/>
-      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5787' column='1'/>
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5788' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='5757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5757' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5758' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5759' column='1'/>
+      <parameter type-id='type-id-176' name='byteorder' filepath='Objects/unicodeobject.c' line='5760' column='1'/>
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5761' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' line='5939' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF16'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5939' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5940' column='1'/>
-      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5941' column='1'/>
+    <function-decl name='_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' line='5912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF16'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5912' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5913' column='1'/>
+      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5914' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6103' column='1'/>
+    <function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6076' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6076' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUnicodeEscape' mangled-name='PyUnicode_DecodeUnicodeEscape' filepath='Objects/unicodeobject.c' line='6405' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUnicodeEscape'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6405' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6406' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6407' column='1'/>
+    <function-decl name='PyUnicode_DecodeUnicodeEscape' mangled-name='PyUnicode_DecodeUnicodeEscape' filepath='Objects/unicodeobject.c' line='6378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUnicodeEscape'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6378' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6379' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6380' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUnicodeEscapeString' mangled-name='PyUnicode_AsUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeEscapeString'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6415' column='1'/>
+    <function-decl name='PyUnicode_AsUnicodeEscapeString' mangled-name='PyUnicode_AsUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6388' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeEscapeString'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6388' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeRawUnicodeEscape' mangled-name='PyUnicode_DecodeRawUnicodeEscape' filepath='Objects/unicodeobject.c' line='6668' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeRawUnicodeEscape'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6668' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6669' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6670' column='1'/>
+    <function-decl name='PyUnicode_DecodeRawUnicodeEscape' mangled-name='PyUnicode_DecodeRawUnicodeEscape' filepath='Objects/unicodeobject.c' line='6641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeRawUnicodeEscape'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6641' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6642' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6643' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsRawUnicodeEscapeString' mangled-name='PyUnicode_AsRawUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsRawUnicodeEscapeString'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6677' column='1'/>
+    <function-decl name='PyUnicode_AsRawUnicodeEscapeString' mangled-name='PyUnicode_AsRawUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsRawUnicodeEscapeString'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6650' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsLatin1String' mangled-name='PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsLatin1String'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='7058' column='1'/>
+    <function-decl name='PyUnicode_AsLatin1String' mangled-name='PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsLatin1String'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='7031' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeCharmap' mangled-name='PyUnicode_DecodeCharmap' filepath='Objects/unicodeobject.c' line='8107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeCharmap'>
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='8107' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='8108' column='1'/>
-      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8109' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='8110' column='1'/>
+    <function-decl name='PyUnicode_DecodeCharmap' mangled-name='PyUnicode_DecodeCharmap' filepath='Objects/unicodeobject.c' line='8080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeCharmap'>
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='8080' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='8081' column='1'/>
+      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8082' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='8083' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_BuildEncodingMap' mangled-name='PyUnicode_BuildEncodingMap' filepath='Objects/unicodeobject.c' line='8183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_BuildEncodingMap'>
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='8183' column='1'/>
+    <function-decl name='PyUnicode_BuildEncodingMap' mangled-name='PyUnicode_BuildEncodingMap' filepath='Objects/unicodeobject.c' line='8156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_BuildEncodingMap'>
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='8156' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobject.c' line='8664' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsCharmapString'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='8664' column='1'/>
-      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8665' column='1'/>
+    <function-decl name='PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobject.c' line='8637' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsCharmapString'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='8637' column='1'/>
+      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8638' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Translate'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9080' column='1'/>
-      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='9081' column='1'/>
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='9082' column='1'/>
+    <function-decl name='PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9053' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Translate'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9053' column='1'/>
+      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='9054' column='1'/>
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='9055' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Count' mangled-name='PyUnicode_Count' filepath='Objects/unicodeobject.c' line='9372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Count'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9372' column='1'/>
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9373' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9374' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9375' column='1'/>
+    <function-decl name='PyUnicode_Count' mangled-name='PyUnicode_Count' filepath='Objects/unicodeobject.c' line='9345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Count'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9345' column='1'/>
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9346' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9347' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9348' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Find'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9384' column='1'/>
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9385' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9386' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9387' column='1'/>
-      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9388' column='1'/>
+    <function-decl name='PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Find'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9357' column='1'/>
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9358' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9359' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9360' column='1'/>
+      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9361' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9397' column='1'/>
-      <parameter type-id='type-id-257' name='ch' filepath='Objects/unicodeobject.c' line='9397' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9398' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9398' column='1'/>
-      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9399' column='1'/>
+    <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9370' column='1'/>
+      <parameter type-id='type-id-258' name='ch' filepath='Objects/unicodeobject.c' line='9370' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9371' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9371' column='1'/>
+      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9372' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_Tailmatch' mangled-name='PyUnicode_Tailmatch' filepath='Objects/unicodeobject.c' line='9480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Tailmatch'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9480' column='1'/>
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9481' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9482' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9483' column='1'/>
-      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9484' column='1'/>
+    <function-decl name='PyUnicode_Tailmatch' mangled-name='PyUnicode_Tailmatch' filepath='Objects/unicodeobject.c' line='9453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Tailmatch'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9453' column='1'/>
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9454' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9455' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9456' column='1'/>
+      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9457' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='9750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>
-      <parameter type-id='type-id-4' name='separator' filepath='Objects/unicodeobject.c' line='9750' column='1'/>
-      <parameter type-id='type-id-256' name='items' filepath='Objects/unicodeobject.c' line='9750' column='1'/>
-      <parameter type-id='type-id-7' name='seqlen' filepath='Objects/unicodeobject.c' line='9750' column='1'/>
+    <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='9723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>
+      <parameter type-id='type-id-4' name='separator' filepath='Objects/unicodeobject.c' line='9723' column='1'/>
+      <parameter type-id='type-id-257' name='items' filepath='Objects/unicodeobject.c' line='9723' column='1'/>
+      <parameter type-id='type-id-7' name='seqlen' filepath='Objects/unicodeobject.c' line='9723' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='9930' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Fill'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='9930' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9930' column='1'/>
-      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='9930' column='1'/>
-      <parameter type-id='type-id-257' name='fill_char' filepath='Objects/unicodeobject.c' line='9931' column='1'/>
+    <function-decl name='PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='9903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Fill'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='9903' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9903' column='1'/>
+      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='9903' column='1'/>
+      <parameter type-id='type-id-258' name='fill_char' filepath='Objects/unicodeobject.c' line='9904' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='10004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='10004' column='1'/>
-      <parameter type-id='type-id-5' name='keepends' filepath='Objects/unicodeobject.c' line='10004' column='1'/>
+    <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='9977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='9977' column='1'/>
+      <parameter type-id='type-id-5' name='keepends' filepath='Objects/unicodeobject.c' line='9977' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_EqualToUTF8' mangled-name='PyUnicode_EqualToUTF8' filepath='Objects/unicodeobject.c' line='10874' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10874' column='1'/>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10874' column='1'/>
+    <function-decl name='PyUnicode_EqualToUTF8' mangled-name='PyUnicode_EqualToUTF8' filepath='Objects/unicodeobject.c' line='10847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10847' column='1'/>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10847' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_EqualToUTF8AndSize' mangled-name='PyUnicode_EqualToUTF8AndSize' filepath='Objects/unicodeobject.c' line='10880' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8AndSize'>
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10880' column='1'/>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10880' column='1'/>
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='10880' column='1'/>
+    <function-decl name='PyUnicode_EqualToUTF8AndSize' mangled-name='PyUnicode_EqualToUTF8AndSize' filepath='Objects/unicodeobject.c' line='10853' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8AndSize'>
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10853' column='1'/>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10853' column='1'/>
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='10853' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_RichCompare' mangled-name='PyUnicode_RichCompare' filepath='Objects/unicodeobject.c' line='11009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RichCompare'>
-      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11009' column='1'/>
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11009' column='1'/>
-      <parameter type-id='type-id-5' name='op' filepath='Objects/unicodeobject.c' line='11009' column='1'/>
+    <function-decl name='PyUnicode_RichCompare' mangled-name='PyUnicode_RichCompare' filepath='Objects/unicodeobject.c' line='10982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RichCompare'>
+      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='10982' column='1'/>
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='10982' column='1'/>
+      <parameter type-id='type-id-5' name='op' filepath='Objects/unicodeobject.c' line='10982' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Contains' mangled-name='PyUnicode_Contains' filepath='Objects/unicodeobject.c' line='11050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Contains'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='11050' column='1'/>
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='11050' column='1'/>
+    <function-decl name='PyUnicode_Contains' mangled-name='PyUnicode_Contains' filepath='Objects/unicodeobject.c' line='11023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Contains'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='11023' column='1'/>
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='11023' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>
-      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11111' column='1'/>
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11111' column='1'/>
+    <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11084' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>
+      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11084' column='1'/>
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11084' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>
-      <parameter type-id='type-id-236' name='p_left' filepath='Objects/unicodeobject.c' line='11160' column='1'/>
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11160' column='1'/>
+    <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>
+      <parameter type-id='type-id-237' name='p_left' filepath='Objects/unicodeobject.c' line='11133' column='1'/>
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11133' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>
-      <parameter type-id='type-id-236' name='pleft' filepath='Objects/unicodeobject.c' line='11237' column='1'/>
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11237' column='1'/>
+    <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>
+      <parameter type-id='type-id-237' name='pleft' filepath='Objects/unicodeobject.c' line='11210' column='1'/>
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11210' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Replace'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='12346' column='1'/>
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='12347' column='1'/>
-      <parameter type-id='type-id-4' name='replstr' filepath='Objects/unicodeobject.c' line='12348' column='1'/>
-      <parameter type-id='type-id-7' name='maxcount' filepath='Objects/unicodeobject.c' line='12349' column='1'/>
+    <function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12319' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Replace'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='12319' column='1'/>
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='12320' column='1'/>
+      <parameter type-id='type-id-4' name='replstr' filepath='Objects/unicodeobject.c' line='12321' column='1'/>
+      <parameter type-id='type-id-7' name='maxcount' filepath='Objects/unicodeobject.c' line='12322' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Split' mangled-name='PyUnicode_Split' filepath='Objects/unicodeobject.c' line='12666' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Split'>
-      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12666' column='1'/>
-      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12666' column='1'/>
-      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12666' column='1'/>
+    <function-decl name='PyUnicode_Split' mangled-name='PyUnicode_Split' filepath='Objects/unicodeobject.c' line='12639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Split'>
+      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12639' column='1'/>
+      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12639' column='1'/>
+      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12639' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_Partition' mangled-name='PyUnicode_Partition' filepath='Objects/unicodeobject.c' line='12713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Partition'>
-      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12713' column='1'/>
-      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12713' column='1'/>
+    <function-decl name='PyUnicode_Partition' mangled-name='PyUnicode_Partition' filepath='Objects/unicodeobject.c' line='12686' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Partition'>
+      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12686' column='1'/>
+      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12686' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_RPartition' mangled-name='PyUnicode_RPartition' filepath='Objects/unicodeobject.c' line='12765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RPartition'>
-      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12765' column='1'/>
-      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12765' column='1'/>
+    <function-decl name='PyUnicode_RPartition' mangled-name='PyUnicode_RPartition' filepath='Objects/unicodeobject.c' line='12738' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RPartition'>
+      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12738' column='1'/>
+      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12738' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='12859' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>
-      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12859' column='1'/>
-      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12859' column='1'/>
-      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12859' column='1'/>
+    <function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='12832' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>
+      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12832' column='1'/>
+      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12832' column='1'/>
+      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12832' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
-      <parameter type-id='type-id-328' name='writer' filepath='Objects/unicodeobject.c' line='13374' column='1'/>
-      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='13375' column='1'/>
+    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
+      <parameter type-id='type-id-329' name='writer' filepath='Objects/unicodeobject.c' line='13347' column='1'/>
+      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='13348' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13440' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
-      <parameter type-id='type-id-328' name='writer' filepath='Objects/unicodeobject.c' line='13440' column='1'/>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='13440' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='13441' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='13441' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
+      <parameter type-id='type-id-329' name='writer' filepath='Objects/unicodeobject.c' line='13413' column='1'/>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='13413' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='13414' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='13414' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='13532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
-      <parameter type-id='type-id-328' name='writer' filepath='Objects/unicodeobject.c' line='13532' column='1'/>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='13533' column='1'/>
-      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='13533' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='13505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
+      <parameter type-id='type-id-329' name='writer' filepath='Objects/unicodeobject.c' line='13505' column='1'/>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='13506' column='1'/>
+      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='13506' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='14684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>
-      <parameter type-id='type-id-4' name='format' filepath='Objects/unicodeobject.c' line='14684' column='1'/>
-      <parameter type-id='type-id-4' name='args' filepath='Objects/unicodeobject.c' line='14684' column='1'/>
+    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='14657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>
+      <parameter type-id='type-id-4' name='format' filepath='Objects/unicodeobject.c' line='14657' column='1'/>
+      <parameter type-id='type-id-4' name='args' filepath='Objects/unicodeobject.c' line='14657' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyUnicode_ExactDealloc' mangled-name='_PyUnicode_ExactDealloc' filepath='Objects/unicodeobject.c' line='14938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ExactDealloc'>
-      <parameter type-id='type-id-4' name='op' filepath='Objects/unicodeobject.c' line='14938' column='1'/>
+    <function-decl name='_PyUnicode_ExactDealloc' mangled-name='_PyUnicode_ExactDealloc' filepath='Objects/unicodeobject.c' line='14911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ExactDealloc'>
+      <parameter type-id='type-id-4' name='op' filepath='Objects/unicodeobject.c' line='14911' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyUnicode_InternInPlace' mangled-name='_PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternInPlace'>
-      <parameter type-id='type-id-27' name='interp' filepath='Objects/unicodeobject.c' line='15292' column='1'/>
-      <parameter type-id='type-id-236' name='p' filepath='Objects/unicodeobject.c' line='15292' column='1'/>
+    <function-decl name='_PyUnicode_InternInPlace' mangled-name='_PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternInPlace'>
+      <parameter type-id='type-id-28' name='interp' filepath='Objects/unicodeobject.c' line='15265' column='1'/>
+      <parameter type-id='type-id-237' name='p' filepath='Objects/unicodeobject.c' line='15265' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>
-      <parameter type-id='type-id-236' name='p' filepath='Objects/unicodeobject.c' line='15299' column='1'/>
+    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>
+      <parameter type-id='type-id-237' name='p' filepath='Objects/unicodeobject.c' line='15272' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='15308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>
-      <parameter type-id='type-id-236' name='p' filepath='Objects/unicodeobject.c' line='15308' column='1'/>
+    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='15281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>
+      <parameter type-id='type-id-237' name='p' filepath='Objects/unicodeobject.c' line='15281' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='15905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>
+    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='15869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>
       <return type-id='type-id-4'/>
     </function-decl>
     <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-535'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_PyStatus_TYPE_OK' value='0'/>
       <enumerator name='_PyStatus_TYPE_ERROR' value='1'/>
       <enumerator name='_PyStatus_TYPE_EXIT' value='2'/>
     </enum-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/unionobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='_PyUnion_Type' type-id='type-id-264' mangled-name='_PyUnion_Type' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='12' column='1' elf-symbol-id='_PyUnion_Type'/>
+  <abi-instr address-size='64' path='Objects/unionobject.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='_PyUnion_Type' type-id='type-id-265' mangled-name='_PyUnion_Type' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='12' column='1' elf-symbol-id='_PyUnion_Type'/>
     <function-decl name='_Py_subs_parameters' filepath='./Include/internal/pycore_unionobject.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/src' language='LANG_C11'>
     <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-548'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='wr_object' type-id='type-id-4' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='15' column='1'/>
         <var-decl name='wr_callback' type-id='type-id-4' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='18' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='hash' type-id='type-id-299' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='23' column='1'/>
+        <var-decl name='hash' type-id='type-id-300' 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-549' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>
         <var-decl name='wr_next' type-id='type-id-549' 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-307' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>
+        <var-decl name='vectorcall' type-id='type-id-308' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyWeakReference' type-id='type-id-548' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-550'/>
     <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-549'/>
-    <var-decl name='_PyWeakref_RefType' type-id='type-id-264' 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-264' 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-264' mangled-name='_PyWeakref_CallableProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='13' column='1' elf-symbol-id='_PyWeakref_CallableProxyType'/>
+    <var-decl name='_PyWeakref_RefType' type-id='type-id-265' 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-265' 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-265' mangled-name='_PyWeakref_CallableProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='13' column='1' elf-symbol-id='_PyWeakref_CallableProxyType'/>
     <function-decl name='_PyWeakref_ClearRef' mangled-name='_PyWeakref_ClearRef' filepath='Objects/weakrefobject.c' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_ClearRef'>
       <parameter type-id='type-id-549' name='self' filepath='Objects/weakrefobject.c' line='131' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyWeakref_GetRef' mangled-name='PyWeakref_GetRef' filepath='Objects/weakrefobject.c' line='932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_GetRef'>
       <parameter type-id='type-id-4' name='ref' filepath='Objects/weakrefobject.c' line='932' column='1'/>
-      <parameter type-id='type-id-236' name='pobj' filepath='Objects/weakrefobject.c' line='932' column='1'/>
+      <parameter type-id='type-id-237' name='pobj' filepath='Objects/weakrefobject.c' line='932' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyWeakref_GetObject' mangled-name='PyWeakref_GetObject' filepath='Objects/weakrefobject.c' line='950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_GetObject'>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/action_helpers.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/action_helpers.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-551' size-in-bits='64' id='type-id-552'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-553' size-in-bits='64' id='type-id-554'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-555' size-in-bits='64' id='type-id-556'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-557' size-in-bits='64' id='type-id-558'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-559' size-in-bits='64' id='type-id-560'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-561' size-in-bits='64' id='type-id-562'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-563' size-in-bits='64' id='type-id-564'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-29' size-in-bits='64' id='type-id-565'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+    <array-type-def dimensions='1' type-id='type-id-30' size-in-bits='64' id='type-id-565'>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-566' size-in-bits='64' id='type-id-567'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <class-decl name='_PyUnicodeWriter' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-568' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='449' column='1' id='type-id-569'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='buffer' type-id='type-id-4' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='450' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='data' type-id='type-id-29' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='451' column='1'/>
+        <var-decl name='data' type-id='type-id-30' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='451' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='kind' type-id='type-id-5' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='452' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='maxchar' type-id='type-id-257' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='453' column='1'/>
+        <var-decl name='maxchar' type-id='type-id-258' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='453' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='454' column='1'/>
         <var-decl name='min_length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='458' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='min_char' type-id='type-id-257' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='461' column='1'/>
+        <var-decl name='min_char' type-id='type-id-258' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='461' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='416'>
-        <var-decl name='overallocate' type-id='type-id-90' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='464' column='1'/>
+        <var-decl name='overallocate' type-id='type-id-91' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='464' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='424'>
-        <var-decl name='readonly' type-id='type-id-90' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='468' column='1'/>
+        <var-decl name='readonly' type-id='type-id-91' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='468' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyUnicodeWriter' type-id='type-id-569' filepath='./Include/cpython/unicodeobject.h' line='469' column='1' id='type-id-568'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-565' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='34' column='1'/>
         <var-decl name='size' type-id='type-id-7' 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-260' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' 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-358' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-359' 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-573' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-572'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-560' visibility='default' filepath='./Include/internal/pycore_ast.h' line='66' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-554' visibility='default' filepath='./Include/internal/pycore_ast.h' line='88' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-552' visibility='default' filepath='./Include/internal/pycore_ast.h' line='117' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-567' visibility='default' filepath='./Include/internal/pycore_ast.h' line='124' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-556' visibility='default' filepath='./Include/internal/pycore_ast.h' line='131' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-558' visibility='default' filepath='./Include/internal/pycore_ast.h' line='139' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-562' visibility='default' filepath='./Include/internal/pycore_ast.h' line='146' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-564' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>
     </class-decl>
     <typedef-decl name='asdl_type_param_seq' type-id='type-id-599' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-598'/>
     <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-600'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='Module_kind' value='1'/>
       <enumerator name='Interactive_kind' value='2'/>
       <enumerator name='Expression_kind' value='3'/>
       </data-member>
     </class-decl>
     <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-611'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='FunctionDef_kind' value='1'/>
       <enumerator name='AsyncFunctionDef_kind' value='2'/>
       <enumerator name='ClassDef_kind' value='3'/>
       </data-member>
     </class-decl>
     <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='523' column='1' id='type-id-643'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='ExceptHandler_kind' value='1'/>
     </enum-decl>
     <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1' id='type-id-644'>
       </data-member>
     </class-decl>
     <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='589' column='1' id='type-id-650'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='MatchValue_kind' value='1'/>
       <enumerator name='MatchSingleton_kind' value='2'/>
       <enumerator name='MatchSequence_kind' value='3'/>
       </data-member>
     </class-decl>
     <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='641' column='1' id='type-id-661'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='TypeIgnore_kind' value='1'/>
     </enum-decl>
     <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='642' column='1' id='type-id-662'>
       </data-member>
     </class-decl>
     <enum-decl name='_type_param_kind' filepath='./Include/internal/pycore_ast.h' line='653' column='1' id='type-id-665'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='TypeVar_kind' value='1'/>
       <enumerator name='ParamSpec_kind' value='2'/>
       <enumerator name='TypeVarTuple_kind' value='3'/>
         <var-decl name='default_value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='665' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-328'/>
+    <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-329'/>
     <pointer-type-def type-id='type-id-647' size-in-bits='64' id='type-id-578'/>
     <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-577'/>
     <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-580'/>
         <var-decl name='done' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='fp' type-id='type-id-55' visibility='default' filepath='Parser/lexer/state.h' line='78' column='1'/>
+        <var-decl name='fp' type-id='type-id-56' visibility='default' filepath='Parser/lexer/state.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='tabsize' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='79' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyBytes_Concat' mangled-name='PyBytes_Concat' filepath='./Include/bytesobject.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_Concat'>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_Init' mangled-name='_PyUnicodeWriter_Init' filepath='./Include/cpython/unicodeobject.h' line='477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Init'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_WriteStr' mangled-name='_PyUnicodeWriter_WriteStr' filepath='./Include/cpython/unicodeobject.h' line='523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteStr'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_Finish' mangled-name='_PyUnicodeWriter_Finish' filepath='./Include/cpython/unicodeobject.h' line='556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Finish'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_Dealloc' mangled-name='_PyUnicodeWriter_Dealloc' filepath='./Include/cpython/unicodeobject.h' line='560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Dealloc'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_asdl_generic_seq_new' filepath='./Include/internal/pycore_asdl.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
         <var-decl name='keywords' type-id='type-id-690' visibility='default' filepath='Parser/pegen.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='soft_keywords' type-id='type-id-246' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>
+        <var-decl name='soft_keywords' type-id='type-id-247' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='n_keyword_lists' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='66' column='1'/>
         <var-decl name='start_rule' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='errcode' type-id='type-id-175' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>
+        <var-decl name='errcode' type-id='type-id-176' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
         <var-decl name='parsing_started' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='69' column='1'/>
     </class-decl>
     <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-688'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/lexer/lexer.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/lexer/lexer.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_FatalErrorFunc' mangled-name='_Py_FatalErrorFunc' filepath='./Include/cpython/pyerrors.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalErrorFunc'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsPrintable' mangled-name='_PyUnicode_IsPrintable' filepath='./Include/cpython/unicodeobject.h' line='649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsPrintable'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ScanIdentifier' mangled-name='_PyUnicode_ScanIdentifier' filepath='./Include/internal/pycore_unicodeobject.h' line='268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ScanIdentifier'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='memcmp' filepath='/usr/include/string.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='memchr' filepath='/usr/include/string.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyTokenizer_syntaxerror' filepath='Parser/lexer/../tokenizer/helpers.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-688'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/myreadline.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-55' restrict='yes' id='type-id-401'/>
-    <pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-508'/>
+  <abi-instr address-size='64' path='Parser/myreadline.c' comp-dir-path='/src' language='LANG_C11'>
+    <qualified-type-def type-id='type-id-56' restrict='yes' id='type-id-402'/>
+    <pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-26'/>
     <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-695'/>
-    <qualified-type-def type-id='type-id-17' restrict='yes' id='type-id-179'/>
+    <qualified-type-def type-id='type-id-17' restrict='yes' id='type-id-180'/>
     <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-697'/>
     <function-decl name='PyEval_SaveThread' mangled-name='PyEval_SaveThread' filepath='./Include/ceval.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SaveThread'>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyEval_RestoreThread' mangled-name='PyEval_RestoreThread' filepath='./Include/ceval.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_RestoreThread'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMutex_Lock' mangled-name='PyMutex_Lock' filepath='./Include/cpython/lock.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMutex_Lock'>
-      <parameter type-id='type-id-508'/>
+      <parameter type-id='type-id-26'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMutex_Unlock' mangled-name='PyMutex_Unlock' filepath='./Include/cpython/lock.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMutex_Unlock'>
-      <parameter type-id='type-id-508'/>
+      <parameter type-id='type-id-26'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-695' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='96' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>
     <function-decl name='_PyOS_InterruptOccurred' filepath='./Include/internal/pycore_pystate.h' line='261' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyErr_CheckSignals' mangled-name='PyErr_CheckSignals' filepath='./Include/pyerrors.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_CheckSignals'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyMem_RawRealloc' mangled-name='PyMem_RawRealloc' filepath='./Include/pymem.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawRealloc'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyMem_RawFree' mangled-name='PyMem_RawFree' filepath='./Include/pymem.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawFree'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <var-decl name='PyOS_InputHook' type-id='type-id-697' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='22' column='1' elf-symbol-id='PyOS_InputHook'/>
     <function-decl name='fflush' filepath='/usr/include/stdio.h' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fgets' filepath='/usr/include/stdio.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-401'/>
+      <parameter type-id='type-id-402'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='clearerr' filepath='/usr/include/stdio.h' line='786' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='feof' filepath='/usr/include/stdio.h' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='isatty' filepath='/usr/include/unistd.h' line='809' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyOS_ReadlineTState' type-id='type-id-26' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='Parser/myreadline.c' line='28' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
+    <var-decl name='_PyOS_ReadlineTState' type-id='type-id-27' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='Parser/myreadline.c' line='28' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
     <function-type size-in-bits='64' id='type-id-694'>
-      <parameter type-id='type-id-55'/>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-17'/>
     </function-type>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/parser.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/parser.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='asdl_seq' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='28' column='1' id='type-id-699'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='asdl_seq' type-id='type-id-699' filepath='./Include/internal/pycore_asdl.h' line='30' column='1' id='type-id-698'/>
     <enum-decl name='_cmpop' filepath='./Include/internal/pycore_ast.h' line='31' column='1' id='type-id-700'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='Eq' value='1'/>
       <enumerator name='NotEq' value='2'/>
       <enumerator name='Lt' value='3'/>
     <typedef-decl name='AugOperator' type-id='type-id-716' filepath='Parser/pegen.h' line='114' column='1' id='type-id-715'/>
     <class-decl name='KeywordOrStarred' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-717' visibility='default' filepath='Parser/pegen.h' line='115' column='1' id='type-id-718'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='element' type-id='type-id-29' visibility='default' filepath='Parser/pegen.h' line='116' column='1'/>
+        <var-decl name='element' type-id='type-id-30' visibility='default' filepath='Parser/pegen.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='is_keyword' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='117' column='1'/>
     <typedef-decl name='KeywordOrStarred' type-id='type-id-718' filepath='Parser/pegen.h' line='118' column='1' id='type-id-717'/>
     <class-decl name='ResultTokenWithMetadata' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-719' visibility='default' filepath='Parser/pegen.h' line='120' column='1' id='type-id-720'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='result' type-id='type-id-29' visibility='default' filepath='Parser/pegen.h' line='121' column='1'/>
+        <var-decl name='result' type-id='type-id-30' visibility='default' filepath='Parser/pegen.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='metadata' type-id='type-id-4' visibility='default' filepath='Parser/pegen.h' line='122' column='1'/>
     </class-decl>
     <typedef-decl name='ResultTokenWithMetadata' type-id='type-id-720' filepath='Parser/pegen.h' line='123' column='1' id='type-id-719'/>
     <enum-decl name='TARGETS_TYPE' naming-typedef-id='type-id-721' filepath='Parser/pegen.h' line='156' column='1' id='type-id-722'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='STAR_TARGETS' value='0'/>
       <enumerator name='DEL_TARGETS' value='1'/>
       <enumerator name='FOR_TARGETS' value='2'/>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_update_memo' filepath='Parser/pegen.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_is_memoized' filepath='Parser/pegen.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_lookahead_with_name' filepath='Parser/pegen.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyPegen_string_token' filepath='Parser/pegen.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_Pypegen_stack_overflow' filepath='Parser/pegen.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
     <function-decl name='_PyPegen_dummy_name' filepath='Parser/pegen.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
       <parameter is-variadic='yes'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_last_item' filepath='Parser/pegen.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-712'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_first_item' filepath='Parser/pegen.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-712'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyPegen_new_type_comment' filepath='Parser/pegen.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
     </function-decl>
     <function-decl name='_PyPegen_singleton_seq' filepath='Parser/pegen.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-712'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_insert_in_front' filepath='Parser/pegen.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-712'/>
       <return type-id='type-id-712'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_append_to_end' filepath='Parser/pegen.h' line='299' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-712'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-712'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_flatten' filepath='Parser/pegen.h' line='300' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyPegen_keyword_or_starred' filepath='Parser/pegen.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-727'/>
     </function-decl>
     <function-decl name='_PyPegen_arguments_parsing_error' filepath='Parser/pegen.h' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-609'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyPegen_get_last_comprehension_item' filepath='Parser/pegen.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-743'/>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-609'/>
       <parameter type-id='type-id-742'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyPegen_interactive_exit' filepath='Parser/pegen.h' line='359' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-738'>
       <parameter type-id='type-id-684'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/peg_api.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/peg_api.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='PyCompilerFlags' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-745' visibility='default' filepath='./Include/cpython/compile.h' line='27' column='1' id='type-id-746'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='cf_flags' type-id='type-id-5' visibility='default' filepath='./Include/cpython/compile.h' line='28' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyCompilerFlags' type-id='type-id-746' filepath='./Include/cpython/compile.h' line='30' column='1' id='type-id-745'/>
-    <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-207'/>
+    <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-208'/>
     <function-decl name='PySys_Audit' mangled-name='PySys_Audit' filepath='./Include/sysmodule.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_Audit'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_run_parser_from_file_pointer' filepath='Parser/pegen.h' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-207'/>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-208'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-237'/>
       <parameter type-id='type-id-679'/>
       <return type-id='type-id-575'/>
     </function-decl>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <parameter type-id='type-id-679'/>
       <return type-id='type-id-575'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/pegen.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/pegen.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-747' size-in-bits='512' id='type-id-748'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-749' size-in-bits='5120' id='type-id-750'>
-      <subrange length='80' type-id='type-id-2' id='type-id-415'/>
+      <subrange length='80' type-id='type-id-2' id='type-id-416'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='512' id='type-id-751'>
+    <array-type-def dimensions='1' type-id='type-id-326' size-in-bits='512' id='type-id-751'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-414' size-in-bits='5120' id='type-id-413'>
-      <subrange length='80' type-id='type-id-2' id='type-id-415'/>
+    <array-type-def dimensions='1' type-id='type-id-415' size-in-bits='5120' id='type-id-414'>
+      <subrange length='80' type-id='type-id-2' id='type-id-416'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-334' size-in-bits='5120' id='type-id-752'>
-      <subrange length='80' type-id='type-id-2' id='type-id-415'/>
+    <array-type-def dimensions='1' type-id='type-id-335' size-in-bits='5120' id='type-id-752'>
+      <subrange length='80' type-id='type-id-2' id='type-id-416'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-337' size-in-bits='512' id='type-id-753'>
+    <array-type-def dimensions='1' type-id='type-id-338' size-in-bits='512' id='type-id-753'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-352' size-in-bits='512' id='type-id-754'>
+    <array-type-def dimensions='1' type-id='type-id-353' size-in-bits='512' id='type-id-754'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-258' size-in-bits='5120' id='type-id-755'>
-      <subrange length='80' type-id='type-id-2' id='type-id-415'/>
+    <array-type-def dimensions='1' type-id='type-id-259' size-in-bits='5120' id='type-id-755'>
+      <subrange length='80' type-id='type-id-2' id='type-id-416'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-249' size-in-bits='67072' id='type-id-756'>
+    <array-type-def dimensions='1' type-id='type-id-250' size-in-bits='67072' id='type-id-756'>
       <subrange length='262' type-id='type-id-2' id='type-id-757'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='64' id='type-id-358'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='64' id='type-id-359'>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='16256' id='type-id-758'>
       <subrange length='254' type-id='type-id-2' id='type-id-759'/>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-767' size-in-bits='32' id='type-id-768'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-769' size-in-bits='5120' id='type-id-770'>
-      <subrange length='80' type-id='type-id-2' id='type-id-415'/>
+      <subrange length='80' type-id='type-id-2' id='type-id-416'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-771' size-in-bits='64' id='type-id-772'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-773' size-in-bits='128' id='type-id-774'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-775' size-in-bits='65536' id='type-id-776'>
+    <array-type-def dimensions='1' type-id='type-id-775' size-in-bits='49152' id='type-id-776'>
       <subrange length='128' type-id='type-id-2' id='type-id-532'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-777' size-in-bits='49152' id='type-id-778'>
+    <array-type-def dimensions='1' type-id='type-id-777' size-in-bits='65536' id='type-id-778'>
       <subrange length='128' type-id='type-id-2' id='type-id-532'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-779' size-in-bits='26880' id='type-id-780'>
       <subrange length='210' type-id='type-id-2' id='type-id-781'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-782' size-in-bits='98304' id='type-id-783'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-784' size-in-bits='8320' id='type-id-785'>
-      <subrange length='65' type-id='type-id-2' id='type-id-70'/>
+      <subrange length='65' type-id='type-id-2' id='type-id-71'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-786' size-in-bits='524288' id='type-id-787'>
       <subrange length='4096' type-id='type-id-2' id='type-id-788'/>
       <subrange length='32768' type-id='type-id-2' id='type-id-797'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-800' size-in-bits='4160' id='type-id-801'>
-      <subrange length='65' type-id='type-id-2' id='type-id-70'/>
+      <subrange length='65' type-id='type-id-2' id='type-id-71'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-683' size-in-bits='64' id='type-id-802'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-803' size-in-bits='2048' id='type-id-804'>
-      <subrange length='32' type-id='type-id-2' id='type-id-66'/>
+      <subrange length='32' type-id='type-id-2' id='type-id-67'/>
     </array-type-def>
-    <type-decl name='bool' size-in-bits='8' id='type-id-351'/>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='8' id='type-id-805'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+    <type-decl name='bool' size-in-bits='8' id='type-id-352'/>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='8' id='type-id-805'>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='1600' id='type-id-673'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='1600' id='type-id-673'>
       <subrange length='200' type-id='type-id-2' id='type-id-806'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='160' id='type-id-807'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='160' id='type-id-807'>
       <subrange length='20' type-id='type-id-2' id='type-id-765'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='192' id='type-id-808'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='192' id='type-id-808'>
       <subrange length='24' type-id='type-id-2' id='type-id-809'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='320' id='type-id-810'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='320' id='type-id-810'>
       <subrange length='40' type-id='type-id-2' id='type-id-811'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='384' id='type-id-812'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='384' id='type-id-812'>
       <subrange length='48' type-id='type-id-2' id='type-id-813'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='32' id='type-id-814'>
-      <subrange length='4' type-id='type-id-2' id='type-id-227'/>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='32' id='type-id-814'>
+      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='64' id='type-id-815'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='64' id='type-id-815'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
     <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-816'/>
     <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-820'/>
     <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-821'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='gp_offset' type-id='type-id-100' visibility='default'/>
+        <var-decl name='gp_offset' type-id='type-id-101' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='fp_offset' type-id='type-id-100' visibility='default'/>
+        <var-decl name='fp_offset' type-id='type-id-101' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='overflow_arg_area' type-id='type-id-29' visibility='default'/>
+        <var-decl name='overflow_arg_area' type-id='type-id-30' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='reg_save_area' type-id='type-id-29' visibility='default'/>
+        <var-decl name='reg_save_area' type-id='type-id-30' visibility='default'/>
       </data-member>
     </class-decl>
     <class-decl name='_arena' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-822'/>
         <var-decl name='dk_refcnt' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='141' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='dk_log2_size' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>
+        <var-decl name='dk_log2_size' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='72'>
-        <var-decl name='dk_log2_index_bytes' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>
+        <var-decl name='dk_log2_index_bytes' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80'>
-        <var-decl name='dk_kind' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>
+        <var-decl name='dk_kind' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='dk_version' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>
+        <var-decl name='dk_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='dk_usable' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='161' column='1'/>
         <var-decl name='dk_nentries' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='164' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='dk_indices' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>
+        <var-decl name='dk_indices' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_dictvalues' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='196' column='1' id='type-id-823'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='capacity' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='197' column='1'/>
+        <var-decl name='capacity' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='197' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='size' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='198' column='1'/>
+        <var-decl name='size' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='198' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='embedded' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='199' column='1'/>
+        <var-decl name='embedded' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='valid' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_dict.h' line='200' column='1'/>
+        <var-decl name='valid' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_dict.h' line='200' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='values' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_dict.h' line='201' column='1'/>
+        <var-decl name='values' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_dict.h' line='201' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-824'/>
     <array-type-def dimensions='1' type-id='type-id-743' size-in-bits='64' id='type-id-825'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-372' size-in-bits='32' id='type-id-826'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+    <array-type-def dimensions='1' type-id='type-id-373' size-in-bits='32' id='type-id-826'>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <type-decl name='double' size-in-bits='64' id='type-id-171'/>
-    <array-type-def dimensions='1' type-id='type-id-171' size-in-bits='18432' id='type-id-827'>
+    <type-decl name='double' size-in-bits='64' id='type-id-172'/>
+    <array-type-def dimensions='1' type-id='type-id-172' size-in-bits='18432' id='type-id-827'>
       <subrange length='288' type-id='type-id-2' id='type-id-828'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-609' size-in-bits='64' id='type-id-829'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-384' size-in-bits='16320' id='type-id-830'>
+    <array-type-def dimensions='1' type-id='type-id-385' size-in-bits='16320' id='type-id-830'>
       <subrange length='255' type-id='type-id-2' id='type-id-831'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-832' size-in-bits='576' id='type-id-833'>
       <subrange length='100' type-id='type-id-2' id='type-id-837'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='32' id='type-id-838'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='6400' id='type-id-674'>
       <subrange length='200' type-id='type-id-2' id='type-id-806'/>
       <subrange length='28' type-id='type-id-2' id='type-id-841'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-744' size-in-bits='64' id='type-id-842'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <type-decl name='long int' size-in-bits='64' id='type-id-181'/>
-    <type-decl name='long long int' size-in-bits='64' id='type-id-376'/>
-    <type-decl name='long long unsigned int' size-in-bits='64' id='type-id-375'/>
-    <array-type-def dimensions='1' type-id='type-id-399' size-in-bits='3840' id='type-id-843'>
+    <type-decl name='long int' size-in-bits='64' id='type-id-182'/>
+    <type-decl name='long long int' size-in-bits='64' id='type-id-377'/>
+    <type-decl name='long long unsigned int' size-in-bits='64' id='type-id-376'/>
+    <array-type-def dimensions='1' type-id='type-id-400' size-in-bits='3840' id='type-id-843'>
       <subrange length='10' type-id='type-id-2' id='type-id-844'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-399' size-in-bits='76800' id='type-id-845'>
+    <array-type-def dimensions='1' type-id='type-id-400' size-in-bits='76800' id='type-id-845'>
       <subrange length='200' type-id='type-id-2' id='type-id-806'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-846' size-in-bits='4096' id='type-id-847'>
     <array-type-def dimensions='1' type-id='type-id-849' size-in-bits='640' id='type-id-850'>
       <subrange length='10' type-id='type-id-2' id='type-id-844'/>
     </array-type-def>
-    <type-decl name='short int' size-in-bits='16' id='type-id-77'/>
+    <type-decl name='short int' size-in-bits='16' id='type-id-78'/>
     <type-decl name='signed char' size-in-bits='8' id='type-id-851'/>
     <array-type-def dimensions='1' type-id='type-id-852' size-in-bits='115200' id='type-id-678'>
       <subrange length='150' type-id='type-id-2' id='type-id-853'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-854' size-in-bits='96' id='type-id-855'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-856' size-in-bits='786432' id='type-id-857'>
       <subrange length='4096' type-id='type-id-2' id='type-id-788'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='64' id='type-id-858'>
-      <subrange length='2' type-id='type-id-2' id='type-id-430'/>
+    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='64' id='type-id-858'>
+      <subrange length='2' type-id='type-id-2' id='type-id-431'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='256' id='type-id-859'>
+    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='256' id='type-id-859'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='80' id='type-id-860'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='80' id='type-id-860'>
       <subrange length='10' type-id='type-id-2' id='type-id-844'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='88' id='type-id-861'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='88' id='type-id-861'>
       <subrange length='11' type-id='type-id-2' id='type-id-862'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='96' id='type-id-863'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='96' id='type-id-863'>
       <subrange length='12' type-id='type-id-2' id='type-id-864'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='104' id='type-id-865'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='104' id='type-id-865'>
       <subrange length='13' type-id='type-id-2' id='type-id-866'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='112' id='type-id-867'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='112' id='type-id-867'>
       <subrange length='14' type-id='type-id-2' id='type-id-868'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='120' id='type-id-869'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='120' id='type-id-869'>
       <subrange length='15' type-id='type-id-2' id='type-id-870'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='128' id='type-id-871'>
-      <subrange length='16' type-id='type-id-2' id='type-id-63'/>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='128' id='type-id-871'>
+      <subrange length='16' type-id='type-id-2' id='type-id-64'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='136' id='type-id-872'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='136' id='type-id-872'>
       <subrange length='17' type-id='type-id-2' id='type-id-762'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='144' id='type-id-873'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='144' id='type-id-873'>
       <subrange length='18' type-id='type-id-2' id='type-id-874'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='152' id='type-id-875'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='152' id='type-id-875'>
       <subrange length='19' type-id='type-id-2' id='type-id-876'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='8' id='type-id-877'>
-      <subrange length='1' type-id='type-id-2' id='type-id-428'/>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='8' id='type-id-877'>
+      <subrange length='1' type-id='type-id-2' id='type-id-429'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='160' id='type-id-878'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='160' id='type-id-878'>
       <subrange length='20' type-id='type-id-2' id='type-id-765'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='168' id='type-id-879'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='168' id='type-id-879'>
       <subrange length='21' type-id='type-id-2' id='type-id-880'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='176' id='type-id-881'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='176' id='type-id-881'>
       <subrange length='22' type-id='type-id-2' id='type-id-882'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='184' id='type-id-883'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='184' id='type-id-883'>
       <subrange length='23' type-id='type-id-2' id='type-id-884'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='192' id='type-id-885'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='192' id='type-id-885'>
       <subrange length='24' type-id='type-id-2' id='type-id-809'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='200' id='type-id-886'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='200' id='type-id-886'>
       <subrange length='25' type-id='type-id-2' id='type-id-887'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='208' id='type-id-888'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='208' id='type-id-888'>
       <subrange length='26' type-id='type-id-2' id='type-id-889'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='224' id='type-id-890'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='224' id='type-id-890'>
       <subrange length='28' type-id='type-id-2' id='type-id-841'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='16' id='type-id-891'>
-      <subrange length='2' type-id='type-id-2' id='type-id-430'/>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='16' id='type-id-891'>
+      <subrange length='2' type-id='type-id-2' id='type-id-431'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='248' id='type-id-892'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='248' id='type-id-892'>
       <subrange length='31' type-id='type-id-2' id='type-id-893'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='288' id='type-id-894'>
-      <subrange length='36' type-id='type-id-2' id='type-id-424'/>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='288' id='type-id-894'>
+      <subrange length='36' type-id='type-id-2' id='type-id-425'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='24' id='type-id-895'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='24' id='type-id-895'>
       <subrange length='3' type-id='type-id-2' id='type-id-834'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='32' id='type-id-896'>
-      <subrange length='4' type-id='type-id-2' id='type-id-227'/>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='32' id='type-id-896'>
+      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='40' id='type-id-897'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='40' id='type-id-897'>
       <subrange length='5' type-id='type-id-2' id='type-id-898'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='48' id='type-id-899'>
-      <subrange length='6' type-id='type-id-2' id='type-id-390'/>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='48' id='type-id-899'>
+      <subrange length='6' type-id='type-id-2' id='type-id-391'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='56' id='type-id-900'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='56' id='type-id-900'>
       <subrange length='7' type-id='type-id-2' id='type-id-901'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='64' id='type-id-902'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='64' id='type-id-902'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-303' size-in-bits='72' id='type-id-903'>
+    <array-type-def dimensions='1' type-id='type-id-304' size-in-bits='72' id='type-id-903'>
       <subrange length='9' type-id='type-id-2' id='type-id-904'/>
     </array-type-def>
-    <type-decl name='unnamed-enum-underlying-type-32' is-anonymous='yes' size-in-bits='32' alignment-in-bits='32' id='type-id-31'/>
-    <type-decl name='unsigned char' size-in-bits='8' id='type-id-90'/>
-    <type-decl name='unsigned int' size-in-bits='32' id='type-id-100'/>
-    <array-type-def dimensions='1' type-id='type-id-100' size-in-bits='64' id='type-id-905'>
-      <subrange length='2' type-id='type-id-2' id='type-id-430'/>
+    <type-decl name='unnamed-enum-underlying-type-32' is-anonymous='yes' size-in-bits='32' alignment-in-bits='32' id='type-id-32'/>
+    <type-decl name='unsigned char' size-in-bits='8' id='type-id-91'/>
+    <type-decl name='unsigned int' size-in-bits='32' id='type-id-101'/>
+    <array-type-def dimensions='1' type-id='type-id-101' size-in-bits='64' id='type-id-905'>
+      <subrange length='2' type-id='type-id-2' id='type-id-431'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='1024' id='type-id-906'>
-      <subrange length='16' type-id='type-id-2' id='type-id-63'/>
+      <subrange length='16' type-id='type-id-2' id='type-id-64'/>
     </array-type-def>
     <type-decl name='unsigned short int' size-in-bits='16' id='type-id-22'/>
     <type-decl name='void' id='type-id-3'/>
     <class-decl name='PyBytesObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-907' visibility='default' filepath='./Include/cpython/bytesobject.h' line='5' column='1' id='type-id-908'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/cpython/bytesobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' visibility='default' filepath='./Include/cpython/bytesobject.h' line='6' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='ob_shash' type-id='type-id-299' visibility='default' filepath='./Include/cpython/bytesobject.h' line='7' column='1'/>
+        <var-decl name='ob_shash' type-id='type-id-300' visibility='default' filepath='./Include/cpython/bytesobject.h' line='7' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='ob_sval' type-id='type-id-805' visibility='default' filepath='./Include/cpython/bytesobject.h' line='8' column='1'/>
     <typedef-decl name='_PyCoCached' type-id='type-id-914' filepath='./Include/cpython/code.h' line='33' column='1' id='type-id-913'/>
     <class-decl name='_PyCoLineInstrumentationData' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-915' visibility='default' filepath='./Include/cpython/code.h' line='38' column='1' id='type-id-916'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='original_opcode' type-id='type-id-303' visibility='default' filepath='./Include/cpython/code.h' line='39' column='1'/>
+        <var-decl name='original_opcode' type-id='type-id-304' visibility='default' filepath='./Include/cpython/code.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='line_delta' type-id='type-id-357' visibility='default' filepath='./Include/cpython/code.h' line='40' column='1'/>
+        <var-decl name='line_delta' type-id='type-id-358' visibility='default' filepath='./Include/cpython/code.h' line='40' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyCoLineInstrumentationData' type-id='type-id-916' filepath='./Include/cpython/code.h' line='41' column='1' id='type-id-915'/>
     <typedef-decl name='_PyCoMonitoringData' type-id='type-id-920' filepath='./Include/cpython/code.h' line='69' column='1' id='type-id-919'/>
     <class-decl name='PyCodeObject' size-in-bits='1664' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1' id='type-id-923'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='co_consts' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
         <var-decl name='co_nfreevars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='736'>
-        <var-decl name='co_version' type-id='type-id-324' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
+        <var-decl name='co_version' type-id='type-id-325' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='co_localsplusnames' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
         <var-decl name='_co_cached' type-id='type-id-925' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1344'>
-        <var-decl name='_co_instrumentation_version' type-id='type-id-426' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
+        <var-decl name='_co_instrumentation_version' type-id='type-id-427' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
         <var-decl name='_co_monitoring' type-id='type-id-926' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
         <var-decl name='_co_firsttraceable' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1536'>
-        <var-decl name='co_extra' type-id='type-id-29' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
+        <var-decl name='co_extra' type-id='type-id-30' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
         <var-decl name='co_code_adaptive' type-id='type-id-805' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='PyCodeEvent' naming-typedef-id='type-id-927' filepath='./Include/cpython/code.h' line='247' column='1' id='type-id-928'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PY_CODE_EVENT_CREATE' value='0'/>
       <enumerator name='PY_CODE_EVENT_DESTROY' value='1'/>
     </enum-decl>
     <typedef-decl name='PyCodeEvent' type-id='type-id-928' filepath='./Include/cpython/code.h' line='251' column='1' id='type-id-927'/>
-    <typedef-decl name='PyCode_WatchCallback' type-id='type-id-929' filepath='./Include/cpython/code.h' line='263' column='1' id='type-id-325'/>
-    <class-decl name='Py_complex' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-322' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-930'>
+    <typedef-decl name='PyCode_WatchCallback' type-id='type-id-929' filepath='./Include/cpython/code.h' line='263' column='1' id='type-id-326'/>
+    <class-decl name='Py_complex' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-323' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-930'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='real' type-id='type-id-171' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>
+        <var-decl name='real' type-id='type-id-172' 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-171' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
+        <var-decl name='imag' type-id='type-id-172' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='Py_complex' type-id='type-id-930' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-322'/>
+    <typedef-decl name='Py_complex' type-id='type-id-930' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-323'/>
     <typedef-decl name='PyContext' type-id='type-id-931' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-932'/>
     <typedef-decl name='wrapperfunc' type-id='type-id-933' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-934'/>
-    <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-329'>
+    <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-330'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/descrobject.h' line='12' column='1'/>
       </data-member>
         <var-decl name='offset' type-id='type-id-5' visibility='default' filepath='./Include/cpython/descrobject.h' line='13' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='function' type-id='type-id-29' visibility='default' filepath='./Include/cpython/descrobject.h' line='14' column='1'/>
+        <var-decl name='function' type-id='type-id-30' 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-934' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>
     <typedef-decl name='PyDictValues' type-id='type-id-823' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-935'/>
     <class-decl name='PyDictObject' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-936' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-937'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ma_used' type-id='type-id-7' visibility='default' filepath='./Include/cpython/dictobject.h' line='15' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='ma_version_tag' type-id='type-id-107' visibility='default' filepath='./Include/cpython/dictobject.h' line='23' column='1'/>
+        <var-decl name='ma_version_tag' type-id='type-id-108' visibility='default' filepath='./Include/cpython/dictobject.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='ma_keys' type-id='type-id-414' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>
+        <var-decl name='ma_keys' type-id='type-id-415' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='ma_values' type-id='type-id-938' visibility='default' filepath='./Include/cpython/dictobject.h' line='35' column='1'/>
     </class-decl>
     <typedef-decl name='PyDictObject' type-id='type-id-937' filepath='./Include/cpython/dictobject.h' line='36' column='1' id='type-id-936'/>
     <enum-decl name='PyDict_WatchEvent' naming-typedef-id='type-id-939' filepath='./Include/cpython/dictobject.h' line='85' column='1' id='type-id-940'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PyDict_EVENT_ADDED' value='0'/>
       <enumerator name='PyDict_EVENT_MODIFIED' value='1'/>
       <enumerator name='PyDict_EVENT_DELETED' value='2'/>
       <enumerator name='PyDict_EVENT_DEALLOCATED' value='5'/>
     </enum-decl>
     <typedef-decl name='PyDict_WatchEvent' type-id='type-id-940' filepath='./Include/cpython/dictobject.h' line='89' column='1' id='type-id-939'/>
-    <typedef-decl name='PyDict_WatchCallback' type-id='type-id-941' filepath='./Include/cpython/dictobject.h' line='94' column='1' id='type-id-337'/>
-    <typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-942' filepath='./Include/cpython/fileobject.h' line='12' column='1' id='type-id-340'/>
+    <typedef-decl name='PyDict_WatchCallback' type-id='type-id-941' filepath='./Include/cpython/dictobject.h' line='94' column='1' id='type-id-338'/>
+    <typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-942' filepath='./Include/cpython/fileobject.h' line='12' column='1' id='type-id-341'/>
     <class-decl name='PyFloatObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-943' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-944'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/floatobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' 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-171' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>
+        <var-decl name='ob_fval' type-id='type-id-172' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyFloatObject' type-id='type-id-944' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-943'/>
     <class-decl name='PyFunctionObject' size-in-bits='1152' is-struct='yes' naming-typedef-id='type-id-945' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-946'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='func_globals' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='38' column='1'/>
         <var-decl name='func_typeparams' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='vectorcall' type-id='type-id-307' visibility='default' filepath='./Include/cpython/funcobject.h' line='45' column='1'/>
+        <var-decl name='vectorcall' type-id='type-id-308' visibility='default' filepath='./Include/cpython/funcobject.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='func_version' type-id='type-id-324' visibility='default' filepath='./Include/cpython/funcobject.h' line='54' column='1'/>
+        <var-decl name='func_version' type-id='type-id-325' visibility='default' filepath='./Include/cpython/funcobject.h' line='54' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyFunctionObject' type-id='type-id-946' filepath='./Include/cpython/funcobject.h' line='61' column='1' id='type-id-945'/>
     <enum-decl name='PyFunction_WatchEvent' naming-typedef-id='type-id-947' filepath='./Include/cpython/funcobject.h' line='138' column='1' id='type-id-948'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PyFunction_EVENT_CREATE' value='0'/>
       <enumerator name='PyFunction_EVENT_DESTROY' value='1'/>
       <enumerator name='PyFunction_EVENT_MODIFY_CODE' value='2'/>
       <enumerator name='PyFunction_EVENT_MODIFY_KWDEFAULTS' value='4'/>
     </enum-decl>
     <typedef-decl name='PyFunction_WatchEvent' type-id='type-id-948' filepath='./Include/cpython/funcobject.h' line='142' column='1' id='type-id-947'/>
-    <typedef-decl name='PyFunction_WatchCallback' type-id='type-id-949' filepath='./Include/cpython/funcobject.h' line='159' column='1' id='type-id-352'/>
+    <typedef-decl name='PyFunction_WatchCallback' type-id='type-id-949' filepath='./Include/cpython/funcobject.h' line='159' column='1' id='type-id-353'/>
     <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='7' column='1' id='type-id-950'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/import.h' line='8' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='initfunc' type-id='type-id-379' visibility='default' filepath='./Include/cpython/import.h' line='9' column='1'/>
+        <var-decl name='initfunc' type-id='type-id-380' visibility='default' filepath='./Include/cpython/import.h' line='9' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='PyWideStringList' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-952'>
         <var-decl name='length' type-id='type-id-7' 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-239' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
+        <var-decl name='items' type-id='type-id-240' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyWideStringList' type-id='type-id-952' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-951'/>
         <var-decl name='dump_refs' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='149' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='dump_refs_file' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='150' column='1'/>
+        <var-decl name='dump_refs_file' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
         <var-decl name='malloc_stats' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='151' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='filesystem_encoding' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='152' column='1'/>
+        <var-decl name='filesystem_encoding' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='152' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='filesystem_errors' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='153' column='1'/>
+        <var-decl name='filesystem_errors' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='pycache_prefix' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='154' column='1'/>
+        <var-decl name='pycache_prefix' type-id='type-id-58' 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='parse_argv' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>
         <var-decl name='buffered_stdio' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='172' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1856'>
-        <var-decl name='stdio_encoding' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='173' column='1'/>
+        <var-decl name='stdio_encoding' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='173' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1920'>
-        <var-decl name='stdio_errors' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='174' column='1'/>
+        <var-decl name='stdio_errors' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='174' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1984'>
-        <var-decl name='check_hash_pycs_mode' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='178' column='1'/>
+        <var-decl name='check_hash_pycs_mode' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='178' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
         <var-decl name='use_frozen_modules' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='179' column='1'/>
         <var-decl name='pathconfig_warnings' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2240'>
-        <var-decl name='program_name' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='190' column='1'/>
+        <var-decl name='program_name' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2304'>
-        <var-decl name='pythonpath_env' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='191' column='1'/>
+        <var-decl name='pythonpath_env' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='191' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2368'>
-        <var-decl name='home' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='192' column='1'/>
+        <var-decl name='home' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='192' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2432'>
-        <var-decl name='platlibdir' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='193' column='1'/>
+        <var-decl name='platlibdir' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='193' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2496'>
         <var-decl name='module_search_paths_set' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='196' column='1'/>
         <var-decl name='module_search_paths' type-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='197' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2688'>
-        <var-decl name='stdlib_dir' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='198' column='1'/>
+        <var-decl name='stdlib_dir' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='198' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2752'>
-        <var-decl name='executable' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='199' column='1'/>
+        <var-decl name='executable' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2816'>
-        <var-decl name='base_executable' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='200' column='1'/>
+        <var-decl name='base_executable' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='200' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2880'>
-        <var-decl name='prefix' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='201' column='1'/>
+        <var-decl name='prefix' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='201' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2944'>
-        <var-decl name='base_prefix' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='202' column='1'/>
+        <var-decl name='base_prefix' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='202' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3008'>
-        <var-decl name='exec_prefix' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='203' column='1'/>
+        <var-decl name='exec_prefix' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='203' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3072'>
-        <var-decl name='base_exec_prefix' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='204' column='1'/>
+        <var-decl name='base_exec_prefix' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='204' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3136'>
         <var-decl name='skip_source_first_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='207' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3200'>
-        <var-decl name='run_command' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='208' column='1'/>
+        <var-decl name='run_command' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='208' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3264'>
-        <var-decl name='run_module' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='209' column='1'/>
+        <var-decl name='run_module' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='209' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3328'>
-        <var-decl name='run_filename' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='210' column='1'/>
+        <var-decl name='run_filename' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='210' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3392'>
-        <var-decl name='sys_path_0' type-id='type-id-57' visibility='default' filepath='./Include/cpython/initconfig.h' line='213' column='1'/>
+        <var-decl name='sys_path_0' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='213' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3456'>
         <var-decl name='_install_importlib' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='219' column='1'/>
         <var-decl name='_is_python_build' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='225' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyConfig' type-id='type-id-955' filepath='./Include/cpython/initconfig.h' line='237' column='1' id='type-id-266'/>
+    <typedef-decl name='PyConfig' type-id='type-id-955' filepath='./Include/cpython/initconfig.h' line='237' column='1' id='type-id-267'/>
     <class-decl name='PyListObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-956' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-957'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/cpython/listobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' visibility='default' filepath='./Include/cpython/listobject.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-236' visibility='default' filepath='./Include/cpython/listobject.h' line='8' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-237' visibility='default' filepath='./Include/cpython/listobject.h' line='8' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='allocated' type-id='type-id-7' visibility='default' filepath='./Include/cpython/listobject.h' line='21' column='1'/>
     <typedef-decl name='PyListObject' type-id='type-id-957' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-956'/>
     <class-decl name='PyMutex' size-in-bits='8' is-struct='yes' visibility='default' filepath='./Include/cpython/lock.h' line='29' column='1' id='type-id-958'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_bits' type-id='type-id-303' visibility='default' filepath='./Include/cpython/lock.h' line='30' column='1'/>
+        <var-decl name='_bits' type-id='type-id-304' visibility='default' filepath='./Include/cpython/lock.h' line='30' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyMutex' type-id='type-id-958' filepath='./Include/cpython/lock.h' line='31' column='1' id='type-id-693'/>
-    <typedef-decl name='digit' type-id='type-id-324' filepath='./Include/cpython/longintrepr.h' line='43' column='1' id='type-id-372'/>
+    <typedef-decl name='digit' type-id='type-id-325' filepath='./Include/cpython/longintrepr.h' line='43' column='1' id='type-id-373'/>
     <class-decl name='_PyLongValue' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/longintrepr.h' line='93' column='1' id='type-id-959'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='lv_tag' type-id='type-id-426' visibility='default' filepath='./Include/cpython/longintrepr.h' line='94' column='1'/>
+        <var-decl name='lv_tag' type-id='type-id-427' visibility='default' filepath='./Include/cpython/longintrepr.h' line='94' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='ob_digit' type-id='type-id-826' visibility='default' filepath='./Include/cpython/longintrepr.h' line='95' column='1'/>
     <typedef-decl name='_PyLongValue' type-id='type-id-959' filepath='./Include/cpython/longintrepr.h' line='96' column='1' id='type-id-960'/>
     <class-decl name='_longobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/longintrepr.h' line='98' column='1' id='type-id-961'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/longintrepr.h' line='99' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/longintrepr.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='long_value' type-id='type-id-960' visibility='default' filepath='./Include/cpython/longintrepr.h' line='100' column='1'/>
     </class-decl>
     <class-decl name='_PyOnceFlag' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-962' visibility='default' filepath='./Include/cpython/modsupport.h' line='7' column='1' id='type-id-963'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-303' visibility='default' filepath='./Include/cpython/modsupport.h' line='8' column='1'/>
+        <var-decl name='v' type-id='type-id-304' visibility='default' filepath='./Include/cpython/modsupport.h' line='8' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyOnceFlag' type-id='type-id-963' filepath='./Include/cpython/modsupport.h' line='9' column='1' id='type-id-962'/>
         <var-decl name='kwtuple' type-id='type-id-4' visibility='default' filepath='./Include/cpython/modsupport.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='next' type-id='type-id-270' visibility='default' filepath='./Include/cpython/modsupport.h' line='22' column='1'/>
+        <var-decl name='next' type-id='type-id-271' visibility='default' filepath='./Include/cpython/modsupport.h' line='22' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='PyNumberMethods' size-in-bits='2304' is-struct='yes' naming-typedef-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='60' column='1' id='type-id-967'>
         <var-decl name='nb_absolute' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='nb_bool' type-id='type-id-311' visibility='default' filepath='./Include/cpython/object.h' line='74' column='1'/>
+        <var-decl name='nb_bool' type-id='type-id-312' visibility='default' filepath='./Include/cpython/object.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='nb_invert' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='75' column='1'/>
         <var-decl name='nb_int' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='nb_reserved' type-id='type-id-29' visibility='default' filepath='./Include/cpython/object.h' line='82' column='1'/>
+        <var-decl name='nb_reserved' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
         <var-decl name='nb_float' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='83' column='1'/>
         <var-decl name='sq_item' type-id='type-id-974' visibility='default' filepath='./Include/cpython/object.h' line='111' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='was_sq_slice' type-id='type-id-29' visibility='default' filepath='./Include/cpython/object.h' line='112' column='1'/>
+        <var-decl name='was_sq_slice' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='sq_ass_item' type-id='type-id-975' visibility='default' filepath='./Include/cpython/object.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='was_sq_ass_slice' type-id='type-id-29' visibility='default' filepath='./Include/cpython/object.h' line='114' column='1'/>
+        <var-decl name='was_sq_ass_slice' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='sq_contains' type-id='type-id-976' visibility='default' filepath='./Include/cpython/object.h' line='115' column='1'/>
     <typedef-decl name='PyBufferProcs' type-id='type-id-985' filepath='./Include/cpython/object.h' line='139' column='1' id='type-id-984'/>
     <class-decl name='_typeobject' size-in-bits='3328' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='147' column='1' id='type-id-987'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/cpython/object.h' line='148' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' visibility='default' filepath='./Include/cpython/object.h' line='148' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='tp_name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='149' column='1'/>
         <var-decl name='tp_doc' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='182' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
-        <var-decl name='tp_traverse' type-id='type-id-310' visibility='default' filepath='./Include/cpython/object.h' line='186' column='1'/>
+        <var-decl name='tp_traverse' type-id='type-id-311' visibility='default' filepath='./Include/cpython/object.h' line='186' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1536'>
-        <var-decl name='tp_clear' type-id='type-id-311' visibility='default' filepath='./Include/cpython/object.h' line='189' column='1'/>
+        <var-decl name='tp_clear' type-id='type-id-312' visibility='default' filepath='./Include/cpython/object.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
         <var-decl name='tp_richcompare' type-id='type-id-1000' visibility='default' filepath='./Include/cpython/object.h' line='193' column='1'/>
         <var-decl name='tp_iternext' type-id='type-id-1002' visibility='default' filepath='./Include/cpython/object.h' line='200' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1856'>
-        <var-decl name='tp_methods' type-id='type-id-332' visibility='default' filepath='./Include/cpython/object.h' line='203' column='1'/>
+        <var-decl name='tp_methods' type-id='type-id-333' visibility='default' filepath='./Include/cpython/object.h' line='203' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1920'>
-        <var-decl name='tp_members' type-id='type-id-331' visibility='default' filepath='./Include/cpython/object.h' line='204' column='1'/>
+        <var-decl name='tp_members' type-id='type-id-332' visibility='default' filepath='./Include/cpython/object.h' line='204' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1984'>
-        <var-decl name='tp_getset' type-id='type-id-333' visibility='default' filepath='./Include/cpython/object.h' line='205' column='1'/>
+        <var-decl name='tp_getset' type-id='type-id-334' visibility='default' filepath='./Include/cpython/object.h' line='205' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
         <var-decl name='tp_base' type-id='type-id-1' visibility='default' filepath='./Include/cpython/object.h' line='207' column='1'/>
         <var-decl name='tp_new' type-id='type-id-1007' visibility='default' filepath='./Include/cpython/object.h' line='214' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2560'>
-        <var-decl name='tp_free' type-id='type-id-384' visibility='default' filepath='./Include/cpython/object.h' line='215' column='1'/>
+        <var-decl name='tp_free' type-id='type-id-385' visibility='default' filepath='./Include/cpython/object.h' line='215' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2624'>
-        <var-decl name='tp_is_gc' type-id='type-id-311' visibility='default' filepath='./Include/cpython/object.h' line='216' column='1'/>
+        <var-decl name='tp_is_gc' type-id='type-id-312' visibility='default' filepath='./Include/cpython/object.h' line='216' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2688'>
         <var-decl name='tp_bases' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='217' column='1'/>
         <var-decl name='tp_cache' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='219' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2880'>
-        <var-decl name='tp_subclasses' type-id='type-id-29' visibility='default' filepath='./Include/cpython/object.h' line='220' column='1'/>
+        <var-decl name='tp_subclasses' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='220' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2944'>
         <var-decl name='tp_weaklist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='221' column='1'/>
         <var-decl name='tp_del' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='222' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3072'>
-        <var-decl name='tp_version_tag' type-id='type-id-100' visibility='default' filepath='./Include/cpython/object.h' line='225' column='1'/>
+        <var-decl name='tp_version_tag' type-id='type-id-101' visibility='default' filepath='./Include/cpython/object.h' line='225' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3136'>
         <var-decl name='tp_finalize' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='227' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3200'>
-        <var-decl name='tp_vectorcall' type-id='type-id-307' visibility='default' filepath='./Include/cpython/object.h' line='228' column='1'/>
+        <var-decl name='tp_vectorcall' type-id='type-id-308' visibility='default' filepath='./Include/cpython/object.h' line='228' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3264'>
-        <var-decl name='tp_watched' type-id='type-id-90' visibility='default' filepath='./Include/cpython/object.h' line='231' column='1'/>
+        <var-decl name='tp_watched' type-id='type-id-91' visibility='default' filepath='./Include/cpython/object.h' line='231' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3280'>
-        <var-decl name='tp_versions_used' type-id='type-id-444' visibility='default' filepath='./Include/cpython/object.h' line='232' column='1'/>
+        <var-decl name='tp_versions_used' type-id='type-id-445' visibility='default' filepath='./Include/cpython/object.h' line='232' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyType_WatchCallback' type-id='type-id-1008' filepath='./Include/cpython/object.h' line='504' column='1' id='type-id-530'/>
     <enum-decl name='PyRefTracerEvent' naming-typedef-id='type-id-1009' filepath='./Include/cpython/object.h' line='518' column='1' id='type-id-1010'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PyRefTracer_CREATE' value='0'/>
       <enumerator name='PyRefTracer_DESTROY' value='1'/>
     </enum-decl>
     <typedef-decl name='PyRefTracerEvent' type-id='type-id-1010' filepath='./Include/cpython/object.h' line='521' column='1' id='type-id-1009'/>
-    <typedef-decl name='PyRefTracer' type-id='type-id-1011' filepath='./Include/cpython/object.h' line='523' column='1' id='type-id-402'/>
-    <class-decl name='PyObjectArenaAllocator' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-502' visibility='default' filepath='./Include/cpython/objimpl.h' line='59' column='1' id='type-id-1012'>
+    <typedef-decl name='PyRefTracer' type-id='type-id-1011' filepath='./Include/cpython/object.h' line='523' column='1' id='type-id-403'/>
+    <class-decl name='PyObjectArenaAllocator' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-503' visibility='default' filepath='./Include/cpython/objimpl.h' line='59' column='1' id='type-id-1012'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ctx' type-id='type-id-29' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
+        <var-decl name='ctx' type-id='type-id-30' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='alloc' type-id='type-id-1013' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>
         <var-decl name='free' type-id='type-id-1014' visibility='default' filepath='./Include/cpython/objimpl.h' line='67' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-1012' filepath='./Include/cpython/objimpl.h' line='68' column='1' id='type-id-502'/>
+    <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-1012' filepath='./Include/cpython/objimpl.h' line='68' column='1' id='type-id-503'/>
     <class-decl name='PyBaseExceptionObject' size-in-bits='576' is-struct='yes' naming-typedef-id='type-id-1015' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-1016'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='dict' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
         <var-decl name='cause' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='suppress_context' type-id='type-id-52' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
+        <var-decl name='suppress_context' type-id='type-id-53' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyBaseExceptionObject' type-id='type-id-1016' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-1015'/>
-    <typedef-decl name='atexit_datacallbackfunc' type-id='type-id-510' filepath='./Include/cpython/pylifecycle.h' line='90' column='1' id='type-id-28'/>
-    <class-decl name='PyMemAllocatorEx' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-500' visibility='default' filepath='./Include/cpython/pymem.h' line='33' column='1' id='type-id-1017'>
+    <typedef-decl name='atexit_datacallbackfunc' type-id='type-id-510' filepath='./Include/cpython/pylifecycle.h' line='90' column='1' id='type-id-29'/>
+    <class-decl name='PyMemAllocatorEx' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-501' visibility='default' filepath='./Include/cpython/pymem.h' line='33' column='1' id='type-id-1017'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ctx' type-id='type-id-29' visibility='default' filepath='./Include/cpython/pymem.h' line='35' column='1'/>
+        <var-decl name='ctx' type-id='type-id-30' visibility='default' filepath='./Include/cpython/pymem.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='malloc' type-id='type-id-1013' visibility='default' filepath='./Include/cpython/pymem.h' line='38' column='1'/>
         <var-decl name='free' type-id='type-id-1020' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyMemAllocatorEx' type-id='type-id-1017' filepath='./Include/cpython/pymem.h' line='48' column='1' id='type-id-500'/>
+    <typedef-decl name='PyMemAllocatorEx' type-id='type-id-1017' filepath='./Include/cpython/pymem.h' line='48' column='1' id='type-id-501'/>
     <typedef-decl name='Py_tracefunc' type-id='type-id-1021' filepath='./Include/cpython/pystate.h' line='16' column='1' id='type-id-1022'/>
     <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1' id='type-id-1023'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='previous_item' type-id='type-id-1024' visibility='default' filepath='./Include/cpython/pystate.h' line='48' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyErr_StackItem' type-id='type-id-1023' filepath='./Include/cpython/pystate.h' line='50' column='1' id='type-id-356'/>
+    <typedef-decl name='_PyErr_StackItem' type-id='type-id-1023' filepath='./Include/cpython/pystate.h' line='50' column='1' id='type-id-357'/>
     <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='52' column='1' id='type-id-1025'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='previous' type-id='type-id-1026' visibility='default' filepath='./Include/cpython/pystate.h' line='53' column='1'/>
         <var-decl name='top' type-id='type-id-21' visibility='default' filepath='./Include/cpython/pystate.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='data' type-id='type-id-358' visibility='default' filepath='./Include/cpython/pystate.h' line='56' column='1'/>
+        <var-decl name='data' type-id='type-id-359' visibility='default' filepath='./Include/cpython/pystate.h' line='56' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyStackChunk' type-id='type-id-1025' filepath='./Include/cpython/pystate.h' line='57' column='1' id='type-id-1027'/>
     <class-decl name='_ts' size-in-bits='2432' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='59' column='1' id='type-id-1028'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='prev' type-id='type-id-26' visibility='default' filepath='./Include/cpython/pystate.h' line='62' column='1'/>
+        <var-decl name='prev' type-id='type-id-27' visibility='default' filepath='./Include/cpython/pystate.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='next' type-id='type-id-26' visibility='default' filepath='./Include/cpython/pystate.h' line='63' column='1'/>
+        <var-decl name='next' type-id='type-id-27' visibility='default' filepath='./Include/cpython/pystate.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='interp' type-id='type-id-27' visibility='default' filepath='./Include/cpython/pystate.h' line='64' column='1'/>
+        <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/cpython/pystate.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='eval_breaker' type-id='type-id-426' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>
+        <var-decl name='eval_breaker' type-id='type-id-427' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='_status' type-id='type-id-1029' visibility='default' filepath='./Include/cpython/pystate.h' line='96' column='1'/>
         <var-decl name='what_event' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pystate.h' line='122' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='current_frame' type-id='type-id-366' visibility='default' filepath='./Include/cpython/pystate.h' line='125' column='1'/>
+        <var-decl name='current_frame' type-id='type-id-367' visibility='default' filepath='./Include/cpython/pystate.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='c_profilefunc' type-id='type-id-1022' visibility='default' filepath='./Include/cpython/pystate.h' line='127' column='1'/>
         <var-decl name='current_exception' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='exc_info' type-id='type-id-237' visibility='default' filepath='./Include/cpython/pystate.h' line='138' column='1'/>
+        <var-decl name='exc_info' type-id='type-id-238' visibility='default' filepath='./Include/cpython/pystate.h' line='138' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
         <var-decl name='dict' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='140' column='1'/>
         <var-decl name='delete_later' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
-        <var-decl name='critical_section' type-id='type-id-426' visibility='default' filepath='./Include/cpython/pystate.h' line='160' column='1'/>
+        <var-decl name='critical_section' type-id='type-id-427' visibility='default' filepath='./Include/cpython/pystate.h' line='160' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
         <var-decl name='coroutine_origin_tracking_depth' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pystate.h' line='162' column='1'/>
         <var-decl name='context' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='167' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1728'>
-        <var-decl name='context_ver' type-id='type-id-107' visibility='default' filepath='./Include/cpython/pystate.h' line='168' column='1'/>
+        <var-decl name='context_ver' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pystate.h' line='168' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1792'>
-        <var-decl name='id' type-id='type-id-107' visibility='default' filepath='./Include/cpython/pystate.h' line='171' column='1'/>
+        <var-decl name='id' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pystate.h' line='171' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1856'>
         <var-decl name='datastack_chunk' type-id='type-id-1030' visibility='default' filepath='./Include/cpython/pystate.h' line='173' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1920'>
-        <var-decl name='datastack_top' type-id='type-id-236' visibility='default' filepath='./Include/cpython/pystate.h' line='174' column='1'/>
+        <var-decl name='datastack_top' type-id='type-id-237' visibility='default' filepath='./Include/cpython/pystate.h' line='174' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1984'>
-        <var-decl name='datastack_limit' type-id='type-id-236' visibility='default' filepath='./Include/cpython/pystate.h' line='175' column='1'/>
+        <var-decl name='datastack_limit' type-id='type-id-237' visibility='default' filepath='./Include/cpython/pystate.h' line='175' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
-        <var-decl name='exc_state' type-id='type-id-356' visibility='default' filepath='./Include/cpython/pystate.h' line='190' column='1'/>
+        <var-decl name='exc_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/pystate.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2176'>
         <var-decl name='previous_executor' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='192' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2240'>
-        <var-decl name='dict_global_version' type-id='type-id-107' visibility='default' filepath='./Include/cpython/pystate.h' line='194' column='1'/>
+        <var-decl name='dict_global_version' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pystate.h' line='194' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2304'>
         <var-decl name='threading_local_key' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='197' column='1'/>
     </class-decl>
     <class-decl name='__anonymous_struct__28' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1' id='type-id-1029'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='initialized' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
+        <var-decl name='initialized' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1'>
-        <var-decl name='bound' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>
+        <var-decl name='bound' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2'>
-        <var-decl name='unbound' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='81' column='1'/>
+        <var-decl name='unbound' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3'>
-        <var-decl name='bound_gilstate' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='83' column='1'/>
+        <var-decl name='bound_gilstate' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4'>
-        <var-decl name='active' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>
+        <var-decl name='active' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5'>
-        <var-decl name='holds_gil' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='87' column='1'/>
+        <var-decl name='holds_gil' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6'>
-        <var-decl name='finalizing' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='90' column='1'/>
+        <var-decl name='finalizing' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='90' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7'>
-        <var-decl name='cleared' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='91' column='1'/>
+        <var-decl name='cleared' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='finalized' type-id='type-id-100' visibility='default' filepath='./Include/cpython/pystate.h' line='92' column='1'/>
+        <var-decl name='finalized' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='92' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-1031' filepath='./Include/cpython/pystate.h' line='271' column='1' id='type-id-1032'/>
         <var-decl name='_is_initialized' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pythread.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='_key' type-id='type-id-506' visibility='default' filepath='./Include/cpython/pythread.h' line='37' column='1'/>
+        <var-decl name='_key' type-id='type-id-507' visibility='default' filepath='./Include/cpython/pythread.h' line='37' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyTime_t' type-id='type-id-459' filepath='./Include/cpython/pytime.h' line='10' column='1' id='type-id-211'/>
-    <typedef-decl name='Py_AuditHookFunction' type-id='type-id-1034' filepath='./Include/cpython/sysmodule.h' line='5' column='1' id='type-id-238'/>
+    <typedef-decl name='PyTime_t' type-id='type-id-460' filepath='./Include/cpython/pytime.h' line='10' column='1' id='type-id-212'/>
+    <typedef-decl name='Py_AuditHookFunction' type-id='type-id-1034' filepath='./Include/cpython/sysmodule.h' line='5' column='1' id='type-id-239'/>
     <class-decl name='PyTupleObject' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-1035' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-1036'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/cpython/tupleobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' 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-358' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-359' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyTupleObject' type-id='type-id-1036' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-1035'/>
     <class-decl name='PyASCIIObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1037' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='54' column='1' id='type-id-1038'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='99' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='hash' type-id='type-id-299' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='101' column='1'/>
+        <var-decl name='hash' type-id='type-id-300' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='state' type-id='type-id-1039' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='150' column='1'/>
     </class-decl>
     <class-decl name='__anonymous_struct__60' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='102' column='1' id='type-id-1039'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='interned' type-id='type-id-100' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='112' column='1'/>
+        <var-decl name='interned' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2'>
-        <var-decl name='kind' type-id='type-id-100' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='135' column='1'/>
+        <var-decl name='kind' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='135' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5'>
-        <var-decl name='compact' type-id='type-id-100' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='140' column='1'/>
+        <var-decl name='compact' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6'>
-        <var-decl name='ascii' type-id='type-id-100' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='144' column='1'/>
+        <var-decl name='ascii' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='144' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7'>
-        <var-decl name='statically_allocated' type-id='type-id-100' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='146' column='1'/>
+        <var-decl name='statically_allocated' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='146' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyASCIIObject' type-id='type-id-1038' filepath='./Include/cpython/unicodeobject.h' line='151' column='1' id='type-id-1037'/>
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/descrobject.h' line='15' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='closure' type-id='type-id-29' visibility='default' filepath='./Include/descrobject.h' line='16' column='1'/>
+        <var-decl name='closure' type-id='type-id-30' visibility='default' filepath='./Include/descrobject.h' line='16' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='PyMemberDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/descrobject.h' line='41' column='1' id='type-id-1046'>
         <var-decl name='size' type-id='type-id-7' 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-260' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' 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-838' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>
     <typedef-decl name='asdl_int_seq' type-id='type-id-1048' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-1047'/>
     <typedef-decl name='expr_ty' type-id='type-id-1049' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-609'/>
     <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-1050'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <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-1050' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-682'/>
     <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-1051'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='And' value='1'/>
       <enumerator name='Or' value='2'/>
     </enum-decl>
     <typedef-decl name='boolop_ty' type-id='type-id-1051' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-740'/>
     <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-1052'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='Add' value='1'/>
       <enumerator name='Sub' value='2'/>
       <enumerator name='Mult' value='3'/>
     </enum-decl>
     <typedef-decl name='operator_ty' type-id='type-id-1052' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-637'/>
     <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-1053'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='Invert' value='1'/>
       <enumerator name='Not' value='2'/>
       <enumerator name='UAdd' value='3'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-829' visibility='default' filepath='./Include/internal/pycore_ast.h' line='73' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-825' visibility='default' filepath='./Include/internal/pycore_ast.h' line='80' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-802' visibility='default' filepath='./Include/internal/pycore_ast.h' line='103' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-260' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>
+        <var-decl name='elements' type-id='type-id-261' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='typed_elements' type-id='type-id-842' visibility='default' filepath='./Include/internal/pycore_ast.h' line='110' column='1'/>
     </class-decl>
     <typedef-decl name='asdl_keyword_seq' type-id='type-id-1065' filepath='./Include/internal/pycore_ast.h' line='111' column='1' id='type-id-1064'/>
     <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='359' column='1' id='type-id-1066'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='BoolOp_kind' value='1'/>
       <enumerator name='NamedExpr_kind' value='2'/>
       <enumerator name='BinOp_kind' value='3'/>
         <var-decl name='withitem_type' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='261' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='atexit_callbackfunc' type-id='type-id-231' filepath='./Include/internal/pycore_atexit.h' line='18' column='1' id='type-id-803'/>
+    <typedef-decl name='atexit_callbackfunc' type-id='type-id-232' filepath='./Include/internal/pycore_atexit.h' line='18' column='1' id='type-id-803'/>
     <class-decl name='_atexit_runtime_state' size-in-bits='2176' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='20' column='1' id='type-id-1095'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='21' column='1'/>
     </class-decl>
     <class-decl name='atexit_callback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='33' column='1' id='type-id-1096'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='34' column='1'/>
+        <var-decl name='func' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='data' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='35' column='1'/>
+        <var-decl name='data' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='next' type-id='type-id-1097' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='36' column='1'/>
         <var-decl name='' type-id='type-id-1106' visibility='default'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='as_counter' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='23' column='1'/>
+        <var-decl name='as_counter' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='23' column='1'/>
       </data-member>
     </union-decl>
     <class-decl name='__anonymous_struct__31' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='19' column='1' id='type-id-1106'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='backoff' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='20' column='1'/>
+        <var-decl name='backoff' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4'>
-        <var-decl name='value' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='21' column='1'/>
+        <var-decl name='value' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='21' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_BackoffCounter' type-id='type-id-1104' filepath='./Include/internal/pycore_backoff.h' line='25' column='1' id='type-id-1103'/>
-    <typedef-decl name='_Py_pending_call_func' type-id='type-id-247' filepath='./Include/internal/pycore_ceval_state.h' line='15' column='1' id='type-id-1107'/>
+    <typedef-decl name='_Py_pending_call_func' type-id='type-id-248' filepath='./Include/internal/pycore_ceval_state.h' line='15' column='1' id='type-id-1107'/>
     <class-decl name='_pending_call' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='17' column='1' id='type-id-789'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='func' type-id='type-id-1107' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='18' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='arg' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='19' column='1'/>
+        <var-decl name='arg' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='19' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='flags' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='20' column='1'/>
     </class-decl>
     <class-decl name='_pending_calls' size-in-bits='57856' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='43' column='1' id='type-id-1108'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='handling_thread' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='44' column='1'/>
+        <var-decl name='handling_thread' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='45' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='perf_status_t' naming-typedef-id='type-id-1110' filepath='./Include/internal/pycore_ceval_state.h' line='63' column='1' id='type-id-1111'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PERF_STATUS_FAILED' value='-1'/>
       <enumerator name='PERF_STATUS_NO_INIT' value='0'/>
       <enumerator name='PERF_STATUS_OK' value='1'/>
         <var-decl name='write_state' type-id='type-id-1114' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free_state' type-id='type-id-247' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='76' column='1'/>
+        <var-decl name='free_state' type-id='type-id-248' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='state' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='77' column='1'/>
+        <var-decl name='state' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='code_padding' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='78' column='1'/>
         <var-decl name='trampoline_api' type-id='type-id-1112' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='90' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='map_file' type-id='type-id-55' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='91' column='1'/>
+        <var-decl name='map_file' type-id='type-id-56' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
         <var-decl name='persist_after_fork' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='92' column='1'/>
     </class-decl>
     <class-decl name='_ceval_state' size-in-bits='58112' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='119' column='1' id='type-id-1118'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='instrumentation_version' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='123' column='1'/>
+        <var-decl name='instrumentation_version' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='recursion_limit' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='124' column='1'/>
     </class-decl>
     <union-decl name='_Py_CODEUNIT' size-in-bits='16' naming-typedef-id='type-id-1120' visibility='default' filepath='./Include/internal/pycore_code.h' line='24' column='1' id='type-id-1121'>
       <data-member access='public'>
-        <var-decl name='cache' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_code.h' line='25' column='1'/>
+        <var-decl name='cache' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_code.h' line='25' column='1'/>
       </data-member>
       <data-member access='public'>
         <var-decl name='op' type-id='type-id-1122' visibility='default' filepath='./Include/internal/pycore_code.h' line='29' column='1'/>
     </union-decl>
     <class-decl name='__anonymous_struct__29' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='26' column='1' id='type-id-1122'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='code' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_code.h' line='27' column='1'/>
+        <var-decl name='code' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_code.h' line='27' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='arg' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_code.h' line='28' column='1'/>
+        <var-decl name='arg' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_code.h' line='28' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_CODEUNIT' type-id='type-id-1121' filepath='./Include/internal/pycore_code.h' line='31' column='1' id='type-id-1120'/>
     </class-decl>
     <class-decl name='_PyContextTokenMissing' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1126' visibility='default' filepath='./Include/internal/pycore_context.h' line='21' column='1' id='type-id-1127'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_context.h' line='22' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_context.h' line='22' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyContextTokenMissing' type-id='type-id-1127' filepath='./Include/internal/pycore_context.h' line='23' column='1' id='type-id-1126'/>
     <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='25' column='1' id='type-id-931'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_context.h' line='26' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_context.h' line='26' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ctx_prev' type-id='type-id-1128' visibility='default' filepath='./Include/internal/pycore_context.h' line='27' column='1'/>
     <typedef-decl name='xid_freefunc' type-id='type-id-510' filepath='./Include/internal/pycore_crossinterp.h' line='43' column='1' id='type-id-1134'/>
     <class-decl name='_xid' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='48' column='1' id='type-id-1130'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='data' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='52' column='1'/>
+        <var-decl name='data' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='obj' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='interpid' type-id='type-id-459' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='69' column='1'/>
+        <var-decl name='interpid' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='new_object' type-id='type-id-1133' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='74' column='1'/>
     </class-decl>
     <class-decl name='_Py_dict_state' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='14' column='1' id='type-id-1142'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='global_version' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='18' column='1'/>
+        <var-decl name='global_version' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='18' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='next_keys_version' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='19' column='1'/>
+        <var-decl name='next_keys_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='19' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='watchers' type-id='type-id-753' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='20' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='ULong' type-id='type-id-324' filepath='./Include/internal/pycore_dtoa.h' line='14' column='1' id='type-id-767'/>
+    <typedef-decl name='ULong' type-id='type-id-325' filepath='./Include/internal/pycore_dtoa.h' line='14' column='1' id='type-id-767'/>
     <class-decl name='Bigint' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='17' column='1' id='type-id-1143'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='next' type-id='type-id-747' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='18' column='1'/>
         <var-decl name='preallocated' type-id='type-id-827' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='19456'>
-        <var-decl name='preallocated_next' type-id='type-id-178' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='52' column='1'/>
+        <var-decl name='preallocated_next' type-id='type-id-179' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='52' column='1'/>
       </data-member>
     </class-decl>
     <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-1145'>
         <var-decl name='previous' type-id='type-id-1148' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
-        <var-decl name='interp' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='44' column='1'/>
+        <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='44' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_faulthandler_runtime_state' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='49' column='1' id='type-id-1150'>
         <var-decl name='user_signals' type-id='type-id-1153' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='stack' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='83' column='1'/>
+        <var-decl name='stack' type-id='type-id-45' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
-        <var-decl name='old_stack' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='84' column='1'/>
+        <var-decl name='old_stack' type-id='type-id-45' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='84' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__41' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='50' column='1' id='type-id-1151'>
         <var-decl name='all_threads' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='interp' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='55' column='1'/>
+        <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='55' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__42' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='61' column='1' id='type-id-1152'>
         <var-decl name='fd' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='timeout_us' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='64' column='1'/>
+        <var-decl name='timeout_us' type-id='type-id-377' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='repeat' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='interp' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='66' column='1'/>
+        <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='exit' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='67' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='_Py_error_handler' naming-typedef-id='type-id-542' filepath='./Include/internal/pycore_fileutils.h' line='26' column='1' id='type-id-1156'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_Py_ERROR_UNKNOWN' value='0'/>
       <enumerator name='_Py_ERROR_STRICT' value='1'/>
       <enumerator name='_Py_ERROR_SURROGATEESCAPE' value='2'/>
     </enum-decl>
     <typedef-decl name='_Py_error_handler' type-id='type-id-1156' filepath='./Include/internal/pycore_fileutils.h' line='36' column='1' id='type-id-542'/>
     <enum-decl name='_py_float_format_type' filepath='./Include/internal/pycore_floatobject.h' line='23' column='1' id='type-id-1157'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_py_float_format_unknown' value='0'/>
       <enumerator name='_py_float_format_ieee_big_endian' value='1'/>
       <enumerator name='_py_float_format_ieee_little_endian' value='2'/>
     </class-decl>
     <class-decl name='_frame' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1' id='type-id-1159'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='f_back' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_frame.h' line='22' column='1'/>
+        <var-decl name='f_back' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_frame.h' line='22' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='f_frame' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>
+        <var-decl name='f_frame' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='f_trace' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='24' column='1'/>
         <var-decl name='f_lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='352'>
-        <var-decl name='f_trace_lines' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_frame.h' line='26' column='1'/>
+        <var-decl name='f_trace_lines' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_frame.h' line='26' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='360'>
-        <var-decl name='f_trace_opcodes' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_frame.h' line='27' column='1'/>
+        <var-decl name='f_trace_opcodes' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_frame.h' line='27' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='f_extra_locals' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='28' column='1'/>
         <var-decl name='f_locals_cache' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='_f_frame_data' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_frame.h' line='34' column='1'/>
+        <var-decl name='_f_frame_data' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_frame.h' line='34' 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='61' column='1' id='type-id-361'>
+    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1' id='type-id-362'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='f_executable' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_frame.h' line='63' column='1'/>
+        <var-decl name='previous' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_frame.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='f_funcobj' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='64' column='1'/>
         <var-decl name='f_locals' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='frame_obj' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_frame.h' line='68' column='1'/>
+        <var-decl name='frame_obj' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_frame.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='instr_ptr' type-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_frame.h' line='69' column='1'/>
         <var-decl name='stacktop' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_frame.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='544'>
-        <var-decl name='return_offset' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_frame.h' line='71' column='1'/>
+        <var-decl name='return_offset' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_frame.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='560'>
-        <var-decl name='owner' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_frame.h' line='72' column='1'/>
+        <var-decl name='owner' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_frame.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='localsplus' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_frame.h' line='74' column='1'/>
+        <var-decl name='localsplus' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_frame.h' line='74' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_list_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='36' column='1' id='type-id-405'>
+    <class-decl name='_Py_list_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='36' column='1' id='type-id-406'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-755' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='38' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='39' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_tuple_freelist' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='43' column='1' id='type-id-404'>
+    <class-decl name='_Py_tuple_freelist' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='43' column='1' id='type-id-405'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-764' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='53' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-839' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='54' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_float_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='60' column='1' id='type-id-403'>
+    <class-decl name='_Py_float_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='60' column='1' id='type-id-404'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='65' column='1'/>
       </data-member>
         <var-decl name='items' type-id='type-id-1161' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='66' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_dict_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='70' column='1' id='type-id-406'>
+    <class-decl name='_Py_dict_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='70' column='1' id='type-id-407'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-752' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='73' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='74' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-407'>
+    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-408'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='items' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>
+        <var-decl name='items' type-id='type-id-414' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5120'>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='82' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_slice_freelist' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='86' column='1' id='type-id-408'>
+    <class-decl name='_Py_slice_freelist' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='86' column='1' id='type-id-409'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='slice_cache' type-id='type-id-514' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='90' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_context_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='94' column='1' id='type-id-409'>
+    <class-decl name='_Py_context_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='94' column='1' id='type-id-410'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-1128' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='97' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='98' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_async_gen_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='102' column='1' id='type-id-410'>
+    <class-decl name='_Py_async_gen_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='102' column='1' id='type-id-411'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-770' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='108' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='109' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_async_gen_asend_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='113' column='1' id='type-id-411'>
+    <class-decl name='_Py_async_gen_asend_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='113' column='1' id='type-id-412'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-750' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='115' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='116' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_object_stack_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='122' column='1' id='type-id-412'>
+    <class-decl name='_Py_object_stack_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='122' column='1' id='type-id-413'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='items' type-id='type-id-1162' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='123' column='1'/>
       </data-member>
         <var-decl name='numfree' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='124' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-397'>
+    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-398'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='floats' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>
+        <var-decl name='floats' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tuples' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>
+        <var-decl name='tuples' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
-        <var-decl name='lists' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>
+        <var-decl name='lists' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7232'>
-        <var-decl name='dicts' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>
+        <var-decl name='dicts' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='12416'>
-        <var-decl name='dictkeys' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>
+        <var-decl name='dictkeys' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17600'>
-        <var-decl name='slices' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>
+        <var-decl name='slices' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17664'>
-        <var-decl name='contexts' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>
+        <var-decl name='contexts' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17792'>
-        <var-decl name='async_gens' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>
+        <var-decl name='async_gens' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22976'>
-        <var-decl name='async_gen_asends' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>
+        <var-decl name='async_gen_asends' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28160'>
-        <var-decl name='object_stacks' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>
+        <var-decl name='object_stacks' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_func_version_cache_item' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_function.h' line='23' column='1' id='type-id-786'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_function.h' line='24' column='1'/>
+        <var-decl name='func' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_function.h' line='24' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='code' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_function.h' line='25' column='1'/>
     </class-decl>
     <class-decl name='_py_func_state' size-in-bits='524352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_function.h' line='28' column='1' id='type-id-1163'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_version' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_function.h' line='34' column='1'/>
+        <var-decl name='next_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_function.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='func_version_cache' type-id='type-id-787' visibility='default' filepath='./Include/internal/pycore_function.h' line='39' column='1'/>
     </class-decl>
     <class-decl name='PyGC_Head' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_gc.h' line='14' column='1' id='type-id-1165'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_gc_next' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_gc.h' line='17' column='1'/>
+        <var-decl name='_gc_next' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_gc.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='_gc_prev' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_gc.h' line='21' column='1'/>
+        <var-decl name='_gc_prev' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_gc.h' line='21' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyGC_Head' type-id='type-id-1165' filepath='./Include/internal/pycore_gc.h' line='22' column='1' id='type-id-1164'/>
         <var-decl name='interval' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_gil.h' line='41' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='last_holder' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_gil.h' line='44' column='1'/>
+        <var-decl name='last_holder' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_gil.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='locked' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_gil.h' line='47' column='1'/>
         <var-decl name='interned_strings' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='34' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_static_objects' size-in-bits='596096' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='37' column='1' id='type-id-1172'>
+    <class-decl name='_Py_static_objects' size-in-bits='596480' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='37' column='1' id='type-id-1172'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='singletons' type-id='type-id-1173' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='60' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__55' size-in-bits='596096' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='38' column='1' id='type-id-1173'>
+    <class-decl name='__anonymous_struct__55' size-in-bits='596480' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='38' column='1' id='type-id-1173'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='small_ints' type-id='type-id-756' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='165696'>
         <var-decl name='strings' type-id='type-id-1174' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='52' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='595136'>
+      <data-member access='public' layout-offset-in-bits='595520'>
         <var-decl name='_tuple_empty_gc_not_used' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='54' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='595264'>
+      <data-member access='public' layout-offset-in-bits='595648'>
         <var-decl name='tuple_empty' type-id='type-id-1035' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='55' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='595520'>
+      <data-member access='public' layout-offset-in-bits='595904'>
         <var-decl name='_hamt_bitmap_node_empty_gc_not_used' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='57' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='595648'>
+      <data-member access='public' layout-offset-in-bits='596032'>
         <var-decl name='hamt_bitmap_node_empty' type-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='58' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='595968'>
+      <data-member access='public' layout-offset-in-bits='596352'>
         <var-decl name='context_token_missing' type-id='type-id-1126' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='59' column='1'/>
       </data-member>
     </class-decl>
         <var-decl name='ob' type-id='type-id-907' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='48' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='eos' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='49' column='1'/>
+        <var-decl name='eos' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='49' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_interp_cached_objects' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='66' column='1' id='type-id-1176'>
         <var-decl name='interned_strings' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='str_replace_inf' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='70' column='1'/>
+        <var-decl name='_unused_str_replace_inf' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='objreduce' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='73' column='1'/>
         <var-decl name='singletons' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='98' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__804' size-in-bits='1088' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='92' column='1' id='type-id-1178'>
+    <class-decl name='__anonymous_struct__805' size-in-bits='1088' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='92' column='1' id='type-id-1178'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='93' column='1'/>
       </data-member>
         <var-decl name='last_resort_memory_error' type-id='type-id-1015' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='97' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_global_strings' size-in-bits='429440' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-1174'>
+    <class-decl name='_Py_global_strings' size-in-bits='429824' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-1174'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='literals' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='52' column='1'/>
+        <var-decl name='literals' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='53' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='9088'>
-        <var-decl name='identifiers' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='773' column='1'/>
+      <data-member access='public' layout-offset-in-bits='9472'>
+        <var-decl name='identifiers' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='774' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='314752'>
-        <var-decl name='ascii' type-id='type-id-778' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='777' column='1'/>
+      <data-member access='public' layout-offset-in-bits='315136'>
+        <var-decl name='ascii' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='778' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='363904'>
-        <var-decl name='latin1' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='781' column='1'/>
+      <data-member access='public' layout-offset-in-bits='364288'>
+        <var-decl name='latin1' type-id='type-id-778' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='782' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__57' size-in-bits='9088' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='30' column='1' id='type-id-1180'>
+    <class-decl name='__anonymous_struct__57' size-in-bits='9472' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='30' column='1' id='type-id-1180'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_py_anon_dictcomp' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>
       </data-member>
         <var-decl name='_py_list_err' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8256'>
-        <var-decl name='_py_type_params' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>
+        <var-decl name='_py_str_replace_inf' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='8704'>
-        <var-decl name='_py_utf_8' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1'/>
+      <data-member access='public' layout-offset-in-bits='8640'>
+        <var-decl name='_py_type_params' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='9088'>
+        <var-decl name='_py_utf_8' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='52' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__58' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1' id='type-id-1182'>
         <var-decl name='_data' type-id='type-id-885' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__79' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1' id='type-id-1192'>
+    <class-decl name='__anonymous_struct__78' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1' id='type-id-1192'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-899' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1'/>
+        <var-decl name='_data' type-id='type-id-899' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__80' size-in-bits='305664' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='54' column='1' id='type-id-1181'>
+    <class-decl name='__anonymous_struct__81' size-in-bits='305664' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='55' column='1' id='type-id-1181'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_py_CANCELLED' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='55' column='1'/>
+        <var-decl name='_py_CANCELLED' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='_py_FINISHED' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
+        <var-decl name='_py_FINISHED' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='_py_False' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
+        <var-decl name='_py_False' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='_py_JSONDecodeError' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
+        <var-decl name='_py_JSONDecodeError' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1728'>
-        <var-decl name='_py_PENDING' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
+        <var-decl name='_py_PENDING' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2112'>
-        <var-decl name='_py_Py_Repr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>
+        <var-decl name='_py_Py_Repr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2496'>
-        <var-decl name='_py_TextIOWrapper' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
+        <var-decl name='_py_TextIOWrapper' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2944'>
-        <var-decl name='_py_True' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1'/>
+        <var-decl name='_py_True' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3328'>
-        <var-decl name='_py_WarningMessage' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>
+        <var-decl name='_py_WarningMessage' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3776'>
-        <var-decl name='_py__WindowsConsoleIO' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
+        <var-decl name='_py__WindowsConsoleIO' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4288'>
-        <var-decl name='_py___IOBase_closed' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>
+        <var-decl name='_py___IOBase_closed' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4736'>
-        <var-decl name='_py___abc_tpflags__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='66' column='1'/>
+        <var-decl name='_py___abc_tpflags__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5184'>
-        <var-decl name='_py___abs__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='67' column='1'/>
+        <var-decl name='_py___abs__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5568'>
-        <var-decl name='_py___abstractmethods__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1'/>
+        <var-decl name='_py___abstractmethods__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6080'>
-        <var-decl name='_py___add__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>
+        <var-decl name='_py___add__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6464'>
-        <var-decl name='_py___aenter__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='70' column='1'/>
+        <var-decl name='_py___aenter__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6912'>
-        <var-decl name='_py___aexit__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='71' column='1'/>
+        <var-decl name='_py___aexit__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7360'>
-        <var-decl name='_py___aiter__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='72' column='1'/>
+        <var-decl name='_py___aiter__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7808'>
-        <var-decl name='_py___all__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='73' column='1'/>
+        <var-decl name='_py___all__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8192'>
-        <var-decl name='_py___and__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='74' column='1'/>
+        <var-decl name='_py___and__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='75' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8576'>
-        <var-decl name='_py___anext__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='75' column='1'/>
+        <var-decl name='_py___anext__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='9024'>
-        <var-decl name='_py___annotations__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='76' column='1'/>
+        <var-decl name='_py___annotations__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='9472'>
-        <var-decl name='_py___args__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='77' column='1'/>
+        <var-decl name='_py___args__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='9920'>
-        <var-decl name='_py___await__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
+        <var-decl name='_py___await__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='10368'>
-        <var-decl name='_py___bases__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='79' column='1'/>
+        <var-decl name='_py___bases__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='10816'>
-        <var-decl name='_py___bool__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='80' column='1'/>
+        <var-decl name='_py___bool__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11264'>
-        <var-decl name='_py___buffer__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='81' column='1'/>
+        <var-decl name='_py___buffer__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11712'>
-        <var-decl name='_py___build_class__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='82' column='1'/>
+        <var-decl name='_py___build_class__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='12160'>
-        <var-decl name='_py___builtins__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
+        <var-decl name='_py___builtins__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='12608'>
-        <var-decl name='_py___bytes__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='84' column='1'/>
+        <var-decl name='_py___bytes__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='13056'>
-        <var-decl name='_py___call__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
+        <var-decl name='_py___call__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='13504'>
-        <var-decl name='_py___cantrace__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='86' column='1'/>
+        <var-decl name='_py___cantrace__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='13952'>
-        <var-decl name='_py___class__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='87' column='1'/>
+        <var-decl name='_py___class__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='88' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='14400'>
-        <var-decl name='_py___class_getitem__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='88' column='1'/>
+        <var-decl name='_py___class_getitem__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='89' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='14912'>
-        <var-decl name='_py___classcell__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='89' column='1'/>
+        <var-decl name='_py___classcell__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='90' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='15360'>
-        <var-decl name='_py___classdict__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='90' column='1'/>
+        <var-decl name='_py___classdict__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='15808'>
-        <var-decl name='_py___classdictcell__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='91' column='1'/>
+        <var-decl name='_py___classdictcell__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16320'>
-        <var-decl name='_py___complex__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='92' column='1'/>
+        <var-decl name='_py___complex__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16768'>
-        <var-decl name='_py___contains__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='93' column='1'/>
+        <var-decl name='_py___contains__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='94' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17216'>
-        <var-decl name='_py___copy__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='94' column='1'/>
+        <var-decl name='_py___copy__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17664'>
-        <var-decl name='_py___ctypes_from_outparam__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1'/>
+        <var-decl name='_py___ctypes_from_outparam__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='18240'>
-        <var-decl name='_py___del__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>
+        <var-decl name='_py___del__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='18624'>
-        <var-decl name='_py___delattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
+        <var-decl name='_py___delattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='98' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='19072'>
-        <var-decl name='_py___delete__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='98' column='1'/>
+        <var-decl name='_py___delete__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='19520'>
-        <var-decl name='_py___delitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='99' column='1'/>
+        <var-decl name='_py___delitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='19968'>
-        <var-decl name='_py___dict__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='100' column='1'/>
+        <var-decl name='_py___dict__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='20416'>
-        <var-decl name='_py___dictoffset__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='101' column='1'/>
+        <var-decl name='_py___dictoffset__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='102' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='20864'>
-        <var-decl name='_py___dir__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='102' column='1'/>
+        <var-decl name='_py___dir__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='103' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='21248'>
-        <var-decl name='_py___divmod__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='103' column='1'/>
+        <var-decl name='_py___divmod__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='104' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='21696'>
-        <var-decl name='_py___doc__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='104' column='1'/>
+        <var-decl name='_py___doc__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='105' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22080'>
-        <var-decl name='_py___enter__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='105' column='1'/>
+        <var-decl name='_py___enter__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22528'>
-        <var-decl name='_py___eq__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='106' column='1'/>
+        <var-decl name='_py___eq__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22912'>
-        <var-decl name='_py___exit__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
+        <var-decl name='_py___exit__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='108' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='23360'>
-        <var-decl name='_py___file__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='108' column='1'/>
+        <var-decl name='_py___file__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='23808'>
-        <var-decl name='_py___firstlineno__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='109' column='1'/>
+        <var-decl name='_py___firstlineno__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24256'>
-        <var-decl name='_py___float__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='110' column='1'/>
+        <var-decl name='_py___float__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='111' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24704'>
-        <var-decl name='_py___floordiv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='111' column='1'/>
+        <var-decl name='_py___floordiv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='25152'>
-        <var-decl name='_py___format__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='112' column='1'/>
+        <var-decl name='_py___format__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='25600'>
-        <var-decl name='_py___fspath__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='113' column='1'/>
+        <var-decl name='_py___fspath__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='26048'>
-        <var-decl name='_py___ge__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='114' column='1'/>
+        <var-decl name='_py___ge__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='26432'>
-        <var-decl name='_py___get__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='115' column='1'/>
+        <var-decl name='_py___get__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='26816'>
-        <var-decl name='_py___getattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='116' column='1'/>
+        <var-decl name='_py___getattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='27264'>
-        <var-decl name='_py___getattribute__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1'/>
+        <var-decl name='_py___getattribute__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='27776'>
-        <var-decl name='_py___getinitargs__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>
+        <var-decl name='_py___getinitargs__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28224'>
-        <var-decl name='_py___getitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='119' column='1'/>
+        <var-decl name='_py___getitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='120' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28672'>
-        <var-decl name='_py___getnewargs__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='120' column='1'/>
+        <var-decl name='_py___getnewargs__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='29120'>
-        <var-decl name='_py___getnewargs_ex__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='121' column='1'/>
+        <var-decl name='_py___getnewargs_ex__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='122' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='29632'>
-        <var-decl name='_py___getstate__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='122' column='1'/>
+        <var-decl name='_py___getstate__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='30080'>
-        <var-decl name='_py___gt__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='123' column='1'/>
+        <var-decl name='_py___gt__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='124' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='30464'>
-        <var-decl name='_py___hash__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='124' column='1'/>
+        <var-decl name='_py___hash__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='30912'>
-        <var-decl name='_py___iadd__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='125' column='1'/>
+        <var-decl name='_py___iadd__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='126' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='31360'>
-        <var-decl name='_py___iand__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='126' column='1'/>
+        <var-decl name='_py___iand__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='127' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='31808'>
-        <var-decl name='_py___ifloordiv__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='127' column='1'/>
+        <var-decl name='_py___ifloordiv__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32256'>
-        <var-decl name='_py___ilshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='128' column='1'/>
+        <var-decl name='_py___ilshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32704'>
-        <var-decl name='_py___imatmul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='129' column='1'/>
+        <var-decl name='_py___imatmul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='130' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='33152'>
-        <var-decl name='_py___imod__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='130' column='1'/>
+        <var-decl name='_py___imod__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='33600'>
-        <var-decl name='_py___import__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='131' column='1'/>
+        <var-decl name='_py___import__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='34048'>
-        <var-decl name='_py___imul__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
+        <var-decl name='_py___imul__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='34496'>
-        <var-decl name='_py___index__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='133' column='1'/>
+        <var-decl name='_py___index__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='134' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='34944'>
-        <var-decl name='_py___init__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='134' column='1'/>
+        <var-decl name='_py___init__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='135' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='35392'>
-        <var-decl name='_py___init_subclass__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='135' column='1'/>
+        <var-decl name='_py___init_subclass__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='35904'>
-        <var-decl name='_py___instancecheck__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='136' column='1'/>
+        <var-decl name='_py___instancecheck__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='137' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='36416'>
-        <var-decl name='_py___int__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='137' column='1'/>
+        <var-decl name='_py___int__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='138' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='36800'>
-        <var-decl name='_py___invert__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='138' column='1'/>
+        <var-decl name='_py___invert__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='139' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='37248'>
-        <var-decl name='_py___ior__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='139' column='1'/>
+        <var-decl name='_py___ior__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='37632'>
-        <var-decl name='_py___ipow__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='140' column='1'/>
+        <var-decl name='_py___ipow__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='141' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='38080'>
-        <var-decl name='_py___irshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='141' column='1'/>
+        <var-decl name='_py___irshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='38528'>
-        <var-decl name='_py___isabstractmethod__' type-id='type-id-1201' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1'/>
+        <var-decl name='_py___isabstractmethod__' type-id='type-id-1201' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='39040'>
-        <var-decl name='_py___isub__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>
+        <var-decl name='_py___isub__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='144' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='39488'>
-        <var-decl name='_py___iter__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='144' column='1'/>
+        <var-decl name='_py___iter__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='39936'>
-        <var-decl name='_py___itruediv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='145' column='1'/>
+        <var-decl name='_py___itruediv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='146' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='40384'>
-        <var-decl name='_py___ixor__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='146' column='1'/>
+        <var-decl name='_py___ixor__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='147' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='40832'>
-        <var-decl name='_py___le__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='147' column='1'/>
+        <var-decl name='_py___le__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='148' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='41216'>
-        <var-decl name='_py___len__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='148' column='1'/>
+        <var-decl name='_py___len__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='149' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='41600'>
-        <var-decl name='_py___length_hint__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='149' column='1'/>
+        <var-decl name='_py___length_hint__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='42048'>
-        <var-decl name='_py___lltrace__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='150' column='1'/>
+        <var-decl name='_py___lltrace__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='151' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='42496'>
-        <var-decl name='_py___loader__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='151' column='1'/>
+        <var-decl name='_py___loader__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='152' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='42944'>
-        <var-decl name='_py___lshift__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='152' column='1'/>
+        <var-decl name='_py___lshift__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='43392'>
-        <var-decl name='_py___lt__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='153' column='1'/>
+        <var-decl name='_py___lt__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='43776'>
-        <var-decl name='_py___main__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='154' column='1'/>
+        <var-decl name='_py___main__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='155' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='44224'>
-        <var-decl name='_py___match_args__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='155' column='1'/>
+        <var-decl name='_py___match_args__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='156' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='44672'>
-        <var-decl name='_py___matmul__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='156' column='1'/>
+        <var-decl name='_py___matmul__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='45120'>
-        <var-decl name='_py___missing__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='157' column='1'/>
+        <var-decl name='_py___missing__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='158' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='45568'>
-        <var-decl name='_py___mod__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='158' column='1'/>
+        <var-decl name='_py___mod__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='159' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='45952'>
-        <var-decl name='_py___module__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='159' column='1'/>
+        <var-decl name='_py___module__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='160' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='46400'>
-        <var-decl name='_py___mro_entries__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='160' column='1'/>
+        <var-decl name='_py___mro_entries__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='161' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='46848'>
-        <var-decl name='_py___mul__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='161' column='1'/>
+        <var-decl name='_py___mul__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='162' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='47232'>
-        <var-decl name='_py___name__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='162' column='1'/>
+        <var-decl name='_py___name__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='163' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='47680'>
-        <var-decl name='_py___ne__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='163' column='1'/>
+        <var-decl name='_py___ne__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='164' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='48064'>
-        <var-decl name='_py___neg__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='164' column='1'/>
+        <var-decl name='_py___neg__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='165' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='48448'>
-        <var-decl name='_py___new__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='165' column='1'/>
+        <var-decl name='_py___new__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='166' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='48832'>
-        <var-decl name='_py___newobj__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='166' column='1'/>
+        <var-decl name='_py___newobj__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='167' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='49280'>
-        <var-decl name='_py___newobj_ex__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='167' column='1'/>
+        <var-decl name='_py___newobj_ex__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='168' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='49728'>
-        <var-decl name='_py___next__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='168' column='1'/>
+        <var-decl name='_py___next__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='169' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='50176'>
-        <var-decl name='_py___notes__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='169' column='1'/>
+        <var-decl name='_py___notes__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='50624'>
-        <var-decl name='_py___or__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='170' column='1'/>
+        <var-decl name='_py___or__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='171' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='51008'>
-        <var-decl name='_py___orig_class__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='171' column='1'/>
+        <var-decl name='_py___orig_class__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='172' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='51456'>
-        <var-decl name='_py___origin__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='172' column='1'/>
+        <var-decl name='_py___origin__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='173' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='51904'>
-        <var-decl name='_py___package__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='173' column='1'/>
+        <var-decl name='_py___package__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='174' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='52352'>
-        <var-decl name='_py___parameters__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='174' column='1'/>
+        <var-decl name='_py___parameters__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='175' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='52800'>
-        <var-decl name='_py___path__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='175' column='1'/>
+        <var-decl name='_py___path__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='176' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='53248'>
-        <var-decl name='_py___pos__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='176' column='1'/>
+        <var-decl name='_py___pos__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='177' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='53632'>
-        <var-decl name='_py___pow__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='177' column='1'/>
+        <var-decl name='_py___pow__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='178' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='54016'>
-        <var-decl name='_py___prepare__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='178' column='1'/>
+        <var-decl name='_py___prepare__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='179' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='54464'>
-        <var-decl name='_py___qualname__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='179' column='1'/>
+        <var-decl name='_py___qualname__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='180' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='54912'>
-        <var-decl name='_py___radd__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='180' column='1'/>
+        <var-decl name='_py___radd__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='181' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='55360'>
-        <var-decl name='_py___rand__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='181' column='1'/>
+        <var-decl name='_py___rand__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='182' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='55808'>
-        <var-decl name='_py___rdivmod__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='182' column='1'/>
+        <var-decl name='_py___rdivmod__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='183' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='56256'>
-        <var-decl name='_py___reduce__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='183' column='1'/>
+        <var-decl name='_py___reduce__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='184' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='56704'>
-        <var-decl name='_py___reduce_ex__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='184' column='1'/>
+        <var-decl name='_py___reduce_ex__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='57152'>
-        <var-decl name='_py___release_buffer__' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1'/>
+        <var-decl name='_py___release_buffer__' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='57664'>
-        <var-decl name='_py___repr__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>
+        <var-decl name='_py___repr__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='187' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58112'>
-        <var-decl name='_py___reversed__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='187' column='1'/>
+        <var-decl name='_py___reversed__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='188' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58560'>
-        <var-decl name='_py___rfloordiv__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='188' column='1'/>
+        <var-decl name='_py___rfloordiv__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59008'>
-        <var-decl name='_py___rlshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='189' column='1'/>
+        <var-decl name='_py___rlshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59456'>
-        <var-decl name='_py___rmatmul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='190' column='1'/>
+        <var-decl name='_py___rmatmul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='191' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59904'>
-        <var-decl name='_py___rmod__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='191' column='1'/>
+        <var-decl name='_py___rmod__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='192' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='60352'>
-        <var-decl name='_py___rmul__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='192' column='1'/>
+        <var-decl name='_py___rmul__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='193' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='60800'>
-        <var-decl name='_py___ror__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='193' column='1'/>
+        <var-decl name='_py___ror__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='194' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='61184'>
-        <var-decl name='_py___round__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='194' column='1'/>
+        <var-decl name='_py___round__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='195' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='61632'>
-        <var-decl name='_py___rpow__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='195' column='1'/>
+        <var-decl name='_py___rpow__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='196' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='62080'>
-        <var-decl name='_py___rrshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='196' column='1'/>
+        <var-decl name='_py___rrshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='197' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='62528'>
-        <var-decl name='_py___rshift__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='197' column='1'/>
+        <var-decl name='_py___rshift__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='198' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='62976'>
-        <var-decl name='_py___rsub__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='198' column='1'/>
+        <var-decl name='_py___rsub__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='63424'>
-        <var-decl name='_py___rtruediv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='199' column='1'/>
+        <var-decl name='_py___rtruediv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='200' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='63872'>
-        <var-decl name='_py___rxor__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='200' column='1'/>
+        <var-decl name='_py___rxor__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='201' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64320'>
-        <var-decl name='_py___set__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='201' column='1'/>
+        <var-decl name='_py___set__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='202' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64704'>
-        <var-decl name='_py___set_name__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='202' column='1'/>
+        <var-decl name='_py___set_name__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='203' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='65152'>
-        <var-decl name='_py___setattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='203' column='1'/>
+        <var-decl name='_py___setattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='65600'>
-        <var-decl name='_py___setitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
+        <var-decl name='_py___setitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='66048'>
-        <var-decl name='_py___setstate__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
+        <var-decl name='_py___setstate__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='66496'>
-        <var-decl name='_py___sizeof__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
+        <var-decl name='_py___sizeof__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='66944'>
-        <var-decl name='_py___slotnames__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
+        <var-decl name='_py___slotnames__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='67392'>
-        <var-decl name='_py___slots__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>
+        <var-decl name='_py___slots__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='67840'>
-        <var-decl name='_py___spec__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>
+        <var-decl name='_py___spec__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='68288'>
-        <var-decl name='_py___static_attributes__' type-id='type-id-1203' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
+        <var-decl name='_py___static_attributes__' type-id='type-id-1203' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='68800'>
-        <var-decl name='_py___str__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
+        <var-decl name='_py___str__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='69184'>
-        <var-decl name='_py___sub__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>
+        <var-decl name='_py___sub__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='69568'>
-        <var-decl name='_py___subclasscheck__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>
+        <var-decl name='_py___subclasscheck__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='70080'>
-        <var-decl name='_py___subclasshook__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>
+        <var-decl name='_py___subclasshook__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='70592'>
-        <var-decl name='_py___truediv__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>
+        <var-decl name='_py___truediv__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='71040'>
-        <var-decl name='_py___trunc__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>
+        <var-decl name='_py___trunc__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='71488'>
-        <var-decl name='_py___type_params__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>
+        <var-decl name='_py___type_params__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='71936'>
-        <var-decl name='_py___typing_is_unpacked_typevartuple__' type-id='type-id-1204' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
+        <var-decl name='_py___typing_is_unpacked_typevartuple__' type-id='type-id-1204' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='72576'>
-        <var-decl name='_py___typing_prepare_subst__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
+        <var-decl name='_py___typing_prepare_subst__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='73152'>
-        <var-decl name='_py___typing_subst__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>
+        <var-decl name='_py___typing_subst__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='73664'>
-        <var-decl name='_py___typing_unpacked_tuple_args__' type-id='type-id-1205' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
+        <var-decl name='_py___typing_unpacked_tuple_args__' type-id='type-id-1205' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='74240'>
-        <var-decl name='_py___warningregistry__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
+        <var-decl name='_py___warningregistry__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='74752'>
-        <var-decl name='_py___weaklistoffset__' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>
+        <var-decl name='_py___weaklistoffset__' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='75264'>
-        <var-decl name='_py___weakref__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>
+        <var-decl name='_py___weakref__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='75712'>
-        <var-decl name='_py___xor__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>
+        <var-decl name='_py___xor__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='76096'>
-        <var-decl name='_py__abc_impl' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
+        <var-decl name='_py__abc_impl' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='76544'>
-        <var-decl name='_py__abstract_' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
+        <var-decl name='_py__abstract_' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='76992'>
-        <var-decl name='_py__active' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
+        <var-decl name='_py__active' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='77376'>
-        <var-decl name='_py__align_' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
+        <var-decl name='_py__align_' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='77760'>
-        <var-decl name='_py__annotation' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
+        <var-decl name='_py__annotation' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='78208'>
-        <var-decl name='_py__anonymous_' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
+        <var-decl name='_py__anonymous_' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='78656'>
-        <var-decl name='_py__argtypes_' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>
+        <var-decl name='_py__argtypes_' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='79104'>
-        <var-decl name='_py__as_parameter_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>
+        <var-decl name='_py__as_parameter_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='79552'>
-        <var-decl name='_py__asyncio_future_blocking' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>
+        <var-decl name='_py__asyncio_future_blocking' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80128'>
-        <var-decl name='_py__blksize' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>
+        <var-decl name='_py__blksize' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80576'>
-        <var-decl name='_py__bootstrap' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>
+        <var-decl name='_py__bootstrap' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='81024'>
-        <var-decl name='_py__check_retval_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>
+        <var-decl name='_py__check_retval_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='81472'>
-        <var-decl name='_py__dealloc_warn' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>
+        <var-decl name='_py__dealloc_warn' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='81920'>
-        <var-decl name='_py__feature_version' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>
+        <var-decl name='_py__feature_version' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='82432'>
-        <var-decl name='_py__field_types' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>
+        <var-decl name='_py__field_types' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='82880'>
-        <var-decl name='_py__fields_' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>
+        <var-decl name='_py__fields_' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='83328'>
-        <var-decl name='_py__finalizing' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>
+        <var-decl name='_py__finalizing' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='83776'>
-        <var-decl name='_py__find_and_load' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>
+        <var-decl name='_py__find_and_load' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='84224'>
-        <var-decl name='_py__fix_up_module' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>
+        <var-decl name='_py__fix_up_module' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='84672'>
-        <var-decl name='_py__flags_' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>
+        <var-decl name='_py__flags_' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='85056'>
-        <var-decl name='_py__get_sourcefile' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>
+        <var-decl name='_py__get_sourcefile' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='85504'>
-        <var-decl name='_py__handle_fromlist' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>
+        <var-decl name='_py__handle_fromlist' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='86016'>
-        <var-decl name='_py__initializing' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>
+        <var-decl name='_py__initializing' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='86464'>
-        <var-decl name='_py__io' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
+        <var-decl name='_py__io' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='86848'>
-        <var-decl name='_py__is_text_encoding' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
+        <var-decl name='_py__is_text_encoding' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='87360'>
-        <var-decl name='_py__length_' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>
+        <var-decl name='_py__length_' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='87808'>
-        <var-decl name='_py__limbo' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>
+        <var-decl name='_py__limbo' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='88192'>
-        <var-decl name='_py__lock_unlock_module' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>
+        <var-decl name='_py__lock_unlock_module' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='88704'>
-        <var-decl name='_py__loop' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>
+        <var-decl name='_py__loop' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='89088'>
-        <var-decl name='_py__needs_com_addref_' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>
+        <var-decl name='_py__needs_com_addref_' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='89600'>
-        <var-decl name='_py__only_immortal' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>
+        <var-decl name='_py__only_immortal' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='90048'>
-        <var-decl name='_py__pack_' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>
+        <var-decl name='_py__pack_' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='90432'>
-        <var-decl name='_py__restype_' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>
+        <var-decl name='_py__restype_' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='90880'>
-        <var-decl name='_py__showwarnmsg' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>
+        <var-decl name='_py__showwarnmsg' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='91328'>
-        <var-decl name='_py__shutdown' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>
+        <var-decl name='_py__shutdown' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='91776'>
-        <var-decl name='_py__slotnames' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>
+        <var-decl name='_py__slotnames' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='92224'>
-        <var-decl name='_py__strptime' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>
+        <var-decl name='_py__strptime' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='92672'>
-        <var-decl name='_py__strptime_datetime' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>
+        <var-decl name='_py__strptime_datetime' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='93184'>
-        <var-decl name='_py__swappedbytes_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>
+        <var-decl name='_py__swappedbytes_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='93632'>
-        <var-decl name='_py__type_' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>
+        <var-decl name='_py__type_' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='94016'>
-        <var-decl name='_py__uninitialized_submodules' type-id='type-id-1207' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
+        <var-decl name='_py__uninitialized_submodules' type-id='type-id-1207' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='94592'>
-        <var-decl name='_py__warn_unawaited_coroutine' type-id='type-id-1207' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
+        <var-decl name='_py__warn_unawaited_coroutine' type-id='type-id-1207' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='95168'>
-        <var-decl name='_py__xoptions' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>
+        <var-decl name='_py__xoptions' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='95616'>
-        <var-decl name='_py_abs_tol' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>
+        <var-decl name='_py_abs_tol' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96000'>
-        <var-decl name='_py_access' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>
+        <var-decl name='_py_access' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96384'>
-        <var-decl name='_py_aclose' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>
+        <var-decl name='_py_aclose' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96768'>
-        <var-decl name='_py_add' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>
+        <var-decl name='_py_add' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='97152'>
-        <var-decl name='_py_add_done_callback' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>
+        <var-decl name='_py_add_done_callback' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='97664'>
-        <var-decl name='_py_after_in_child' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>
+        <var-decl name='_py_after_in_child' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='98112'>
-        <var-decl name='_py_after_in_parent' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>
+        <var-decl name='_py_after_in_parent' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='98560'>
-        <var-decl name='_py_aggregate_class' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>
+        <var-decl name='_py_aggregate_class' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='99008'>
-        <var-decl name='_py_alias' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>
+        <var-decl name='_py_alias' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='99392'>
-        <var-decl name='_py_allow_code' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>
+        <var-decl name='_py_allow_code' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='99840'>
-        <var-decl name='_py_append' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>
+        <var-decl name='_py_append' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='100224'>
-        <var-decl name='_py_arg' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>
+        <var-decl name='_py_arg' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='100608'>
-        <var-decl name='_py_argdefs' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>
+        <var-decl name='_py_argdefs' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='100992'>
-        <var-decl name='_py_args' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>
+        <var-decl name='_py_args' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='101376'>
-        <var-decl name='_py_arguments' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>
+        <var-decl name='_py_arguments' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='101824'>
-        <var-decl name='_py_argv' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>
+        <var-decl name='_py_argv' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='102208'>
-        <var-decl name='_py_as_integer_ratio' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>
+        <var-decl name='_py_as_integer_ratio' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='102720'>
-        <var-decl name='_py_asend' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>
+        <var-decl name='_py_asend' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='103104'>
-        <var-decl name='_py_ast' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>
+        <var-decl name='_py_ast' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='103488'>
-        <var-decl name='_py_athrow' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>
+        <var-decl name='_py_athrow' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='103872'>
-        <var-decl name='_py_attribute' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>
+        <var-decl name='_py_attribute' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='104320'>
-        <var-decl name='_py_authorizer_callback' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>
+        <var-decl name='_py_authorizer_callback' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='104832'>
-        <var-decl name='_py_autocommit' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>
+        <var-decl name='_py_autocommit' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='105280'>
-        <var-decl name='_py_backtick' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>
+        <var-decl name='_py_backtick' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='105728'>
-        <var-decl name='_py_base' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>
+        <var-decl name='_py_base' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='106112'>
-        <var-decl name='_py_before' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>
+        <var-decl name='_py_before' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='106496'>
-        <var-decl name='_py_big' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>
+        <var-decl name='_py_big' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='106880'>
-        <var-decl name='_py_binary_form' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>
+        <var-decl name='_py_binary_form' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='107328'>
-        <var-decl name='_py_block' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>
+        <var-decl name='_py_block' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='107712'>
-        <var-decl name='_py_bound' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>
+        <var-decl name='_py_bound' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='108096'>
-        <var-decl name='_py_buffer' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>
+        <var-decl name='_py_buffer' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='108480'>
-        <var-decl name='_py_buffer_callback' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>
+        <var-decl name='_py_buffer_callback' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='108928'>
-        <var-decl name='_py_buffer_size' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>
+        <var-decl name='_py_buffer_size' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='109376'>
-        <var-decl name='_py_buffering' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>
+        <var-decl name='_py_buffering' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='109824'>
-        <var-decl name='_py_buffers' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>
+        <var-decl name='_py_buffers' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='110208'>
-        <var-decl name='_py_bufsize' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>
+        <var-decl name='_py_bufsize' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='110592'>
-        <var-decl name='_py_builtins' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>
+        <var-decl name='_py_builtins' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='111040'>
-        <var-decl name='_py_byteorder' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>
+        <var-decl name='_py_byteorder' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='111488'>
-        <var-decl name='_py_bytes' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>
+        <var-decl name='_py_bytes' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='111872'>
-        <var-decl name='_py_bytes_per_sep' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>
+        <var-decl name='_py_bytes_per_sep' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='112320'>
-        <var-decl name='_py_c_call' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>
+        <var-decl name='_py_c_call' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='112704'>
-        <var-decl name='_py_c_exception' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>
+        <var-decl name='_py_c_exception' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='113152'>
-        <var-decl name='_py_c_return' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>
+        <var-decl name='_py_c_return' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='113600'>
-        <var-decl name='_py_cached_datetime_module' type-id='type-id-1208' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
+        <var-decl name='_py_cached_datetime_module' type-id='type-id-1208' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='114112'>
-        <var-decl name='_py_cached_statements' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
+        <var-decl name='_py_cached_statements' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='114624'>
-        <var-decl name='_py_cadata' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>
+        <var-decl name='_py_cadata' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='115008'>
-        <var-decl name='_py_cafile' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>
+        <var-decl name='_py_cafile' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='115392'>
-        <var-decl name='_py_call' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>
+        <var-decl name='_py_call' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='115776'>
-        <var-decl name='_py_call_exception_handler' type-id='type-id-1208' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>
+        <var-decl name='_py_call_exception_handler' type-id='type-id-1208' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='116288'>
-        <var-decl name='_py_call_soon' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>
+        <var-decl name='_py_call_soon' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='116736'>
-        <var-decl name='_py_callback' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>
+        <var-decl name='_py_callback' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='117184'>
-        <var-decl name='_py_cancel' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>
+        <var-decl name='_py_cancel' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='117568'>
-        <var-decl name='_py_capath' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>
+        <var-decl name='_py_capath' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='117952'>
-        <var-decl name='_py_category' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>
+        <var-decl name='_py_category' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='118400'>
-        <var-decl name='_py_cb_type' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>
+        <var-decl name='_py_cb_type' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='118784'>
-        <var-decl name='_py_certfile' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>
+        <var-decl name='_py_certfile' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='119232'>
-        <var-decl name='_py_check_same_thread' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>
+        <var-decl name='_py_check_same_thread' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='119744'>
-        <var-decl name='_py_clear' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>
+        <var-decl name='_py_clear' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='120128'>
-        <var-decl name='_py_close' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>
+        <var-decl name='_py_close' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='120512'>
-        <var-decl name='_py_closed' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>
+        <var-decl name='_py_closed' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='120896'>
-        <var-decl name='_py_closefd' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>
+        <var-decl name='_py_closefd' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='121280'>
-        <var-decl name='_py_closure' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>
+        <var-decl name='_py_closure' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='121664'>
-        <var-decl name='_py_co_argcount' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
+        <var-decl name='_py_co_argcount' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='122112'>
-        <var-decl name='_py_co_cellvars' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>
+        <var-decl name='_py_co_cellvars' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='122560'>
-        <var-decl name='_py_co_code' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>
+        <var-decl name='_py_co_code' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='122944'>
-        <var-decl name='_py_co_consts' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>
+        <var-decl name='_py_co_consts' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='123392'>
-        <var-decl name='_py_co_exceptiontable' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>
+        <var-decl name='_py_co_exceptiontable' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='123904'>
-        <var-decl name='_py_co_filename' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>
+        <var-decl name='_py_co_filename' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='124352'>
-        <var-decl name='_py_co_firstlineno' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>
+        <var-decl name='_py_co_firstlineno' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='124800'>
-        <var-decl name='_py_co_flags' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>
+        <var-decl name='_py_co_flags' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='125248'>
-        <var-decl name='_py_co_freevars' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>
+        <var-decl name='_py_co_freevars' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='125696'>
-        <var-decl name='_py_co_kwonlyargcount' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>
+        <var-decl name='_py_co_kwonlyargcount' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='126208'>
-        <var-decl name='_py_co_linetable' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>
+        <var-decl name='_py_co_linetable' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='126656'>
-        <var-decl name='_py_co_name' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
+        <var-decl name='_py_co_name' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='127040'>
-        <var-decl name='_py_co_names' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+        <var-decl name='_py_co_names' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='127488'>
-        <var-decl name='_py_co_nlocals' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
+        <var-decl name='_py_co_nlocals' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='127936'>
-        <var-decl name='_py_co_posonlyargcount' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>
+        <var-decl name='_py_co_posonlyargcount' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128448'>
-        <var-decl name='_py_co_qualname' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>
+        <var-decl name='_py_co_qualname' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128896'>
-        <var-decl name='_py_co_stacksize' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>
+        <var-decl name='_py_co_stacksize' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='129344'>
-        <var-decl name='_py_co_varnames' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>
+        <var-decl name='_py_co_varnames' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='129792'>
-        <var-decl name='_py_code' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>
+        <var-decl name='_py_code' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='130176'>
-        <var-decl name='_py_col_offset' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>
+        <var-decl name='_py_col_offset' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='130624'>
-        <var-decl name='_py_command' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>
+        <var-decl name='_py_command' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='131008'>
-        <var-decl name='_py_comment_factory' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>
+        <var-decl name='_py_comment_factory' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='131456'>
-        <var-decl name='_py_compile_mode' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>
+        <var-decl name='_py_compile_mode' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='131904'>
-        <var-decl name='_py_consts' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>
+        <var-decl name='_py_consts' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='132288'>
-        <var-decl name='_py_context' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>
+        <var-decl name='_py_context' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='132672'>
-        <var-decl name='_py_contravariant' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>
+        <var-decl name='_py_contravariant' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='133120'>
-        <var-decl name='_py_cookie' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>
+        <var-decl name='_py_cookie' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='133504'>
-        <var-decl name='_py_copy' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>
+        <var-decl name='_py_copy' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='359' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='133888'>
-        <var-decl name='_py_copyreg' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='359' column='1'/>
+        <var-decl name='_py_copyreg' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='360' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='134272'>
-        <var-decl name='_py_coro' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='360' column='1'/>
+        <var-decl name='_py_coro' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='361' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='134656'>
-        <var-decl name='_py_count' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='361' column='1'/>
+        <var-decl name='_py_count' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='135040'>
-        <var-decl name='_py_covariant' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1'/>
+        <var-decl name='_py_covariant' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='135488'>
-        <var-decl name='_py_cwd' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1'/>
+        <var-decl name='_py_cwd' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='135872'>
-        <var-decl name='_py_data' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>
+        <var-decl name='_py_data' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='136256'>
-        <var-decl name='_py_database' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>
+        <var-decl name='_py_database' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='136704'>
-        <var-decl name='_py_day' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>
+        <var-decl name='_py_day' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='367' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='137088'>
-        <var-decl name='_py_decode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='367' column='1'/>
+        <var-decl name='_py_decode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='368' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='137472'>
-        <var-decl name='_py_decoder' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='368' column='1'/>
+        <var-decl name='_py_decoder' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='369' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='137856'>
-        <var-decl name='_py_default' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='369' column='1'/>
+        <var-decl name='_py_default' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='370' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='138240'>
-        <var-decl name='_py_defaultaction' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='370' column='1'/>
+        <var-decl name='_py_defaultaction' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='371' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='138688'>
-        <var-decl name='_py_delete' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='371' column='1'/>
+        <var-decl name='_py_delete' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='372' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='139072'>
-        <var-decl name='_py_depth' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='372' column='1'/>
+        <var-decl name='_py_depth' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='373' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='139456'>
-        <var-decl name='_py_desired_access' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='373' column='1'/>
+        <var-decl name='_py_desired_access' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='374' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='139904'>
-        <var-decl name='_py_detect_types' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='374' column='1'/>
+        <var-decl name='_py_detect_types' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='375' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='140352'>
-        <var-decl name='_py_deterministic' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='375' column='1'/>
+        <var-decl name='_py_deterministic' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='376' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='140800'>
-        <var-decl name='_py_device' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='376' column='1'/>
+        <var-decl name='_py_device' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='377' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='141184'>
-        <var-decl name='_py_dict' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='377' column='1'/>
+        <var-decl name='_py_dict' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='378' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='141568'>
-        <var-decl name='_py_dictcomp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='378' column='1'/>
+        <var-decl name='_py_dictcomp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='379' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='142016'>
-        <var-decl name='_py_difference_update' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='379' column='1'/>
+        <var-decl name='_py_difference_update' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='380' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='142528'>
-        <var-decl name='_py_digest' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='380' column='1'/>
+        <var-decl name='_py_digest' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='381' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='142912'>
-        <var-decl name='_py_digest_size' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='381' column='1'/>
+        <var-decl name='_py_digest_size' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='382' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='143360'>
-        <var-decl name='_py_digestmod' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='382' column='1'/>
+        <var-decl name='_py_digestmod' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='383' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='143808'>
-        <var-decl name='_py_dir_fd' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='383' column='1'/>
+        <var-decl name='_py_dir_fd' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='384' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='144192'>
-        <var-decl name='_py_discard' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='384' column='1'/>
+        <var-decl name='_py_discard' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='385' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='144576'>
-        <var-decl name='_py_dispatch_table' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='385' column='1'/>
+        <var-decl name='_py_dispatch_table' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='386' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='145024'>
-        <var-decl name='_py_displayhook' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='386' column='1'/>
+        <var-decl name='_py_displayhook' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='387' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='145472'>
-        <var-decl name='_py_dklen' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='387' column='1'/>
+        <var-decl name='_py_dklen' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='388' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='145856'>
-        <var-decl name='_py_doc' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='388' column='1'/>
+        <var-decl name='_py_doc' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='389' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='146240'>
-        <var-decl name='_py_dont_inherit' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='389' column='1'/>
+        <var-decl name='_py_dont_inherit' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='390' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='146688'>
-        <var-decl name='_py_dst' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='390' column='1'/>
+        <var-decl name='_py_dst' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='391' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='147072'>
-        <var-decl name='_py_dst_dir_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='391' column='1'/>
+        <var-decl name='_py_dst_dir_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='392' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='147520'>
-        <var-decl name='_py_eager_start' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='392' column='1'/>
+        <var-decl name='_py_eager_start' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='393' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='147968'>
-        <var-decl name='_py_effective_ids' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='393' column='1'/>
+        <var-decl name='_py_effective_ids' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='394' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='148416'>
-        <var-decl name='_py_element_factory' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='394' column='1'/>
+        <var-decl name='_py_element_factory' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='395' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='148864'>
-        <var-decl name='_py_encode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='395' column='1'/>
+        <var-decl name='_py_encode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='396' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='149248'>
-        <var-decl name='_py_encoding' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='396' column='1'/>
+        <var-decl name='_py_encoding' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='397' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='149696'>
-        <var-decl name='_py_end' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='397' column='1'/>
+        <var-decl name='_py_end' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='398' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='150080'>
-        <var-decl name='_py_end_col_offset' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='398' column='1'/>
+        <var-decl name='_py_end_col_offset' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='399' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='150528'>
-        <var-decl name='_py_end_lineno' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='399' column='1'/>
+        <var-decl name='_py_end_lineno' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='400' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='150976'>
-        <var-decl name='_py_end_offset' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='400' column='1'/>
+        <var-decl name='_py_end_offset' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='401' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='151424'>
-        <var-decl name='_py_endpos' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='401' column='1'/>
+        <var-decl name='_py_endpos' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='402' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='151808'>
-        <var-decl name='_py_entrypoint' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='402' column='1'/>
+        <var-decl name='_py_entrypoint' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='403' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='152256'>
-        <var-decl name='_py_env' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='403' column='1'/>
+        <var-decl name='_py_env' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='404' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='152640'>
-        <var-decl name='_py_errors' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='404' column='1'/>
+        <var-decl name='_py_errors' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='405' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='153024'>
-        <var-decl name='_py_event' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='405' column='1'/>
+        <var-decl name='_py_event' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='406' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='153408'>
-        <var-decl name='_py_eventmask' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='406' column='1'/>
+        <var-decl name='_py_eventmask' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='407' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='153856'>
-        <var-decl name='_py_exc_type' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='407' column='1'/>
+        <var-decl name='_py_exc_type' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='408' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='154304'>
-        <var-decl name='_py_exc_value' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='408' column='1'/>
+        <var-decl name='_py_exc_value' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='409' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='154752'>
-        <var-decl name='_py_excepthook' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='409' column='1'/>
+        <var-decl name='_py_excepthook' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='410' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='155200'>
-        <var-decl name='_py_exception' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='410' column='1'/>
+        <var-decl name='_py_exception' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='411' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='155648'>
-        <var-decl name='_py_existing_file_name' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='411' column='1'/>
+        <var-decl name='_py_existing_file_name' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='412' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='156160'>
-        <var-decl name='_py_exp' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='412' column='1'/>
+        <var-decl name='_py_exp' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='413' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='156544'>
-        <var-decl name='_py_extend' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='413' column='1'/>
+        <var-decl name='_py_extend' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='414' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='156928'>
-        <var-decl name='_py_extra_tokens' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='414' column='1'/>
+        <var-decl name='_py_extra_tokens' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='415' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='157376'>
-        <var-decl name='_py_facility' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='415' column='1'/>
+        <var-decl name='_py_facility' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='416' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='157824'>
-        <var-decl name='_py_factory' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='416' column='1'/>
+        <var-decl name='_py_factory' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='417' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='158208'>
-        <var-decl name='_py_false' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='417' column='1'/>
+        <var-decl name='_py_false' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='418' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='158592'>
-        <var-decl name='_py_family' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='418' column='1'/>
+        <var-decl name='_py_family' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='419' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='158976'>
-        <var-decl name='_py_fanout' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='419' column='1'/>
+        <var-decl name='_py_fanout' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='420' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='159360'>
-        <var-decl name='_py_fd' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='420' column='1'/>
+        <var-decl name='_py_fd' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='421' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='159744'>
-        <var-decl name='_py_fd2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='421' column='1'/>
+        <var-decl name='_py_fd2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='422' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160128'>
-        <var-decl name='_py_fdel' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='422' column='1'/>
+        <var-decl name='_py_fdel' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='423' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160512'>
-        <var-decl name='_py_fget' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='423' column='1'/>
+        <var-decl name='_py_fget' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='424' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160896'>
-        <var-decl name='_py_file' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='424' column='1'/>
+        <var-decl name='_py_file' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='425' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='161280'>
-        <var-decl name='_py_file_actions' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='425' column='1'/>
+        <var-decl name='_py_file_actions' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='426' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='161728'>
-        <var-decl name='_py_filename' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='426' column='1'/>
+        <var-decl name='_py_filename' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='427' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='162176'>
-        <var-decl name='_py_fileno' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='427' column='1'/>
+        <var-decl name='_py_fileno' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='428' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='162560'>
-        <var-decl name='_py_filepath' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='428' column='1'/>
+        <var-decl name='_py_filepath' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='429' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='163008'>
-        <var-decl name='_py_fillvalue' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='429' column='1'/>
+        <var-decl name='_py_fillvalue' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='430' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='163456'>
-        <var-decl name='_py_filter' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='430' column='1'/>
+        <var-decl name='_py_filter' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='431' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='163840'>
-        <var-decl name='_py_filters' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='431' column='1'/>
+        <var-decl name='_py_filters' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='432' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='164224'>
-        <var-decl name='_py_final' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='432' column='1'/>
+        <var-decl name='_py_final' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='433' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='164608'>
-        <var-decl name='_py_find_class' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='433' column='1'/>
+        <var-decl name='_py_find_class' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='434' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='165056'>
-        <var-decl name='_py_fix_imports' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='434' column='1'/>
+        <var-decl name='_py_fix_imports' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='435' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='165504'>
-        <var-decl name='_py_flags' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='435' column='1'/>
+        <var-decl name='_py_flags' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='436' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='165888'>
-        <var-decl name='_py_flush' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='436' column='1'/>
+        <var-decl name='_py_flush' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='437' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='166272'>
-        <var-decl name='_py_fold' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='437' column='1'/>
+        <var-decl name='_py_fold' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='438' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='166656'>
-        <var-decl name='_py_follow_symlinks' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='438' column='1'/>
+        <var-decl name='_py_follow_symlinks' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='439' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='167104'>
-        <var-decl name='_py_format' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='439' column='1'/>
+        <var-decl name='_py_format' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='440' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='167488'>
-        <var-decl name='_py_from_param' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='440' column='1'/>
+        <var-decl name='_py_from_param' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='441' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='167936'>
-        <var-decl name='_py_fromlist' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='441' column='1'/>
+        <var-decl name='_py_fromlist' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='442' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='168384'>
-        <var-decl name='_py_fromtimestamp' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='442' column='1'/>
+        <var-decl name='_py_fromtimestamp' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='443' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='168832'>
-        <var-decl name='_py_fromutc' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='443' column='1'/>
+        <var-decl name='_py_fromutc' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='444' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='169216'>
-        <var-decl name='_py_fset' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='444' column='1'/>
+        <var-decl name='_py_fset' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='445' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='169600'>
-        <var-decl name='_py_func' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='445' column='1'/>
+        <var-decl name='_py_func' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='446' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='169984'>
-        <var-decl name='_py_future' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='446' column='1'/>
+        <var-decl name='_py_future' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='447' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='170368'>
-        <var-decl name='_py_generation' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='447' column='1'/>
+        <var-decl name='_py_generation' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='448' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='170816'>
-        <var-decl name='_py_genexpr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='448' column='1'/>
+        <var-decl name='_py_genexpr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='449' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='171200'>
-        <var-decl name='_py_get' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='449' column='1'/>
+        <var-decl name='_py_get' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='450' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='171584'>
-        <var-decl name='_py_get_debug' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='450' column='1'/>
+        <var-decl name='_py_get_debug' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='451' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='172032'>
-        <var-decl name='_py_get_event_loop' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='451' column='1'/>
+        <var-decl name='_py_get_event_loop' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='452' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='172480'>
-        <var-decl name='_py_get_loop' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='452' column='1'/>
+        <var-decl name='_py_get_loop' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='453' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='172928'>
-        <var-decl name='_py_get_source' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='453' column='1'/>
+        <var-decl name='_py_get_source' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='454' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='173376'>
-        <var-decl name='_py_getattr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='454' column='1'/>
+        <var-decl name='_py_getattr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='455' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='173760'>
-        <var-decl name='_py_getstate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='455' column='1'/>
+        <var-decl name='_py_getstate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='456' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='174208'>
-        <var-decl name='_py_gid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='456' column='1'/>
+        <var-decl name='_py_gid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='457' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='174592'>
-        <var-decl name='_py_globals' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='457' column='1'/>
+        <var-decl name='_py_globals' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='458' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='174976'>
-        <var-decl name='_py_groupindex' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='458' column='1'/>
+        <var-decl name='_py_groupindex' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='459' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='175424'>
-        <var-decl name='_py_groups' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='459' column='1'/>
+        <var-decl name='_py_groups' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='460' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='175808'>
-        <var-decl name='_py_handle' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='460' column='1'/>
+        <var-decl name='_py_handle' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='461' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='176192'>
-        <var-decl name='_py_handle_seq' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='461' column='1'/>
+        <var-decl name='_py_handle_seq' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='462' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='176640'>
-        <var-decl name='_py_has_location' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='462' column='1'/>
+        <var-decl name='_py_has_location' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='463' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='177088'>
-        <var-decl name='_py_hash_name' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='463' column='1'/>
+        <var-decl name='_py_hash_name' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='464' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='177536'>
-        <var-decl name='_py_header' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='464' column='1'/>
+        <var-decl name='_py_header' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='465' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='177920'>
-        <var-decl name='_py_headers' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='465' column='1'/>
+        <var-decl name='_py_headers' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='466' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='178304'>
-        <var-decl name='_py_hi' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='466' column='1'/>
+        <var-decl name='_py_hi' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='467' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='178688'>
-        <var-decl name='_py_hook' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='467' column='1'/>
+        <var-decl name='_py_hook' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='468' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='179072'>
-        <var-decl name='_py_hour' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='468' column='1'/>
+        <var-decl name='_py_hour' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='469' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='179456'>
-        <var-decl name='_py_ident' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='469' column='1'/>
+        <var-decl name='_py_ident' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='470' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='179840'>
-        <var-decl name='_py_identity_hint' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='470' column='1'/>
+        <var-decl name='_py_identity_hint' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='471' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='180288'>
-        <var-decl name='_py_ignore' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='471' column='1'/>
+        <var-decl name='_py_ignore' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='472' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='180672'>
-        <var-decl name='_py_imag' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='472' column='1'/>
+        <var-decl name='_py_imag' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='473' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='181056'>
-        <var-decl name='_py_importlib' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='473' column='1'/>
+        <var-decl name='_py_importlib' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='474' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='181504'>
-        <var-decl name='_py_in_fd' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='474' column='1'/>
+        <var-decl name='_py_in_fd' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='475' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='181888'>
-        <var-decl name='_py_incoming' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='475' column='1'/>
+        <var-decl name='_py_incoming' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='476' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='182336'>
-        <var-decl name='_py_indexgroup' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='476' column='1'/>
+        <var-decl name='_py_indexgroup' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='477' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='182784'>
-        <var-decl name='_py_inf' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='477' column='1'/>
+        <var-decl name='_py_inf' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='478' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='183168'>
-        <var-decl name='_py_infer_variance' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='478' column='1'/>
+        <var-decl name='_py_infer_variance' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='479' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='183616'>
-        <var-decl name='_py_inherit_handle' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='479' column='1'/>
+        <var-decl name='_py_inherit_handle' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='480' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='184064'>
-        <var-decl name='_py_inheritable' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='480' column='1'/>
+        <var-decl name='_py_inheritable' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='481' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='184512'>
-        <var-decl name='_py_initial' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='481' column='1'/>
+        <var-decl name='_py_initial' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='482' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='184896'>
-        <var-decl name='_py_initial_bytes' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='482' column='1'/>
+        <var-decl name='_py_initial_bytes' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='483' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='185344'>
-        <var-decl name='_py_initial_owner' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='483' column='1'/>
+        <var-decl name='_py_initial_owner' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='484' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='185792'>
-        <var-decl name='_py_initial_state' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='484' column='1'/>
+        <var-decl name='_py_initial_state' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='485' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='186240'>
-        <var-decl name='_py_initial_value' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='485' column='1'/>
+        <var-decl name='_py_initial_value' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='486' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='186688'>
-        <var-decl name='_py_initval' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='486' column='1'/>
+        <var-decl name='_py_initval' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='487' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='187072'>
-        <var-decl name='_py_inner_size' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='487' column='1'/>
+        <var-decl name='_py_inner_size' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='488' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='187520'>
-        <var-decl name='_py_input' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='488' column='1'/>
+        <var-decl name='_py_input' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='489' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='187904'>
-        <var-decl name='_py_insert_comments' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='489' column='1'/>
+        <var-decl name='_py_insert_comments' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='490' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='188352'>
-        <var-decl name='_py_insert_pis' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='490' column='1'/>
+        <var-decl name='_py_insert_pis' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='491' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='188800'>
-        <var-decl name='_py_instructions' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='491' column='1'/>
+        <var-decl name='_py_instructions' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='492' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='189248'>
-        <var-decl name='_py_intern' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='492' column='1'/>
+        <var-decl name='_py_intern' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='493' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='189632'>
-        <var-decl name='_py_intersection' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='493' column='1'/>
+        <var-decl name='_py_intersection' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='494' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='190080'>
-        <var-decl name='_py_interval' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='494' column='1'/>
+        <var-decl name='_py_interval' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='495' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='190528'>
-        <var-decl name='_py_is_running' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='495' column='1'/>
+        <var-decl name='_py_is_running' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='496' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='190976'>
-        <var-decl name='_py_isatty' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='496' column='1'/>
+        <var-decl name='_py_isatty' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='497' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='191360'>
-        <var-decl name='_py_isinstance' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='497' column='1'/>
+        <var-decl name='_py_isinstance' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='498' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='191808'>
-        <var-decl name='_py_isoformat' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='498' column='1'/>
+        <var-decl name='_py_isoformat' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='499' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192256'>
-        <var-decl name='_py_isolation_level' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='499' column='1'/>
+        <var-decl name='_py_isolation_level' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='500' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192704'>
-        <var-decl name='_py_istext' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='500' column='1'/>
+        <var-decl name='_py_istext' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='501' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='193088'>
-        <var-decl name='_py_item' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='501' column='1'/>
+        <var-decl name='_py_item' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='502' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='193472'>
-        <var-decl name='_py_items' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='502' column='1'/>
+        <var-decl name='_py_items' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='503' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='193856'>
-        <var-decl name='_py_iter' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='503' column='1'/>
+        <var-decl name='_py_iter' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='504' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='194240'>
-        <var-decl name='_py_iterable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='504' column='1'/>
+        <var-decl name='_py_iterable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='505' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='194688'>
-        <var-decl name='_py_iterations' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='505' column='1'/>
+        <var-decl name='_py_iterations' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='506' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='195136'>
-        <var-decl name='_py_join' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='506' column='1'/>
+        <var-decl name='_py_join' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='507' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='195520'>
-        <var-decl name='_py_jump' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='507' column='1'/>
+        <var-decl name='_py_jump' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='508' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='195904'>
-        <var-decl name='_py_keepends' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='508' column='1'/>
+        <var-decl name='_py_keepends' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='509' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='196352'>
-        <var-decl name='_py_key' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='509' column='1'/>
+        <var-decl name='_py_key' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='510' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='196736'>
-        <var-decl name='_py_keyfile' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='510' column='1'/>
+        <var-decl name='_py_keyfile' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='511' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='197120'>
-        <var-decl name='_py_keys' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='511' column='1'/>
+        <var-decl name='_py_keys' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='512' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='197504'>
-        <var-decl name='_py_kind' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='512' column='1'/>
+        <var-decl name='_py_kind' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='513' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='197888'>
-        <var-decl name='_py_kw' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='513' column='1'/>
+        <var-decl name='_py_kw' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='514' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='198272'>
-        <var-decl name='_py_kw1' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='514' column='1'/>
+        <var-decl name='_py_kw1' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='515' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='198656'>
-        <var-decl name='_py_kw2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='515' column='1'/>
+        <var-decl name='_py_kw2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='516' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='199040'>
-        <var-decl name='_py_kwdefaults' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='516' column='1'/>
+        <var-decl name='_py_kwdefaults' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='517' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='199488'>
-        <var-decl name='_py_label' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='517' column='1'/>
+        <var-decl name='_py_label' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='518' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='199872'>
-        <var-decl name='_py_lambda' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='518' column='1'/>
+        <var-decl name='_py_lambda' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='519' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='200256'>
-        <var-decl name='_py_last' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='519' column='1'/>
+        <var-decl name='_py_last' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='520' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='200640'>
-        <var-decl name='_py_last_exc' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='520' column='1'/>
+        <var-decl name='_py_last_exc' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='521' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='201088'>
-        <var-decl name='_py_last_node' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='521' column='1'/>
+        <var-decl name='_py_last_node' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='522' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='201536'>
-        <var-decl name='_py_last_traceback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='522' column='1'/>
+        <var-decl name='_py_last_traceback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='523' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='201984'>
-        <var-decl name='_py_last_type' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='523' column='1'/>
+        <var-decl name='_py_last_type' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='524' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='202432'>
-        <var-decl name='_py_last_value' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='524' column='1'/>
+        <var-decl name='_py_last_value' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='525' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='202880'>
-        <var-decl name='_py_latin1' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='525' column='1'/>
+        <var-decl name='_py_latin1' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='526' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='203264'>
-        <var-decl name='_py_leaf_size' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='526' column='1'/>
+        <var-decl name='_py_leaf_size' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='203712'>
-        <var-decl name='_py_len' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='527' column='1'/>
+        <var-decl name='_py_len' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='528' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='204096'>
-        <var-decl name='_py_length' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='528' column='1'/>
+        <var-decl name='_py_length' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='529' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='204480'>
-        <var-decl name='_py_level' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='529' column='1'/>
+        <var-decl name='_py_level' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='530' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='204864'>
-        <var-decl name='_py_limit' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='530' column='1'/>
+        <var-decl name='_py_limit' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='531' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='205248'>
-        <var-decl name='_py_line' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='531' column='1'/>
+        <var-decl name='_py_line' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='532' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='205632'>
-        <var-decl name='_py_line_buffering' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='532' column='1'/>
+        <var-decl name='_py_line_buffering' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='533' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='206080'>
-        <var-decl name='_py_lineno' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='533' column='1'/>
+        <var-decl name='_py_lineno' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='534' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='206464'>
-        <var-decl name='_py_listcomp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='534' column='1'/>
+        <var-decl name='_py_listcomp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='535' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='206912'>
-        <var-decl name='_py_little' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='535' column='1'/>
+        <var-decl name='_py_little' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='536' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='207296'>
-        <var-decl name='_py_lo' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='536' column='1'/>
+        <var-decl name='_py_lo' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='537' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='207680'>
-        <var-decl name='_py_locale' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='537' column='1'/>
+        <var-decl name='_py_locale' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='538' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='208064'>
-        <var-decl name='_py_locals' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='538' column='1'/>
+        <var-decl name='_py_locals' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='539' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='208448'>
-        <var-decl name='_py_logoption' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='539' column='1'/>
+        <var-decl name='_py_logoption' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='540' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='208896'>
-        <var-decl name='_py_loop' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='540' column='1'/>
+        <var-decl name='_py_loop' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='541' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='209280'>
-        <var-decl name='_py_manual_reset' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='541' column='1'/>
+        <var-decl name='_py_manual_reset' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='542' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='209728'>
-        <var-decl name='_py_mapping' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='542' column='1'/>
+        <var-decl name='_py_mapping' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='543' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='210112'>
-        <var-decl name='_py_match' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='543' column='1'/>
+        <var-decl name='_py_match' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='544' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='210496'>
-        <var-decl name='_py_max_length' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='544' column='1'/>
+        <var-decl name='_py_max_length' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='545' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='210944'>
-        <var-decl name='_py_maxdigits' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='545' column='1'/>
+        <var-decl name='_py_maxdigits' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='546' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='211392'>
-        <var-decl name='_py_maxevents' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='546' column='1'/>
+        <var-decl name='_py_maxevents' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='547' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='211840'>
-        <var-decl name='_py_maxlen' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='547' column='1'/>
+        <var-decl name='_py_maxlen' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='548' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='212224'>
-        <var-decl name='_py_maxmem' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='548' column='1'/>
+        <var-decl name='_py_maxmem' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='549' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='212608'>
-        <var-decl name='_py_maxsplit' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='549' column='1'/>
+        <var-decl name='_py_maxsplit' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='550' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='213056'>
-        <var-decl name='_py_maxvalue' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='550' column='1'/>
+        <var-decl name='_py_maxvalue' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='551' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='213504'>
-        <var-decl name='_py_memLevel' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='551' column='1'/>
+        <var-decl name='_py_memLevel' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='552' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='213952'>
-        <var-decl name='_py_memlimit' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='552' column='1'/>
+        <var-decl name='_py_memlimit' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='553' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='214400'>
-        <var-decl name='_py_message' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='553' column='1'/>
+        <var-decl name='_py_message' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='554' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='214784'>
-        <var-decl name='_py_metaclass' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='554' column='1'/>
+        <var-decl name='_py_metaclass' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='555' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='215232'>
-        <var-decl name='_py_metadata' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='555' column='1'/>
+        <var-decl name='_py_metadata' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='556' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='215680'>
-        <var-decl name='_py_method' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='556' column='1'/>
+        <var-decl name='_py_method' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='557' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='216064'>
-        <var-decl name='_py_microsecond' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='557' column='1'/>
+        <var-decl name='_py_microsecond' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='558' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='216512'>
-        <var-decl name='_py_milliseconds' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='558' column='1'/>
+        <var-decl name='_py_milliseconds' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='559' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='216960'>
-        <var-decl name='_py_minute' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='559' column='1'/>
+        <var-decl name='_py_minute' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='560' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='217344'>
-        <var-decl name='_py_mod' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='560' column='1'/>
+        <var-decl name='_py_mod' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='561' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='217728'>
-        <var-decl name='_py_mode' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='561' column='1'/>
+        <var-decl name='_py_mode' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='562' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='218112'>
-        <var-decl name='_py_module' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='562' column='1'/>
+        <var-decl name='_py_module' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='563' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='218496'>
-        <var-decl name='_py_module_globals' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='563' column='1'/>
+        <var-decl name='_py_module_globals' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='564' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='218944'>
-        <var-decl name='_py_modules' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='564' column='1'/>
+        <var-decl name='_py_modules' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='565' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='219328'>
-        <var-decl name='_py_month' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='565' column='1'/>
+        <var-decl name='_py_month' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='566' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='219712'>
-        <var-decl name='_py_mro' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='566' column='1'/>
+        <var-decl name='_py_mro' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='567' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='220096'>
-        <var-decl name='_py_msg' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='567' column='1'/>
+        <var-decl name='_py_msg' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='568' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='220480'>
-        <var-decl name='_py_mutex' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='568' column='1'/>
+        <var-decl name='_py_mutex' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='569' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='220864'>
-        <var-decl name='_py_mycmp' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='569' column='1'/>
+        <var-decl name='_py_mycmp' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='570' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='221248'>
-        <var-decl name='_py_n_arg' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='570' column='1'/>
+        <var-decl name='_py_n_arg' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='571' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='221632'>
-        <var-decl name='_py_n_fields' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='571' column='1'/>
+        <var-decl name='_py_n_fields' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='572' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='222080'>
-        <var-decl name='_py_n_sequence_fields' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='572' column='1'/>
+        <var-decl name='_py_n_sequence_fields' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='573' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='222592'>
-        <var-decl name='_py_n_unnamed_fields' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='573' column='1'/>
+        <var-decl name='_py_n_unnamed_fields' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='574' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='223104'>
-        <var-decl name='_py_name' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='574' column='1'/>
+        <var-decl name='_py_name' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='575' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='223488'>
-        <var-decl name='_py_name_from' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='575' column='1'/>
+        <var-decl name='_py_name_from' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='576' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='223936'>
-        <var-decl name='_py_namespace_separator' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='576' column='1'/>
+        <var-decl name='_py_namespace_separator' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='577' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224448'>
-        <var-decl name='_py_namespaces' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='577' column='1'/>
+        <var-decl name='_py_namespaces' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='578' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224896'>
-        <var-decl name='_py_narg' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='578' column='1'/>
+        <var-decl name='_py_narg' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='579' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='225280'>
-        <var-decl name='_py_ndigits' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='579' column='1'/>
+        <var-decl name='_py_ndigits' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='580' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='225664'>
-        <var-decl name='_py_nested' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='580' column='1'/>
+        <var-decl name='_py_nested' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='581' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='226048'>
-        <var-decl name='_py_new_file_name' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='581' column='1'/>
+        <var-decl name='_py_new_file_name' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='582' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='226496'>
-        <var-decl name='_py_new_limit' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='582' column='1'/>
+        <var-decl name='_py_new_limit' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='583' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='226944'>
-        <var-decl name='_py_newline' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='583' column='1'/>
+        <var-decl name='_py_newline' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='584' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='227328'>
-        <var-decl name='_py_newlines' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='584' column='1'/>
+        <var-decl name='_py_newlines' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='585' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='227776'>
-        <var-decl name='_py_next' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='585' column='1'/>
+        <var-decl name='_py_next' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='586' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='228160'>
-        <var-decl name='_py_nlocals' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='586' column='1'/>
+        <var-decl name='_py_nlocals' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='587' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='228544'>
-        <var-decl name='_py_node_depth' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='587' column='1'/>
+        <var-decl name='_py_node_depth' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='588' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='228992'>
-        <var-decl name='_py_node_offset' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='588' column='1'/>
+        <var-decl name='_py_node_offset' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='589' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='229440'>
-        <var-decl name='_py_ns' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='589' column='1'/>
+        <var-decl name='_py_ns' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='590' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='229824'>
-        <var-decl name='_py_nstype' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='590' column='1'/>
+        <var-decl name='_py_nstype' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='591' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='230208'>
-        <var-decl name='_py_nt' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='591' column='1'/>
+        <var-decl name='_py_nt' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='592' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='230592'>
-        <var-decl name='_py_null' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='592' column='1'/>
+        <var-decl name='_py_null' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='593' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='230976'>
-        <var-decl name='_py_number' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='593' column='1'/>
+        <var-decl name='_py_number' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='594' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='231360'>
-        <var-decl name='_py_obj' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='594' column='1'/>
+        <var-decl name='_py_obj' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='595' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='231744'>
-        <var-decl name='_py_object' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='595' column='1'/>
+        <var-decl name='_py_object' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='596' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='232128'>
-        <var-decl name='_py_offset' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='596' column='1'/>
+        <var-decl name='_py_offset' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='597' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='232512'>
-        <var-decl name='_py_offset_dst' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='597' column='1'/>
+        <var-decl name='_py_offset_dst' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='598' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='232960'>
-        <var-decl name='_py_offset_src' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='598' column='1'/>
+        <var-decl name='_py_offset_src' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='599' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='233408'>
-        <var-decl name='_py_on_type_read' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='599' column='1'/>
+        <var-decl name='_py_on_type_read' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='600' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='233856'>
-        <var-decl name='_py_onceregistry' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='600' column='1'/>
+        <var-decl name='_py_onceregistry' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='601' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='234304'>
-        <var-decl name='_py_only_keys' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='601' column='1'/>
+        <var-decl name='_py_only_keys' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='602' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='234752'>
-        <var-decl name='_py_oparg' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='602' column='1'/>
+        <var-decl name='_py_oparg' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='603' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='235136'>
-        <var-decl name='_py_opcode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='603' column='1'/>
+        <var-decl name='_py_opcode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='604' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='235520'>
-        <var-decl name='_py_open' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='604' column='1'/>
+        <var-decl name='_py_open' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='605' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='235904'>
-        <var-decl name='_py_opener' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='605' column='1'/>
+        <var-decl name='_py_opener' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='606' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='236288'>
-        <var-decl name='_py_operation' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='606' column='1'/>
+        <var-decl name='_py_operation' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='607' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='236736'>
-        <var-decl name='_py_optimize' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='607' column='1'/>
+        <var-decl name='_py_optimize' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='608' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='237184'>
-        <var-decl name='_py_options' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='608' column='1'/>
+        <var-decl name='_py_options' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='609' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='237568'>
-        <var-decl name='_py_order' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='609' column='1'/>
+        <var-decl name='_py_order' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='610' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='237952'>
-        <var-decl name='_py_origin' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='610' column='1'/>
+        <var-decl name='_py_origin' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='611' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='238336'>
-        <var-decl name='_py_out_fd' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='611' column='1'/>
+        <var-decl name='_py_out_fd' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='612' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='238720'>
-        <var-decl name='_py_outgoing' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='612' column='1'/>
+        <var-decl name='_py_outgoing' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='613' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='239168'>
-        <var-decl name='_py_overlapped' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='613' column='1'/>
+        <var-decl name='_py_overlapped' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='614' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='239616'>
-        <var-decl name='_py_owner' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='614' column='1'/>
+        <var-decl name='_py_owner' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='615' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='240000'>
-        <var-decl name='_py_pages' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='615' column='1'/>
+        <var-decl name='_py_pages' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='616' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='240384'>
-        <var-decl name='_py_parent' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='616' column='1'/>
+        <var-decl name='_py_parent' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='617' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='240768'>
-        <var-decl name='_py_password' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='617' column='1'/>
+        <var-decl name='_py_password' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='618' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='241216'>
-        <var-decl name='_py_path' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='618' column='1'/>
+        <var-decl name='_py_path' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='619' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='241600'>
-        <var-decl name='_py_pattern' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='619' column='1'/>
+        <var-decl name='_py_pattern' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='620' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='241984'>
-        <var-decl name='_py_peek' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='620' column='1'/>
+        <var-decl name='_py_peek' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='621' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='242368'>
-        <var-decl name='_py_persistent_id' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='621' column='1'/>
+        <var-decl name='_py_persistent_id' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='622' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='242816'>
-        <var-decl name='_py_persistent_load' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='622' column='1'/>
+        <var-decl name='_py_persistent_load' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='623' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='243264'>
-        <var-decl name='_py_person' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='623' column='1'/>
+        <var-decl name='_py_person' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='624' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='243648'>
-        <var-decl name='_py_pi_factory' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='624' column='1'/>
+        <var-decl name='_py_pi_factory' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='625' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='244096'>
-        <var-decl name='_py_pid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='625' column='1'/>
+        <var-decl name='_py_pid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='626' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='244480'>
-        <var-decl name='_py_policy' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='626' column='1'/>
+        <var-decl name='_py_policy' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='627' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='244864'>
-        <var-decl name='_py_pos' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='627' column='1'/>
+        <var-decl name='_py_pos' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='628' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='245248'>
-        <var-decl name='_py_pos1' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='628' column='1'/>
+        <var-decl name='_py_pos1' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='629' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='245632'>
-        <var-decl name='_py_pos2' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='629' column='1'/>
+        <var-decl name='_py_pos2' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='630' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='246016'>
-        <var-decl name='_py_posix' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='630' column='1'/>
+        <var-decl name='_py_posix' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='631' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='246400'>
-        <var-decl name='_py_print_file_and_line' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='631' column='1'/>
+        <var-decl name='_py_print_file_and_line' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='632' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='246912'>
-        <var-decl name='_py_priority' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='632' column='1'/>
+        <var-decl name='_py_priority' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='633' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='247360'>
-        <var-decl name='_py_progress' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='633' column='1'/>
+        <var-decl name='_py_progress' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='634' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='247808'>
-        <var-decl name='_py_progress_handler' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='634' column='1'/>
+        <var-decl name='_py_progress_handler' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='635' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='248320'>
-        <var-decl name='_py_progress_routine' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='635' column='1'/>
+        <var-decl name='_py_progress_routine' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='636' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='248832'>
-        <var-decl name='_py_proto' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='636' column='1'/>
+        <var-decl name='_py_proto' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='637' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='249216'>
-        <var-decl name='_py_protocol' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='637' column='1'/>
+        <var-decl name='_py_protocol' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='638' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='249664'>
-        <var-decl name='_py_ps1' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='638' column='1'/>
+        <var-decl name='_py_ps1' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='639' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='250048'>
-        <var-decl name='_py_ps2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='639' column='1'/>
+        <var-decl name='_py_ps2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='640' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='250432'>
-        <var-decl name='_py_query' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='640' column='1'/>
+        <var-decl name='_py_query' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='641' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='250816'>
-        <var-decl name='_py_quotetabs' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='641' column='1'/>
+        <var-decl name='_py_quotetabs' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='642' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='251264'>
-        <var-decl name='_py_raw' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='642' column='1'/>
+        <var-decl name='_py_raw' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='643' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='251648'>
-        <var-decl name='_py_read' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='643' column='1'/>
+        <var-decl name='_py_read' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='644' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='252032'>
-        <var-decl name='_py_read1' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='644' column='1'/>
+        <var-decl name='_py_read1' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='645' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='252416'>
-        <var-decl name='_py_readable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='645' column='1'/>
+        <var-decl name='_py_readable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='646' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='252864'>
-        <var-decl name='_py_readall' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='646' column='1'/>
+        <var-decl name='_py_readall' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='647' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='253248'>
-        <var-decl name='_py_readinto' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='647' column='1'/>
+        <var-decl name='_py_readinto' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='648' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='253696'>
-        <var-decl name='_py_readinto1' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='648' column='1'/>
+        <var-decl name='_py_readinto1' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='649' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='254144'>
-        <var-decl name='_py_readline' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='649' column='1'/>
+        <var-decl name='_py_readline' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='650' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='254592'>
-        <var-decl name='_py_readonly' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='650' column='1'/>
+        <var-decl name='_py_readonly' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='651' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='255040'>
-        <var-decl name='_py_real' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='651' column='1'/>
+        <var-decl name='_py_real' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='652' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='255424'>
-        <var-decl name='_py_reducer_override' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='652' column='1'/>
+        <var-decl name='_py_reducer_override' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='653' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='255936'>
-        <var-decl name='_py_registry' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='653' column='1'/>
+        <var-decl name='_py_registry' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='654' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256384'>
-        <var-decl name='_py_rel_tol' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='654' column='1'/>
+        <var-decl name='_py_rel_tol' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='655' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256768'>
-        <var-decl name='_py_release' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='655' column='1'/>
+        <var-decl name='_py_release' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='656' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='257152'>
-        <var-decl name='_py_reload' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='656' column='1'/>
+        <var-decl name='_py_reload' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='657' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='257536'>
-        <var-decl name='_py_repl' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='657' column='1'/>
+        <var-decl name='_py_repl' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='658' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='257920'>
-        <var-decl name='_py_replace' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='658' column='1'/>
+        <var-decl name='_py_replace' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='659' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='258304'>
-        <var-decl name='_py_reserved' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='659' column='1'/>
+        <var-decl name='_py_reserved' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='660' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='258752'>
-        <var-decl name='_py_reset' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='660' column='1'/>
+        <var-decl name='_py_reset' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='661' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='259136'>
-        <var-decl name='_py_resetids' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='661' column='1'/>
+        <var-decl name='_py_resetids' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='662' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='259584'>
-        <var-decl name='_py_return' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='662' column='1'/>
+        <var-decl name='_py_return' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='663' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='259968'>
-        <var-decl name='_py_reverse' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='663' column='1'/>
+        <var-decl name='_py_reverse' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='664' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='260352'>
-        <var-decl name='_py_reversed' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='664' column='1'/>
+        <var-decl name='_py_reversed' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='665' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='260800'>
-        <var-decl name='_py_salt' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='665' column='1'/>
+        <var-decl name='_py_salt' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='666' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='261184'>
-        <var-decl name='_py_sched_priority' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='666' column='1'/>
+        <var-decl name='_py_sched_priority' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='667' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='261632'>
-        <var-decl name='_py_scheduler' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='667' column='1'/>
+        <var-decl name='_py_scheduler' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='668' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='262080'>
-        <var-decl name='_py_second' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='668' column='1'/>
+        <var-decl name='_py_second' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='669' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='262464'>
-        <var-decl name='_py_security_attributes' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='669' column='1'/>
+        <var-decl name='_py_security_attributes' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='670' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='262976'>
-        <var-decl name='_py_seek' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='670' column='1'/>
+        <var-decl name='_py_seek' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='671' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='263360'>
-        <var-decl name='_py_seekable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='671' column='1'/>
+        <var-decl name='_py_seekable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='672' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='263808'>
-        <var-decl name='_py_selectors' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='672' column='1'/>
+        <var-decl name='_py_selectors' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='673' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='264256'>
-        <var-decl name='_py_self' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='673' column='1'/>
+        <var-decl name='_py_self' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='674' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='264640'>
-        <var-decl name='_py_send' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='674' column='1'/>
+        <var-decl name='_py_send' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='675' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='265024'>
-        <var-decl name='_py_sep' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='675' column='1'/>
+        <var-decl name='_py_sep' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='676' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='265408'>
-        <var-decl name='_py_sequence' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='676' column='1'/>
+        <var-decl name='_py_sequence' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='677' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='265856'>
-        <var-decl name='_py_server_hostname' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='677' column='1'/>
+        <var-decl name='_py_server_hostname' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='678' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='266304'>
-        <var-decl name='_py_server_side' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='678' column='1'/>
+        <var-decl name='_py_server_side' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='679' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='266752'>
-        <var-decl name='_py_session' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='679' column='1'/>
+        <var-decl name='_py_session' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='680' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='267136'>
-        <var-decl name='_py_setcomp' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='680' column='1'/>
+        <var-decl name='_py_setcomp' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='681' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='267520'>
-        <var-decl name='_py_setpgroup' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='681' column='1'/>
+        <var-decl name='_py_setpgroup' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='682' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='267968'>
-        <var-decl name='_py_setsid' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='682' column='1'/>
+        <var-decl name='_py_setsid' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='683' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='268352'>
-        <var-decl name='_py_setsigdef' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='683' column='1'/>
+        <var-decl name='_py_setsigdef' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='684' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='268800'>
-        <var-decl name='_py_setsigmask' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='684' column='1'/>
+        <var-decl name='_py_setsigmask' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='685' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='269248'>
-        <var-decl name='_py_setstate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='685' column='1'/>
+        <var-decl name='_py_setstate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='686' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='269696'>
-        <var-decl name='_py_shape' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='686' column='1'/>
+        <var-decl name='_py_shape' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='687' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='270080'>
-        <var-decl name='_py_show_cmd' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='687' column='1'/>
+        <var-decl name='_py_show_cmd' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='688' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='270528'>
-        <var-decl name='_py_signed' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='688' column='1'/>
+        <var-decl name='_py_signed' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='689' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='270912'>
-        <var-decl name='_py_size' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='689' column='1'/>
+        <var-decl name='_py_size' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='690' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='271296'>
-        <var-decl name='_py_sizehint' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='690' column='1'/>
+        <var-decl name='_py_sizehint' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='691' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='271744'>
-        <var-decl name='_py_skip_file_prefixes' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='691' column='1'/>
+        <var-decl name='_py_skip_file_prefixes' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='692' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='272256'>
-        <var-decl name='_py_sleep' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='692' column='1'/>
+        <var-decl name='_py_sleep' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='693' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='272640'>
-        <var-decl name='_py_sock' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='693' column='1'/>
+        <var-decl name='_py_sock' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='694' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='273024'>
-        <var-decl name='_py_sort' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='694' column='1'/>
+        <var-decl name='_py_sort' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='695' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='273408'>
-        <var-decl name='_py_source' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='695' column='1'/>
+        <var-decl name='_py_source' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='696' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='273792'>
-        <var-decl name='_py_source_traceback' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='696' column='1'/>
+        <var-decl name='_py_source_traceback' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='697' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='274304'>
-        <var-decl name='_py_spam' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='697' column='1'/>
+        <var-decl name='_py_spam' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='698' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='274688'>
-        <var-decl name='_py_src' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='698' column='1'/>
+        <var-decl name='_py_src' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='699' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='275072'>
-        <var-decl name='_py_src_dir_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='699' column='1'/>
+        <var-decl name='_py_src_dir_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='700' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='275520'>
-        <var-decl name='_py_stacklevel' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='700' column='1'/>
+        <var-decl name='_py_stacklevel' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='701' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='275968'>
-        <var-decl name='_py_start' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='701' column='1'/>
+        <var-decl name='_py_start' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='702' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='276352'>
-        <var-decl name='_py_statement' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='702' column='1'/>
+        <var-decl name='_py_statement' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='703' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='276800'>
-        <var-decl name='_py_status' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='703' column='1'/>
+        <var-decl name='_py_status' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='704' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='277184'>
-        <var-decl name='_py_stderr' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='704' column='1'/>
+        <var-decl name='_py_stderr' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='705' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='277568'>
-        <var-decl name='_py_stdin' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='705' column='1'/>
+        <var-decl name='_py_stdin' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='706' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='277952'>
-        <var-decl name='_py_stdout' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='706' column='1'/>
+        <var-decl name='_py_stdout' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='707' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='278336'>
-        <var-decl name='_py_step' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='707' column='1'/>
+        <var-decl name='_py_step' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='708' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='278720'>
-        <var-decl name='_py_steps' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='708' column='1'/>
+        <var-decl name='_py_steps' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='709' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='279104'>
-        <var-decl name='_py_store_name' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='709' column='1'/>
+        <var-decl name='_py_store_name' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='710' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='279552'>
-        <var-decl name='_py_strategy' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='710' column='1'/>
+        <var-decl name='_py_strategy' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='711' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='280000'>
-        <var-decl name='_py_strftime' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='711' column='1'/>
+        <var-decl name='_py_strftime' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='712' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='280448'>
-        <var-decl name='_py_strict' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='712' column='1'/>
+        <var-decl name='_py_strict' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='713' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='280832'>
-        <var-decl name='_py_strict_mode' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='713' column='1'/>
+        <var-decl name='_py_strict_mode' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='714' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='281280'>
-        <var-decl name='_py_string' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='714' column='1'/>
+        <var-decl name='_py_string' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='715' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='281664'>
-        <var-decl name='_py_sub_key' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='715' column='1'/>
+        <var-decl name='_py_sub_key' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='282048'>
-        <var-decl name='_py_symmetric_difference_update' type-id='type-id-1209' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1'/>
+        <var-decl name='_py_symmetric_difference_update' type-id='type-id-1209' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='282624'>
-        <var-decl name='_py_tabsize' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>
+        <var-decl name='_py_tabsize' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='718' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='283008'>
-        <var-decl name='_py_tag' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='718' column='1'/>
+        <var-decl name='_py_tag' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='719' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='283392'>
-        <var-decl name='_py_target' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='719' column='1'/>
+        <var-decl name='_py_target' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='720' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='283776'>
-        <var-decl name='_py_target_is_directory' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='720' column='1'/>
+        <var-decl name='_py_target_is_directory' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='721' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='284288'>
-        <var-decl name='_py_task' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='721' column='1'/>
+        <var-decl name='_py_task' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='722' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='284672'>
-        <var-decl name='_py_tb_frame' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='722' column='1'/>
+        <var-decl name='_py_tb_frame' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='723' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='285120'>
-        <var-decl name='_py_tb_lasti' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='723' column='1'/>
+        <var-decl name='_py_tb_lasti' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='724' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='285568'>
-        <var-decl name='_py_tb_lineno' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='724' column='1'/>
+        <var-decl name='_py_tb_lineno' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='725' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='286016'>
-        <var-decl name='_py_tb_next' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='725' column='1'/>
+        <var-decl name='_py_tb_next' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='726' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='286400'>
-        <var-decl name='_py_tell' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='726' column='1'/>
+        <var-decl name='_py_tell' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='727' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='286784'>
-        <var-decl name='_py_template' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='727' column='1'/>
+        <var-decl name='_py_template' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='728' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='287232'>
-        <var-decl name='_py_term' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='728' column='1'/>
+        <var-decl name='_py_term' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='729' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='287616'>
-        <var-decl name='_py_text' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='729' column='1'/>
+        <var-decl name='_py_text' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='730' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288000'>
-        <var-decl name='_py_threading' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='730' column='1'/>
+        <var-decl name='_py_threading' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='731' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288448'>
-        <var-decl name='_py_throw' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='731' column='1'/>
+        <var-decl name='_py_throw' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='732' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288832'>
-        <var-decl name='_py_timeout' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='732' column='1'/>
+        <var-decl name='_py_timeout' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='733' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='289216'>
-        <var-decl name='_py_times' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='733' column='1'/>
+        <var-decl name='_py_times' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='734' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='289600'>
-        <var-decl name='_py_timetuple' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='734' column='1'/>
+        <var-decl name='_py_timetuple' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='735' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='290048'>
-        <var-decl name='_py_top' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='735' column='1'/>
+        <var-decl name='_py_top' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='736' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='290432'>
-        <var-decl name='_py_trace_callback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='736' column='1'/>
+        <var-decl name='_py_trace_callback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='737' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='290880'>
-        <var-decl name='_py_traceback' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='737' column='1'/>
+        <var-decl name='_py_traceback' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='738' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='291328'>
-        <var-decl name='_py_trailers' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='738' column='1'/>
+        <var-decl name='_py_trailers' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='739' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='291776'>
-        <var-decl name='_py_translate' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='739' column='1'/>
+        <var-decl name='_py_translate' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='740' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='292224'>
-        <var-decl name='_py_true' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='740' column='1'/>
+        <var-decl name='_py_true' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='741' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='292608'>
-        <var-decl name='_py_truncate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='741' column='1'/>
+        <var-decl name='_py_truncate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='742' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='293056'>
-        <var-decl name='_py_twice' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='742' column='1'/>
+        <var-decl name='_py_twice' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='743' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='293440'>
-        <var-decl name='_py_txt' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='743' column='1'/>
+        <var-decl name='_py_txt' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='744' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='293824'>
-        <var-decl name='_py_type' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='744' column='1'/>
+        <var-decl name='_py_type' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='745' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='294208'>
-        <var-decl name='_py_type_params' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='745' column='1'/>
+        <var-decl name='_py_type_params' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='746' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='294656'>
-        <var-decl name='_py_tz' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='746' column='1'/>
+        <var-decl name='_py_tz' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='747' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='295040'>
-        <var-decl name='_py_tzinfo' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='747' column='1'/>
+        <var-decl name='_py_tzinfo' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='748' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='295424'>
-        <var-decl name='_py_tzname' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='748' column='1'/>
+        <var-decl name='_py_tzname' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='749' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='295808'>
-        <var-decl name='_py_uid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='749' column='1'/>
+        <var-decl name='_py_uid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='750' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='296192'>
-        <var-decl name='_py_unlink' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='750' column='1'/>
+        <var-decl name='_py_unlink' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='751' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='296576'>
-        <var-decl name='_py_unraisablehook' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='751' column='1'/>
+        <var-decl name='_py_unraisablehook' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='752' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='297024'>
-        <var-decl name='_py_uri' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='752' column='1'/>
+        <var-decl name='_py_uri' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='753' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='297408'>
-        <var-decl name='_py_usedforsecurity' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='753' column='1'/>
+        <var-decl name='_py_usedforsecurity' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='754' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='297856'>
-        <var-decl name='_py_value' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='754' column='1'/>
+        <var-decl name='_py_value' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='755' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='298240'>
-        <var-decl name='_py_values' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='755' column='1'/>
+        <var-decl name='_py_values' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='756' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='298624'>
-        <var-decl name='_py_version' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='756' column='1'/>
+        <var-decl name='_py_version' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='757' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='299008'>
-        <var-decl name='_py_volume' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='757' column='1'/>
+        <var-decl name='_py_volume' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='758' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='299392'>
-        <var-decl name='_py_wait_all' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='758' column='1'/>
+        <var-decl name='_py_wait_all' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='759' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='299840'>
-        <var-decl name='_py_warn_on_full_buffer' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='759' column='1'/>
+        <var-decl name='_py_warn_on_full_buffer' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='760' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='300352'>
-        <var-decl name='_py_warnings' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='760' column='1'/>
+        <var-decl name='_py_warnings' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='761' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='300800'>
-        <var-decl name='_py_warnoptions' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='761' column='1'/>
+        <var-decl name='_py_warnoptions' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='762' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='301248'>
-        <var-decl name='_py_wbits' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='762' column='1'/>
+        <var-decl name='_py_wbits' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='763' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='301632'>
-        <var-decl name='_py_week' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='763' column='1'/>
+        <var-decl name='_py_week' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='764' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='302016'>
-        <var-decl name='_py_weekday' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='764' column='1'/>
+        <var-decl name='_py_weekday' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='765' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='302400'>
-        <var-decl name='_py_which' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='765' column='1'/>
+        <var-decl name='_py_which' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='766' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='302784'>
-        <var-decl name='_py_who' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='766' column='1'/>
+        <var-decl name='_py_who' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='767' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='303168'>
-        <var-decl name='_py_withdata' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='767' column='1'/>
+        <var-decl name='_py_withdata' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='768' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='303616'>
-        <var-decl name='_py_writable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='768' column='1'/>
+        <var-decl name='_py_writable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='769' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='304064'>
-        <var-decl name='_py_write' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='769' column='1'/>
+        <var-decl name='_py_write' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='770' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='304448'>
-        <var-decl name='_py_write_through' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='770' column='1'/>
+        <var-decl name='_py_write_through' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='771' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='304896'>
-        <var-decl name='_py_year' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='771' column='1'/>
+        <var-decl name='_py_year' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='772' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='305280'>
-        <var-decl name='_py_zdict' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='772' column='1'/>
+        <var-decl name='_py_zdict' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='773' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__84' 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-1193'>
+    <class-decl name='__anonymous_struct__85' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1' id='type-id-1193'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-871' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
+        <var-decl name='_data' type-id='type-id-871' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__85' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1' id='type-id-1194'>
+    <class-decl name='__anonymous_struct__86' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1' id='type-id-1194'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-902' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
+        <var-decl name='_data' type-id='type-id-902' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__88' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1' id='type-id-1195'>
+    <class-decl name='__anonymous_struct__89' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1' id='type-id-1195'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-897' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1'/>
+        <var-decl name='_data' type-id='type-id-897' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__89' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1' id='type-id-1196'>
+    <class-decl name='__anonymous_struct__90' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1' id='type-id-1196'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-869' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>
+        <var-decl name='_data' type-id='type-id-869' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__90' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1' id='type-id-1197'>
+    <class-decl name='__anonymous_struct__91' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1' id='type-id-1197'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-873' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
+        <var-decl name='_data' type-id='type-id-873' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__94' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1' id='type-id-1198'>
+    <class-decl name='__anonymous_struct__95' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1' id='type-id-1198'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-878' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1'/>
+        <var-decl name='_data' type-id='type-id-878' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__121' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1' id='type-id-1199'>
+    <class-decl name='__anonymous_struct__122' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1' id='type-id-1199'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-886' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1'/>
+        <var-decl name='_data' type-id='type-id-886' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__143' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1' id='type-id-1200'>
+    <class-decl name='__anonymous_struct__144' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1' id='type-id-1200'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-872' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1'/>
+        <var-decl name='_data' type-id='type-id-872' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__168' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1' id='type-id-1201'>
+    <class-decl name='__anonymous_struct__169' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1' id='type-id-1201'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-879' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1'/>
+        <var-decl name='_data' type-id='type-id-879' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__211' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1' id='type-id-1202'>
+    <class-decl name='__anonymous_struct__212' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1' id='type-id-1202'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1'/>
+        <var-decl name='_data' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__236' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1' id='type-id-1203'>
+    <class-decl name='__anonymous_struct__237' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1' id='type-id-1203'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
+        <var-decl name='_data' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__244' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1' id='type-id-1204'>
+    <class-decl name='__anonymous_struct__245' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1' id='type-id-1204'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-894' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
+        <var-decl name='_data' type-id='type-id-894' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__247' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1' id='type-id-1205'>
+    <class-decl name='__anonymous_struct__248' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1' id='type-id-1205'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-892' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
+        <var-decl name='_data' type-id='type-id-892' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__275' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1' id='type-id-1206'>
+    <class-decl name='__anonymous_struct__276' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1' id='type-id-1206'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-896' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
+        <var-decl name='_data' type-id='type-id-896' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__292' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1' id='type-id-1207'>
+    <class-decl name='__anonymous_struct__293' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1' id='type-id-1207'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-888' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
+        <var-decl name='_data' type-id='type-id-888' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__338' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1' id='type-id-1208'>
+    <class-decl name='__anonymous_struct__339' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1' id='type-id-1208'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-883' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
+        <var-decl name='_data' type-id='type-id-883' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__742' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1' id='type-id-1209'>
+    <class-decl name='__anonymous_struct__743' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1' id='type-id-1209'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-890' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1'/>
+        <var-decl name='_data' type-id='type-id-890' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__799' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='774' column='1' id='type-id-777'>
+    <class-decl name='__anonymous_struct__800' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='775' column='1' id='type-id-775'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='775' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='776' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='776' column='1'/>
+        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='777' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__800' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='778' column='1' id='type-id-775'>
+    <class-decl name='__anonymous_struct__801' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='779' column='1' id='type-id-777'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_latin1' type-id='type-id-1040' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='779' column='1'/>
+        <var-decl name='_latin1' type-id='type-id-1040' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='780' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='780' column='1'/>
+        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='781' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='PyHamtNode' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1210' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='38' column='1' id='type-id-1211'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='39' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='39' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyHamtNode' type-id='type-id-1211' filepath='./Include/internal/pycore_hamt.h' line='40' column='1' id='type-id-1210'/>
     <class-decl name='PyHamtObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='44' column='1' id='type-id-1212'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='45' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='h_root' type-id='type-id-1213' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='46' column='1'/>
     <typedef-decl name='PyHamtObject' type-id='type-id-1212' filepath='./Include/internal/pycore_hamt.h' line='49' column='1' id='type-id-1179'/>
     <class-decl name='PyHamtNode_Bitmap' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='52' column='1' id='type-id-1214'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='53' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='b_bitmap' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='54' column='1'/>
+        <var-decl name='b_bitmap' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='b_array' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='55' column='1'/>
+        <var-decl name='b_array' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='55' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyHamtNode_Bitmap' type-id='type-id-1214' filepath='./Include/internal/pycore_hamt.h' line='56' column='1' id='type-id-1175'/>
         <var-decl name='key_hash' type-id='type-id-1223' 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-29' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='33' column='1'/>
+        <var-decl name='key' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='value' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='34' column='1'/>
+        <var-decl name='value' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='34' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_hashtable_entry_t' type-id='type-id-1222' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-1221'/>
     <typedef-decl name='_Py_hashtable_t' type-id='type-id-1224' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-539'/>
     <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-1225' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-543'/>
-    <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-84' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-544'/>
+    <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-85' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-544'/>
     <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-510' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-545'/>
     <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-1226' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-1227'/>
     <class-decl name='_Py_hashtable_allocator_t' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-536' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-1228'>
         <var-decl name='find_and_load' type-id='type-id-1236' visibility='default' filepath='./Include/internal/pycore_import.h' line='103' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__801' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='99' column='1' id='type-id-1236'>
+    <class-decl name='__anonymous_struct__802' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='99' column='1' id='type-id-1236'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='import_level' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_import.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='accumulated' type-id='type-id-211' visibility='default' filepath='./Include/internal/pycore_import.h' line='101' column='1'/>
+        <var-decl name='accumulated' type-id='type-id-212' visibility='default' filepath='./Include/internal/pycore_import.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='header' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_import.h' line='102' column='1'/>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_interp.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='requested' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interp.h' line='54' column='1'/>
+        <var-decl name='requested' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='world_stopped' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interp.h' line='55' column='1'/>
+        <var-decl name='world_stopped' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='is_global' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interp.h' line='56' column='1'/>
+        <var-decl name='is_global' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
         <var-decl name='stop_event' type-id='type-id-1239' visibility='default' filepath='./Include/internal/pycore_interp.h' line='58' column='1'/>
         <var-decl name='thread_countdown' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='requester' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_interp.h' line='61' column='1'/>
+        <var-decl name='requester' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='61' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_rare_events' size-in-bits='40' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='74' column='1' id='type-id-1240'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='set_class' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='76' column='1'/>
+        <var-decl name='set_class' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='set_bases' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='78' column='1'/>
+        <var-decl name='set_bases' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='set_eval_frame_func' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='80' column='1'/>
+        <var-decl name='set_eval_frame_func' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='builtin_dict' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='82' column='1'/>
+        <var-decl name='builtin_dict' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='func_modification' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='84' column='1'/>
+        <var-decl name='func_modification' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='84' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_rare_events' type-id='type-id-1240' filepath='./Include/internal/pycore_interp.h' line='85' column='1' id='type-id-1241'/>
         <var-decl name='ceval' type-id='type-id-1118' visibility='default' filepath='./Include/internal/pycore_interp.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58112'>
-        <var-decl name='next' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='101' column='1'/>
+        <var-decl name='next' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_interp.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58176'>
-        <var-decl name='id' type-id='type-id-459' visibility='default' filepath='./Include/internal/pycore_interp.h' line='103' column='1'/>
+        <var-decl name='id' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_interp.h' line='103' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58240'>
-        <var-decl name='id_refcount' type-id='type-id-459' visibility='default' filepath='./Include/internal/pycore_interp.h' line='104' column='1'/>
+        <var-decl name='id_refcount' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_interp.h' line='104' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58304'>
         <var-decl name='requires_idref' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='105' column='1'/>
         <var-decl name='id_mutex' type-id='type-id-1154' visibility='default' filepath='./Include/internal/pycore_interp.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58432'>
-        <var-decl name='_whence' type-id='type-id-181' visibility='default' filepath='./Include/internal/pycore_interp.h' line='116' column='1'/>
+        <var-decl name='_whence' type-id='type-id-182' visibility='default' filepath='./Include/internal/pycore_interp.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58496'>
         <var-decl name='_initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='122' column='1'/>
         <var-decl name='finalizing' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58624'>
-        <var-decl name='last_restart_version' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_interp.h' line='127' column='1'/>
+        <var-decl name='last_restart_version' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_interp.h' line='127' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58688'>
         <var-decl name='threads' type-id='type-id-1243' visibility='default' filepath='./Include/internal/pycore_interp.h' line='141' column='1'/>
         <var-decl name='runtime' type-id='type-id-1244' visibility='default' filepath='./Include/internal/pycore_interp.h' line='146' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59072'>
-        <var-decl name='_finalizing' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_interp.h' line='153' column='1'/>
+        <var-decl name='_finalizing' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59136'>
         <var-decl name='_finalizing_id' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_interp.h' line='155' column='1'/>
         <var-decl name='codecs' type-id='type-id-1125' visibility='default' filepath='./Include/internal/pycore_interp.h' line='187' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='63936'>
-        <var-decl name='config' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_interp.h' line='189' column='1'/>
+        <var-decl name='config' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_interp.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='67520'>
         <var-decl name='feature_flags' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_interp.h' line='190' column='1'/>
         <var-decl name='func_watchers' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_interp.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='68352'>
-        <var-decl name='active_func_watchers' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='201' column='1'/>
+        <var-decl name='active_func_watchers' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='201' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='68416'>
         <var-decl name='co_extra_user_count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='203' column='1'/>
         <var-decl name='code_watchers' type-id='type-id-751' visibility='default' filepath='./Include/internal/pycore_interp.h' line='240' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='87552'>
-        <var-decl name='active_code_watchers' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_interp.h' line='242' column='1'/>
+        <var-decl name='active_code_watchers' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_interp.h' line='242' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='87616'>
         <var-decl name='object_state' type-id='type-id-1248' visibility='default' filepath='./Include/internal/pycore_interp.h' line='244' column='1'/>
         <var-decl name='rare_events' type-id='type-id-1241' visibility='default' filepath='./Include/internal/pycore_interp.h' line='261' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1545024'>
-        <var-decl name='builtins_dict_watcher' type-id='type-id-337' visibility='default' filepath='./Include/internal/pycore_interp.h' line='262' column='1'/>
+        <var-decl name='builtins_dict_watcher' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_interp.h' line='262' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1545088'>
         <var-decl name='monitors' type-id='type-id-912' visibility='default' filepath='./Include/internal/pycore_interp.h' line='264' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1545208'>
-        <var-decl name='sys_profile_initialized' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interp.h' line='265' column='1'/>
+        <var-decl name='sys_profile_initialized' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='265' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1545216'>
-        <var-decl name='sys_trace_initialized' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interp.h' line='266' column='1'/>
+        <var-decl name='sys_trace_initialized' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='266' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1545280'>
         <var-decl name='sys_profiling_threads' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='267' column='1'/>
     </class-decl>
     <class-decl name='pythreads' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='128' column='1' id='type-id-1243'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_unique_id' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_interp.h' line='129' column='1'/>
+        <var-decl name='next_unique_id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_interp.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_interp.h' line='131' column='1'/>
+        <var-decl name='head' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='main' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_interp.h' line='133' column='1'/>
+        <var-decl name='main' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='135' column='1'/>
     </class-decl>
     <class-decl name='PyEvent' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-1239' visibility='default' filepath='./Include/internal/pycore_lock.h' line='73' column='1' id='type-id-1256'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_lock.h' line='74' column='1'/>
+        <var-decl name='v' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_lock.h' line='74' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyEvent' type-id='type-id-1256' filepath='./Include/internal/pycore_lock.h' line='75' column='1' id='type-id-1239'/>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_lock.h' line='156' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='thread' type-id='type-id-375' visibility='default' filepath='./Include/internal/pycore_lock.h' line='157' column='1'/>
+        <var-decl name='thread' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_lock.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='level' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_lock.h' line='158' column='1'/>
     <typedef-decl name='_PyRecursiveMutex' type-id='type-id-1257' filepath='./Include/internal/pycore_lock.h' line='159' column='1' id='type-id-1235'/>
     <class-decl name='_PyRWMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1258' visibility='default' filepath='./Include/internal/pycore_lock.h' line='192' column='1' id='type-id-1259'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='bits' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_lock.h' line='193' column='1'/>
+        <var-decl name='bits' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_lock.h' line='193' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyRWMutex' type-id='type-id-1259' filepath='./Include/internal/pycore_lock.h' line='194' column='1' id='type-id-1258'/>
     </class-decl>
     <class-decl name='_py_object_state' size-in-bits='28352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='21' column='1' id='type-id-1248'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='freelists' type-id='type-id-397' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='23' column='1'/>
+        <var-decl name='freelists' type-id='type-id-398' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28288'>
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='34' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='pymem_uint' type-id='type-id-100' filepath='./Include/internal/pycore_obmalloc.h' line='12' column='1' id='type-id-1262'/>
-    <typedef-decl name='pymem_block' type-id='type-id-303' filepath='./Include/internal/pycore_obmalloc.h' line='251' column='1' id='type-id-1263'/>
+    <typedef-decl name='pymem_uint' type-id='type-id-101' filepath='./Include/internal/pycore_obmalloc.h' line='12' column='1' id='type-id-1262'/>
+    <typedef-decl name='pymem_block' type-id='type-id-304' filepath='./Include/internal/pycore_obmalloc.h' line='251' column='1' id='type-id-1263'/>
     <class-decl name='pool_header' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='254' column='1' id='type-id-1264'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ref' type-id='type-id-1265' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='256' column='1'/>
     <typedef-decl name='poolp' type-id='type-id-1267' filepath='./Include/internal/pycore_obmalloc.h' line='266' column='1' id='type-id-846'/>
     <class-decl name='arena_object' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='269' column='1' id='type-id-1268'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='address' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='275' column='1'/>
+        <var-decl name='address' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='275' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='pool_address' type-id='type-id-1266' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='278' column='1'/>
     <typedef-decl name='_PyBloomFilter' type-id='type-id-1281' filepath='./Include/internal/pycore_optimizer.h' line='27' column='1' id='type-id-1282'/>
     <class-decl name='_PyVMData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-1283' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='29' column='1' id='type-id-1284'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='opcode' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='30' column='1'/>
+        <var-decl name='opcode' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='30' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='oparg' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='31' column='1'/>
+        <var-decl name='oparg' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='valid' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='32' column='1'/>
+        <var-decl name='valid' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='linked' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='33' column='1'/>
+        <var-decl name='linked' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
         <var-decl name='index' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='34' column='1'/>
         <var-decl name='links' type-id='type-id-1280' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='code' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='37' column='1'/>
+        <var-decl name='code' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='37' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyVMData' type-id='type-id-1284' filepath='./Include/internal/pycore_optimizer.h' line='38' column='1' id='type-id-1283'/>
     <class-decl name='_PyUOpInstruction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1285' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='56' column='1' id='type-id-1286'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='opcode' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='57' column='1'/>
+        <var-decl name='opcode' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='14'>
-        <var-decl name='format' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='58' column='1'/>
+        <var-decl name='format' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='oparg' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='59' column='1'/>
+        <var-decl name='oparg' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
         <var-decl name='' type-id='type-id-1287' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='operand' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='70' column='1'/>
+        <var-decl name='operand' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='70' column='1'/>
       </data-member>
     </class-decl>
     <union-decl name='__anonymous_union__3' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='60' column='1' id='type-id-1287'>
       <data-member access='public'>
-        <var-decl name='target' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='61' column='1'/>
+        <var-decl name='target' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='61' column='1'/>
       </data-member>
       <data-member access='public'>
         <var-decl name='' type-id='type-id-1288' visibility='default'/>
         <var-decl name='' type-id='type-id-1289' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='error_target' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='67' column='1'/>
+        <var-decl name='error_target' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='67' column='1'/>
       </data-member>
     </class-decl>
     <union-decl name='__anonymous_union__4' size-in-bits='16' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='63' column='1' id='type-id-1289'>
       <data-member access='public'>
-        <var-decl name='exit_index' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='64' column='1'/>
+        <var-decl name='exit_index' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='64' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='jump_target' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='65' column='1'/>
+        <var-decl name='jump_target' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='65' column='1'/>
       </data-member>
     </union-decl>
     <typedef-decl name='_PyUOpInstruction' type-id='type-id-1286' filepath='./Include/internal/pycore_optimizer.h' line='71' column='1' id='type-id-1285'/>
     <class-decl name='_exit_data' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='97' column='1' id='type-id-1290'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='target' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='98' column='1'/>
+        <var-decl name='target' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='98' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
         <var-decl name='temperature' type-id='type-id-1103' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='99' column='1'/>
     <typedef-decl name='_PyExitData' type-id='type-id-1290' filepath='./Include/internal/pycore_optimizer.h' line='101' column='1' id='type-id-773'/>
     <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='103' column='1' id='type-id-1292'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-318' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='104' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-319' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='104' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='trace' type-id='type-id-1293' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='105' column='1'/>
         <var-decl name='vm_data' type-id='type-id-1283' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='exit_count' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='107' column='1'/>
+        <var-decl name='exit_count' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='800'>
-        <var-decl name='code_size' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='108' column='1'/>
+        <var-decl name='code_size' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='108' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
         <var-decl name='jit_size' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='jit_code' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='110' column='1'/>
+        <var-decl name='jit_code' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='jit_side_entry' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='111' column='1'/>
+        <var-decl name='jit_side_entry' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='111' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
         <var-decl name='exits' type-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='112' column='1'/>
     <typedef-decl name='optimize_func' type-id='type-id-1297' filepath='./Include/internal/pycore_optimizer.h' line='118' column='1' id='type-id-1298'/>
     <class-decl name='_PyOptimizerObject' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='123' column='1' id='type-id-1295'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='124' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='124' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='optimize' type-id='type-id-1298' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='125' column='1'/>
     </class-decl>
     <class-decl name='debug_alloc_api_t' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1305' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='30' column='1' id='type-id-1306'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='api_id' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='32' column='1'/>
+        <var-decl name='api_id' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='alloc' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='33' column='1'/>
+        <var-decl name='alloc' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='33' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='debug_alloc_api_t' type-id='type-id-1306' filepath='./Include/internal/pycore_pymem.h' line='34' column='1' id='type-id-1305'/>
         <var-decl name='is_debug_enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='48' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2240'>
-        <var-decl name='obj_arena' type-id='type-id-502' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='49' column='1'/>
+        <var-decl name='obj_arena' type-id='type-id-503' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='49' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__32' size-in-bits='960' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='38' column='1' id='type-id-1308'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='raw' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='39' column='1'/>
+        <var-decl name='raw' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='mem' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='40' column='1'/>
+        <var-decl name='mem' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='obj' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='41' column='1'/>
+        <var-decl name='obj' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='41' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__33' size-in-bits='1152' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='43' column='1' id='type-id-1309'>
     </class-decl>
     <class-decl name='_qsbr_thread_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='42' column='1' id='type-id-1314'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='seq' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='44' column='1'/>
+        <var-decl name='seq' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='shared' type-id='type-id-1315' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='47' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tstate' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='50' column='1'/>
+        <var-decl name='tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='deferrals' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224'>
-        <var-decl name='allocated' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='56' column='1'/>
+        <var-decl name='allocated' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='freelist_next' type-id='type-id-509' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='57' column='1'/>
     </class-decl>
     <class-decl name='_qsbr_shared' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='67' column='1' id='type-id-1246'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='wr_seq' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='69' column='1'/>
+        <var-decl name='wr_seq' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='rd_seq' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='72' column='1'/>
+        <var-decl name='rd_seq' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='array' type-id='type-id-1317' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='75' column='1'/>
     </class-decl>
     <class-decl name='_getargs_runtime_state' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='28' column='1' id='type-id-1318'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='static_parsers' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='29' column='1'/>
+        <var-decl name='static_parsers' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='29' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_gilstate_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='34' column='1' id='type-id-1319'>
         <var-decl name='check_enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='autoInterpreterState' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='42' column='1'/>
+        <var-decl name='autoInterpreterState' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='42' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_AuditHookEntry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='56' column='1' id='type-id-1320'>
         <var-decl name='next' type-id='type-id-1321' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='hookCFunction' type-id='type-id-238' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='58' column='1'/>
+        <var-decl name='hookCFunction' type-id='type-id-239' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='userData' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='59' column='1'/>
+        <var-decl name='userData' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='59' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_AuditHookEntry' type-id='type-id-1320' filepath='./Include/internal/pycore_runtime.h' line='60' column='1' id='type-id-1322'/>
         <var-decl name='cookie' type-id='type-id-815' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='version' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='64' column='1'/>
+        <var-decl name='version' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free_threaded' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='65' column='1'/>
+        <var-decl name='free_threaded' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='runtime_state' type-id='type-id-1324' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='71' column='1'/>
     </class-decl>
     <class-decl name='_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='67' column='1' id='type-id-1324'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='68' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='finalizing' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='69' column='1'/>
+        <var-decl name='finalizing' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='interpreters_head' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='70' column='1'/>
+        <var-decl name='interpreters_head' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='70' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_interpreter_state' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='74' column='1' id='type-id-1325'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='75' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='75' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='id' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='76' column='1'/>
+        <var-decl name='id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='next' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='77' column='1'/>
+        <var-decl name='next' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='threads_head' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='78' column='1'/>
+        <var-decl name='threads_head' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='gc' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='79' column='1'/>
+        <var-decl name='gc' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='imports_modules' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='80' column='1'/>
+        <var-decl name='imports_modules' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='sysdict' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='81' column='1'/>
+        <var-decl name='sysdict' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='builtins' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='82' column='1'/>
+        <var-decl name='builtins' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='ceval_gil' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='83' column='1'/>
+        <var-decl name='ceval_gil' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='gil_runtime_state' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='84' column='1'/>
+        <var-decl name='gil_runtime_state' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='gil_runtime_state_enabled' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='85' column='1'/>
+        <var-decl name='gil_runtime_state_enabled' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='gil_runtime_state_locked' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='86' column='1'/>
+        <var-decl name='gil_runtime_state_locked' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='gil_runtime_state_holder' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='87' column='1'/>
+        <var-decl name='gil_runtime_state_holder' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='87' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_thread_state' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='91' column='1' id='type-id-1326'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='92' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='prev' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='93' column='1'/>
+        <var-decl name='prev' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='next' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='94' column='1'/>
+        <var-decl name='next' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='94' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='interp' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='95' column='1'/>
+        <var-decl name='interp' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='95' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='current_frame' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='96' column='1'/>
+        <var-decl name='current_frame' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='96' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='thread_id' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='97' column='1'/>
+        <var-decl name='thread_id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='97' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='native_thread_id' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='98' column='1'/>
+        <var-decl name='native_thread_id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='98' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='datastack_chunk' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='99' column='1'/>
+        <var-decl name='datastack_chunk' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='status' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='100' column='1'/>
+        <var-decl name='status' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='100' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_interpreter_frame' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='104' column='1' id='type-id-1327'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='105' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='105' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='106' column='1'/>
+        <var-decl name='previous' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='executable' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='107' column='1'/>
+        <var-decl name='executable' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='instr_ptr' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='108' column='1'/>
+        <var-decl name='instr_ptr' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='108' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='localsplus' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='109' column='1'/>
+        <var-decl name='localsplus' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='owner' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='110' column='1'/>
+        <var-decl name='owner' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='110' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_code_object' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='114' column='1' id='type-id-1328'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='115' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='filename' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='116' column='1'/>
+        <var-decl name='filename' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='name' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='117' column='1'/>
+        <var-decl name='name' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='117' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='qualname' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='118' column='1'/>
+        <var-decl name='qualname' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='linetable' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='119' column='1'/>
+        <var-decl name='linetable' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='firstlineno' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='120' column='1'/>
+        <var-decl name='firstlineno' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='120' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='argcount' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='121' column='1'/>
+        <var-decl name='argcount' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='localsplusnames' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='122' column='1'/>
+        <var-decl name='localsplusnames' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='122' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='localspluskinds' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='123' column='1'/>
+        <var-decl name='localspluskinds' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='co_code_adaptive' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='124' column='1'/>
+        <var-decl name='co_code_adaptive' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='124' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_pyobject' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='128' column='1' id='type-id-1329'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='129' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_type' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='130' column='1'/>
+        <var-decl name='ob_type' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='130' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_type_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='134' column='1' id='type-id-1330'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='135' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='135' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tp_name' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='136' column='1'/>
+        <var-decl name='tp_name' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tp_repr' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='137' column='1'/>
+        <var-decl name='tp_repr' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='137' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='tp_flags' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='138' column='1'/>
+        <var-decl name='tp_flags' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='138' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_tuple_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='142' column='1' id='type-id-1331'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='143' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_item' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='144' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='144' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='145' column='1'/>
+        <var-decl name='ob_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='145' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_list_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='149' column='1' id='type-id-1332'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='150' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_item' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='151' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='151' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1'/>
+        <var-decl name='ob_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_dict_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='156' column='1' id='type-id-1333'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='157' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ma_keys' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='158' column='1'/>
+        <var-decl name='ma_keys' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='158' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ma_values' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='159' column='1'/>
+        <var-decl name='ma_values' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='159' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_float_object' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='163' column='1' id='type-id-1334'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='164' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='164' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_fval' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='165' column='1'/>
+        <var-decl name='ob_fval' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='165' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_long_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='169' column='1' id='type-id-1335'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='170' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lv_tag' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='171' column='1'/>
+        <var-decl name='lv_tag' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='171' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_digit' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='172' column='1'/>
+        <var-decl name='ob_digit' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='172' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_bytes_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='176' column='1' id='type-id-1336'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='177' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='177' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='178' column='1'/>
+        <var-decl name='ob_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='178' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_sval' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='179' column='1'/>
+        <var-decl name='ob_sval' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='179' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_unicode_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='183' column='1' id='type-id-1337'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='184' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='184' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='state' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='185' column='1'/>
+        <var-decl name='state' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='185' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='length' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='186' column='1'/>
+        <var-decl name='length' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='186' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='asciiobject_size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='187' column='1'/>
+        <var-decl name='asciiobject_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='187' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_gc' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='191' column='1' id='type-id-1338'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='192' column='1'/>
+        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='192' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='collecting' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='193' column='1'/>
+        <var-decl name='collecting' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='193' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_DebugOffsets' type-id='type-id-1323' filepath='./Include/internal/pycore_runtime.h' line='195' column='1' id='type-id-1339'/>
     <class-decl name='_reftracer_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='198' column='1' id='type-id-1340'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tracer_func' type-id='type-id-402' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='199' column='1'/>
+        <var-decl name='tracer_func' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tracer_data' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='200' column='1'/>
+        <var-decl name='tracer_data' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='200' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='pyruntimestate' size-in-bits='2266560' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='208' column='1' id='type-id-476'>
+    <class-decl name='pyruntimestate' size-in-bits='2266944' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='208' column='1' id='type-id-477'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='debug_offsets' type-id='type-id-1339' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='221' column='1'/>
       </data-member>
         <var-decl name='initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='239' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4864'>
-        <var-decl name='_finalizing' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='246' column='1'/>
+        <var-decl name='_finalizing' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='246' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4928'>
         <var-decl name='_finalizing_id' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='248' column='1'/>
         <var-decl name='main_thread' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='271' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5312'>
-        <var-decl name='main_tstate' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='272' column='1'/>
+        <var-decl name='main_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='272' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5376'>
         <var-decl name='xi' type-id='type-id-1140' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='280' column='1'/>
         <var-decl name='preconfig' type-id='type-id-954' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='316' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='83200'>
-        <var-decl name='open_code_hook' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='320' column='1'/>
+        <var-decl name='open_code_hook' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='320' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='83264'>
-        <var-decl name='open_code_userdata' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='321' column='1'/>
+        <var-decl name='open_code_userdata' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='321' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='83328'>
         <var-decl name='audit_hooks' type-id='type-id-1345' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='325' column='1'/>
       <data-member access='public' layout-offset-in-bits='110720'>
         <var-decl name='static_objects' type-id='type-id-1172' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='334' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='706816'>
+      <data-member access='public' layout-offset-in-bits='707200'>
         <var-decl name='_main_interpreter' type-id='type-id-1348' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='351' column='1'/>
       </data-member>
     </class-decl>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='251' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='253' column='1'/>
+        <var-decl name='head' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='253' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='main' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='257' column='1'/>
+        <var-decl name='main' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='257' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='next_id' type-id='type-id-459' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='266' column='1'/>
+        <var-decl name='next_id' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='266' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__52' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='322' column='1' id='type-id-1345'>
       </data-member>
     </class-decl>
     <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_tracemalloc.h' line='21' column='1' id='type-id-535'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='TRACEMALLOC_NOT_INITIALIZED' value='0'/>
       <enumerator name='TRACEMALLOC_INITIALIZED' value='1'/>
       <enumerator name='TRACEMALLOC_FINALIZED' value='2'/>
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lineno' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='51' column='1'/>
+        <var-decl name='lineno' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='51' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='tracemalloc_traceback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='57' column='1' id='type-id-1353'>
         <var-decl name='hash' type-id='type-id-1223' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='nframe' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='60' column='1'/>
+        <var-decl name='nframe' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80'>
-        <var-decl name='total_nframe' type-id='type-id-444' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='62' column='1'/>
+        <var-decl name='total_nframe' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
         <var-decl name='frames' type-id='type-id-855' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='63' column='1'/>
     </class-decl>
     <class-decl name='__anonymous_struct__51' size-in-bits='960' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='71' column='1' id='type-id-1354'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='mem' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='72' column='1'/>
+        <var-decl name='mem' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='raw' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='73' column='1'/>
+        <var-decl name='raw' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='obj' type-id='type-id-500' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='74' column='1'/>
+        <var-decl name='obj' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='74' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_PyThreadStateImpl' size-in-bits='2688' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='20' column='1' id='type-id-1356'>
     <typedef-decl name='_PyThreadStateImpl' type-id='type-id-1356' filepath='./Include/internal/pycore_tstate.h' line='40' column='1' id='type-id-1253'/>
     <class-decl name='_types_runtime_state' size-in-bits='26944' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='27' column='1' id='type-id-1347'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_version_tag' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='31' column='1'/>
+        <var-decl name='next_version_tag' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='managed_static' type-id='type-id-1358' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='38' column='1'/>
         <var-decl name='type' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='interp_count' type-id='type-id-459' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='36' column='1'/>
+        <var-decl name='interp_count' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='36' 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='44' column='1' id='type-id-856'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='version' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='45' column='1'/>
+        <var-decl name='version' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='name' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='49' column='1'/>
         <var-decl name='hashtable' type-id='type-id-857' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='56' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='managed_static_type_state' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-399' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='59' column='1' id='type-id-1360'>
+    <class-decl name='managed_static_type_state' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-400' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='59' column='1' id='type-id-1360'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='type' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='60' column='1'/>
       </data-member>
         <var-decl name='tp_weaklist' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='72' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='managed_static_type_state' type-id='type-id-1360' filepath='./Include/internal/pycore_typeobject.h' line='73' column='1' id='type-id-399'/>
+    <typedef-decl name='managed_static_type_state' type-id='type-id-1360' filepath='./Include/internal/pycore_typeobject.h' line='73' column='1' id='type-id-400'/>
     <class-decl name='types_state' size-in-bits='867392' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='75' column='1' id='type-id-1251'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_version_tag' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='79' column='1'/>
+        <var-decl name='next_version_tag' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='type_cache' type-id='type-id-1359' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='81' column='1'/>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='129' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__802' size-in-bits='76864' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='119' column='1' id='type-id-1361'>
+    <class-decl name='__anonymous_struct__803' size-in-bits='76864' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='119' column='1' id='type-id-1361'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='num_initialized' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='120' column='1'/>
       </data-member>
         <var-decl name='initialized' type-id='type-id-845' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='121' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__803' size-in-bits='3968' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='124' column='1' id='type-id-1362'>
+    <class-decl name='__anonymous_struct__804' size-in-bits='3968' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='124' column='1' id='type-id-1362'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='num_initialized' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='125' column='1'/>
       </data-member>
         <var-decl name='initialized' type-id='type-id-843' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='127' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='pytype_slotdef' type-id='type-id-329' filepath='./Include/internal/pycore_typeobject.h' line='149' column='1' id='type-id-1363'/>
+    <typedef-decl name='pytype_slotdef' type-id='type-id-330' filepath='./Include/internal/pycore_typeobject.h' line='149' column='1' id='type-id-1363'/>
     <class-decl name='_PyUnicode_Name_CAPI' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1364' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='16' column='1' id='type-id-1365'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='getname' type-id='type-id-1366' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='21' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='315' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='array' type-id='type-id-236' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='316' column='1'/>
+        <var-decl name='array' type-id='type-id-237' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='316' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_unicode_state' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='319' column='1' id='type-id-1249'>
         <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='filters_version' type-id='type-id-181' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='18' column='1'/>
+        <var-decl name='filters_version' type-id='type-id-182' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='18' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCFunction' type-id='type-id-1372' filepath='./Include/methodobject.h' line='19' column='1' id='type-id-377'/>
+    <typedef-decl name='PyCFunction' type-id='type-id-1372' filepath='./Include/methodobject.h' line='19' column='1' id='type-id-378'/>
     <class-decl name='PyMethodDef' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/methodobject.h' line='59' column='1' id='type-id-1373'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ml_name' type-id='type-id-6' visibility='default' filepath='./Include/methodobject.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ml_meth' type-id='type-id-377' visibility='default' filepath='./Include/methodobject.h' line='61' column='1'/>
+        <var-decl name='ml_meth' type-id='type-id-378' visibility='default' filepath='./Include/methodobject.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ml_flags' type-id='type-id-5' visibility='default' filepath='./Include/methodobject.h' line='62' column='1'/>
         <var-decl name='ob_refcnt_split' type-id='type-id-858' visibility='default' filepath='./Include/object.h' line='178' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='PyVarObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-318' visibility='default' filepath='./Include/object.h' line='224' column='1' id='type-id-1376'>
+    <class-decl name='PyVarObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-319' visibility='default' filepath='./Include/object.h' line='224' column='1' id='type-id-1376'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/object.h' line='225' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/object.h' line='225' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ob_size' type-id='type-id-7' visibility='default' filepath='./Include/object.h' line='226' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyVarObject' type-id='type-id-1376' filepath='./Include/object.h' line='227' column='1' id='type-id-318'/>
+    <typedef-decl name='PyVarObject' type-id='type-id-1376' filepath='./Include/object.h' line='227' column='1' id='type-id-319'/>
     <typedef-decl name='unaryfunc' type-id='type-id-1377' filepath='./Include/object.h' line='461' column='1' id='type-id-970'/>
     <typedef-decl name='binaryfunc' type-id='type-id-1372' filepath='./Include/object.h' line='462' column='1' id='type-id-968'/>
     <typedef-decl name='ternaryfunc' type-id='type-id-1378' filepath='./Include/object.h' line='463' column='1' id='type-id-969'/>
-    <typedef-decl name='inquiry' type-id='type-id-1379' filepath='./Include/object.h' line='464' column='1' id='type-id-311'/>
+    <typedef-decl name='inquiry' type-id='type-id-1379' filepath='./Include/object.h' line='464' column='1' id='type-id-312'/>
     <typedef-decl name='lenfunc' type-id='type-id-1380' filepath='./Include/object.h' line='465' column='1' id='type-id-973'/>
     <typedef-decl name='ssizeargfunc' type-id='type-id-1381' filepath='./Include/object.h' line='466' column='1' id='type-id-974'/>
     <typedef-decl name='ssizeobjargproc' type-id='type-id-1382' filepath='./Include/object.h' line='468' column='1' id='type-id-975'/>
     <typedef-decl name='objobjargproc' type-id='type-id-1383' filepath='./Include/object.h' line='470' column='1' id='type-id-979'/>
     <typedef-decl name='objobjproc' type-id='type-id-1384' filepath='./Include/object.h' line='472' column='1' id='type-id-976'/>
-    <typedef-decl name='visitproc' type-id='type-id-335' filepath='./Include/object.h' line='473' column='1' id='type-id-336'/>
-    <typedef-decl name='traverseproc' type-id='type-id-1385' filepath='./Include/object.h' line='474' column='1' id='type-id-310'/>
-    <typedef-decl name='freefunc' type-id='type-id-510' filepath='./Include/object.h' line='477' column='1' id='type-id-384'/>
-    <typedef-decl name='destructor' type-id='type-id-308' filepath='./Include/object.h' line='478' column='1' id='type-id-988'/>
+    <typedef-decl name='visitproc' type-id='type-id-336' filepath='./Include/object.h' line='473' column='1' id='type-id-337'/>
+    <typedef-decl name='traverseproc' type-id='type-id-1385' filepath='./Include/object.h' line='474' column='1' id='type-id-311'/>
+    <typedef-decl name='freefunc' type-id='type-id-510' filepath='./Include/object.h' line='477' column='1' id='type-id-385'/>
+    <typedef-decl name='destructor' type-id='type-id-309' filepath='./Include/object.h' line='478' column='1' id='type-id-988'/>
     <typedef-decl name='getattrfunc' type-id='type-id-1386' filepath='./Include/object.h' line='479' column='1' id='type-id-989'/>
     <typedef-decl name='getattrofunc' type-id='type-id-1372' filepath='./Include/object.h' line='480' column='1' id='type-id-997'/>
     <typedef-decl name='setattrfunc' type-id='type-id-1387' filepath='./Include/object.h' line='481' column='1' id='type-id-990'/>
     <typedef-decl name='initproc' type-id='type-id-1383' filepath='./Include/object.h' line='490' column='1' id='type-id-1005'/>
     <typedef-decl name='newfunc' type-id='type-id-1390' filepath='./Include/object.h' line='491' column='1' id='type-id-1007'/>
     <typedef-decl name='allocfunc' type-id='type-id-1391' filepath='./Include/object.h' line='492' column='1' id='type-id-1006'/>
-    <typedef-decl name='vectorcallfunc' type-id='type-id-1392' filepath='./Include/object.h' line='495' column='1' id='type-id-307'/>
-    <enum-decl name='PySendResult' naming-typedef-id='type-id-262' filepath='./Include/object.h' line='1141' column='1' id='type-id-1393'>
-      <underlying-type type-id='type-id-31'/>
+    <typedef-decl name='vectorcallfunc' type-id='type-id-1392' filepath='./Include/object.h' line='495' column='1' id='type-id-308'/>
+    <enum-decl name='PySendResult' naming-typedef-id='type-id-263' filepath='./Include/object.h' line='1141' column='1' id='type-id-1393'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PYGEN_RETURN' value='0'/>
       <enumerator name='PYGEN_ERROR' value='-1'/>
       <enumerator name='PYGEN_NEXT' value='1'/>
     </enum-decl>
-    <typedef-decl name='PySendResult' type-id='type-id-1393' filepath='./Include/object.h' line='1145' column='1' id='type-id-262'/>
-    <class-decl name='Py_buffer' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-251' visibility='default' filepath='./Include/pybuffer.h' line='20' column='1' id='type-id-1394'>
+    <typedef-decl name='PySendResult' type-id='type-id-1393' filepath='./Include/object.h' line='1145' column='1' id='type-id-263'/>
+    <class-decl name='Py_buffer' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-252' visibility='default' filepath='./Include/pybuffer.h' line='20' column='1' id='type-id-1394'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='buf' type-id='type-id-29' visibility='default' filepath='./Include/pybuffer.h' line='21' column='1'/>
+        <var-decl name='buf' type-id='type-id-30' visibility='default' filepath='./Include/pybuffer.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='obj' type-id='type-id-4' visibility='default' filepath='./Include/pybuffer.h' line='22' column='1'/>
         <var-decl name='suboffsets' type-id='type-id-8' visibility='default' filepath='./Include/pybuffer.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='internal' type-id='type-id-29' visibility='default' filepath='./Include/pybuffer.h' line='32' column='1'/>
+        <var-decl name='internal' type-id='type-id-30' visibility='default' filepath='./Include/pybuffer.h' line='32' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='Py_buffer' type-id='type-id-1394' filepath='./Include/pybuffer.h' line='33' column='1' id='type-id-251'/>
+    <typedef-decl name='Py_buffer' type-id='type-id-1394' filepath='./Include/pybuffer.h' line='33' column='1' id='type-id-252'/>
     <typedef-decl name='getbufferproc' type-id='type-id-1395' filepath='./Include/pybuffer.h' line='35' column='1' id='type-id-529'/>
     <typedef-decl name='releasebufferproc' type-id='type-id-1396' filepath='./Include/pybuffer.h' line='36' column='1' id='type-id-986'/>
-    <typedef-decl name='Py_ssize_t' type-id='type-id-182' filepath='./Include/pyport.h' line='127' column='1' id='type-id-7'/>
-    <typedef-decl name='Py_hash_t' type-id='type-id-7' filepath='./Include/pyport.h' line='141' column='1' id='type-id-299'/>
+    <typedef-decl name='Py_ssize_t' type-id='type-id-183' filepath='./Include/pyport.h' line='127' column='1' id='type-id-7'/>
+    <typedef-decl name='Py_hash_t' type-id='type-id-7' filepath='./Include/pyport.h' line='141' column='1' id='type-id-300'/>
     <typedef-decl name='Py_uhash_t' type-id='type-id-21' filepath='./Include/pyport.h' line='144' column='1' id='type-id-1223'/>
-    <typedef-decl name='PyThread_type_lock' type-id='type-id-29' filepath='./Include/pythread.h' line='4' column='1' id='type-id-1154'/>
+    <typedef-decl name='PyThread_type_lock' type-id='type-id-30' filepath='./Include/pythread.h' line='4' column='1' id='type-id-1154'/>
     <typedef-decl name='Py_tss_t' type-id='type-id-1033' filepath='./Include/pythread.h' line='90' column='1' id='type-id-1343'/>
     <typedef-decl name='PyMethodDef' type-id='type-id-1373' filepath='./Include/pytypedefs.h' line='14' column='1' id='type-id-1397'/>
     <typedef-decl name='PyGetSetDef' type-id='type-id-1045' filepath='./Include/pytypedefs.h' line='15' column='1' id='type-id-1398'/>
     <typedef-decl name='PyMemberDef' type-id='type-id-1046' filepath='./Include/pytypedefs.h' line='16' column='1' id='type-id-1399'/>
-    <typedef-decl name='PyObject' type-id='type-id-1374' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-355'/>
-    <typedef-decl name='PyLongObject' type-id='type-id-961' filepath='./Include/pytypedefs.h' line='19' column='1' id='type-id-249'/>
-    <typedef-decl name='PyTypeObject' type-id='type-id-987' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-264'/>
+    <typedef-decl name='PyObject' type-id='type-id-1374' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-356'/>
+    <typedef-decl name='PyLongObject' type-id='type-id-961' filepath='./Include/pytypedefs.h' line='19' column='1' id='type-id-250'/>
+    <typedef-decl name='PyTypeObject' type-id='type-id-987' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-265'/>
     <typedef-decl name='PyCodeObject' type-id='type-id-923' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-1400'/>
     <typedef-decl name='PyFrameObject' type-id='type-id-1159' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-1401'/>
     <typedef-decl name='PyThreadState' type-id='type-id-1028' filepath='./Include/pytypedefs.h' line='24' column='1' id='type-id-1357'/>
     <typedef-decl name='PyInterpreterState' type-id='type-id-1242' filepath='./Include/pytypedefs.h' line='25' column='1' id='type-id-1348'/>
     <class-decl name='PySliceObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1402' visibility='default' filepath='./Include/sliceobject.h' line='26' column='1' id='type-id-1403'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/sliceobject.h' line='27' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/sliceobject.h' line='27' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='start' type-id='type-id-4' visibility='default' filepath='./Include/sliceobject.h' line='28' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PySliceObject' type-id='type-id-1403' filepath='./Include/sliceobject.h' line='29' column='1' id='type-id-1402'/>
-    <typedef-decl name='Py_UCS4' type-id='type-id-324' filepath='./Include/unicodeobject.h' line='94' column='1' id='type-id-257'/>
+    <typedef-decl name='Py_UCS4' type-id='type-id-325' filepath='./Include/unicodeobject.h' line='94' column='1' id='type-id-258'/>
     <typedef-decl name='__sighandler_t' type-id='type-id-1404' filepath='/usr/include/signal.h' line='72' column='1' id='type-id-1405'/>
-    <typedef-decl name='uintptr_t' type-id='type-id-2' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-426'/>
+    <typedef-decl name='uintptr_t' type-id='type-id-2' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-427'/>
     <union-decl name='__atomic_wide_counter' size-in-bits='64' naming-typedef-id='type-id-1406' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='25' column='1' id='type-id-1407'>
       <data-member access='public'>
-        <var-decl name='__value64' type-id='type-id-375' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='27' column='1'/>
+        <var-decl name='__value64' type-id='type-id-376' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='27' column='1'/>
       </data-member>
       <data-member access='public'>
         <var-decl name='__value32' type-id='type-id-1408' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='32' column='1'/>
     </union-decl>
     <class-decl name='__anonymous_struct__31' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='28' column='1' id='type-id-1408'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='__low' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='30' column='1'/>
+        <var-decl name='__low' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='30' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='__high' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='31' column='1'/>
+        <var-decl name='__high' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='31' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='__atomic_wide_counter' type-id='type-id-1407' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='33' column='1' id='type-id-1406'/>
       </data-member>
     </union-decl>
     <typedef-decl name='pthread_condattr_t' type-id='type-id-1409' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='45' column='1' id='type-id-1313'/>
-    <typedef-decl name='pthread_key_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='49' column='1' id='type-id-506'/>
+    <typedef-decl name='pthread_key_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='49' column='1' id='type-id-507'/>
     <union-decl name='pthread_mutex_t' size-in-bits='320' naming-typedef-id='type-id-1170' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='67' column='1' id='type-id-1410'>
       <data-member access='public'>
         <var-decl name='__data' type-id='type-id-1411' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='69' column='1'/>
         <var-decl name='__size' type-id='type-id-810' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='70' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__align' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='71' column='1'/>
+        <var-decl name='__align' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='71' column='1'/>
       </data-member>
     </union-decl>
     <typedef-decl name='pthread_mutex_t' type-id='type-id-1410' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='72' column='1' id='type-id-1170'/>
         <var-decl name='__size' type-id='type-id-812' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='78' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__align' type-id='type-id-376' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='79' column='1'/>
+        <var-decl name='__align' type-id='type-id-377' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='79' column='1'/>
       </data-member>
     </union-decl>
     <typedef-decl name='pthread_cond_t' type-id='type-id-1412' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='80' column='1' id='type-id-1169'/>
         <var-decl name='__sigaction_handler' type-id='type-id-1414' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='sa_mask' type-id='type-id-36' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='46' column='1'/>
+        <var-decl name='sa_mask' type-id='type-id-37' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='46' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
         <var-decl name='sa_flags' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
-        <var-decl name='sa_restorer' type-id='type-id-231' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='52' column='1'/>
+        <var-decl name='sa_restorer' type-id='type-id-232' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='52' column='1'/>
       </data-member>
     </class-decl>
     <union-decl name='__anonymous_union__5' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='31' column='1' id='type-id-1414'>
         <var-decl name='sa_sigaction' type-id='type-id-1415' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='36' column='1'/>
       </data-member>
     </union-decl>
-    <typedef-decl name='int8_t' type-id='type-id-1416' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='24' column='1' id='type-id-357'/>
+    <typedef-decl name='int8_t' type-id='type-id-1416' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='24' column='1' id='type-id-358'/>
     <typedef-decl name='int32_t' type-id='type-id-1417' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='26' column='1' id='type-id-1109'/>
-    <typedef-decl name='int64_t' type-id='type-id-1418' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='27' column='1' id='type-id-459'/>
-    <typedef-decl name='uint8_t' type-id='type-id-1419' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='24' column='1' id='type-id-303'/>
-    <typedef-decl name='uint16_t' type-id='type-id-1420' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-444'/>
-    <typedef-decl name='uint32_t' type-id='type-id-1421' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='26' column='1' id='type-id-324'/>
-    <typedef-decl name='uint64_t' type-id='type-id-1422' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-107'/>
+    <typedef-decl name='int64_t' type-id='type-id-1418' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='27' column='1' id='type-id-460'/>
+    <typedef-decl name='uint8_t' type-id='type-id-1419' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='24' column='1' id='type-id-304'/>
+    <typedef-decl name='uint16_t' type-id='type-id-1420' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-445'/>
+    <typedef-decl name='uint32_t' type-id='type-id-1421' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='26' column='1' id='type-id-325'/>
+    <typedef-decl name='uint64_t' type-id='type-id-1422' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-108'/>
     <class-decl name='__pthread_mutex_s' size-in-bits='320' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='22' column='1' id='type-id-1411'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='__lock' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='24' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='__count' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='25' column='1'/>
+        <var-decl name='__count' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='__owner' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='26' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='__nusers' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='28' column='1'/>
+        <var-decl name='__nusers' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='__kind' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='__spins' type-id='type-id-77' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='34' column='1'/>
+        <var-decl name='__spins' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='176'>
-        <var-decl name='__elision' type-id='type-id-77' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='35' column='1'/>
+        <var-decl name='__elision' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='__list' type-id='type-id-1423' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='36' column='1'/>
         <var-decl name='__g_size' type-id='type-id-905' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='__g1_orig_size' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='100' column='1'/>
+        <var-decl name='__g1_orig_size' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288'>
-        <var-decl name='__wrefs' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='101' column='1'/>
+        <var-decl name='__wrefs' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='__g_signals' type-id='type-id-905' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='102' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='__int8_t' type-id='type-id-851' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='37' column='1' id='type-id-1416'/>
-    <typedef-decl name='__uint8_t' type-id='type-id-90' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='38' column='1' id='type-id-1419'/>
+    <typedef-decl name='__uint8_t' type-id='type-id-91' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='38' column='1' id='type-id-1419'/>
     <typedef-decl name='__uint16_t' type-id='type-id-22' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-1420'/>
     <typedef-decl name='__int32_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='41' column='1' id='type-id-1417'/>
-    <typedef-decl name='__uint32_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='42' column='1' id='type-id-1421'/>
-    <typedef-decl name='__int64_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-1418'/>
+    <typedef-decl name='__uint32_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='42' column='1' id='type-id-1421'/>
+    <typedef-decl name='__int64_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-1418'/>
     <typedef-decl name='__uint64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='45' column='1' id='type-id-1422'/>
-    <typedef-decl name='__dev_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-184'/>
-    <typedef-decl name='__uid_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-115'/>
-    <typedef-decl name='__ino64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='149' column='1' id='type-id-89'/>
-    <typedef-decl name='__off_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-1426'/>
-    <typedef-decl name='__off64_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-14'/>
-    <typedef-decl name='__pid_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='154' column='1' id='type-id-117'/>
-    <typedef-decl name='__clock_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='156' column='1' id='type-id-102'/>
-    <typedef-decl name='__ssize_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='194' column='1' id='type-id-183'/>
+    <typedef-decl name='__dev_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-185'/>
+    <typedef-decl name='__uid_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-116'/>
+    <typedef-decl name='__ino64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='149' column='1' id='type-id-90'/>
+    <typedef-decl name='__off_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-1426'/>
+    <typedef-decl name='__off64_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-14'/>
+    <typedef-decl name='__pid_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='154' column='1' id='type-id-118'/>
+    <typedef-decl name='__clock_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='156' column='1' id='type-id-103'/>
+    <typedef-decl name='__ssize_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='194' column='1' id='type-id-184'/>
     <typedef-decl name='__sig_atomic_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='215' column='1' id='type-id-1427'/>
     <typedef-decl name='FILE' type-id='type-id-1428' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-1429'/>
-    <class-decl name='__sigset_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-36' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='5' column='1' id='type-id-1430'>
+    <class-decl name='__sigset_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-37' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='5' column='1' id='type-id-1430'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='__val' type-id='type-id-906' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='7' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__sigset_t' type-id='type-id-1430' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='8' column='1' id='type-id-36'/>
+    <typedef-decl name='__sigset_t' type-id='type-id-1430' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='8' column='1' id='type-id-37'/>
     <union-decl name='sigval' size-in-bits='64' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='24' column='1' id='type-id-1431'>
       <data-member access='public'>
         <var-decl name='sival_int' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='26' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='sival_ptr' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='27' column='1'/>
+        <var-decl name='sival_ptr' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='27' column='1'/>
       </data-member>
     </union-decl>
     <typedef-decl name='__sigval_t' type-id='type-id-1431' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='30' column='1' id='type-id-1432'/>
     </union-decl>
     <class-decl name='__anonymous_struct__44' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='56' column='1' id='type-id-1436'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_pid' type-id='type-id-117' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='58' column='1'/>
+        <var-decl name='si_pid' type-id='type-id-118' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='si_uid' type-id='type-id-115' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='59' column='1'/>
+        <var-decl name='si_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='59' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__45' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='63' column='1' id='type-id-1437'>
     </class-decl>
     <class-decl name='__anonymous_struct__46' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='71' column='1' id='type-id-1438'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_pid' type-id='type-id-117' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='73' column='1'/>
+        <var-decl name='si_pid' type-id='type-id-118' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='si_uid' type-id='type-id-115' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='74' column='1'/>
+        <var-decl name='si_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='si_sigval' type-id='type-id-1432' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='75' column='1'/>
     </class-decl>
     <class-decl name='__anonymous_struct__47' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='79' column='1' id='type-id-1439'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_pid' type-id='type-id-117' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='81' column='1'/>
+        <var-decl name='si_pid' type-id='type-id-118' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='si_uid' type-id='type-id-115' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='82' column='1'/>
+        <var-decl name='si_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='si_status' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='si_utime' type-id='type-id-102' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='84' column='1'/>
+        <var-decl name='si_utime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='si_stime' type-id='type-id-102' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='85' column='1'/>
+        <var-decl name='si_stime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='85' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__48' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='89' column='1' id='type-id-1440'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_addr' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='91' column='1'/>
+        <var-decl name='si_addr' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='si_addr_lsb' type-id='type-id-77' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='93' column='1'/>
+        <var-decl name='si_addr_lsb' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='_bounds' type-id='type-id-1443' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='104' column='1'/>
     </union-decl>
     <class-decl name='__anonymous_struct__49' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='97' column='1' id='type-id-1444'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_lower' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='99' column='1'/>
+        <var-decl name='_lower' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='_upper' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='100' column='1'/>
+        <var-decl name='_upper' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='100' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__50' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='108' column='1' id='type-id-1441'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_band' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='110' column='1'/>
+        <var-decl name='si_band' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='si_fd' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='111' column='1'/>
     </class-decl>
     <class-decl name='__anonymous_struct__51' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='116' column='1' id='type-id-1442'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_call_addr' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='118' column='1'/>
+        <var-decl name='_call_addr' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='_syscall' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='_arch' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='120' column='1'/>
+        <var-decl name='_arch' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='120' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='siginfo_t' type-id='type-id-1434' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='124' column='1' id='type-id-1433'/>
-    <class-decl name='stack_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-44' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='26' column='1' id='type-id-1445'>
+    <class-decl name='stack_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-45' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='26' column='1' id='type-id-1445'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ss_sp' type-id='type-id-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='28' column='1'/>
+        <var-decl name='ss_sp' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='ss_flags' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='29' column='1'/>
         <var-decl name='ss_size' type-id='type-id-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='30' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='stack_t' type-id='type-id-1445' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='31' column='1' id='type-id-44'/>
+    <typedef-decl name='stack_t' type-id='type-id-1445' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='31' column='1' id='type-id-45'/>
     <typedef-decl name='_IO_lock_t' type-id='type-id-3' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='43' column='1' id='type-id-1446'/>
     <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-1428'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_freeres_list' type-id='type-id-1448' 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-29' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='94' column='1'/>
+        <var-decl name='_freeres_buf' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='94' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
         <var-decl name='__pad5' type-id='type-id-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='95' column='1'/>
         <var-decl name='_unused2' type-id='type-id-807' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='ino_t' type-id='type-id-89' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='49' column='1' id='type-id-1304'/>
-    <typedef-decl name='dev_t' type-id='type-id-184' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='59' column='1' id='type-id-1303'/>
-    <typedef-decl name='ssize_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-182'/>
-    <typedef-decl name='wchar_t' type-id='type-id-5' filepath='/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h' line='321' column='1' id='type-id-387'/>
+    <typedef-decl name='ino_t' type-id='type-id-90' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='49' column='1' id='type-id-1304'/>
+    <typedef-decl name='dev_t' type-id='type-id-185' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='59' column='1' id='type-id-1303'/>
+    <typedef-decl name='ssize_t' type-id='type-id-184' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-183'/>
+    <typedef-decl name='wchar_t' type-id='type-id-5' filepath='/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h' line='321' column='1' id='type-id-388'/>
     <enum-decl name='decoding_state' filepath='Parser/lexer/state.h' line='13' column='1' id='type-id-675'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='STATE_INIT' value='0'/>
       <enumerator name='STATE_SEEK_CODING' value='1'/>
       <enumerator name='STATE_NORMAL' value='2'/>
     </enum-decl>
     <enum-decl name='interactive_underflow_t' filepath='Parser/lexer/state.h' line='19' column='1' id='type-id-676'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='IUNDERFLOW_NORMAL' value='0'/>
       <enumerator name='IUNDERFLOW_STOP' value='1'/>
     </enum-decl>
       </data-member>
     </class-decl>
     <enum-decl name='tokenizer_mode_kind_t' filepath='Parser/lexer/state.h' line='34' column='1' id='type-id-1453'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='TOK_REGULAR_MODE' value='0'/>
       <enumerator name='TOK_FSTRING_MODE' value='1'/>
     </enum-decl>
         <var-decl name='curly_bracket_expr_start_depth' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='f_string_quote' type-id='type-id-52' visibility='default' filepath='Parser/lexer/state.h' line='47' column='1'/>
+        <var-decl name='f_string_quote' type-id='type-id-53' visibility='default' filepath='Parser/lexer/state.h' line='47' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='f_string_quote_size' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='48' column='1'/>
         <var-decl name='done' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='fp' type-id='type-id-55' visibility='default' filepath='Parser/lexer/state.h' line='78' column='1'/>
+        <var-decl name='fp' type-id='type-id-56' visibility='default' filepath='Parser/lexer/state.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='tabsize' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='79' column='1'/>
         <var-decl name='type' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='node' type-id='type-id-29' visibility='default' filepath='Parser/pegen.h' line='29' column='1'/>
+        <var-decl name='node' type-id='type-id-30' visibility='default' filepath='Parser/pegen.h' line='29' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='mark' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='30' column='1'/>
         <var-decl name='keywords' type-id='type-id-690' visibility='default' filepath='Parser/pegen.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='soft_keywords' type-id='type-id-246' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>
+        <var-decl name='soft_keywords' type-id='type-id-247' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='n_keyword_lists' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='66' column='1'/>
         <var-decl name='start_rule' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='errcode' type-id='type-id-175' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>
+        <var-decl name='errcode' type-id='type-id-176' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
         <var-decl name='parsing_started' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='69' column='1'/>
     </class-decl>
     <typedef-decl name='Parser' type-id='type-id-687' filepath='Parser/pegen.h' line='81' column='1' id='type-id-686'/>
     <pointer-type-def type-id='type-id-1143' size-in-bits='64' id='type-id-747'/>
-    <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-55'/>
+    <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-56'/>
     <pointer-type-def type-id='type-id-1461' size-in-bits='64' id='type-id-1466'/>
     <pointer-type-def type-id='type-id-1466' size-in-bits='64' id='type-id-690'/>
     <pointer-type-def type-id='type-id-1457' size-in-bits='64' id='type-id-1460'/>
     <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-991'/>
     <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1146'/>
     <pointer-type-def type-id='type-id-984' size-in-bits='64' id='type-id-999'/>
-    <pointer-type-def type-id='type-id-1400' size-in-bits='64' id='type-id-323'/>
+    <pointer-type-def type-id='type-id-1400' size-in-bits='64' id='type-id-324'/>
     <pointer-type-def type-id='type-id-932' size-in-bits='64' id='type-id-1128'/>
-    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-414'/>
-    <pointer-type-def type-id='type-id-936' size-in-bits='64' id='type-id-334'/>
+    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-415'/>
+    <pointer-type-def type-id='type-id-936' size-in-bits='64' id='type-id-335'/>
     <pointer-type-def type-id='type-id-935' size-in-bits='64' id='type-id-938'/>
     <pointer-type-def type-id='type-id-943' size-in-bits='64' id='type-id-1161'/>
-    <pointer-type-def type-id='type-id-1401' size-in-bits='64' id='type-id-350'/>
-    <pointer-type-def type-id='type-id-945' size-in-bits='64' id='type-id-306'/>
+    <pointer-type-def type-id='type-id-1401' size-in-bits='64' id='type-id-351'/>
+    <pointer-type-def type-id='type-id-945' size-in-bits='64' id='type-id-307'/>
     <pointer-type-def type-id='type-id-1164' size-in-bits='64' id='type-id-1167'/>
-    <pointer-type-def type-id='type-id-1398' size-in-bits='64' id='type-id-333'/>
+    <pointer-type-def type-id='type-id-1398' size-in-bits='64' id='type-id-334'/>
     <pointer-type-def type-id='type-id-1210' size-in-bits='64' id='type-id-1213'/>
     <pointer-type-def type-id='type-id-1179' size-in-bits='64' id='type-id-1129'/>
-    <pointer-type-def type-id='type-id-1348' size-in-bits='64' id='type-id-27'/>
-    <pointer-type-def type-id='type-id-956' size-in-bits='64' id='type-id-258'/>
+    <pointer-type-def type-id='type-id-1348' size-in-bits='64' id='type-id-28'/>
+    <pointer-type-def type-id='type-id-956' size-in-bits='64' id='type-id-259'/>
     <pointer-type-def type-id='type-id-977' size-in-bits='64' id='type-id-995'/>
-    <pointer-type-def type-id='type-id-1399' size-in-bits='64' id='type-id-331'/>
-    <pointer-type-def type-id='type-id-1397' size-in-bits='64' id='type-id-332'/>
+    <pointer-type-def type-id='type-id-1399' size-in-bits='64' id='type-id-332'/>
+    <pointer-type-def type-id='type-id-1397' size-in-bits='64' id='type-id-333'/>
     <pointer-type-def type-id='type-id-966' size-in-bits='64' id='type-id-993'/>
-    <pointer-type-def type-id='type-id-355' size-in-bits='64' id='type-id-4'/>
-    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-379'/>
+    <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-4'/>
+    <pointer-type-def type-id='type-id-390' size-in-bits='64' id='type-id-380'/>
     <pointer-type-def type-id='type-id-1467' size-in-bits='64' id='type-id-1377'/>
     <pointer-type-def type-id='type-id-1468' size-in-bits='64' id='type-id-1392'/>
     <pointer-type-def type-id='type-id-1469' size-in-bits='64' id='type-id-1372'/>
     <pointer-type-def type-id='type-id-1478' size-in-bits='64' id='type-id-1391'/>
     <pointer-type-def type-id='type-id-1479' size-in-bits='64' id='type-id-1132'/>
     <qualified-type-def type-id='type-id-4' const='yes' id='type-id-1480'/>
-    <pointer-type-def type-id='type-id-1480' size-in-bits='64' id='type-id-256'/>
-    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-236'/>
+    <pointer-type-def type-id='type-id-1480' size-in-bits='64' id='type-id-257'/>
+    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-237'/>
     <pointer-type-def type-id='type-id-971' size-in-bits='64' id='type-id-994'/>
     <pointer-type-def type-id='type-id-1402' size-in-bits='64' id='type-id-514'/>
-    <pointer-type-def type-id='type-id-1357' size-in-bits='64' id='type-id-26'/>
+    <pointer-type-def type-id='type-id-1357' size-in-bits='64' id='type-id-27'/>
     <pointer-type-def type-id='type-id-1035' size-in-bits='64' id='type-id-763'/>
-    <pointer-type-def type-id='type-id-264' size-in-bits='64' id='type-id-1'/>
-    <pointer-type-def type-id='type-id-257' size-in-bits='64' id='type-id-547'/>
-    <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-261'/>
+    <pointer-type-def type-id='type-id-265' size-in-bits='64' id='type-id-1'/>
+    <pointer-type-def type-id='type-id-258' size-in-bits='64' id='type-id-547'/>
+    <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-262'/>
     <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-8'/>
     <pointer-type-def type-id='type-id-1458' size-in-bits='64' id='type-id-685'/>
     <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-689'/>
     <pointer-type-def type-id='type-id-1446' size-in-bits='64' id='type-id-1449'/>
     <pointer-type-def type-id='type-id-818' size-in-bits='64' id='type-id-1447'/>
     <pointer-type-def type-id='type-id-819' size-in-bits='64' id='type-id-1451'/>
-    <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-270'/>
+    <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-271'/>
     <pointer-type-def type-id='type-id-820' size-in-bits='64' id='type-id-769'/>
     <pointer-type-def type-id='type-id-913' size-in-bits='64' id='type-id-925'/>
     <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-922'/>
     <pointer-type-def type-id='type-id-919' size-in-bits='64' id='type-id-926'/>
     <pointer-type-def type-id='type-id-1131' size-in-bits='64' id='type-id-1481'/>
-    <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-237'/>
+    <pointer-type-def type-id='type-id-357' size-in-bits='64' id='type-id-238'/>
     <pointer-type-def type-id='type-id-917' size-in-bits='64' id='type-id-924'/>
     <pointer-type-def type-id='type-id-1292' size-in-bits='64' id='type-id-771'/>
     <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-1482'/>
-    <pointer-type-def type-id='type-id-361' size-in-bits='64' id='type-id-366'/>
+    <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-367'/>
     <pointer-type-def type-id='type-id-1260' size-in-bits='64' id='type-id-1162'/>
     <pointer-type-def type-id='type-id-1296' size-in-bits='64' id='type-id-1252'/>
     <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1030'/>
     <pointer-type-def type-id='type-id-1218' size-in-bits='64' id='type-id-1230'/>
     <pointer-type-def type-id='type-id-1465' size-in-bits='64' id='type-id-1464'/>
     <pointer-type-def type-id='type-id-1424' size-in-bits='64' id='type-id-1425'/>
-    <pointer-type-def type-id='type-id-821' size-in-bits='64' id='type-id-300'/>
+    <pointer-type-def type-id='type-id-821' size-in-bits='64' id='type-id-301'/>
     <pointer-type-def type-id='type-id-1092' size-in-bits='64' id='type-id-1056'/>
     <pointer-type-def type-id='type-id-1091' size-in-bits='64' id='type-id-1055'/>
     <pointer-type-def type-id='type-id-1090' size-in-bits='64' id='type-id-1054'/>
     <pointer-type-def type-id='type-id-1096' size-in-bits='64' id='type-id-1097'/>
     <pointer-type-def type-id='type-id-1099' size-in-bits='64' id='type-id-1485'/>
     <pointer-type-def type-id='type-id-1485' size-in-bits='64' id='type-id-1102'/>
-    <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-246'/>
+    <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-247'/>
     <pointer-type-def type-id='type-id-824' size-in-bits='64' id='type-id-1117'/>
     <qualified-type-def type-id='type-id-1292' const='yes' id='type-id-1486'/>
     <pointer-type-def type-id='type-id-1486' size-in-bits='64' id='type-id-1291'/>
     <qualified-type-def type-id='type-id-1285' const='yes' id='type-id-1487'/>
     <pointer-type-def type-id='type-id-1487' size-in-bits='64' id='type-id-1293'/>
     <pointer-type-def type-id='type-id-528' size-in-bits='64' id='type-id-965'/>
-    <pointer-type-def type-id='type-id-171' size-in-bits='64' id='type-id-178'/>
+    <pointer-type-def type-id='type-id-172' size-in-bits='64' id='type-id-179'/>
     <pointer-type-def type-id='type-id-1149' size-in-bits='64' id='type-id-1153'/>
     <pointer-type-def type-id='type-id-1488' size-in-bits='64' id='type-id-1379'/>
     <pointer-type-def type-id='type-id-1489' size-in-bits='64' id='type-id-1021'/>
     <pointer-type-def type-id='type-id-1495' size-in-bits='64' id='type-id-1011'/>
     <pointer-type-def type-id='type-id-1496' size-in-bits='64' id='type-id-1382'/>
     <pointer-type-def type-id='type-id-1497' size-in-bits='64' id='type-id-1385'/>
-    <pointer-type-def type-id='type-id-338' size-in-bits='64' id='type-id-335'/>
+    <pointer-type-def type-id='type-id-339' size-in-bits='64' id='type-id-336'/>
     <pointer-type-def type-id='type-id-1498' size-in-bits='64' id='type-id-1135'/>
     <pointer-type-def type-id='type-id-1499' size-in-bits='64' id='type-id-1008'/>
     <pointer-type-def type-id='type-id-1500' size-in-bits='64' id='type-id-1297'/>
     <pointer-type-def type-id='type-id-1505' size-in-bits='64' id='type-id-941'/>
     <pointer-type-def type-id='type-id-1506' size-in-bits='64' id='type-id-949'/>
     <pointer-type-def type-id='type-id-1507' size-in-bits='64' id='type-id-1366'/>
-    <pointer-type-def type-id='type-id-263' size-in-bits='64' id='type-id-247'/>
-    <pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-84'/>
-    <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-175'/>
+    <pointer-type-def type-id='type-id-264' size-in-bits='64' id='type-id-248'/>
+    <pointer-type-def type-id='type-id-189' size-in-bits='64' id='type-id-85'/>
+    <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-176'/>
     <pointer-type-def type-id='type-id-1254' size-in-bits='64' id='type-id-1255'/>
     <pointer-type-def type-id='type-id-1264' size-in-bits='64' id='type-id-1267'/>
     <pointer-type-def type-id='type-id-1313' size-in-bits='64' id='type-id-1312'/>
     <pointer-type-def type-id='type-id-1263' size-in-bits='64' id='type-id-1266'/>
-    <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-1244'/>
+    <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-1244'/>
     <pointer-type-def type-id='type-id-1363' size-in-bits='64' id='type-id-849'/>
-    <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-186'/>
+    <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-187'/>
     <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-688'/>
     <pointer-type-def type-id='type-id-1452' size-in-bits='64' id='type-id-692'/>
     <pointer-type-def type-id='type-id-1353' size-in-bits='64' id='type-id-1355'/>
     <pointer-type-def type-id='type-id-1509' size-in-bits='64' id='type-id-1388'/>
     <pointer-type-def type-id='type-id-1510' size-in-bits='64' id='type-id-1380'/>
     <pointer-type-def type-id='type-id-1511' size-in-bits='64' id='type-id-1225'/>
-    <pointer-type-def type-id='type-id-303' size-in-bits='64' id='type-id-921'/>
-    <pointer-type-def type-id='type-id-233' size-in-bits='64' id='type-id-231'/>
-    <pointer-type-def type-id='type-id-312' size-in-bits='64' id='type-id-308'/>
+    <pointer-type-def type-id='type-id-304' size-in-bits='64' id='type-id-921'/>
+    <pointer-type-def type-id='type-id-234' size-in-bits='64' id='type-id-232'/>
+    <pointer-type-def type-id='type-id-313' size-in-bits='64' id='type-id-309'/>
     <pointer-type-def type-id='type-id-1512' size-in-bits='64' id='type-id-1396'/>
     <pointer-type-def type-id='type-id-1513' size-in-bits='64' id='type-id-1404'/>
     <pointer-type-def type-id='type-id-1514' size-in-bits='64' id='type-id-1415'/>
     <pointer-type-def type-id='type-id-1515' size-in-bits='64' id='type-id-1020'/>
     <pointer-type-def type-id='type-id-1516' size-in-bits='64' id='type-id-1014'/>
     <pointer-type-def type-id='type-id-1517' size-in-bits='64' id='type-id-1114'/>
-    <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-29'/>
+    <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-30'/>
     <pointer-type-def type-id='type-id-1518' size-in-bits='64' id='type-id-1113'/>
     <pointer-type-def type-id='type-id-1519' size-in-bits='64' id='type-id-1229'/>
     <pointer-type-def type-id='type-id-1520' size-in-bits='64' id='type-id-1013'/>
     <pointer-type-def type-id='type-id-1521' size-in-bits='64' id='type-id-1018'/>
     <pointer-type-def type-id='type-id-1522' size-in-bits='64' id='type-id-1019'/>
-    <pointer-type-def type-id='type-id-29' size-in-bits='64' id='type-id-260'/>
+    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-261'/>
     <qualified-type-def type-id='type-id-1350' volatile='yes' id='type-id-1349'/>
-    <pointer-type-def type-id='type-id-387' size-in-bits='64' id='type-id-57'/>
-    <pointer-type-def type-id='type-id-57' size-in-bits='64' id='type-id-239'/>
+    <pointer-type-def type-id='type-id-388' size-in-bits='64' id='type-id-58'/>
+    <pointer-type-def type-id='type-id-58' size-in-bits='64' id='type-id-240'/>
     <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-816'/>
     <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-817'/>
     <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-818'/>
     <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-824'/>
     <function-decl name='PyObject_Vectorcall' mangled-name='PyObject_Vectorcall' filepath='./Include/abstract.h' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Vectorcall'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyBytes_AsStringAndSize' mangled-name='PyBytes_AsStringAndSize' filepath='./Include/bytesobject.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_AsStringAndSize'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-247'/>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyComplex_FromCComplex' mangled-name='PyComplex_FromCComplex' filepath='./Include/cpython/complexobject.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromCComplex'>
-      <parameter type-id='type-id-322'/>
+      <parameter type-id='type-id-323'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyType_Name' mangled-name='_PyType_Name' filepath='./Include/cpython/object.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Name'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyFloat_FromDouble' mangled-name='PyFloat_FromDouble' filepath='./Include/floatobject.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_FromDouble'>
-      <parameter type-id='type-id-171'/>
+      <parameter type-id='type-id-172'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyAST_Constant' filepath='./Include/internal/pycore_ast.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_PyArena_Malloc' mangled-name='_PyArena_Malloc' filepath='./Include/internal/pycore_pyarena.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_Malloc'>
       <parameter type-id='type-id-679'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyArena_AddPyObject' mangled-name='_PyArena_AddPyObject' filepath='./Include/internal/pycore_pyarena.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_AddPyObject'>
       <parameter type-id='type-id-679'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_InternImmortal' mangled-name='_PyUnicode_InternImmortal' filepath='./Include/internal/pycore_unicodeobject.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternImmortal'>
-      <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyLong_FromLong' mangled-name='PyLong_FromLong' filepath='./Include/longobject.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromLong'>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-182'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyLong_FromString' mangled-name='PyLong_FromString' filepath='./Include/longobject.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromString'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-247'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyOS_strtoul' mangled-name='PyOS_strtoul' filepath='./Include/longobject.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtoul'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-247'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-2'/>
     </function-decl>
     <function-decl name='PyOS_strtol' mangled-name='PyOS_strtol' filepath='./Include/longobject.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtol'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-247'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='_Py_Dealloc' mangled-name='_Py_Dealloc' filepath='./Include/object.h' line='780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Dealloc'>
       <parameter type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyMem_Malloc' mangled-name='PyMem_Malloc' filepath='./Include/pymem.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_Malloc'>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyMem_Calloc' mangled-name='PyMem_Calloc' filepath='./Include/pymem.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_Calloc'>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyMem_Realloc' mangled-name='PyMem_Realloc' filepath='./Include/pymem.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_Realloc'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyMem_Free' mangled-name='PyMem_Free' filepath='./Include/pymem.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_Free'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyOS_string_to_double' mangled-name='PyOS_string_to_double' filepath='./Include/pystrtod.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_string_to_double'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-247'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-171'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyUnicode_FromString' mangled-name='PyUnicode_FromString' filepath='./Include/unicodeobject.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromString'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='__errno_location' filepath='/usr/include/errno.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-175'/>
+      <return type-id='type-id-176'/>
     </function-decl>
     <function-decl name='strncpy' filepath='/usr/include/string.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyPegen_raise_error_known_location' filepath='Parser/pegen.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-300'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-301'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_Pypegen_set_syntax_error' filepath='Parser/pegen.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
     </function-decl>
     <function-decl name='_PyPegen_parse' filepath='Parser/pegen.h' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-684'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyTokenizer_FromString' filepath='Parser/tokenizer/tokenizer.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-688'/>
     </function-decl>
     <function-decl name='_PyTokenizer_FromFile' filepath='Parser/tokenizer/tokenizer.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1468'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     <function-type size-in-bits='64' id='type-id-1472'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-4'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1473'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1475'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-4'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1476'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-367'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-type>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1484'>
       <parameter type-id='type-id-546'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-1483'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1488'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1489'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-350'/>
+      <parameter type-id='type-id-351'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     <function-type size-in-bits='64' id='type-id-1492'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1493'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-261'/>
+      <parameter type-id='type-id-262'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1495'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-1009'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1496'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1497'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-336'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-337'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1498'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-1481'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1500'>
       <parameter type-id='type-id-1252'/>
-      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-367'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-1482'/>
       <parameter type-id='type-id-5'/>
     <function-type size-in-bits='64' id='type-id-1501'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1502'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1504'>
       <parameter type-id='type-id-927'/>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1505'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1506'>
       <parameter type-id='type-id-947'/>
-      <parameter type-id='type-id-306'/>
+      <parameter type-id='type-id-307'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1507'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
     <function-type size-in-bits='64' id='type-id-1508'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
-      <return type-id='type-id-262'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-263'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1509'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-299'/>
+      <return type-id='type-id-300'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1510'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-7'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1511'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-1223'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1512'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-261'/>
+      <parameter type-id='type-id-262'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1513'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1514'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-186'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1515'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1516'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1517'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-100'/>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-101'/>
+      <parameter type-id='type-id-324'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1518'>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1519'>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1520'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1521'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1522'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/pegen_errors.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/pegen_errors.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyErr_ProgramDecodedTextObject' mangled-name='_PyErr_ProgramDecodedTextObject' filepath='./Include/internal/pycore_pyerrors.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ProgramDecodedTextObject'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyErr_Fetch' mangled-name='PyErr_Fetch' filepath='./Include/pyerrors.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Fetch'>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyErr_Restore' mangled-name='PyErr_Restore' filepath='./Include/pyerrors.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Restore'>
     </function-decl>
     <function-decl name='PyUnicode_FromFormatV' mangled-name='PyUnicode_FromFormatV' filepath='./Include/unicodeobject.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormatV'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-301'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyPegen_fill_token' filepath='Parser/pegen.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-7'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/string_parser.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-259'/>
+  <abi-instr address-size='64' path='Parser/string_parser.c' comp-dir-path='/src' language='LANG_C11'>
+    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-260'/>
     <function-decl name='PyErr_WarnExplicitObject' mangled-name='PyErr_WarnExplicitObject' filepath='./Include/cpython/warnings.h' line='5' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnExplicitObject'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-259'/>
+      <parameter type-id='type-id-260'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal' filepath='./Include/internal/pycore_unicodeobject.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal'>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-259'/>
+      <parameter type-id='type-id-260'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyErr_BadInternalCall' mangled-name='_PyErr_BadInternalCall' filepath='./Include/pyerrors.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_BadInternalCall'>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/token.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/token.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-528' size-in-bits='4288' id='type-id-1523'>
       <subrange length='67' type-id='type-id-2' id='type-id-1524'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-528' size-in-bits='infinite' id='type-id-1525'>
-      <subrange length='infinite' id='type-id-229'/>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
     <qualified-type-def type-id='type-id-6' const='yes' id='type-id-528'/>
     <var-decl name='_PyParser_TokenNames' type-id='type-id-1525' mangled-name='_PyParser_TokenNames' visibility='default' filepath='./Include/internal/pycore_token.h' line='98' column='1' elf-symbol-id='_PyParser_TokenNames'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/tokenizer/file_tokenizer.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/tokenizer/file_tokenizer.c' comp-dir-path='/src' language='LANG_C11'>
     <pointer-type-def type-id='type-id-1526' size-in-bits='64' id='type-id-1527'/>
-    <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-56'/>
+    <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-57'/>
     <pointer-type-def type-id='type-id-1528' size-in-bits='64' id='type-id-1529'/>
     <function-decl name='PyObject_CallNoArgs' mangled-name='PyObject_CallNoArgs' filepath='./Include/abstract.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallNoArgs'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyOS_Readline' mangled-name='PyOS_Readline' filepath='./Include/cpython/pythonrun.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_Readline'>
-      <parameter type-id='type-id-55'/>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_Py_CheckFunctionResult' mangled-name='_Py_CheckFunctionResult' filepath='./Include/internal/pycore_call.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_CheckFunctionResult'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyObject_MakeTpCall' mangled-name='_PyObject_MakeTpCall' filepath='./Include/internal/pycore_call.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MakeTpCall'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     <function-decl name='_Py_UniversalNewlineFgetsWithSize' mangled-name='_Py_UniversalNewlineFgetsWithSize' filepath='./Include/internal/pycore_fileutils.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_UniversalNewlineFgetsWithSize'>
       <parameter type-id='type-id-17'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-55'/>
-      <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-56'/>
+      <parameter type-id='type-id-4'/>
+      <parameter type-id='type-id-57'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='PyObject_GetAttr' mangled-name='PyObject_GetAttr' filepath='./Include/object.h' line='572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetAttr'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='fclose' filepath='/usr/include/stdio.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fdopen' filepath='/usr/include/stdio.h' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-55'/>
+      <return type-id='type-id-56'/>
     </function-decl>
     <function-decl name='getc' filepath='/usr/include/stdio.h' line='514' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='ungetc' filepath='/usr/include/stdio.h' line='668' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='ftell' filepath='/usr/include/stdio.h' line='718' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
-      <return type-id='type-id-181'/>
+      <parameter type-id='type-id-56'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='fileno' filepath='/usr/include/stdio.h' line='809' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='memcpy' filepath='/usr/include/string.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='strcpy' filepath='/usr/include/string.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_PyLexer_update_fstring_expr' filepath='Parser/tokenizer/../lexer/lexer.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-688'/>
-      <parameter type-id='type-id-52'/>
+      <parameter type-id='type-id-53'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTokenizer_tok_new' filepath='Parser/tokenizer/../lexer/state.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/tokenizer/helpers.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/tokenizer/helpers.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='strcspn' filepath='/usr/include/string.h' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-21'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Parser/tokenizer/readline_tokenizer.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Parser/tokenizer/readline_tokenizer.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyUnicode_Decode' mangled-name='PyUnicode_Decode' filepath='./Include/unicodeobject.h' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Decode'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/Python-ast.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <typedef-decl name='_Py_once_fn_t' type-id='type-id-263' filepath='./Include/internal/pycore_lock.h' line='133' column='1' id='type-id-1530'/>
+  <abi-instr address-size='64' path='Python/Python-ast.c' comp-dir-path='/src' language='LANG_C11'>
+    <typedef-decl name='_Py_once_fn_t' type-id='type-id-264' filepath='./Include/internal/pycore_lock.h' line='133' column='1' id='type-id-1530'/>
     <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1531'/>
     <pointer-type-def type-id='type-id-1530' size-in-bits='64' id='type-id-1532'/>
     <function-decl name='_PyOnceFlag_CallOnceSlow' mangled-name='_PyOnceFlag_CallOnceSlow' filepath='./Include/internal/pycore_lock.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOnceFlag_CallOnceSlow'>
       <parameter type-id='type-id-1531'/>
       <parameter type-id='type-id-1532'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyModule_AddIntConstant' mangled-name='PyModule_AddIntConstant' filepath='./Include/modsupport.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddIntConstant'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-182'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyInit__ast' mangled-name='PyInit__ast' filepath='Python/Python-ast.c' line='17622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__ast'>
+    <function-decl name='PyInit__ast' mangled-name='PyInit__ast' filepath='Python/Python-ast.c' line='17620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__ast'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyErr_SyntaxLocationObject' mangled-name='PyErr_SyntaxLocationObject' filepath='./Include/cpython/pyerrors.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocationObject'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/_warnings.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/_warnings.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyImport_GetModules' filepath='./Include/internal/pycore_import.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyImport_BlessMyLoader' filepath='./Include/internal/pycore_import.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_IsInterpreterFinalizing' mangled-name='_Py_IsInterpreterFinalizing' filepath='./Include/internal/pycore_pylifecycle.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_IsInterpreterFinalizing'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_GetAttr' mangled-name='_PySys_GetAttr' filepath='./Include/internal/pycore_sysmodule.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetAttr'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyModule_AddObjectRef' mangled-name='PyModule_AddObjectRef' filepath='./Include/modsupport.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddObjectRef'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='./Include/pystate.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetFrame'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-350'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-351'/>
     </function-decl>
     <function-decl name='PyErr_ResourceWarning' mangled-name='PyErr_ResourceWarning' filepath='Python/_warnings.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ResourceWarning'>
       <parameter type-id='type-id-4' name='source' filepath='Python/_warnings.c' line='1254' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/assemble.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/assemble.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='243' column='1' id='type-id-1533'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_code.h' line='245' column='1'/>
     <typedef-decl name='_PyInstruction' type-id='type-id-1537' filepath='./Include/internal/pycore_instruction_sequence.h' line='30' column='1' id='type-id-1536'/>
     <class-decl name='instruction_sequence' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='32' column='1' id='type-id-1539'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='33' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='s_instrs' type-id='type-id-1540' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='34' column='1'/>
         <var-decl name='s_next_free_label' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='s_labelmap' type-id='type-id-175' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='43' column='1'/>
+        <var-decl name='s_labelmap' type-id='type-id-176' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='s_labelmap_size' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='44' column='1'/>
     </function-decl>
     <function-decl name='_PyCode_New' filepath='./Include/internal/pycore_code.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1543'/>
-      <return type-id='type-id-323'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='_PyCompile_ConstCacheMergeOne' filepath='./Include/internal/pycore_compile.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInstructionSequence_ApplyLabelMap' filepath='./Include/internal/pycore_instruction_sequence.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_Py_set_localsplus_info' filepath='Python/assemble.c' line='471' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-90'/>
+      <parameter type-id='type-id-91'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/ast_opt.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/ast_opt.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyAST_GetDocString' filepath='./Include/internal/pycore_ast.h' line='921' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-607'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/bltinmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/bltinmodule.c' comp-dir-path='/src' language='LANG_C11'>
     <pointer-type-def type-id='type-id-822' size-in-bits='64' id='type-id-1545'/>
-    <var-decl name='PyFilter_Type' type-id='type-id-264' 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-264' 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-264' mangled-name='PyZip_Type' visibility='default' filepath='./Include/bltinmodule.h' line='9' column='1' elf-symbol-id='PyZip_Type'/>
+    <var-decl name='PyFilter_Type' type-id='type-id-265' 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-265' 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-265' mangled-name='PyZip_Type' visibility='default' filepath='./Include/bltinmodule.h' line='9' column='1' elf-symbol-id='PyZip_Type'/>
     <function-decl name='PyEval_EvalCode' mangled-name='PyEval_EvalCode' filepath='./Include/ceval.h' line='10' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalCode'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyEval_MergeCompilerFlags' mangled-name='PyEval_MergeCompilerFlags' filepath='./Include/cpython/ceval.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_MergeCompilerFlags'>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_StringFlags' mangled-name='PyRun_StringFlags' filepath='./Include/cpython/pythonrun.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_StringFlags'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='Py_CompileStringObject' mangled-name='Py_CompileStringObject' filepath='./Include/cpython/pythonrun.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringObject'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyAST_Compile' mangled-name='_PyAST_Compile' filepath='./Include/internal/pycore_compile.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAST_Compile'>
       <parameter type-id='type-id-574'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1545'/>
-      <return type-id='type-id-323'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='_PyCompile_AstOptimize' filepath='./Include/internal/pycore_compile.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-574'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1545'/>
       <return type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyModule_CreateInitialized' filepath='./Include/internal/pycore_modsupport.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-386'/>
+      <parameter type-id='type-id-387'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyArg_ParseStackAndKeywords' mangled-name='_PyArg_ParseStackAndKeywords' filepath='./Include/internal/pycore_modsupport.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStackAndKeywords'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-270'/>
+      <parameter type-id='type-id-271'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-207'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-208'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyAnextAwaitable_New' filepath='Python/bltinmodule.c' line='1710' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_fstat' mangled-name='_Py_fstat' filepath='./Include/internal/pycore_fileutils.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-58'/>
+      <parameter type-id='type-id-59'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_open' mangled-name='_Py_open' filepath='./Include/internal/pycore_fileutils.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_open'>
     </function-decl>
     <function-decl name='_Py_read' filepath='./Include/internal/pycore_fileutils.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-7'/>
     </function-decl>
     </function-decl>
     <function-decl name='read' filepath='/usr/include/unistd.h' line='371' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='getrandom' filepath='/usr/include/x86_64-linux-gnu/sys/random.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-100'/>
-      <return type-id='type-id-182'/>
+      <parameter type-id='type-id-101'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='_PyOS_URandomNonblock' mangled-name='_PyOS_URandomNonblock' filepath='Python/bootstrap_hash.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_URandomNonblock'>
-      <parameter type-id='type-id-29' name='buffer' filepath='Python/bootstrap_hash.c' line='545' column='1'/>
+      <parameter type-id='type-id-30' name='buffer' filepath='Python/bootstrap_hash.c' line='545' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Python/bootstrap_hash.c' line='545' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/ceval.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/ceval.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-1546' size-in-bits='1664' id='type-id-1547'>
       <subrange length='26' type-id='type-id-2' id='type-id-889'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1546' size-in-bits='infinite' id='type-id-1548'>
-      <subrange length='infinite' id='type-id-229'/>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1549' size-in-bits='256' id='type-id-1550'>
-      <subrange length='4' type-id='type-id-2' id='type-id-227'/>
+      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1549' size-in-bits='infinite' id='type-id-1551'>
-      <subrange length='infinite' id='type-id-229'/>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
     <typedef-decl name='conversion_func' type-id='type-id-1377' filepath='./Include/internal/pycore_ceval.h' line='243' column='1' id='type-id-1552'/>
     <qualified-type-def type-id='type-id-968' const='yes' id='type-id-1546'/>
     <qualified-type-def type-id='type-id-1552' const='yes' id='type-id-1549'/>
     <function-decl name='PyInterpreterState_ThreadHead' mangled-name='PyInterpreterState_ThreadHead' filepath='./Include/cpython/pystate.h' line='265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_ThreadHead'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-26'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyThreadState_Next' mangled-name='PyThreadState_Next' filepath='./Include/cpython/pystate.h' line='266' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Next'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyNumber_PowerNoMod' filepath='./Include/internal/pycore_abstract.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyStack_UnpackDict' filepath='./Include/internal/pycore_call.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
-      <return type-id='type-id-256'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-257'/>
     </function-decl>
     <function-decl name='_PyStack_UnpackDict_FreeNoDecRef' filepath='./Include/internal/pycore_call.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-256'/>
+      <parameter type-id='type-id-257'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_SetProfile' mangled-name='_PyEval_SetProfile' filepath='./Include/internal/pycore_ceval.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetProfile'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-1022'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_SetTrace' filepath='./Include/internal/pycore_ceval.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-1022'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_HandlePending' mangled-name='_Py_HandlePending' filepath='./Include/internal/pycore_ceval.h' line='239' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HandlePending'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_PyEval_BinaryOps' type-id='type-id-1548' mangled-name='_PyEval_BinaryOps' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='245' column='1' elf-symbol-id='_PyEval_BinaryOps'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_CompareOp' filepath='./Include/internal/pycore_code.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Instrument' filepath='./Include/internal/pycore_code.h' line='587' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-324'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_SendEvent' filepath='./Include/internal/pycore_dict.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-939'/>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFrame_GetLocals' filepath='./Include/internal/pycore_frame.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyThreadState_PushFrame' filepath='./Include/internal/pycore_frame.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-365'/>
+      <return type-id='type-id-366'/>
     </function-decl>
     <function-decl name='_PyThreadState_PopFrame' mangled-name='_PyThreadState_PopFrame' filepath='./Include/internal/pycore_frame.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_PopFrame'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_IsDefaultImportFunc' filepath='./Include/internal/pycore_import.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation' filepath='./Include/internal/pycore_instruments.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_line' filepath='./Include/internal/pycore_instruments.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-1160'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_instruction' filepath='./Include/internal/pycore_instruments.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_jump' filepath='./Include/internal/pycore_instruments.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-1160'/>
       <return type-id='type-id-1160'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_arg' filepath='./Include/internal/pycore_instruments.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_2args' filepath='./Include/internal/pycore_instruments.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_exc2' filepath='./Include/internal/pycore_instruments.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-1160'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyErr_GetTopmostException' filepath='./Include/internal/pycore_pyerrors.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-237'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-238'/>
     </function-decl>
     <function-decl name='_PyErr_SetImportErrorWithNameFrom' filepath='./Include/internal/pycore_pyerrors.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyErr_SetObject' filepath='./Include/internal/pycore_pyerrors.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PySys_Audit' filepath='./Include/internal/pycore_sysmodule.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyTraceBack_Here' mangled-name='PyTraceBack_Here' filepath='./Include/traceback.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceBack_Here'>
-      <parameter type-id='type-id-350'/>
+      <parameter type-id='type-id-351'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_GetRecursionLimit' mangled-name='Py_GetRecursionLimit' filepath='Python/ceval.c' line='257' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetRecursionLimit'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_MatchKeys' mangled-name='_PyEval_MatchKeys' filepath='Python/ceval.c' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchKeys'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='350' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='350' column='1'/>
       <parameter type-id='type-id-4' name='map' filepath='Python/ceval.c' line='350' column='1'/>
       <parameter type-id='type-id-4' name='keys' filepath='Python/ceval.c' line='350' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyEval_MatchClass' mangled-name='_PyEval_MatchClass' filepath='Python/ceval.c' line='454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchClass'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='454' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='454' column='1'/>
       <parameter type-id='type-id-4' name='subject' filepath='Python/ceval.c' line='454' column='1'/>
       <parameter type-id='type-id-4' name='type' filepath='Python/ceval.c' line='454' column='1'/>
       <parameter type-id='type-id-7' name='nargs' filepath='Python/ceval.c' line='455' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>
-      <parameter type-id='type-id-350' name='f' filepath='Python/ceval.c' line='605' column='1'/>
+      <parameter type-id='type-id-351' name='f' filepath='Python/ceval.c' line='605' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>
-      <parameter type-id='type-id-350' name='f' filepath='Python/ceval.c' line='613' column='1'/>
+      <parameter type-id='type-id-351' name='f' filepath='Python/ceval.c' line='613' column='1'/>
       <parameter type-id='type-id-5' name='throwflag' filepath='Python/ceval.c' line='613' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyEval_FrameClearAndPop' mangled-name='_PyEval_FrameClearAndPop' filepath='Python/ceval.c' line='1692' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FrameClearAndPop'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='1692' column='1'/>
-      <parameter type-id='type-id-365' name='frame' filepath='Python/ceval.c' line='1692' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='1692' column='1'/>
+      <parameter type-id='type-id-366' name='frame' filepath='Python/ceval.c' line='1692' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEvalFramePushAndInit' mangled-name='_PyEvalFramePushAndInit' filepath='Python/ceval.c' line='1704' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvalFramePushAndInit'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='1704' column='1'/>
-      <parameter type-id='type-id-306' name='func' filepath='Python/ceval.c' line='1704' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='1704' column='1'/>
+      <parameter type-id='type-id-307' name='func' filepath='Python/ceval.c' line='1704' column='1'/>
       <parameter type-id='type-id-4' name='locals' filepath='Python/ceval.c' line='1705' column='1'/>
-      <parameter type-id='type-id-256' name='args' filepath='Python/ceval.c' line='1705' column='1'/>
+      <parameter type-id='type-id-257' name='args' filepath='Python/ceval.c' line='1705' column='1'/>
       <parameter type-id='type-id-21' name='argcount' filepath='Python/ceval.c' line='1706' column='1'/>
       <parameter type-id='type-id-4' name='kwnames' filepath='Python/ceval.c' line='1706' column='1'/>
-      <return type-id='type-id-365'/>
+      <return type-id='type-id-366'/>
     </function-decl>
     <function-decl name='_PyEval_ExceptionGroupMatch' mangled-name='_PyEval_ExceptionGroupMatch' filepath='Python/ceval.c' line='1989' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_ExceptionGroupMatch'>
       <parameter type-id='type-id-4' name='exc_value' filepath='Python/ceval.c' line='1989' column='1'/>
       <parameter type-id='type-id-4' name='match_type' filepath='Python/ceval.c' line='1989' column='1'/>
-      <parameter type-id='type-id-236' name='match' filepath='Python/ceval.c' line='1990' column='1'/>
-      <parameter type-id='type-id-236' name='rest' filepath='Python/ceval.c' line='1990' column='1'/>
+      <parameter type-id='type-id-237' name='match' filepath='Python/ceval.c' line='1990' column='1'/>
+      <parameter type-id='type-id-237' name='rest' filepath='Python/ceval.c' line='1990' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_UnpackIterable' mangled-name='_PyEval_UnpackIterable' filepath='Python/ceval.c' line='2052' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_UnpackIterable'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2052' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2052' column='1'/>
       <parameter type-id='type-id-4' name='v' filepath='Python/ceval.c' line='2052' column='1'/>
       <parameter type-id='type-id-5' name='argcnt' filepath='Python/ceval.c' line='2053' column='1'/>
       <parameter type-id='type-id-5' name='argcntafter' filepath='Python/ceval.c' line='2053' column='1'/>
-      <parameter type-id='type-id-236' name='sp' filepath='Python/ceval.c' line='2053' column='1'/>
+      <parameter type-id='type-id-237' name='sp' filepath='Python/ceval.c' line='2053' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_MonitorRaise' mangled-name='_PyEval_MonitorRaise' filepath='Python/ceval.c' line='2185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MonitorRaise'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2185' column='1'/>
-      <parameter type-id='type-id-365' name='frame' filepath='Python/ceval.c' line='2185' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2185' column='1'/>
+      <parameter type-id='type-id-366' name='frame' filepath='Python/ceval.c' line='2185' column='1'/>
       <parameter type-id='type-id-1160' name='instr' filepath='Python/ceval.c' line='2186' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_EnterTracing' mangled-name='PyThreadState_EnterTracing' filepath='Python/ceval.c' line='2256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_EnterTracing'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2256' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2256' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_LeaveTracing' mangled-name='PyThreadState_LeaveTracing' filepath='Python/ceval.c' line='2263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_LeaveTracing'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2263' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2263' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='2287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfile'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyEval_GetFrame' mangled-name='PyEval_GetFrame' filepath='Python/ceval.c' line='2416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>
-      <return type-id='type-id-350'/>
+      <return type-id='type-id-351'/>
     </function-decl>
     <function-decl name='PyEval_GetLocals' mangled-name='PyEval_GetLocals' filepath='Python/ceval.c' line='2464' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetLocals'>
       <return type-id='type-id-4'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_CheckExceptTypeValid' mangled-name='_PyEval_CheckExceptTypeValid' filepath='Python/ceval.c' line='2803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptTypeValid'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2803' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2803' column='1'/>
       <parameter type-id='type-id-4' name='right' filepath='Python/ceval.c' line='2803' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_CheckExceptStarTypeValid' mangled-name='_PyEval_CheckExceptStarTypeValid' filepath='Python/ceval.c' line='2828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptStarTypeValid'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2828' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2828' column='1'/>
       <parameter type-id='type-id-4' name='right' filepath='Python/ceval.c' line='2828' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_FormatKwargsError' mangled-name='_PyEval_FormatKwargsError' filepath='Python/ceval.c' line='2885' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatKwargsError'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2885' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2885' column='1'/>
       <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='2885' column='1'/>
       <parameter type-id='type-id-4' name='kwargs' filepath='Python/ceval.c' line='2885' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FormatExcCheckArg' mangled-name='_PyEval_FormatExcCheckArg' filepath='Python/ceval.c' line='2927' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcCheckArg'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2927' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2927' column='1'/>
       <parameter type-id='type-id-4' name='exc' filepath='Python/ceval.c' line='2927' column='1'/>
       <parameter type-id='type-id-6' name='format_str' filepath='Python/ceval.c' line='2928' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Python/ceval.c' line='2928' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FormatExcUnbound' mangled-name='_PyEval_FormatExcUnbound' filepath='Python/ceval.c' line='2956' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcUnbound'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2956' column='1'/>
-      <parameter type-id='type-id-323' name='co' filepath='Python/ceval.c' line='2956' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2956' column='1'/>
+      <parameter type-id='type-id-324' name='co' filepath='Python/ceval.c' line='2956' column='1'/>
       <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='2956' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FormatAwaitableError' mangled-name='_PyEval_FormatAwaitableError' filepath='Python/ceval.c' line='2973' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatAwaitableError'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval.c' line='2973' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2973' column='1'/>
       <parameter type-id='type-id-1' name='type' filepath='Python/ceval.c' line='2973' column='1'/>
       <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='2973' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnstable_Eval_RequestCodeExtraIndex' mangled-name='PyUnstable_Eval_RequestCodeExtraIndex' filepath='Python/ceval.c' line='2993' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Eval_RequestCodeExtraIndex'>
-      <parameter type-id='type-id-384' name='free' filepath='Python/ceval.c' line='2993' column='1'/>
+      <parameter type-id='type-id-385' name='free' filepath='Python/ceval.c' line='2993' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='Py_EnterRecursiveCall' mangled-name='Py_EnterRecursiveCall' filepath='Python/ceval.c' line='3009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EnterRecursiveCall'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/ceval_gil.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/ceval_gil.c' comp-dir-path='/src' language='LANG_C11'>
     <union-decl name='pthread_mutexattr_t' size-in-bits='32' naming-typedef-id='type-id-1553' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='32' column='1' id='type-id-1554'>
       <data-member access='public'>
         <var-decl name='__size' type-id='type-id-814' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='34' column='1'/>
     <typedef-decl name='pthread_mutexattr_t' type-id='type-id-1554' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='36' column='1' id='type-id-1553'/>
     <qualified-type-def type-id='type-id-1553' const='yes' id='type-id-1555'/>
     <pointer-type-def type-id='type-id-1555' size-in-bits='64' id='type-id-1556'/>
-    <qualified-type-def type-id='type-id-106' const='yes' id='type-id-1557'/>
-    <pointer-type-def type-id='type-id-1557' size-in-bits='64' id='type-id-174'/>
-    <qualified-type-def type-id='type-id-174' restrict='yes' id='type-id-205'/>
+    <qualified-type-def type-id='type-id-107' const='yes' id='type-id-1557'/>
+    <pointer-type-def type-id='type-id-1557' size-in-bits='64' id='type-id-175'/>
+    <qualified-type-def type-id='type-id-175' restrict='yes' id='type-id-206'/>
     <pointer-type-def type-id='type-id-1169' size-in-bits='64' id='type-id-1558'/>
     <qualified-type-def type-id='type-id-1558' restrict='yes' id='type-id-1559'/>
     <pointer-type-def type-id='type-id-1170' size-in-bits='64' id='type-id-1560'/>
     <qualified-type-def type-id='type-id-1560' restrict='yes' id='type-id-1561'/>
     <function-decl name='_Py_RunGC' filepath='./Include/internal/pycore_gc.h' line='355' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_SetNone' filepath='./Include/internal/pycore_pyerrors.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_CheckSignalsTstate' filepath='./Include/internal/pycore_pyerrors.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_Print' filepath='./Include/internal/pycore_pylifecycle.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_MustExit' filepath='./Include/internal/pycore_pystate.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThreadState_Attach' filepath='./Include/internal/pycore_pystate.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_Detach' filepath='./Include/internal/pycore_pystate.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_Suspend' filepath='./Include/internal/pycore_pystate.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThread_init_thread' mangled-name='PyThread_init_thread' filepath='./Include/pythread.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_init_thread'>
     <function-decl name='pthread_cond_timedwait' filepath='/usr/include/pthread.h' line='1145' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1559'/>
       <parameter type-id='type-id-1561'/>
-      <parameter type-id='type-id-205'/>
+      <parameter type-id='type-id-206'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyEval_ThreadsInitialized' mangled-name='PyEval_ThreadsInitialized' filepath='Python/ceval_gil.c' line='450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ThreadsInitialized'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyEval_AcquireThread' mangled-name='PyEval_AcquireThread' filepath='Python/ceval_gil.c' line='599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_AcquireThread'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval_gil.c' line='599' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval_gil.c' line='599' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyEval_ReleaseThread' mangled-name='PyEval_ReleaseThread' filepath='Python/ceval_gil.c' line='606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ReleaseThread'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval_gil.c' line='606' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval_gil.c' line='606' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_AddPendingCall' mangled-name='Py_AddPendingCall' filepath='Python/ceval_gil.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AddPendingCall'>
       <parameter type-id='type-id-1107' name='func' filepath='Python/ceval_gil.c' line='804' column='1'/>
-      <parameter type-id='type-id-29' name='arg' filepath='Python/ceval_gil.c' line='804' column='1'/>
+      <parameter type-id='type-id-30' name='arg' filepath='Python/ceval_gil.c' line='804' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_MakePendingCalls' mangled-name='_PyEval_MakePendingCalls' filepath='Python/ceval_gil.c' line='1037' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MakePendingCalls'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/ceval_gil.c' line='1037' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval_gil.c' line='1037' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_MakePendingCalls' mangled-name='Py_MakePendingCalls' filepath='Python/ceval_gil.c' line='1062' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_MakePendingCalls'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThread_cond_after' filepath='Python/condvar.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-376'/>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-377'/>
+      <parameter type-id='type-id-177'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/codecs.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/codecs.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='Py_hexdigits' type-id='type-id-6' mangled-name='Py_hexdigits' visibility='default' filepath='./Include/codecs.h' line='170' column='1' elf-symbol-id='Py_hexdigits'/>
     <function-decl name='PyStatus_Ok' mangled-name='PyStatus_Ok' filepath='./Include/cpython/initconfig.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Ok'>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyStatus_Error' mangled-name='PyStatus_Error' filepath='./Include/cpython/initconfig.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Error'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyStatus_NoMemory' mangled-name='PyStatus_NoMemory' filepath='./Include/cpython/initconfig.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_NoMemory'>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyUnicode_GetNameCAPI' filepath='./Include/internal/pycore_ucnhash.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-1371'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/compile.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/compile.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-1562' size-in-bits='256' id='type-id-1563'>
       <subrange length='8' type-id='type-id-2' id='type-id-517'/>
     </array-type-def>
       <subrange length='268' type-id='type-id-2' id='type-id-1566'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1567' size-in-bits='73728' id='type-id-1568'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1569' size-in-bits='8576' id='type-id-1570'>
       <subrange length='268' type-id='type-id-2' id='type-id-1566'/>
     <array-type-def dimensions='1' type-id='type-id-1571' size-in-bits='288' id='type-id-1572'>
       <subrange length='12' type-id='type-id-2' id='type-id-864'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-321' size-in-bits='2048' id='type-id-1573'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+    <array-type-def dimensions='1' type-id='type-id-322' size-in-bits='2048' id='type-id-1573'>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
     <class-decl name='_PyCompile_CodeUnitMetadata' size-in-bits='768' is-struct='yes' naming-typedef-id='type-id-1574' visibility='default' filepath='./Include/internal/pycore_compile.h' line='42' column='1' id='type-id-1575'>
       <data-member access='public' layout-offset-in-bits='0'>
     <typedef-decl name='_PyJumpTargetLabel' type-id='type-id-1577' filepath='./Include/internal/pycore_instruction_sequence.h' line='52' column='1' id='type-id-1576'/>
     <class-decl name='opcode_metadata' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='958' column='1' id='type-id-1578'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='valid_entry' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='959' column='1'/>
+        <var-decl name='valid_entry' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='959' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='instr_format' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='960' column='1'/>
+        <var-decl name='instr_format' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='960' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
         <var-decl name='flags' type-id='type-id-1579' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='961' column='1'/>
         <var-decl name='uop' type-id='type-id-1579' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='size' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>
+        <var-decl name='size' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='offset' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>
+        <var-decl name='offset' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='pseudo_targets' size-in-bits='24' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1886' column='1' id='type-id-1581'>
       </data-member>
     </class-decl>
     <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-1582'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='FunctionBlock' value='0'/>
       <enumerator name='ClassBlock' value='1'/>
       <enumerator name='ModuleBlock' value='2'/>
     </enum-decl>
     <typedef-decl name='_Py_block_ty' type-id='type-id-1582' filepath='./Include/internal/pycore_symtable.h' line='35' column='1' id='type-id-1583'/>
     <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='37' column='1' id='type-id-1584'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='NoComprehension' value='0'/>
       <enumerator name='ListComprehension' value='1'/>
       <enumerator name='DictComprehension' value='2'/>
     </class-decl>
     <class-decl name='_symtable_entry' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='88' column='1' id='type-id-1591'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='89' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='89' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ste_id' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='90' column='1'/>
         <var-decl name='ste_nested' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='736'>
-        <var-decl name='ste_free' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='108' column='1'/>
+        <var-decl name='ste_free' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='108' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='737'>
-        <var-decl name='ste_child_free' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='109' column='1'/>
+        <var-decl name='ste_child_free' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='738'>
-        <var-decl name='ste_generator' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='111' column='1'/>
+        <var-decl name='ste_generator' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='111' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='739'>
-        <var-decl name='ste_coroutine' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='112' column='1'/>
+        <var-decl name='ste_coroutine' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='ste_comprehension' type-id='type-id-1585' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='800'>
-        <var-decl name='ste_varargs' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='114' column='1'/>
+        <var-decl name='ste_varargs' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='801'>
-        <var-decl name='ste_varkeywords' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='115' column='1'/>
+        <var-decl name='ste_varkeywords' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='802'>
-        <var-decl name='ste_returns_value' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='116' column='1'/>
+        <var-decl name='ste_returns_value' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='803'>
-        <var-decl name='ste_needs_class_closure' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='118' column='1'/>
+        <var-decl name='ste_needs_class_closure' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='804'>
-        <var-decl name='ste_needs_classdict' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='121' column='1'/>
+        <var-decl name='ste_needs_classdict' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='805'>
-        <var-decl name='ste_comp_inlined' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='123' column='1'/>
+        <var-decl name='ste_comp_inlined' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='806'>
-        <var-decl name='ste_comp_iter_target' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='124' column='1'/>
+        <var-decl name='ste_comp_iter_target' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='124' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='807'>
-        <var-decl name='ste_can_see_class_scope' type-id='type-id-100' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='125' column='1'/>
+        <var-decl name='ste_can_see_class_scope' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
         <var-decl name='ste_comp_iter_expr' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='127' column='1'/>
         <var-decl name='ste_opt_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='ste_table' type-id='type-id-208' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='134' column='1'/>
+        <var-decl name='ste_table' type-id='type-id-209' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='134' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PySTEntryObject' type-id='type-id-1591' filepath='./Include/internal/pycore_symtable.h' line='135' column='1' id='type-id-1592'/>
     <typedef-decl name='int16_t' type-id='type-id-1593' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='25' column='1' id='type-id-1579'/>
-    <typedef-decl name='__int16_t' type-id='type-id-77' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='39' column='1' id='type-id-1593'/>
+    <typedef-decl name='__int16_t' type-id='type-id-78' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='39' column='1' id='type-id-1593'/>
     <typedef-decl name='cfg_builder' type-id='type-id-1564' filepath='Python/compile.c' line='75' column='1' id='type-id-1594'/>
     <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1595'/>
     <pointer-type-def type-id='type-id-1564' size-in-bits='64' id='type-id-1596'/>
     <qualified-type-def type-id='type-id-1580' const='yes' id='type-id-1567'/>
     <qualified-type-def type-id='type-id-1578' const='yes' id='type-id-1569'/>
     <qualified-type-def type-id='type-id-1581' const='yes' id='type-id-1571'/>
-    <pointer-type-def type-id='type-id-1588' size-in-bits='64' id='type-id-208'/>
+    <pointer-type-def type-id='type-id-1588' size-in-bits='64' id='type-id-209'/>
     <class-decl name='_PyCfgBuilder' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1564'/>
     <function-decl name='PyErr_ProgramTextObject' mangled-name='PyErr_ProgramTextObject' filepath='./Include/cpython/pyerrors.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramTextObject'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyCode_GetFreevars' filepath='./Include/internal/pycore_code.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyAST_Optimize' filepath='./Include/internal/pycore_compile.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1596'/>
       <parameter type-id='type-id-1597'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-1544'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-323'/>
+      <return type-id='type-id-324'/>
     </function-decl>
     <function-decl name='_PyInstructionSequence_New' mangled-name='_PyInstructionSequence_New' filepath='./Include/internal/pycore_instruction_sequence.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInstructionSequence_New'>
       <return type-id='type-id-4'/>
     <function-decl name='_PyST_GetSymbol' filepath='./Include/internal/pycore_symtable.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1595'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='_PyST_GetScope' filepath='./Include/internal/pycore_symtable.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1595'/>
       <parameter type-id='type-id-574'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-1590'/>
-      <return type-id='type-id-208'/>
+      <return type-id='type-id-209'/>
     </function-decl>
     <function-decl name='_PySymtable_Lookup' filepath='./Include/internal/pycore_symtable.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-208'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-209'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-1595'/>
     </function-decl>
     <function-decl name='_PySymtable_Free' filepath='./Include/internal/pycore_symtable.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-208'/>
+      <parameter type-id='type-id-209'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_MaybeMangle' filepath='./Include/internal/pycore_symtable.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5' name='opcode' filepath='Python/compile.c' line='827' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCompile_CleanDoc' mangled-name='_PyCompile_CleanDoc' filepath='Python/compile.c' line='7730' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_CleanDoc'>
-      <parameter type-id='type-id-4' name='doc' filepath='Python/compile.c' line='7730' column='1'/>
+    <function-decl name='_PyCompile_CleanDoc' mangled-name='_PyCompile_CleanDoc' filepath='Python/compile.c' line='7742' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_CleanDoc'>
+      <parameter type-id='type-id-4' name='doc' filepath='Python/compile.c' line='7742' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyCompile_CodeGen' mangled-name='_PyCompile_CodeGen' filepath='Python/compile.c' line='7817' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_CodeGen'>
-      <parameter type-id='type-id-4' name='ast' filepath='Python/compile.c' line='7817' column='1'/>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/compile.c' line='7817' column='1'/>
-      <parameter type-id='type-id-207' name='pflags' filepath='Python/compile.c' line='7817' column='1'/>
-      <parameter type-id='type-id-5' name='optimize' filepath='Python/compile.c' line='7818' column='1'/>
-      <parameter type-id='type-id-5' name='compile_mode' filepath='Python/compile.c' line='7818' column='1'/>
+    <function-decl name='_PyCompile_CodeGen' mangled-name='_PyCompile_CodeGen' filepath='Python/compile.c' line='7829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_CodeGen'>
+      <parameter type-id='type-id-4' name='ast' filepath='Python/compile.c' line='7829' column='1'/>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/compile.c' line='7829' column='1'/>
+      <parameter type-id='type-id-208' name='pflags' filepath='Python/compile.c' line='7829' column='1'/>
+      <parameter type-id='type-id-5' name='optimize' filepath='Python/compile.c' line='7830' column='1'/>
+      <parameter type-id='type-id-5' name='compile_mode' filepath='Python/compile.c' line='7830' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyCompile_OptimizeCfg' mangled-name='_PyCompile_OptimizeCfg' filepath='Python/compile.c' line='7907' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_OptimizeCfg'>
-      <parameter type-id='type-id-4' name='seq' filepath='Python/compile.c' line='7907' column='1'/>
-      <parameter type-id='type-id-4' name='consts' filepath='Python/compile.c' line='7907' column='1'/>
-      <parameter type-id='type-id-5' name='nlocals' filepath='Python/compile.c' line='7907' column='1'/>
+    <function-decl name='_PyCompile_OptimizeCfg' mangled-name='_PyCompile_OptimizeCfg' filepath='Python/compile.c' line='7919' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_OptimizeCfg'>
+      <parameter type-id='type-id-4' name='seq' filepath='Python/compile.c' line='7919' column='1'/>
+      <parameter type-id='type-id-4' name='consts' filepath='Python/compile.c' line='7919' column='1'/>
+      <parameter type-id='type-id-5' name='nlocals' filepath='Python/compile.c' line='7919' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='_PyCfg_JumpLabelsToTargets' filepath='Python/compile.c' line='7935' column='1' visibility='default' binding='global' size-in-bits='64'>
+    <function-decl name='_PyCfg_JumpLabelsToTargets' filepath='Python/compile.c' line='7947' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1598'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCompile_Assemble' mangled-name='_PyCompile_Assemble' filepath='Python/compile.c' line='7938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_Assemble'>
-      <parameter type-id='type-id-1597' name='umd' filepath='Python/compile.c' line='7938' column='1'/>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/compile.c' line='7938' column='1'/>
-      <parameter type-id='type-id-4' name='seq' filepath='Python/compile.c' line='7939' column='1'/>
-      <return type-id='type-id-323'/>
+    <function-decl name='_PyCompile_Assemble' mangled-name='_PyCompile_Assemble' filepath='Python/compile.c' line='7950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_Assemble'>
+      <parameter type-id='type-id-1597' name='umd' filepath='Python/compile.c' line='7950' column='1'/>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/compile.c' line='7950' column='1'/>
+      <parameter type-id='type-id-4' name='seq' filepath='Python/compile.c' line='7951' column='1'/>
+      <return type-id='type-id-324'/>
     </function-decl>
-    <function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='7993' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>
-      <parameter type-id='type-id-4' name='code' filepath='Python/compile.c' line='7993' column='1'/>
-      <parameter type-id='type-id-4' name='_unused_consts' filepath='Python/compile.c' line='7993' column='1'/>
-      <parameter type-id='type-id-4' name='_unused_names' filepath='Python/compile.c' line='7994' column='1'/>
-      <parameter type-id='type-id-4' name='_unused_lnotab_obj' filepath='Python/compile.c' line='7994' column='1'/>
+    <function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='8005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>
+      <parameter type-id='type-id-4' name='code' filepath='Python/compile.c' line='8005' column='1'/>
+      <parameter type-id='type-id-4' name='_unused_consts' filepath='Python/compile.c' line='8005' column='1'/>
+      <parameter type-id='type-id-4' name='_unused_names' filepath='Python/compile.c' line='8006' column='1'/>
+      <parameter type-id='type-id-4' name='_unused_lnotab_obj' filepath='Python/compile.c' line='8006' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/context.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PyContext_Type' type-id='type-id-264' 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-264' 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-264' mangled-name='PyContextToken_Type' visibility='default' filepath='./Include/cpython/context.h' line='14' column='1' elf-symbol-id='PyContextToken_Type'/>
-    <var-decl name='_PyContextTokenMissing_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_context.h' line='12' column='1'/>
+  <abi-instr address-size='64' path='Python/context.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PyContext_Type' type-id='type-id-265' 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-265' 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-265' mangled-name='PyContextToken_Type' visibility='default' filepath='./Include/cpython/context.h' line='14' column='1' elf-symbol-id='PyContextToken_Type'/>
+    <var-decl name='_PyContextTokenMissing_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_context.h' line='12' column='1'/>
     <function-decl name='_PyHamt_New' filepath='./Include/internal/pycore_hamt.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-1129'/>
     </function-decl>
     <function-decl name='_PyHamt_Find' filepath='./Include/internal/pycore_hamt.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1129'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyHamt_Eq' filepath='./Include/internal/pycore_hamt.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='PyContextVar_Get' mangled-name='PyContextVar_Get' filepath='Python/context.c' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyContextVar_Get'>
       <parameter type-id='type-id-4' name='ovar' filepath='Python/context.c' line='195' column='1'/>
       <parameter type-id='type-id-4' name='def' filepath='Python/context.c' line='195' column='1'/>
-      <parameter type-id='type-id-236' name='val' filepath='Python/context.c' line='195' column='1'/>
+      <parameter type-id='type-id-237' name='val' filepath='Python/context.c' line='195' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyContextVar_Set' mangled-name='PyContextVar_Set' filepath='Python/context.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyContextVar_Set'>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/critical_section.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/critical_section.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='PyCriticalSection' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1599'/>
     <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1600'/>
     <typedef-decl name='PyCriticalSection' type-id='type-id-1599' filepath='./Include/cpython/critical_section.h' line='70' column='1' id='type-id-1601'/>
     <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1600'/>
     <function-decl name='_PyCriticalSection_BeginSlow' mangled-name='_PyCriticalSection_BeginSlow' filepath='Python/critical_section.c' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_BeginSlow'>
       <parameter type-id='type-id-1603' name='c' filepath='Python/critical_section.c' line='12' column='1'/>
-      <parameter type-id='type-id-508' name='m' filepath='Python/critical_section.c' line='12' column='1'/>
+      <parameter type-id='type-id-26' name='m' filepath='Python/critical_section.c' line='12' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCriticalSection2_BeginSlow' mangled-name='_PyCriticalSection2_BeginSlow' filepath='Python/critical_section.c' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection2_BeginSlow'>
       <parameter type-id='type-id-1604' name='c' filepath='Python/critical_section.c' line='26' column='1'/>
-      <parameter type-id='type-id-508' name='m1' filepath='Python/critical_section.c' line='26' column='1'/>
-      <parameter type-id='type-id-508' name='m2' filepath='Python/critical_section.c' line='26' column='1'/>
+      <parameter type-id='type-id-26' name='m1' filepath='Python/critical_section.c' line='26' column='1'/>
+      <parameter type-id='type-id-26' name='m2' filepath='Python/critical_section.c' line='26' column='1'/>
       <parameter type-id='type-id-5' name='is_m1_locked' filepath='Python/critical_section.c' line='27' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCriticalSection_SuspendAll' mangled-name='_PyCriticalSection_SuspendAll' filepath='Python/critical_section.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_SuspendAll'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/critical_section.c' line='56' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/critical_section.c' line='56' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCriticalSection_Resume' mangled-name='_PyCriticalSection_Resume' filepath='Python/critical_section.c' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_Resume'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/critical_section.c' line='80' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/critical_section.c' line='80' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyCriticalSection_Begin' mangled-name='PyCriticalSection_Begin' filepath='Python/critical_section.c' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_Begin'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/crossinterp.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/crossinterp.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='PyInterpreterConfig' size-in-bits='224' is-struct='yes' naming-typedef-id='type-id-1605' visibility='default' filepath='./Include/cpython/pylifecycle.h' line='44' column='1' id='type-id-1606'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='use_main_obmalloc' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pylifecycle.h' line='46' column='1'/>
     </class-decl>
     <typedef-decl name='_PyXI_excinfo' type-id='type-id-1608' filepath='./Include/internal/pycore_crossinterp.h' line='218' column='1' id='type-id-1610'/>
     <enum-decl name='error_code' filepath='./Include/internal/pycore_crossinterp.h' line='226' column='1' id='type-id-1611'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_PyXI_ERR_NO_ERROR' value='0'/>
       <enumerator name='_PyXI_ERR_UNCAUGHT_EXCEPTION' value='-1'/>
       <enumerator name='_PyXI_ERR_OTHER' value='-2'/>
     <typedef-decl name='_PyXI_errcode' type-id='type-id-1611' filepath='./Include/internal/pycore_crossinterp.h' line='235' column='1' id='type-id-1612'/>
     <class-decl name='_sharedexception' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='238' column='1' id='type-id-1613'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='interp' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='240' column='1'/>
+        <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='240' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='code' type-id='type-id-1612' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='242' column='1'/>
     <typedef-decl name='_PyXI_namespace' type-id='type-id-1617' filepath='./Include/internal/pycore_crossinterp.h' line='253' column='1' id='type-id-1618'/>
     <class-decl name='xi_session' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='277' column='1' id='type-id-1615'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='prev_tstate' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='282' column='1'/>
+        <var-decl name='prev_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='282' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='init_tstate' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='285' column='1'/>
+        <var-decl name='init_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='285' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='own_init_tstate' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='287' column='1'/>
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-1605' size-in-bits='64' id='type-id-1624'/>
-    <pointer-type-def type-id='type-id-26' size-in-bits='64' id='type-id-1625'/>
+    <pointer-type-def type-id='type-id-27' size-in-bits='64' id='type-id-1625'/>
     <pointer-type-def type-id='type-id-1612' size-in-bits='64' id='type-id-1619'/>
     <pointer-type-def type-id='type-id-1614' size-in-bits='64' id='type-id-1620'/>
     <pointer-type-def type-id='type-id-1610' size-in-bits='64' id='type-id-1626'/>
     <qualified-type-def type-id='type-id-1605' const='yes' id='type-id-1629'/>
     <pointer-type-def type-id='type-id-1629' size-in-bits='64' id='type-id-1630'/>
     <qualified-type-def type-id='type-id-21' const='yes' id='type-id-1631'/>
-    <pointer-type-def type-id='type-id-181' size-in-bits='64' id='type-id-169'/>
+    <pointer-type-def type-id='type-id-182' size-in-bits='64' id='type-id-170'/>
     <function-decl name='PyStatus_Exception' mangled-name='PyStatus_Exception' filepath='./Include/cpython/initconfig.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exception'>
-      <parameter type-id='type-id-60'/>
+      <parameter type-id='type-id-61'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_NewInterpreterFromConfig' mangled-name='Py_NewInterpreterFromConfig' filepath='./Include/cpython/pylifecycle.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreterFromConfig'>
       <parameter type-id='type-id-1625'/>
       <parameter type-id='type-id-1630'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyUnstable_InterpreterState_GetMainModule' mangled-name='PyUnstable_InterpreterState_GetMainModule' filepath='./Include/cpython/pystate.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterState_GetMainModule'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyEval_AddPendingCall' mangled-name='_PyEval_AddPendingCall' filepath='./Include/internal/pycore_ceval.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_AddPendingCall'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-1107'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-1607'/>
     </function-decl>
     <var-decl name='PyExc_InterpreterError' type-id='type-id-4' mangled-name='PyExc_InterpreterError' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='18' column='1' elf-symbol-id='PyExc_InterpreterError'/>
     <var-decl name='PyExc_InterpreterNotFoundError' type-id='type-id-4' mangled-name='PyExc_InterpreterNotFoundError' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='19' column='1' elf-symbol-id='PyExc_InterpreterNotFoundError'/>
     <function-decl name='_PyErr_SetFromPyStatus' mangled-name='_PyErr_SetFromPyStatus' filepath='./Include/internal/pycore_initconfig.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetFromPyStatus'>
-      <parameter type-id='type-id-60'/>
+      <parameter type-id='type-id-61'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_LookUpID' mangled-name='_PyInterpreterState_LookUpID' filepath='./Include/internal/pycore_interp.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_LookUpID'>
-      <parameter type-id='type-id-459'/>
-      <return type-id='type-id-27'/>
+      <parameter type-id='type-id-460'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IsReady' mangled-name='_PyInterpreterState_IsReady' filepath='./Include/internal/pycore_interp.h' line='320' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IsReady'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetWhence' filepath='./Include/internal/pycore_interp.h' line='323' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-182'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetRunningMain' mangled-name='_PyInterpreterState_SetRunningMain' filepath='./Include/internal/pycore_pystate.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetRunningMain'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetNotRunningMain' mangled-name='_PyInterpreterState_SetNotRunningMain' filepath='./Include/internal/pycore_pystate.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetNotRunningMain'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_FailIfRunningMain' mangled-name='_PyInterpreterState_FailIfRunningMain' filepath='./Include/internal/pycore_pystate.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_FailIfRunningMain'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThreadState_NewBound' mangled-name='_PyThreadState_NewBound' filepath='./Include/internal/pycore_pystate.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_NewBound'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='Py_EndInterpreter' mangled-name='Py_EndInterpreter' filepath='./Include/pylifecycle.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EndInterpreter'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Delete' mangled-name='PyInterpreterState_Delete' filepath='./Include/pystate.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Delete'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyInterpreterState_GetID' mangled-name='PyInterpreterState_GetID' filepath='./Include/pystate.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_GetID'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-459'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-460'/>
     </function-decl>
     <function-decl name='PyThreadState_Clear' mangled-name='PyThreadState_Clear' filepath='./Include/pystate.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Clear'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_Delete' mangled-name='PyThreadState_Delete' filepath='./Include/pystate.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Delete'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_Swap' mangled-name='PyThreadState_Swap' filepath='./Include/pystate.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Swap'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' filepath='./Include/pystate.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetInterpreter'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-27'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='PyErr_PrintEx' mangled-name='PyErr_PrintEx' filepath='./Include/pythonrun.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_PrintEx'>
       <parameter type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCrossInterpreterData_Init' mangled-name='_PyCrossInterpreterData_Init' filepath='Python/crossinterp.c' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Init'>
       <parameter type-id='type-id-1481' name='data' filepath='Python/crossinterp.c' line='124' column='1'/>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/crossinterp.c' line='125' column='1'/>
-      <parameter type-id='type-id-29' name='shared' filepath='Python/crossinterp.c' line='126' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='125' column='1'/>
+      <parameter type-id='type-id-30' name='shared' filepath='Python/crossinterp.c' line='126' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Python/crossinterp.c' line='126' column='1'/>
       <parameter type-id='type-id-1133' name='new_object' filepath='Python/crossinterp.c' line='127' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCrossInterpreterData_InitWithSize' mangled-name='_PyCrossInterpreterData_InitWithSize' filepath='Python/crossinterp.c' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_InitWithSize'>
       <parameter type-id='type-id-1481' name='data' filepath='Python/crossinterp.c' line='148' column='1'/>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/crossinterp.c' line='149' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='149' column='1'/>
       <parameter type-id='type-id-1631' name='size' filepath='Python/crossinterp.c' line='150' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Python/crossinterp.c' line='150' column='1'/>
       <parameter type-id='type-id-1133' name='new_object' filepath='Python/crossinterp.c' line='151' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCrossInterpreterData_Clear' mangled-name='_PyCrossInterpreterData_Clear' filepath='Python/crossinterp.c' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Clear'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/crossinterp.c' line='167' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='167' column='1'/>
       <parameter type-id='type-id-1481' name='data' filepath='Python/crossinterp.c' line='168' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PyXI_Enter' mangled-name='_PyXI_Enter' filepath='Python/crossinterp.c' line='1696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Enter'>
       <parameter type-id='type-id-1628' name='session' filepath='Python/crossinterp.c' line='1696' column='1'/>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/crossinterp.c' line='1697' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='1697' column='1'/>
       <parameter type-id='type-id-4' name='nsupdates' filepath='Python/crossinterp.c' line='1697' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PyXI_NewInterpreter' mangled-name='_PyXI_NewInterpreter' filepath='Python/crossinterp.c' line='1824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewInterpreter'>
       <parameter type-id='type-id-1624' name='config' filepath='Python/crossinterp.c' line='1824' column='1'/>
-      <parameter type-id='type-id-169' name='maybe_whence' filepath='Python/crossinterp.c' line='1824' column='1'/>
+      <parameter type-id='type-id-170' name='maybe_whence' filepath='Python/crossinterp.c' line='1824' column='1'/>
       <parameter type-id='type-id-1625' name='p_tstate' filepath='Python/crossinterp.c' line='1825' column='1'/>
       <parameter type-id='type-id-1625' name='p_save_tstate' filepath='Python/crossinterp.c' line='1825' column='1'/>
-      <return type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_PyXI_EndInterpreter' mangled-name='_PyXI_EndInterpreter' filepath='Python/crossinterp.c' line='1871' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_EndInterpreter'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/crossinterp.c' line='1871' column='1'/>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/crossinterp.c' line='1872' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='1871' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/crossinterp.c' line='1872' column='1'/>
       <parameter type-id='type-id-1625' name='p_save_tstate' filepath='Python/crossinterp.c' line='1872' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/errors.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/errors.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_fopen_obj' mangled-name='_Py_fopen_obj' filepath='./Include/cpython/fileutils.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fopen_obj'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-55'/>
+      <return type-id='type-id-56'/>
     </function-decl>
     <function-decl name='_PyException_AddNote' filepath='./Include/internal/pycore_pyerrors.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyTraceBack_FromFrame' filepath='./Include/internal/pycore_traceback.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-350'/>
+      <parameter type-id='type-id-351'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyTraceBack_Print' mangled-name='PyTraceBack_Print' filepath='./Include/traceback.h' line='10' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceBack_Print'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyErr_GetExcInfo' mangled-name='PyErr_GetExcInfo' filepath='Python/errors.c' line='606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GetExcInfo'>
-      <parameter type-id='type-id-236' name='p_type' filepath='Python/errors.c' line='606' column='1'/>
-      <parameter type-id='type-id-236' name='p_value' filepath='Python/errors.c' line='606' column='1'/>
-      <parameter type-id='type-id-236' name='p_traceback' filepath='Python/errors.c' line='606' column='1'/>
+      <parameter type-id='type-id-237' name='p_type' filepath='Python/errors.c' line='606' column='1'/>
+      <parameter type-id='type-id-237' name='p_value' filepath='Python/errors.c' line='606' column='1'/>
+      <parameter type-id='type-id-237' name='p_traceback' filepath='Python/errors.c' line='606' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyErr_SetExcInfo' mangled-name='PyErr_SetExcInfo' filepath='Python/errors.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetExcInfo'>
     <function-decl name='PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_FormatV'>
       <parameter type-id='type-id-4' name='exception' filepath='Python/errors.c' line='1171' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/errors.c' line='1171' column='1'/>
-      <parameter type-id='type-id-300' name='vargs' filepath='Python/errors.c' line='1171' column='1'/>
+      <parameter type-id='type-id-301' name='vargs' filepath='Python/errors.c' line='1171' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyErr_NewExceptionWithDoc' mangled-name='PyErr_NewExceptionWithDoc' filepath='Python/errors.c' line='1285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_NewExceptionWithDoc'>
       <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1900' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
+    <function-decl name='_PyTokenizer_FindEncodingFilename' filepath='Python/errors.c' line='1917' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-5'/>
+      <parameter type-id='type-id-4'/>
+      <return type-id='type-id-17'/>
+    </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/fileutils.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/fileutils.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='__mbstate_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1632' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='13' column='1' id='type-id-1633'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='__count' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='15' column='1'/>
     </class-decl>
     <union-decl name='__anonymous_union__' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='16' column='1' id='type-id-1634'>
       <data-member access='public'>
-        <var-decl name='__wch' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='18' column='1'/>
+        <var-decl name='__wch' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='18' column='1'/>
       </data-member>
       <data-member access='public'>
         <var-decl name='__wchb' type-id='type-id-814' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='19' column='1'/>
     <typedef-decl name='mbstate_t' type-id='type-id-1632' filepath='/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h' line='6' column='1' id='type-id-1635'/>
     <pointer-type-def type-id='type-id-1635' size-in-bits='64' id='type-id-1636'/>
     <qualified-type-def type-id='type-id-1636' restrict='yes' id='type-id-1637'/>
-    <qualified-type-def type-id='type-id-58' restrict='yes' id='type-id-1638'/>
+    <qualified-type-def type-id='type-id-59' restrict='yes' id='type-id-1638'/>
     <function-decl name='_Py_DecodeUTF8Ex' filepath='./Include/internal/pycore_fileutils.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-239'/>
-      <parameter type-id='type-id-56'/>
-      <parameter type-id='type-id-259'/>
+      <parameter type-id='type-id-240'/>
+      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-260'/>
       <parameter type-id='type-id-542'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_EncodeUTF8Ex' filepath='./Include/internal/pycore_fileutils.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-246'/>
-      <parameter type-id='type-id-56'/>
-      <parameter type-id='type-id-259'/>
+      <parameter type-id='type-id-247'/>
+      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-260'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-542'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mbstowcs' filepath='/usr/include/stdlib.h' line='941' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-19'/>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-178'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='wcstombs' filepath='/usr/include/stdlib.h' line='945' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-20'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='write' filepath='/usr/include/unistd.h' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='getcwd' filepath='/usr/include/unistd.h' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-17'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='readlink' filepath='/usr/include/unistd.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-182'/>
+      <return type-id='type-id-183'/>
     </function-decl>
     <function-decl name='close_range' filepath='/usr/include/unistd.h' line='1208' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-100'/>
-      <parameter type-id='type-id-100'/>
+      <parameter type-id='type-id-101'/>
+      <parameter type-id='type-id-101'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='mbrtowc' filepath='/usr/include/wchar.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-19'/>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-178'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-1637'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EncodeLocale'>
       <parameter type-id='type-id-18' name='text' filepath='Python/fileutils.c' line='866' column='1'/>
-      <parameter type-id='type-id-56' name='error_pos' filepath='Python/fileutils.c' line='866' column='1'/>
+      <parameter type-id='type-id-57' name='error_pos' filepath='Python/fileutils.c' line='866' column='1'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_Py_stat' mangled-name='_Py_stat' filepath='Python/fileutils.c' line='1363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_stat'>
       <parameter type-id='type-id-4' name='path' filepath='Python/fileutils.c' line='1363' column='1'/>
-      <parameter type-id='type-id-58' name='statbuf' filepath='Python/fileutils.c' line='1363' column='1'/>
+      <parameter type-id='type-id-59' name='statbuf' filepath='Python/fileutils.c' line='1363' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_set_inheritable' mangled-name='_Py_set_inheritable' filepath='Python/fileutils.c' line='1605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable'>
       <parameter type-id='type-id-5' name='fd' filepath='Python/fileutils.c' line='1605' column='1'/>
       <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1605' column='1'/>
-      <parameter type-id='type-id-175' name='atomic_flag_works' filepath='Python/fileutils.c' line='1605' column='1'/>
+      <parameter type-id='type-id-176' name='atomic_flag_works' filepath='Python/fileutils.c' line='1605' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_set_inheritable_async_safe' mangled-name='_Py_set_inheritable_async_safe' filepath='Python/fileutils.c' line='1614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable_async_safe'>
       <parameter type-id='type-id-5' name='fd' filepath='Python/fileutils.c' line='1614' column='1'/>
       <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1614' column='1'/>
-      <parameter type-id='type-id-175' name='atomic_flag_works' filepath='Python/fileutils.c' line='1614' column='1'/>
+      <parameter type-id='type-id-176' name='atomic_flag_works' filepath='Python/fileutils.c' line='1614' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_normpath' mangled-name='_Py_normpath' filepath='Python/fileutils.c' line='2607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_normpath'>
-      <parameter type-id='type-id-57' name='path' filepath='Python/fileutils.c' line='2607' column='1'/>
+      <parameter type-id='type-id-58' name='path' filepath='Python/fileutils.c' line='2607' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Python/fileutils.c' line='2607' column='1'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_Py_closerange' mangled-name='_Py_closerange' filepath='Python/fileutils.c' line='2994' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_closerange'>
       <parameter type-id='type-id-5' name='first' filepath='Python/fileutils.c' line='2994' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/flowgraph.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/flowgraph.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyCompile_EnsureArrayLargeEnough' filepath='./Include/internal/pycore_compile.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-260'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-261'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/src' language='LANG_C11'>
     <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-1639'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='decimal_point' type-id='type-id-17' visibility='default' filepath='/usr/include/locale.h' line='55' column='1'/>
         <var-decl name='negative_sign' type-id='type-id-17' visibility='default' filepath='/usr/include/locale.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='int_frac_digits' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='75' column='1'/>
+        <var-decl name='int_frac_digits' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='75' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='648'>
-        <var-decl name='frac_digits' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='76' column='1'/>
+        <var-decl name='frac_digits' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='656'>
-        <var-decl name='p_cs_precedes' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='78' column='1'/>
+        <var-decl name='p_cs_precedes' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='664'>
-        <var-decl name='p_sep_by_space' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='80' column='1'/>
+        <var-decl name='p_sep_by_space' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='672'>
-        <var-decl name='n_cs_precedes' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='82' column='1'/>
+        <var-decl name='n_cs_precedes' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='680'>
-        <var-decl name='n_sep_by_space' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='84' column='1'/>
+        <var-decl name='n_sep_by_space' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='688'>
-        <var-decl name='p_sign_posn' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='91' column='1'/>
+        <var-decl name='p_sign_posn' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='696'>
-        <var-decl name='n_sign_posn' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='92' column='1'/>
+        <var-decl name='n_sign_posn' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='int_p_cs_precedes' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='95' column='1'/>
+        <var-decl name='int_p_cs_precedes' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='95' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='712'>
-        <var-decl name='int_p_sep_by_space' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='97' column='1'/>
+        <var-decl name='int_p_sep_by_space' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='97' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='720'>
-        <var-decl name='int_n_cs_precedes' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='99' column='1'/>
+        <var-decl name='int_n_cs_precedes' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='99' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='728'>
-        <var-decl name='int_n_sep_by_space' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='101' column='1'/>
+        <var-decl name='int_n_sep_by_space' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='736'>
-        <var-decl name='int_p_sign_posn' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='108' column='1'/>
+        <var-decl name='int_p_sign_posn' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='108' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='744'>
-        <var-decl name='int_n_sign_posn' type-id='type-id-52' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>
+        <var-decl name='int_n_sign_posn' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-1639' size-in-bits='64' id='type-id-1640'/>
     <function-decl name='_Py_GetLocaleconvNumeric' filepath='./Include/internal/pycore_fileutils.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1640'/>
-      <parameter type-id='type-id-236'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-237'/>
+      <parameter type-id='type-id-237'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_FastFill' filepath='./Include/internal/pycore_unicodeobject.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-258'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_FastCopyCharacters' filepath='./Include/internal/pycore_unicodeobject.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-257'/>
+      <return type-id='type-id-258'/>
     </function-decl>
     <function-decl name='_PyUnicode_InsertThousandsGrouping' filepath='./Include/internal/pycore_unicodeobject.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-328'/>
+      <parameter type-id='type-id-329'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-1640'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/frame.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/frame.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-1641' size-in-bits='384' id='type-id-1642'>
-      <subrange length='6' type-id='type-id-2' id='type-id-390'/>
+      <subrange length='6' type-id='type-id-2' id='type-id-391'/>
     </array-type-def>
-    <qualified-type-def type-id='type-id-264' const='yes' id='type-id-1643'/>
+    <qualified-type-def type-id='type-id-265' const='yes' id='type-id-1643'/>
     <pointer-type-def type-id='type-id-1643' size-in-bits='64' id='type-id-1644'/>
     <qualified-type-def type-id='type-id-1644' const='yes' id='type-id-1641'/>
     <var-decl name='PyUnstable_ExecutableKinds' type-id='type-id-1642' mangled-name='PyUnstable_ExecutableKinds' visibility='default' filepath='./Include/cpython/pyframe.h' line='45' column='1' elf-symbol-id='PyUnstable_ExecutableKinds'/>
     <function-decl name='_PyFrame_New_NoTrack' filepath='./Include/internal/pycore_frame.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
-      <return type-id='type-id-350'/>
+      <parameter type-id='type-id-324'/>
+      <return type-id='type-id-351'/>
     </function-decl>
     <function-decl name='PyUnstable_InterpreterFrame_GetCode' mangled-name='PyUnstable_InterpreterFrame_GetCode' filepath='Python/frame.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetCode'>
-      <parameter type-id='type-id-366' name='frame' filepath='Python/frame.c' line='136' column='1'/>
+      <parameter type-id='type-id-367' name='frame' filepath='Python/frame.c' line='136' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyUnstable_InterpreterFrame_GetLasti' mangled-name='PyUnstable_InterpreterFrame_GetLasti' filepath='Python/frame.c' line='144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetLasti'>
-      <parameter type-id='type-id-366' name='frame' filepath='Python/frame.c' line='144' column='1'/>
+      <parameter type-id='type-id-367' name='frame' filepath='Python/frame.c' line='144' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/frozen.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/frozen.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_frozen' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='15' column='1' id='type-id-1645'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/import.h' line='16' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='code' type-id='type-id-371' visibility='default' filepath='./Include/cpython/import.h' line='17' column='1'/>
+        <var-decl name='code' type-id='type-id-372' visibility='default' filepath='./Include/cpython/import.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='size' type-id='type-id-5' visibility='default' filepath='./Include/cpython/import.h' line='18' column='1'/>
     <var-decl name='_PyImport_FrozenTest' type-id='type-id-1648' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='184' column='1' elf-symbol-id='_PyImport_FrozenTest'/>
     <var-decl name='_PyImport_FrozenAliases' type-id='type-id-1650' visibility='default' filepath='./Include/internal/pycore_import.h' line='186' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/frozenmain.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-266' size-in-bits='64' id='type-id-59'/>
+  <abi-instr address-size='64' path='Python/frozenmain.c' comp-dir-path='/src' language='LANG_C11'>
+    <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-60'/>
     <function-decl name='PyConfig_InitPythonConfig' mangled-name='PyConfig_InitPythonConfig' filepath='./Include/cpython/initconfig.h' line='239' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitPythonConfig'>
-      <parameter type-id='type-id-59'/>
+      <parameter type-id='type-id-60'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_Clear' mangled-name='PyConfig_Clear' filepath='./Include/cpython/initconfig.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Clear'>
-      <parameter type-id='type-id-59'/>
+      <parameter type-id='type-id-60'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_SetBytesArgv' mangled-name='PyConfig_SetBytesArgv' filepath='./Include/cpython/initconfig.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesArgv'>
-      <parameter type-id='type-id-59'/>
+      <parameter type-id='type-id-60'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-126'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-127'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_InitializeFromConfig' mangled-name='Py_InitializeFromConfig' filepath='./Include/cpython/pylifecycle.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_InitializeFromConfig'>
-      <parameter type-id='type-id-268'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-269'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_ExitStatusException' mangled-name='Py_ExitStatusException' filepath='./Include/cpython/pylifecycle.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ExitStatusException'>
-      <parameter type-id='type-id-60'/>
+      <parameter type-id='type-id-61'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyRun_AnyFileExFlags' mangled-name='PyRun_AnyFileExFlags' filepath='./Include/cpython/pythonrun.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileExFlags'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyImport_ImportFrozenModule' mangled-name='PyImport_ImportFrozenModule' filepath='./Include/import.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportFrozenModule'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRuntime_Initialize' filepath='./Include/internal/pycore_runtime.h' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_FinalizeEx' mangled-name='Py_FinalizeEx' filepath='./Include/pylifecycle.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FinalizeEx'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_FrozenMain' mangled-name='Py_FrozenMain' filepath='Python/frozenmain.c' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FrozenMain'>
       <parameter type-id='type-id-5' name='argc' filepath='Python/frozenmain.c' line='21' column='1'/>
-      <parameter type-id='type-id-246' name='argv' filepath='Python/frozenmain.c' line='21' column='1'/>
+      <parameter type-id='type-id-247' name='argv' filepath='Python/frozenmain.c' line='21' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/gc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <typedef-decl name='gcvisitobjects_t' type-id='type-id-335' filepath='./Include/cpython/objimpl.h' line='103' column='1' id='type-id-1651'/>
-    <pointer-type-def type-id='type-id-211' size-in-bits='64' id='type-id-173'/>
+  <abi-instr address-size='64' path='Python/gc.c' comp-dir-path='/src' language='LANG_C11'>
+    <typedef-decl name='gcvisitobjects_t' type-id='type-id-336' filepath='./Include/cpython/objimpl.h' line='103' column='1' id='type-id-1651'/>
+    <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-174'/>
     <function-decl name='PyTime_AsSecondsDouble' mangled-name='PyTime_AsSecondsDouble' filepath='./Include/cpython/pytime.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_AsSecondsDouble'>
-      <parameter type-id='type-id-211'/>
-      <return type-id='type-id-171'/>
+      <parameter type-id='type-id-212'/>
+      <return type-id='type-id-172'/>
     </function-decl>
     <function-decl name='PyTime_PerfCounterRaw' mangled-name='PyTime_PerfCounterRaw' filepath='./Include/cpython/pytime.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_PerfCounterRaw'>
-      <parameter type-id='type-id-173'/>
+      <parameter type-id='type-id-174'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_MaybeUntrack' filepath='./Include/internal/pycore_dict.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_ClearAllFreeLists' filepath='./Include/internal/pycore_gc.h' line='353' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTuple_MaybeUntrack' filepath='./Include/internal/pycore_tuple.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='PyUnstable_GC_VisitObjects' mangled-name='PyUnstable_GC_VisitObjects' filepath='Python/gc.c' line='1970' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_GC_VisitObjects'>
       <parameter type-id='type-id-1651' name='callback' filepath='Python/gc.c' line='1970' column='1'/>
-      <parameter type-id='type-id-29' name='arg' filepath='Python/gc.c' line='1970' column='1'/>
+      <parameter type-id='type-id-30' name='arg' filepath='Python/gc.c' line='1970' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/gc_gil.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/gc_gil.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyObject_ClearFreeLists' filepath='./Include/internal/pycore_freelist.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-398'/>
+      <parameter type-id='type-id-399'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/getargs.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/getargs.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyThreadState_New' mangled-name='PyThreadState_New' filepath='./Include/pystate.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_New'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-26'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyArg_Parse' mangled-name='PyArg_Parse' filepath='Python/getargs.c' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_Parse'>
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='70' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_ParseStack' mangled-name='_PyArg_ParseStack' filepath='Python/getargs.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStack'>
-      <parameter type-id='type-id-256' name='args' filepath='Python/getargs.c' line='120' column='1'/>
+      <parameter type-id='type-id-257' name='args' filepath='Python/getargs.c' line='120' column='1'/>
       <parameter type-id='type-id-7' name='nargs' filepath='Python/getargs.c' line='120' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='120' column='1'/>
       <parameter is-variadic='yes'/>
     <function-decl name='PyArg_VaParse' mangled-name='PyArg_VaParse' filepath='Python/getargs.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParse'>
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='132' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='132' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/getargs.c' line='132' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/getargs.c' line='132' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_VaParse_SizeT' mangled-name='_PyArg_VaParse_SizeT' filepath='Python/getargs.c' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParse_SizeT'>
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='145' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='145' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/getargs.c' line='145' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/getargs.c' line='145' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_ParseTupleAndKeywords_SizeT' mangled-name='_PyArg_ParseTupleAndKeywords_SizeT' filepath='Python/getargs.c' line='1274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywords_SizeT'>
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1301' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='1302' column='1'/>
       <parameter type-id='type-id-965' name='kwlist' filepath='Python/getargs.c' line='1303' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/getargs.c' line='1303' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/getargs.c' line='1303' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_VaParseTupleAndKeywords_SizeT' mangled-name='_PyArg_VaParseTupleAndKeywords_SizeT' filepath='Python/getargs.c' line='1325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywords_SizeT'>
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1326' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='1327' column='1'/>
       <parameter type-id='type-id-965' name='kwlist' filepath='Python/getargs.c' line='1328' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/getargs.c' line='1328' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/getargs.c' line='1328' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_ParseTupleAndKeywordsFast' mangled-name='_PyArg_ParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast'>
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='1351' column='1'/>
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1351' column='1'/>
-      <parameter type-id='type-id-270' name='parser' filepath='Python/getargs.c' line='1352' column='1'/>
+      <parameter type-id='type-id-271' name='parser' filepath='Python/getargs.c' line='1352' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/getcompiler.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/getcompiler.c' comp-dir-path='/src' language='LANG_C11'>
     <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-6'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/getopt.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/getopt.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='_PyOS_opterr' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='8' column='1'/>
     <var-decl name='_PyOS_optind' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='9' column='1'/>
     <var-decl name='_PyOS_optarg' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/getversion.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/getversion.c' comp-dir-path='/src' language='LANG_C11'>
     <qualified-type-def type-id='type-id-2' const='yes' id='type-id-1652'/>
     <var-decl name='Py_Version' type-id='type-id-1652' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='64' column='1' elf-symbol-id='Py_Version'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/hamt.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='_PyHamt_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='23' column='1'/>
-    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>
-    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>
-    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>
-    <var-decl name='_PyHamtKeys_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>
-    <var-decl name='_PyHamtValues_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>
-    <var-decl name='_PyHamtItems_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>
+  <abi-instr address-size='64' path='Python/hamt.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='_PyHamt_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='23' column='1'/>
+    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>
+    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>
+    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>
+    <var-decl name='_PyHamtKeys_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>
+    <var-decl name='_PyHamtValues_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>
+    <var-decl name='_PyHamtItems_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/hashtable.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/hashtable.c' comp-dir-path='/src' language='LANG_C11'>
     <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-1653' filepath='./Include/internal/pycore_hashtable.h' line='97' column='1' id='type-id-1654'/>
     <pointer-type-def type-id='type-id-1655' size-in-bits='64' id='type-id-1653'/>
     <function-decl name='_Py_hashtable_hash_ptr' mangled-name='_Py_hashtable_hash_ptr' filepath='Python/hashtable.c' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_hash_ptr'>
-      <parameter type-id='type-id-29' name='key' filepath='Python/hashtable.c' line='93' column='1'/>
+      <parameter type-id='type-id-30' name='key' filepath='Python/hashtable.c' line='93' column='1'/>
       <return type-id='type-id-1223'/>
     </function-decl>
     <function-decl name='_Py_hashtable_compare_direct' mangled-name='_Py_hashtable_compare_direct' filepath='Python/hashtable.c' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_compare_direct'>
-      <parameter type-id='type-id-29' name='key1' filepath='Python/hashtable.c' line='100' column='1'/>
-      <parameter type-id='type-id-29' name='key2' filepath='Python/hashtable.c' line='100' column='1'/>
+      <parameter type-id='type-id-30' name='key1' filepath='Python/hashtable.c' line='100' column='1'/>
+      <parameter type-id='type-id-30' name='key2' filepath='Python/hashtable.c' line='100' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_hashtable_size' mangled-name='_Py_hashtable_size' filepath='Python/hashtable.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_size'>
     </function-decl>
     <function-decl name='_Py_hashtable_steal' mangled-name='_Py_hashtable_steal' filepath='Python/hashtable.c' line='182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_steal'>
       <parameter type-id='type-id-546' name='ht' filepath='Python/hashtable.c' line='182' column='1'/>
-      <parameter type-id='type-id-29' name='key' filepath='Python/hashtable.c' line='182' column='1'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-30' name='key' filepath='Python/hashtable.c' line='182' column='1'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_Py_hashtable_foreach' mangled-name='_Py_hashtable_foreach' filepath='Python/hashtable.c' line='268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_foreach'>
       <parameter type-id='type-id-546' name='ht' filepath='Python/hashtable.c' line='268' column='1'/>
       <parameter type-id='type-id-1654' name='func' filepath='Python/hashtable.c' line='269' column='1'/>
-      <parameter type-id='type-id-29' name='user_data' filepath='Python/hashtable.c' line='270' column='1'/>
+      <parameter type-id='type-id-30' name='user_data' filepath='Python/hashtable.c' line='270' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_hashtable_new' mangled-name='_Py_hashtable_new' filepath='Python/hashtable.c' line='370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_new'>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1655'>
       <parameter type-id='type-id-546'/>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/import.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/import.c' comp-dir-path='/src' language='LANG_C11'>
     <enum-decl name='ext_module_kind' filepath='./Include/internal/pycore_importdl.h' line='18' column='1' id='type-id-1656'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_Py_ext_module_kind_UNKNOWN' value='0'/>
       <enumerator name='_Py_ext_module_kind_SINGLEPHASE' value='1'/>
       <enumerator name='_Py_ext_module_kind_MULTIPHASE' value='2'/>
     </enum-decl>
     <typedef-decl name='_Py_ext_module_kind' type-id='type-id-1656' filepath='./Include/internal/pycore_importdl.h' line='23' column='1' id='type-id-1657'/>
     <enum-decl name='ext_module_origin' filepath='./Include/internal/pycore_importdl.h' line='25' column='1' id='type-id-1658'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_Py_ext_module_origin_CORE' value='1'/>
       <enumerator name='_Py_ext_module_origin_BUILTIN' value='2'/>
       <enumerator name='_Py_ext_module_origin_DYNAMIC' value='3'/>
     </class-decl>
     <class-decl name='_Py_ext_module_loader_result' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='64' column='1' id='type-id-1661'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='def' type-id='type-id-386' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='65' column='1'/>
+        <var-decl name='def' type-id='type-id-387' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='module' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='66' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='_Py_ext_module_loader_result_error_kind' filepath='./Include/internal/pycore_importdl.h' line='70' column='1' id='type-id-1664'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_Py_ext_module_loader_result_EXCEPTION' value='0'/>
       <enumerator name='_Py_ext_module_loader_result_ERR_MISSING' value='1'/>
       <enumerator name='_Py_ext_module_loader_result_ERR_UNREPORTED_EXC' value='2'/>
       <enumerator name='_Py_ext_module_loader_result_ERR_NOT_MODULE' value='5'/>
       <enumerator name='_Py_ext_module_loader_result_ERR_MISSING_DEF' value='6'/>
     </enum-decl>
-    <typedef-decl name='PyModInitFunction' type-id='type-id-379' filepath='./Include/internal/pycore_importdl.h' line='89' column='1' id='type-id-1665'/>
-    <enum-decl name='_PyTime_round_t' naming-typedef-id='type-id-172' filepath='./Include/internal/pycore_time.h' line='67' column='1' id='type-id-1666'>
-      <underlying-type type-id='type-id-31'/>
+    <typedef-decl name='PyModInitFunction' type-id='type-id-380' filepath='./Include/internal/pycore_importdl.h' line='89' column='1' id='type-id-1665'/>
+    <enum-decl name='_PyTime_round_t' naming-typedef-id='type-id-173' filepath='./Include/internal/pycore_time.h' line='67' column='1' id='type-id-1666'>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='_PyTime_ROUND_FLOOR' value='0'/>
       <enumerator name='_PyTime_ROUND_CEILING' value='1'/>
       <enumerator name='_PyTime_ROUND_HALF_EVEN' value='2'/>
       <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-1666' filepath='./Include/internal/pycore_time.h' line='91' column='1' id='type-id-172'/>
+    <typedef-decl name='_PyTime_round_t' type-id='type-id-1666' filepath='./Include/internal/pycore_time.h' line='91' column='1' id='type-id-173'/>
     <pointer-type-def type-id='type-id-1235' size-in-bits='64' id='type-id-1667'/>
     <pointer-type-def type-id='type-id-1660' size-in-bits='64' id='type-id-1668'/>
     <pointer-type-def type-id='type-id-1661' size-in-bits='64' id='type-id-1669'/>
     </function-decl>
     <function-decl name='_PyImport_GetModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1668'/>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-1665'/>
     </function-decl>
     <function-decl name='_PyImport_RunModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_KeyedHash' filepath='./Include/internal/pycore_pyhash.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-107'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-108'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-107'/>
+      <return type-id='type-id-108'/>
     </function-decl>
     <function-decl name='_PyMem_SetDefaultAllocator' filepath='./Include/internal/pycore_pymem.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-431'/>
-      <parameter type-id='type-id-501'/>
+      <parameter type-id='type-id-432'/>
+      <parameter type-id='type-id-502'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_ClearAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_AsMicroseconds' mangled-name='_PyTime_AsMicroseconds' filepath='./Include/internal/pycore_time.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMicroseconds'>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-172'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-173'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadObjectFromString' mangled-name='PyMarshal_ReadObjectFromString' filepath='./Include/marshal.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromString'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyState_FindModule' mangled-name='PyState_FindModule' filepath='Python/import.c' line='484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_FindModule'>
-      <parameter type-id='type-id-386' name='module' filepath='Python/import.c' line='484' column='1'/>
+      <parameter type-id='type-id-387' name='module' filepath='Python/import.c' line='484' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyState_AddModule' mangled-name='_PyState_AddModule' filepath='Python/import.c' line='499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyState_AddModule'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/import.c' line='499' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/import.c' line='499' column='1'/>
       <parameter type-id='type-id-4' name='module' filepath='Python/import.c' line='499' column='1'/>
-      <parameter type-id='type-id-386' name='def' filepath='Python/import.c' line='499' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Python/import.c' line='499' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/import.c' line='517' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_AddModule'>
       <parameter type-id='type-id-4' name='module' filepath='Python/import.c' line='517' column='1'/>
-      <parameter type-id='type-id-386' name='def' filepath='Python/import.c' line='517' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Python/import.c' line='517' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/import.c' line='547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_RemoveModule'>
-      <parameter type-id='type-id-386' name='def' filepath='Python/import.c' line='547' column='1'/>
+      <parameter type-id='type-id-387' name='def' filepath='Python/import.c' line='547' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_ClearExtension' mangled-name='_PyImport_ClearExtension' filepath='Python/import.c' line='820' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_ClearExtension'>
     </function-decl>
     <function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>
       <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2407' column='1'/>
-      <parameter type-id='type-id-379' name='initfunc' filepath='Python/import.c' line='2407' column='1'/>
+      <parameter type-id='type-id-380' name='initfunc' filepath='Python/import.c' line='2407' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyImport_GetMagicNumber' mangled-name='PyImport_GetMagicNumber' filepath='Python/import.c' line='2484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicNumber'>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyImport_GetMagicTag' mangled-name='PyImport_GetMagicTag' filepath='Python/import.c' line='2506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicTag'>
       <return type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/initconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1' id='type-id-242'>
+  <abi-instr address-size='64' path='Python/initconfig.c' comp-dir-path='/src' language='LANG_C11'>
+    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1' id='type-id-243'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='argc' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>
       </data-member>
         <var-decl name='use_bytes_argv' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='bytes_argv' type-id='type-id-126' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='72' column='1'/>
+        <var-decl name='bytes_argv' type-id='type-id-127' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='wchar_argv' type-id='type-id-1670' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='73' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyArgv' type-id='type-id-242' filepath='./Include/internal/pycore_initconfig.h' line='74' column='1' id='type-id-1671'/>
+    <typedef-decl name='_PyArgv' type-id='type-id-243' filepath='./Include/internal/pycore_initconfig.h' line='74' column='1' id='type-id-1671'/>
     <class-decl name='_PyPreCmdline' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1672' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='102' column='1' id='type-id-1673'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='argv' type-id='type-id-951' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='103' column='1'/>
     <pointer-type-def type-id='type-id-951' size-in-bits='64' id='type-id-1675'/>
     <pointer-type-def type-id='type-id-1672' size-in-bits='64' id='type-id-1676'/>
     <qualified-type-def type-id='type-id-954' const='yes' id='type-id-1677'/>
-    <pointer-type-def type-id='type-id-1677' size-in-bits='64' id='type-id-245'/>
+    <pointer-type-def type-id='type-id-1677' size-in-bits='64' id='type-id-246'/>
     <qualified-type-def type-id='type-id-951' const='yes' id='type-id-1678'/>
-    <pointer-type-def type-id='type-id-1678' size-in-bits='64' id='type-id-235'/>
+    <pointer-type-def type-id='type-id-1678' size-in-bits='64' id='type-id-236'/>
     <qualified-type-def type-id='type-id-1671' const='yes' id='type-id-1679'/>
     <pointer-type-def type-id='type-id-1679' size-in-bits='64' id='type-id-1680'/>
     <qualified-type-def type-id='type-id-1672' const='yes' id='type-id-1681'/>
     <pointer-type-def type-id='type-id-1681' size-in-bits='64' id='type-id-1682'/>
     <qualified-type-def type-id='type-id-18' restrict='yes' id='type-id-20'/>
-    <qualified-type-def type-id='type-id-57' const='yes' id='type-id-1683'/>
+    <qualified-type-def type-id='type-id-58' const='yes' id='type-id-1683'/>
     <pointer-type-def type-id='type-id-1683' size-in-bits='64' id='type-id-1670'/>
-    <qualified-type-def type-id='type-id-57' restrict='yes' id='type-id-19'/>
-    <qualified-type-def type-id='type-id-239' restrict='yes' id='type-id-1684'/>
-    <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-1685'/>
+    <qualified-type-def type-id='type-id-58' restrict='yes' id='type-id-19'/>
+    <qualified-type-def type-id='type-id-240' restrict='yes' id='type-id-1684'/>
+    <pointer-type-def type-id='type-id-240' size-in-bits='64' id='type-id-1685'/>
     <var-decl name='Py_DebugFlag' type-id='type-id-5' 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-5' mangled-name='Py_VerboseFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='9' column='1' elf-symbol-id='Py_VerboseFlag'/>
     <var-decl name='Py_QuietFlag' type-id='type-id-5' mangled-name='Py_QuietFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='10' column='1' elf-symbol-id='Py_QuietFlag'/>
     <var-decl name='Py_UTF8Mode' type-id='type-id-5' mangled-name='Py_UTF8Mode' visibility='default' filepath='./Include/fileobject.h' line='29' column='1' elf-symbol-id='Py_UTF8Mode'/>
     <function-decl name='Py_DecodeLocale' mangled-name='Py_DecodeLocale' filepath='./Include/fileutils.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_DecodeLocale'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-56'/>
-      <return type-id='type-id-57'/>
+      <parameter type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_Py_GetForceASCII' filepath='./Include/internal/pycore_fileutils.h' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_GetLocaleEncoding' filepath='./Include/internal/pycore_fileutils.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_Py_isabs' filepath='./Include/internal/pycore_fileutils.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_Py_abspath' filepath='./Include/internal/pycore_fileutils.h' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-239'/>
+      <parameter type-id='type-id-240'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyOS_ResetGetOpt' filepath='./Include/internal/pycore_getopt.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_PyOS_GetOpt' filepath='./Include/internal/pycore_getopt.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-1670'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArgv_AsWstrList' filepath='./Include/internal/pycore_initconfig.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1680'/>
       <parameter type-id='type-id-1675'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_str_to_int' filepath='./Include/internal/pycore_initconfig.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_get_xoption' filepath='./Include/internal/pycore_initconfig.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-235'/>
+      <parameter type-id='type-id-236'/>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-18'/>
     </function-decl>
     </function-decl>
     <function-decl name='_Py_get_env_flag' filepath='./Include/internal/pycore_initconfig.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PyPreCmdline_SetConfig' filepath='./Include/internal/pycore_initconfig.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1682'/>
-      <parameter type-id='type-id-59'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyPreCmdline_Read' filepath='./Include/internal/pycore_initconfig.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1676'/>
-      <parameter type-id='type-id-245'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-246'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyPreConfig_InitFromPreConfig' filepath='./Include/internal/pycore_initconfig.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1674'/>
-      <parameter type-id='type-id-245'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-246'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyPreConfig_AsDict' filepath='./Include/internal/pycore_initconfig.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-245'/>
+      <parameter type-id='type-id-246'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyPreConfig_GetConfig' filepath='./Include/internal/pycore_initconfig.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1674'/>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-269'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyConfig_InitPathConfig' filepath='./Include/internal/pycore_initconfig.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-59'/>
+      <parameter type-id='type-id-60'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_IsLocaleCoercionTarget' filepath='./Include/internal/pycore_pylifecycle.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PySys_ReadPreinitWarnOptions' filepath='./Include/internal/pycore_pylifecycle.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1675'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PySys_ReadPreinitXOptions' filepath='./Include/internal/pycore_pylifecycle.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-59'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_PreInitializeFromConfig' filepath='./Include/internal/pycore_pylifecycle.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-269'/>
       <parameter type-id='type-id-1680'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyMem_RawStrdup' filepath='./Include/internal/pycore_pymem.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='setvbuf' filepath='/usr/include/stdio.h' line='332' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-401'/>
-      <parameter type-id='type-id-179'/>
+      <parameter type-id='type-id-402'/>
+      <parameter type-id='type-id-180'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='strtoul' filepath='/usr/include/stdlib.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-180'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-2'/>
     </function-decl>
     <function-decl name='wcschr' filepath='/usr/include/wchar.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-387'/>
-      <return type-id='type-id-57'/>
+      <parameter type-id='type-id-388'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='wcstok' filepath='/usr/include/wchar.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-19'/>
       <parameter type-id='type-id-20'/>
       <parameter type-id='type-id-1684'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='wcstol' filepath='/usr/include/wchar.h' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-20'/>
       <parameter type-id='type-id-1684'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exit'>
       <parameter type-id='type-id-5' name='exitcode' filepath='Python/initconfig.c' line='437' column='1'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>
-      <parameter type-id='type-id-60' name='status' filepath='Python/initconfig.c' line='441' column='1'/>
+      <parameter type-id='type-id-61' name='status' filepath='Python/initconfig.c' line='441' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>
-      <parameter type-id='type-id-60' name='status' filepath='Python/initconfig.c' line='444' column='1'/>
+      <parameter type-id='type-id-61' name='status' filepath='Python/initconfig.c' line='444' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>
       <parameter type-id='type-id-1675' name='list' filepath='Python/initconfig.c' line='548' column='1'/>
       <parameter type-id='type-id-7' name='index' filepath='Python/initconfig.c' line='549' column='1'/>
       <parameter type-id='type-id-18' name='item' filepath='Python/initconfig.c' line='549' column='1'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>
       <parameter type-id='type-id-1675' name='list' filepath='Python/initconfig.c' line='589' column='1'/>
       <parameter type-id='type-id-18' name='item' filepath='Python/initconfig.c' line='589' column='1'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>
-      <parameter type-id='type-id-175' name='argc' filepath='Python/initconfig.c' line='676' column='1'/>
+      <parameter type-id='type-id-176' name='argc' filepath='Python/initconfig.c' line='676' column='1'/>
       <parameter type-id='type-id-1685' name='argv' filepath='Python/initconfig.c' line='676' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='804' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='804' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='892' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='892' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='917' column='1'/>
-      <parameter type-id='type-id-239' name='config_str' filepath='Python/initconfig.c' line='917' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='917' column='1'/>
+      <parameter type-id='type-id-240' name='config_str' filepath='Python/initconfig.c' line='917' column='1'/>
       <parameter type-id='type-id-18' name='str' filepath='Python/initconfig.c' line='917' column='1'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='979' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='979' column='1'/>
-      <parameter type-id='type-id-239' name='config_str' filepath='Python/initconfig.c' line='979' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='979' column='1'/>
+      <parameter type-id='type-id-240' name='config_str' filepath='Python/initconfig.c' line='979' column='1'/>
       <parameter type-id='type-id-6' name='str' filepath='Python/initconfig.c' line='980' column='1'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='1036' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>
-      <parameter type-id='type-id-268' name='config' filepath='Python/initconfig.c' line='1036' column='1'/>
+      <parameter type-id='type-id-269' name='config' filepath='Python/initconfig.c' line='1036' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='1250' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='1250' column='1'/>
       <parameter type-id='type-id-4' name='dict' filepath='Python/initconfig.c' line='1250' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='2999' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='2999' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='2999' column='1'/>
       <parameter type-id='type-id-7' name='argc' filepath='Python/initconfig.c' line='2999' column='1'/>
       <parameter type-id='type-id-1670' name='argv' filepath='Python/initconfig.c' line='2999' column='1'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='3011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='3011' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3011' column='1'/>
       <parameter type-id='type-id-1675' name='list' filepath='Python/initconfig.c' line='3011' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Python/initconfig.c' line='3012' column='1'/>
-      <parameter type-id='type-id-239' name='items' filepath='Python/initconfig.c' line='3012' column='1'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-240' name='items' filepath='Python/initconfig.c' line='3012' column='1'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='3095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/initconfig.c' line='3095' column='1'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3095' column='1'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='3102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/instruction_sequence.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='_PyInstructionSequence_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='67' column='1'/>
+  <abi-instr address-size='64' path='Python/instruction_sequence.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='_PyInstructionSequence_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='67' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/instrumentation.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/instrumentation.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_PyMonitoringState' size-in-bits='16' is-struct='yes' visibility='default' filepath='./Include/cpython/monitoring.h' line='37' column='1' id='type-id-1686'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='active' type-id='type-id-303' visibility='default' filepath='./Include/cpython/monitoring.h' line='38' column='1'/>
+        <var-decl name='active' type-id='type-id-304' visibility='default' filepath='./Include/cpython/monitoring.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='opaque' type-id='type-id-303' visibility='default' filepath='./Include/cpython/monitoring.h' line='39' column='1'/>
+        <var-decl name='opaque' type-id='type-id-304' visibility='default' filepath='./Include/cpython/monitoring.h' line='39' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyMonitoringState' type-id='type-id-1686' filepath='./Include/cpython/monitoring.h' line='40' column='1' id='type-id-1687'/>
     <pointer-type-def type-id='type-id-1687' size-in-bits='64' id='type-id-1688'/>
-    <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-1689'/>
-    <var-decl name='_PyInstrumentation_MISSING' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='69' column='1'/>
-    <var-decl name='_PyInstrumentation_DISABLE' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='70' column='1'/>
+    <pointer-type-def type-id='type-id-108' size-in-bits='64' id='type-id-1689'/>
+    <var-decl name='_PyInstrumentation_MISSING' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='69' column='1'/>
+    <var-decl name='_PyInstrumentation_DISABLE' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='70' column='1'/>
     <function-decl name='_PyEval_StopTheWorld' filepath='./Include/internal/pycore_pystate.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_StartTheWorld' filepath='./Include/internal/pycore_pystate.h' line='182' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMonitoring_EnterScope' mangled-name='PyMonitoring_EnterScope' filepath='Python/instrumentation.c' line='2488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMonitoring_EnterScope'>
       <parameter type-id='type-id-1688' name='state_array' filepath='Python/instrumentation.c' line='2488' column='1'/>
       <parameter type-id='type-id-1689' name='version' filepath='Python/instrumentation.c' line='2488' column='1'/>
-      <parameter type-id='type-id-314' name='event_types' filepath='Python/instrumentation.c' line='2489' column='1'/>
+      <parameter type-id='type-id-315' name='event_types' filepath='Python/instrumentation.c' line='2489' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Python/instrumentation.c' line='2489' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/interpconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/interpconfig.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyInterpreterConfig_AsDict' mangled-name='_PyInterpreterConfig_AsDict' filepath='Python/interpconfig.c' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_AsDict'>
       <parameter type-id='type-id-1624' name='config' filepath='Python/interpconfig.c' line='54' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyInterpreterConfig_InitFromState' mangled-name='_PyInterpreterConfig_InitFromState' filepath='Python/interpconfig.c' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_InitFromState'>
       <parameter type-id='type-id-1624' name='config' filepath='Python/interpconfig.c' line='249' column='1'/>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/interpconfig.c' line='250' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/interpconfig.c' line='250' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/intrinsics.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/intrinsics.c' comp-dir-path='/src' language='LANG_C11'>
     <array-type-def dimensions='1' type-id='type-id-1690' size-in-bits='1536' id='type-id-1691'>
       <subrange length='12' type-id='type-id-2' id='type-id-864'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1690' size-in-bits='infinite' id='type-id-1692'>
-      <subrange length='infinite' id='type-id-229'/>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1693' size-in-bits='768' id='type-id-1694'>
-      <subrange length='6' type-id='type-id-2' id='type-id-390'/>
+      <subrange length='6' type-id='type-id-2' id='type-id-391'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1693' size-in-bits='infinite' id='type-id-1695'>
-      <subrange length='infinite' id='type-id-229'/>
+      <subrange length='infinite' id='type-id-230'/>
     </array-type-def>
     <typedef-decl name='intrinsic_func1' type-id='type-id-1696' filepath='./Include/internal/pycore_intrinsics.h' line='35' column='1' id='type-id-1697'/>
     <typedef-decl name='intrinsic_func2' type-id='type-id-1698' filepath='./Include/internal/pycore_intrinsics.h' line='36' column='1' id='type-id-1699'/>
     <qualified-type-def type-id='type-id-1700' const='yes' id='type-id-1690'/>
     <qualified-type-def type-id='type-id-1702' const='yes' id='type-id-1693'/>
     <function-decl name='_Py_set_function_type_params' filepath='./Include/internal/pycore_function.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyAsyncGenValueWrapperNew' filepath='./Include/internal/pycore_genobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_make_paramspec' filepath='./Include/internal/pycore_typevarobject.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_make_typevartuple' filepath='./Include/internal/pycore_typevarobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_make_typealias' filepath='./Include/internal/pycore_typevarobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_subscript_generic' filepath='./Include/internal/pycore_typevarobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_set_typeparam_default' filepath='./Include/internal/pycore_typevarobject.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1704'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1705'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/legacy_tracing.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <typedef-decl name='_PyMonitoringEventSet' type-id='type-id-324' filepath='./Include/internal/pycore_instruments.h' line='16' column='1' id='type-id-1706'/>
+  <abi-instr address-size='64' path='Python/legacy_tracing.c' comp-dir-path='/src' language='LANG_C11'>
+    <typedef-decl name='_PyMonitoringEventSet' type-id='type-id-325' filepath='./Include/internal/pycore_instruments.h' line='16' column='1' id='type-id-1706'/>
     <pointer-type-def type-id='type-id-1706' size-in-bits='64' id='type-id-1707'/>
     <function-decl name='_PyMonitoring_RegisterCallback' filepath='./Include/internal/pycore_instruments.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMonitoring_SetLocalEvents' filepath='./Include/internal/pycore_instruments.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1706'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMonitoring_GetLocalEvents' filepath='./Include/internal/pycore_instruments.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1707'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_Instrumentation_GetLine' filepath='./Include/internal/pycore_instruments.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-323'/>
+      <parameter type-id='type-id-324'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/lock.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='256' id='type-id-1708'>
-      <subrange length='32' type-id='type-id-2' id='type-id-66'/>
+  <abi-instr address-size='64' path='Python/lock.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='256' id='type-id-1708'>
+      <subrange length='32' type-id='type-id-2' id='type-id-67'/>
     </array-type-def>
     <class-decl name='_PySeqLock' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-1709' visibility='default' filepath='./Include/internal/pycore_lock.h' line='213' column='1' id='type-id-1710'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='sequence' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_lock.h' line='214' column='1'/>
+        <var-decl name='sequence' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_lock.h' line='214' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PySeqLock' type-id='type-id-1710' filepath='./Include/internal/pycore_lock.h' line='215' column='1' id='type-id-1709'/>
     <typedef-decl name='_Py_unpark_fn_t' type-id='type-id-1711' filepath='./Include/internal/pycore_parking_lot.h' line='74' column='1' id='type-id-1712'/>
-    <typedef-decl name='PyThread_ident_t' type-id='type-id-375' filepath='./Include/internal/pycore_pythread.h' line='119' column='1' id='type-id-1713'/>
+    <typedef-decl name='PyThread_ident_t' type-id='type-id-376' filepath='./Include/internal/pycore_pythread.h' line='119' column='1' id='type-id-1713'/>
     <class-decl name='_PySemaphore' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_semaphore.h' line='34' column='1' id='type-id-1714'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='platform_sem' type-id='type-id-1715' visibility='default' filepath='./Include/internal/pycore_semaphore.h' line='38' column='1'/>
         <var-decl name='__size' type-id='type-id-1708' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='37' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__align' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='38' column='1'/>
+        <var-decl name='__align' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='38' column='1'/>
       </data-member>
     </union-decl>
     <typedef-decl name='sem_t' type-id='type-id-1717' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='39' column='1' id='type-id-1715'/>
     <pointer-type-def type-id='type-id-1709' size-in-bits='64' id='type-id-1721'/>
     <pointer-type-def type-id='type-id-1712' size-in-bits='64' id='type-id-1722'/>
     <function-decl name='PyTime_MonotonicRaw' mangled-name='PyTime_MonotonicRaw' filepath='./Include/cpython/pytime.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_MonotonicRaw'>
-      <parameter type-id='type-id-173'/>
+      <parameter type-id='type-id-174'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyParkingLot_Park' mangled-name='_PyParkingLot_Park' filepath='./Include/internal/pycore_parking_lot.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyParkingLot_Park'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyParkingLot_Unpark' mangled-name='_PyParkingLot_Unpark' filepath='./Include/internal/pycore_parking_lot.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyParkingLot_Unpark'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-1722'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyParkingLot_UnparkAll' mangled-name='_PyParkingLot_UnparkAll' filepath='./Include/internal/pycore_parking_lot.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyParkingLot_UnparkAll'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThread_get_thread_ident_ex' mangled-name='PyThread_get_thread_ident_ex' filepath='./Include/internal/pycore_pythread.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_thread_ident_ex'>
     </function-decl>
     <function-decl name='_PySemaphore_Wait' mangled-name='_PySemaphore_Wait' filepath='./Include/internal/pycore_semaphore.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Wait'>
       <parameter type-id='type-id-1720'/>
-      <parameter type-id='type-id-211'/>
+      <parameter type-id='type-id-212'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTime_Add' filepath='./Include/internal/pycore_time.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-211'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-212'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='_PyDeadline_Get' mangled-name='_PyDeadline_Get' filepath='./Include/internal/pycore_time.h' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Get'>
-      <parameter type-id='type-id-211'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='sched_yield' filepath='/usr/include/sched.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyEvent_WaitTimed' mangled-name='PyEvent_WaitTimed' filepath='Python/lock.c' line='275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEvent_WaitTimed'>
       <parameter type-id='type-id-1718' name='evt' filepath='Python/lock.c' line='275' column='1'/>
-      <parameter type-id='type-id-211' name='timeout_ns' filepath='Python/lock.c' line='275' column='1'/>
+      <parameter type-id='type-id-212' name='timeout_ns' filepath='Python/lock.c' line='275' column='1'/>
       <parameter type-id='type-id-5' name='detach' filepath='Python/lock.c' line='275' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PySeqLock_BeginRead' mangled-name='_PySeqLock_BeginRead' filepath='Python/lock.c' line='540' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_BeginRead'>
       <parameter type-id='type-id-1721' name='seqlock' filepath='Python/lock.c' line='540' column='1'/>
-      <return type-id='type-id-324'/>
+      <return type-id='type-id-325'/>
     </function-decl>
     <function-decl name='_PySeqLock_EndRead' mangled-name='_PySeqLock_EndRead' filepath='Python/lock.c' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_EndRead'>
       <parameter type-id='type-id-1721' name='seqlock' filepath='Python/lock.c' line='551' column='1'/>
-      <parameter type-id='type-id-324' name='previous' filepath='Python/lock.c' line='551' column='1'/>
+      <parameter type-id='type-id-325' name='previous' filepath='Python/lock.c' line='551' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySeqLock_AfterFork' mangled-name='_PySeqLock_AfterFork' filepath='Python/lock.c' line='566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_AfterFork'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1711'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/marshal.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-483' size-in-bits='192' id='type-id-1723'>
+  <abi-instr address-size='64' path='Python/marshal.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-484' size-in-bits='192' id='type-id-1723'>
       <subrange length='3' type-id='type-id-2' id='type-id-834'/>
     </array-type-def>
     <class-decl name='stat' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='26' column='1' id='type-id-1724'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='st_dev' type-id='type-id-184' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='31' column='1'/>
+        <var-decl name='st_dev' type-id='type-id-185' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='st_ino' type-id='type-id-1725' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='36' column='1'/>
         <var-decl name='st_nlink' type-id='type-id-1726' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='st_mode' type-id='type-id-113' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='45' column='1'/>
+        <var-decl name='st_mode' type-id='type-id-114' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224'>
-        <var-decl name='st_uid' type-id='type-id-115' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='47' column='1'/>
+        <var-decl name='st_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='47' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='st_gid' type-id='type-id-111' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='48' column='1'/>
+        <var-decl name='st_gid' type-id='type-id-112' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='48' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288'>
         <var-decl name='__pad0' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='st_rdev' type-id='type-id-184' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='52' column='1'/>
+        <var-decl name='st_rdev' type-id='type-id-185' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='st_size' type-id='type-id-1426' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='57' column='1'/>
         <var-decl name='st_blocks' type-id='type-id-1728' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='st_atim' type-id='type-id-106' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='74' column='1'/>
+        <var-decl name='st_atim' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='st_mtim' type-id='type-id-106' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='75' column='1'/>
+        <var-decl name='st_mtim' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='75' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='st_ctim' type-id='type-id-106' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='76' column='1'/>
+        <var-decl name='st_ctim' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
         <var-decl name='__glibc_reserved' type-id='type-id-1723' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='89' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__gid_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-111'/>
+    <typedef-decl name='__gid_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-112'/>
     <typedef-decl name='__ino_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='148' column='1' id='type-id-1725'/>
-    <typedef-decl name='__mode_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-113'/>
+    <typedef-decl name='__mode_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-114'/>
     <typedef-decl name='__nlink_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='151' column='1' id='type-id-1726'/>
-    <typedef-decl name='__blksize_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='175' column='1' id='type-id-1727'/>
-    <typedef-decl name='__blkcnt_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='180' column='1' id='type-id-1728'/>
-    <pointer-type-def type-id='type-id-1724' size-in-bits='64' id='type-id-58'/>
+    <typedef-decl name='__blksize_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='175' column='1' id='type-id-1727'/>
+    <typedef-decl name='__blkcnt_t' type-id='type-id-182' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='180' column='1' id='type-id-1728'/>
+    <pointer-type-def type-id='type-id-1724' size-in-bits='64' id='type-id-59'/>
     <function-decl name='_Py_fstat_noraise' mangled-name='_Py_fstat_noraise' filepath='./Include/internal/pycore_fileutils.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat_noraise'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-58'/>
+      <parameter type-id='type-id-59'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='fread' filepath='/usr/include/stdio.h' line='675' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-230'/>
+      <parameter type-id='type-id-231'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <parameter type-id='type-id-401'/>
+      <parameter type-id='type-id-402'/>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='PyMarshal_WriteLongToFile' mangled-name='PyMarshal_WriteLongToFile' filepath='Python/marshal.c' line='658' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteLongToFile'>
-      <parameter type-id='type-id-181' name='x' filepath='Python/marshal.c' line='658' column='1'/>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/marshal.c' line='658' column='1'/>
+      <parameter type-id='type-id-182' name='x' filepath='Python/marshal.c' line='658' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='658' column='1'/>
       <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='658' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMarshal_WriteObjectToFile' mangled-name='PyMarshal_WriteObjectToFile' filepath='Python/marshal.c' line='673' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteObjectToFile'>
       <parameter type-id='type-id-4' name='x' filepath='Python/marshal.c' line='673' column='1'/>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/marshal.c' line='673' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='673' column='1'/>
       <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='673' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadShortFromFile' mangled-name='PyMarshal_ReadShortFromFile' filepath='Python/marshal.c' line='1572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadShortFromFile'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/marshal.c' line='1572' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='1572' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadLongFromFile' mangled-name='PyMarshal_ReadLongFromFile' filepath='Python/marshal.c' line='1588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLongFromFile'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/marshal.c' line='1588' column='1'/>
-      <return type-id='type-id-181'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='1588' column='1'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadLastObjectFromFile' mangled-name='PyMarshal_ReadLastObjectFromFile' filepath='Python/marshal.c' line='1624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLastObjectFromFile'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/marshal.c' line='1624' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='1624' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadObjectFromFile' mangled-name='PyMarshal_ReadObjectFromFile' filepath='Python/marshal.c' line='1649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromFile'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/marshal.c' line='1649' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='1649' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyMarshal_WriteObjectToString' mangled-name='PyMarshal_WriteObjectToString' filepath='Python/marshal.c' line='1745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteObjectToString'>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/modsupport.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/modsupport.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_convert_optional_to_ssize_t' mangled-name='_Py_convert_optional_to_ssize_t' filepath='Python/modsupport.c' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_convert_optional_to_ssize_t'>
       <parameter type-id='type-id-4' name='obj' filepath='Python/modsupport.c' line='14' column='1'/>
-      <parameter type-id='type-id-29' name='result' filepath='Python/modsupport.c' line='14' column='1'/>
+      <parameter type-id='type-id-30' name='result' filepath='Python/modsupport.c' line='14' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_BuildValue_SizeT' mangled-name='_Py_BuildValue_SizeT' filepath='Python/modsupport.c' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BuildValue_SizeT'>
     </function-decl>
     <function-decl name='Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='497' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_VaBuildValue'>
       <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='497' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/modsupport.c' line='497' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/modsupport.c' line='497' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_VaBuildValue_SizeT' mangled-name='_Py_VaBuildValue_SizeT' filepath='Python/modsupport.c' line='503' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_VaBuildValue_SizeT'>
       <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='503' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/modsupport.c' line='503' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/modsupport.c' line='503' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyModule_AddObject' mangled-name='PyModule_AddObject' filepath='Python/modsupport.c' line='617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddObject'>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/mysnprintf.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/mysnprintf.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyOS_vsnprintf' mangled-name='PyOS_vsnprintf' filepath='Python/mysnprintf.c' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_vsnprintf'>
       <parameter type-id='type-id-17' name='str' filepath='Python/mysnprintf.c' line='53' column='1'/>
       <parameter type-id='type-id-21' name='size' filepath='Python/mysnprintf.c' line='53' column='1'/>
       <parameter type-id='type-id-6' name='format' filepath='Python/mysnprintf.c' line='53' column='1'/>
-      <parameter type-id='type-id-300' name='va' filepath='Python/mysnprintf.c' line='53' column='1'/>
+      <parameter type-id='type-id-301' name='va' filepath='Python/mysnprintf.c' line='53' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/parking_lot.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/parking_lot.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_PyRawMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1729' visibility='default' filepath='./Include/internal/pycore_lock.h' line='103' column='1' id='type-id-1730'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_lock.h' line='104' column='1'/>
+        <var-decl name='v' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_lock.h' line='104' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyRawMutex' type-id='type-id-1730' filepath='./Include/internal/pycore_lock.h' line='105' column='1' id='type-id-1729'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimespec_clamp' mangled-name='_PyTime_AsTimespec_clamp' filepath='./Include/internal/pycore_time.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec_clamp'>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-177'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='sem_init' filepath='/usr/include/semaphore.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1732'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-100'/>
+      <parameter type-id='type-id-101'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sem_destroy' filepath='/usr/include/semaphore.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='sem_clockwait' filepath='/usr/include/semaphore.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1733'/>
-      <parameter type-id='type-id-225'/>
-      <parameter type-id='type-id-205'/>
+      <parameter type-id='type-id-226'/>
+      <parameter type-id='type-id-206'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sem_post' filepath='/usr/include/semaphore.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1732'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyParkingLot_AfterFork' mangled-name='_PyParkingLot_AfterFork' filepath='Python/parking_lot.c' line='386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyParkingLot_AfterFork'>
+    <function-decl name='_PyParkingLot_AfterFork' mangled-name='_PyParkingLot_AfterFork' filepath='Python/parking_lot.c' line='393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyParkingLot_AfterFork'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pathconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pathconfig.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_wreadlink' filepath='./Include/internal/pycore_fileutils.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-58'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_wrealpath' filepath='./Include/internal/pycore_fileutils.h' line='160' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-18'/>
-      <parameter type-id='type-id-57'/>
+      <parameter type-id='type-id-58'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='wcscpy' filepath='/usr/include/wchar.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-19'/>
       <parameter type-id='type-id-20'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='wcsncpy' filepath='/usr/include/wchar.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-19'/>
       <parameter type-id='type-id-20'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='_PyPathConfig_ClearGlobal' mangled-name='_PyPathConfig_ClearGlobal' filepath='Python/pathconfig.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPathConfig_ClearGlobal'>
       <return type-id='type-id-3'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_GetPath' mangled-name='Py_GetPath' filepath='Python/pathconfig.c' line='301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPath'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='Py_GetPrefix' mangled-name='Py_GetPrefix' filepath='Python/pathconfig.c' line='324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPrefix'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='Py_GetExecPrefix' mangled-name='Py_GetExecPrefix' filepath='Python/pathconfig.c' line='331' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetExecPrefix'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='Py_GetProgramFullPath' mangled-name='Py_GetProgramFullPath' filepath='Python/pathconfig.c' line='338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetProgramFullPath'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='Py_GetPythonHome' mangled-name='Py_GetPythonHome' filepath='Python/pathconfig.c' line='345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPythonHome'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
     <function-decl name='Py_GetProgramName' mangled-name='Py_GetProgramName' filepath='Python/pathconfig.c' line='352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetProgramName'>
-      <return type-id='type-id-57'/>
+      <return type-id='type-id-58'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/perf_jit_trampoline.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-220' restrict='yes' id='type-id-1734'/>
+  <abi-instr address-size='64' path='Python/perf_jit_trampoline.c' comp-dir-path='/src' language='LANG_C11'>
+    <qualified-type-def type-id='type-id-221' restrict='yes' id='type-id-1734'/>
     <var-decl name='_Py_perfmap_jit_callbacks' type-id='type-id-1735' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='111' column='1'/>
     <function-decl name='gettimeofday' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1734'/>
-      <parameter type-id='type-id-230'/>
+      <parameter type-id='type-id-231'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/perf_trampoline.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/perf_trampoline.c' comp-dir-path='/src' language='LANG_C11'>
     <var-decl name='_Py_perfmap_callbacks' type-id='type-id-1735' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='110' column='1'/>
     <function-decl name='getppid' filepath='/usr/include/unistd.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-118'/>
     </function-decl>
     <function-decl name='PyUnstable_PerfTrampoline_CompileCode' mangled-name='PyUnstable_PerfTrampoline_CompileCode' filepath='Python/perf_trampoline.c' line='412' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfTrampoline_CompileCode'>
-      <parameter type-id='type-id-323' name='co' filepath='Python/perf_trampoline.c' line='412' column='1'/>
+      <parameter type-id='type-id-324' name='co' filepath='Python/perf_trampoline.c' line='412' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_PerfTrampoline_SetPersistAfterFork' mangled-name='PyUnstable_PerfTrampoline_SetPersistAfterFork' filepath='Python/perf_trampoline.c' line='537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfTrampoline_SetPersistAfterFork'>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/preconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/preconfig.c' comp-dir-path='/src' language='LANG_C11'>
     <enum-decl name='PyMemAllocatorName' naming-typedef-id='type-id-1736' filepath='./Include/cpython/pymem.h' line='16' column='1' id='type-id-1737'>
-      <underlying-type type-id='type-id-31'/>
+      <underlying-type type-id='type-id-32'/>
       <enumerator name='PYMEM_ALLOCATOR_NOT_SET' value='0'/>
       <enumerator name='PYMEM_ALLOCATOR_DEFAULT' value='1'/>
       <enumerator name='PYMEM_ALLOCATOR_DEBUG' value='2'/>
     </function-decl>
     <function-decl name='_PyWideStringList_Copy' filepath='./Include/internal/pycore_initconfig.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1675'/>
-      <parameter type-id='type-id-235'/>
+      <parameter type-id='type-id-236'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyWideStringList_Extend' filepath='./Include/internal/pycore_initconfig.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1675'/>
-      <parameter type-id='type-id-235'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-236'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_CoerceLegacyLocale' filepath='./Include/internal/pycore_pylifecycle.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pyctype.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='2048' id='type-id-1739'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+  <abi-instr address-size='64' path='Python/pyctype.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='2048' id='type-id-1739'>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1740' size-in-bits='8192' id='type-id-1741'>
-      <subrange length='256' type-id='type-id-2' id='type-id-68'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-69'/>
     </array-type-def>
-    <qualified-type-def type-id='type-id-100' const='yes' id='type-id-1740'/>
+    <qualified-type-def type-id='type-id-101' const='yes' id='type-id-1740'/>
     <var-decl name='_Py_ctype_table' type-id='type-id-1741' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>
     <var-decl name='_Py_ctype_tolower' type-id='type-id-1739' 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-1739' 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 address-size='64' path='Python/pyhash.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-90' size-in-bits='128' id='type-id-1742'>
-      <subrange length='16' type-id='type-id-2' id='type-id-63'/>
+  <abi-instr address-size='64' path='Python/pyhash.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-91' size-in-bits='128' id='type-id-1742'>
+      <subrange length='16' type-id='type-id-2' id='type-id-64'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-90' size-in-bits='192' id='type-id-1743'>
+    <array-type-def dimensions='1' type-id='type-id-91' size-in-bits='192' id='type-id-1743'>
       <subrange length='24' type-id='type-id-2' id='type-id-809'/>
     </array-type-def>
     <class-decl name='PyHash_FuncDef' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1744' visibility='default' filepath='./Include/cpython/pyhash.h' line='37' column='1' id='type-id-1745'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pyhash.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='hash_bits' type-id='type-id-269' visibility='default' filepath='./Include/cpython/pyhash.h' line='40' column='1'/>
+        <var-decl name='hash_bits' type-id='type-id-270' visibility='default' filepath='./Include/cpython/pyhash.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='seed_bits' type-id='type-id-269' visibility='default' filepath='./Include/cpython/pyhash.h' line='41' column='1'/>
+        <var-decl name='seed_bits' type-id='type-id-270' visibility='default' filepath='./Include/cpython/pyhash.h' line='41' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyHash_FuncDef' type-id='type-id-1745' filepath='./Include/cpython/pyhash.h' line='42' column='1' id='type-id-1744'/>
     </union-decl>
     <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='49' column='1' id='type-id-1749'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='prefix' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='50' column='1'/>
+        <var-decl name='prefix' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='suffix' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='51' column='1'/>
+        <var-decl name='suffix' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='51' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__1' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='54' column='1' id='type-id-1750'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='k0' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='55' column='1'/>
+        <var-decl name='k0' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='k1' type-id='type-id-107' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='56' column='1'/>
+        <var-decl name='k1' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='56' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__2' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='59' column='1' id='type-id-1751'>
         <var-decl name='padding' type-id='type-id-1742' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='suffix' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='61' column='1'/>
+        <var-decl name='suffix' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='61' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__3' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='63' column='1' id='type-id-1752'>
         <var-decl name='padding' type-id='type-id-1742' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='hashsalt' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='65' column='1'/>
+        <var-decl name='hashsalt' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='65' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_HashSecret_t' type-id='type-id-1748' filepath='./Include/internal/pycore_pyhash.h' line='67' column='1' id='type-id-1747'/>
       <return type-id='type-id-1753'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1754'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-299'/>
+      <return type-id='type-id-300'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pylifecycle.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pylifecycle.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_PyPerf_Callbacks' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1735' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='92' column='1' id='type-id-1756'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='init_state' type-id='type-id-1113' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='94' column='1'/>
         <var-decl name='write_state' type-id='type-id-1114' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='96' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free_state' type-id='type-id-247' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='99' column='1'/>
+        <var-decl name='free_state' type-id='type-id-248' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='99' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyPerf_Callbacks' type-id='type-id-1756' filepath='./Include/internal/pycore_ceval.h' line='100' column='1' id='type-id-1735'/>
     <typedef-decl name='PyOS_sighandler_t' type-id='type-id-1404' filepath='./Include/pylifecycle.h' line='59' column='1' id='type-id-1757'/>
     <typedef-decl name='nl_item' type-id='type-id-5' filepath='/usr/include/nl_types.h' line='36' column='1' id='type-id-1758'/>
-    <typedef-decl name='sigset_t' type-id='type-id-36' filepath='/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h' line='7' column='1' id='type-id-79'/>
-    <pointer-type-def type-id='type-id-27' size-in-bits='64' id='type-id-1759'/>
-    <pointer-type-def type-id='type-id-1735' size-in-bits='64' id='type-id-234'/>
+    <typedef-decl name='sigset_t' type-id='type-id-37' filepath='/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h' line='7' column='1' id='type-id-80'/>
+    <pointer-type-def type-id='type-id-28' size-in-bits='64' id='type-id-1759'/>
+    <pointer-type-def type-id='type-id-1735' size-in-bits='64' id='type-id-235'/>
     <qualified-type-def type-id='type-id-1147' const='yes' id='type-id-1760'/>
     <pointer-type-def type-id='type-id-1760' size-in-bits='64' id='type-id-1761'/>
     <qualified-type-def type-id='type-id-1761' restrict='yes' id='type-id-1762'/>
     <pointer-type-def type-id='type-id-1147' size-in-bits='64' id='type-id-1763'/>
     <qualified-type-def type-id='type-id-1763' restrict='yes' id='type-id-1764'/>
-    <pointer-type-def type-id='type-id-79' size-in-bits='64' id='type-id-51'/>
+    <pointer-type-def type-id='type-id-80' size-in-bits='64' id='type-id-52'/>
     <function-decl name='_Py_FinishPendingCalls' filepath='./Include/internal/pycore_ceval.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_Fini' filepath='./Include/internal/pycore_ceval.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyPerfTrampoline_SetCallbacks' filepath='./Include/internal/pycore_ceval.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-234'/>
+      <parameter type-id='type-id-235'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPerfTrampoline_Init' filepath='./Include/internal/pycore_ceval.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_InitGIL' filepath='./Include/internal/pycore_ceval.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FiniGIL' filepath='./Include/internal/pycore_ceval.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCode_Init' filepath='./Include/internal/pycore_code.h' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyCode_Fini' filepath='./Include/internal/pycore_code.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyContext_Init' filepath='./Include/internal/pycore_context.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyXI_Init' filepath='./Include/internal/pycore_crossinterp.h' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyXI_Fini' filepath='./Include/internal/pycore_crossinterp.h' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyXI_InitTypes' filepath='./Include/internal/pycore_crossinterp.h' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyXI_FiniTypes' filepath='./Include/internal/pycore_crossinterp.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyDtoa_Init' filepath='./Include/internal/pycore_dtoa.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyDtoa_Fini' filepath='./Include/internal/pycore_dtoa.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyExc_InitState' filepath='./Include/internal/pycore_exceptions.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyExc_InitGlobalObjects' filepath='./Include/internal/pycore_exceptions.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyExc_InitTypes' filepath='./Include/internal/pycore_exceptions.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyExc_Fini' filepath='./Include/internal/pycore_exceptions.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyExc_ClearExceptionGroupType' filepath='./Include/internal/pycore_exceptions.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_write_noraise' mangled-name='_Py_write_noraise' filepath='./Include/internal/pycore_fileutils.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_write_noraise'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-7'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyFloat_InitState' filepath='./Include/internal/pycore_floatobject.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFloat_InitTypes' filepath='./Include/internal/pycore_floatobject.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyFloat_FiniType' filepath='./Include/internal/pycore_floatobject.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_CollectNoFail' filepath='./Include/internal/pycore_gc.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_FixupBuiltin' filepath='./Include/internal/pycore_import.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_ClearModules' filepath='./Include/internal/pycore_import.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_ClearModulesByIndex' filepath='./Include/internal/pycore_import.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_InitDefaultImportFunc' filepath='./Include/internal/pycore_import.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_GetImportlibLoader' filepath='./Include/internal/pycore_import.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyImport_Init' filepath='./Include/internal/pycore_import.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyImport_Fini' filepath='./Include/internal/pycore_import.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_InitCore' filepath='./Include/internal/pycore_import.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyImport_InitExternal' filepath='./Include/internal/pycore_import.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyImport_FiniCore' filepath='./Include/internal/pycore_import.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_FiniExternal' filepath='./Include/internal/pycore_import.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyPreConfig_InitFromConfig' filepath='./Include/internal/pycore_initconfig.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1674'/>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-269'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyPreConfig_Read' filepath='./Include/internal/pycore_initconfig.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1674'/>
       <parameter type-id='type-id-1680'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyPreConfig_Write' filepath='./Include/internal/pycore_initconfig.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-245'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-246'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyConfig_Copy' filepath='./Include/internal/pycore_initconfig.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-59'/>
-      <parameter type-id='type-id-268'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-60'/>
+      <parameter type-id='type-id-269'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyConfig_InitImportConfig' filepath='./Include/internal/pycore_initconfig.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-59'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyConfig_Read' filepath='./Include/internal/pycore_initconfig.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-59'/>
+      <parameter type-id='type-id-60'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyConfig_Write' filepath='./Include/internal/pycore_initconfig.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-269'/>
       <parameter type-id='type-id-1244'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_Clear' filepath='./Include/internal/pycore_interp.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_New' mangled-name='_PyInterpreterState_New' filepath='./Include/internal/pycore_interp.h' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_New'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-1759'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyLong_InitTypes' filepath='./Include/internal/pycore_long.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyLong_FiniTypes' filepath='./Include/internal/pycore_long.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyModule_Clear' filepath='./Include/internal/pycore_moduleobject.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_init_obmalloc' filepath='./Include/internal/pycore_obmalloc.h' line='689' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPathConfig_UpdateGlobal' filepath='./Include/internal/pycore_pathconfig.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-268'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-269'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyErr_InitTypes' filepath='./Include/internal/pycore_pyerrors.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyErr_FiniTypes' filepath='./Include/internal/pycore_pyerrors.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_ClearFileSystemEncoding' filepath='./Include/internal/pycore_pylifecycle.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitEncodings' filepath='./Include/internal/pycore_pylifecycle.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_Py_InitVersion' filepath='./Include/internal/pycore_pylifecycle.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFaulthandler_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyBuiltin_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PySys_Create' filepath='./Include/internal/pycore_pylifecycle.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <parameter type-id='type-id-236'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-237'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PySys_UpdateConfig' filepath='./Include/internal/pycore_pylifecycle.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_FiniTypes' filepath='./Include/internal/pycore_pylifecycle.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBuiltins_AddExceptions' filepath='./Include/internal/pycore_pylifecycle.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_HashRandomization_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-268'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-269'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyGC_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyAtExit_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PySignal_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThread_FiniType' filepath='./Include/internal/pycore_pylifecycle.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyArg_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_FinalizeAllocatedBlocks' filepath='./Include/internal/pycore_pylifecycle.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
+      <parameter type-id='type-id-171'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGILState_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyGILState_SetTstate' filepath='./Include/internal/pycore_pylifecycle.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGILState_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_DumpShutdownStats' filepath='./Include/internal/pycore_pylifecycle.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyAtExit_Call' filepath='./Include/internal/pycore_pylifecycle.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_FiniDelayed' filepath='./Include/internal/pycore_pymem.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_RawMalloc' filepath='./Include/internal/pycore_pymem_init.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyMem_RawCalloc' filepath='./Include/internal/pycore_pymem_init.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyMem_RawRealloc' filepath='./Include/internal/pycore_pymem_init.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyMem_RawFree' filepath='./Include/internal/pycore_pymem_init.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_Malloc' filepath='./Include/internal/pycore_pymem_init.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyObject_Calloc' filepath='./Include/internal/pycore_pymem_init.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyObject_Free' filepath='./Include/internal/pycore_pymem_init.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_Realloc' filepath='./Include/internal/pycore_pymem_init.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyMem_ArenaAlloc' filepath='./Include/internal/pycore_pymem_init.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyMem_ArenaFree' filepath='./Include/internal/pycore_pymem_init.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_IsRunningMain' filepath='./Include/internal/pycore_pystate.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThreadState_New' mangled-name='_PyThreadState_New' filepath='./Include/internal/pycore_pystate.h' line='221' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_New'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyThreadState_Bind' filepath='./Include/internal/pycore_pystate.h' line='224' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_RemoveExcept' filepath='./Include/internal/pycore_pystate.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
-      <return type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyThreadState_DeleteList' filepath='./Include/internal/pycore_pystate.h' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_ClearMimallocHeaps' filepath='./Include/internal/pycore_pystate.h' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_Enable' filepath='./Include/internal/pycore_pystate.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-171'/>
+      <return type-id='type-id-61'/>
     </function-decl>
-    <var-decl name='_PyRuntime' type-id='type-id-477' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='367' column='1' elf-symbol-id='_PyRuntime'/>
+    <var-decl name='_PyRuntime' type-id='type-id-478' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='367' column='1' elf-symbol-id='_PyRuntime'/>
     <function-decl name='_PyRuntimeState_Init' filepath='./Include/internal/pycore_runtime.h' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-171'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyRuntimeState_Fini' filepath='./Include/internal/pycore_runtime.h' line='370' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-170'/>
+      <parameter type-id='type-id-171'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PySys_ClearAuditHooks' filepath='./Include/internal/pycore_sysmodule.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PySys_SetAttr' filepath='./Include/internal/pycore_sysmodule.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_Py_DumpTracebackThreads' filepath='./Include/internal/pycore_traceback.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-26'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_DumpASCII' filepath='./Include/internal/pycore_traceback.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_Py_DumpHexadecimal' filepath='./Include/internal/pycore_traceback.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-426'/>
+      <parameter type-id='type-id-427'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTypes_InitTypes' filepath='./Include/internal/pycore_typeobject.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyTypes_FiniTypes' filepath='./Include/internal/pycore_typeobject.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTypes_FiniExtTypes' filepath='./Include/internal/pycore_typeobject.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTypes_Fini' filepath='./Include/internal/pycore_typeobject.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_clear_generic_types' filepath='./Include/internal/pycore_typevarobject.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitState' filepath='./Include/internal/pycore_unicodeobject.h' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitGlobalObjects' filepath='./Include/internal/pycore_unicodeobject.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='274' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyUnicode_Fini' filepath='./Include/internal/pycore_unicodeobject.h' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_FiniTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_ClearInterned' filepath='./Include/internal/pycore_unicodeobject.h' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyWarnings_InitState' filepath='./Include/internal/pycore_warnings.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInterpreterState_New' mangled-name='PyInterpreterState_New' filepath='./Include/pystate.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_New'>
-      <return type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='./Include/pystate.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_GetThisThreadState'>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyOS_mystrnicmp' mangled-name='PyOS_mystrnicmp' filepath='./Include/pystrcmp.h' line='8' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_mystrnicmp'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='sigemptyset' filepath='/usr/include/signal.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-51'/>
+      <parameter type-id='type-id-52'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='sigaction' filepath='/usr/include/signal.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='vfprintf' filepath='/usr/include/stdio.h' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-401'/>
-      <parameter type-id='type-id-177'/>
-      <parameter type-id='type-id-300'/>
+      <parameter type-id='type-id-402'/>
+      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-301'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='setenv' filepath='/usr/include/stdlib.h' line='660' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetConfig' mangled-name='_PyInterpreterState_SetConfig' filepath='Python/pylifecycle.c' line='422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetConfig'>
-      <parameter type-id='type-id-268' name='src_config' filepath='Python/pylifecycle.c' line='422' column='1'/>
+      <parameter type-id='type-id-269' name='src_config' filepath='Python/pylifecycle.c' line='422' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_PreInitializeFromBytesArgs' mangled-name='Py_PreInitializeFromBytesArgs' filepath='Python/pylifecycle.c' line='992' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromBytesArgs'>
-      <parameter type-id='type-id-245' name='src_config' filepath='Python/pylifecycle.c' line='992' column='1'/>
+      <parameter type-id='type-id-246' name='src_config' filepath='Python/pylifecycle.c' line='992' column='1'/>
       <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='992' column='1'/>
-      <parameter type-id='type-id-246' name='argv' filepath='Python/pylifecycle.c' line='992' column='1'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-247' name='argv' filepath='Python/pylifecycle.c' line='992' column='1'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_PreInitializeFromArgs' mangled-name='Py_PreInitializeFromArgs' filepath='Python/pylifecycle.c' line='1000' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromArgs'>
-      <parameter type-id='type-id-245' name='src_config' filepath='Python/pylifecycle.c' line='1000' column='1'/>
+      <parameter type-id='type-id-246' name='src_config' filepath='Python/pylifecycle.c' line='1000' column='1'/>
       <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='1000' column='1'/>
-      <parameter type-id='type-id-239' name='argv' filepath='Python/pylifecycle.c' line='1000' column='1'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-240' name='argv' filepath='Python/pylifecycle.c' line='1000' column='1'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='1008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitialize'>
-      <parameter type-id='type-id-245' name='src_config' filepath='Python/pylifecycle.c' line='1008' column='1'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-246' name='src_config' filepath='Python/pylifecycle.c' line='1008' column='1'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_InitializeEx' mangled-name='Py_InitializeEx' filepath='Python/pylifecycle.c' line='1416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_InitializeEx'>
       <parameter type-id='type-id-5' name='install_sigs' filepath='Python/pylifecycle.c' line='1416' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_InitializeMain' mangled-name='_Py_InitializeMain' filepath='Python/pylifecycle.c' line='1451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_InitializeMain'>
-      <return type-id='type-id-60'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Finalize'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='3255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>
       <parameter type-id='type-id-6' name='msg' filepath='Python/pylifecycle.c' line='3255' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='3349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>
-      <parameter type-id='type-id-231' name='func' filepath='Python/pylifecycle.c' line='3349' column='1'/>
+      <parameter type-id='type-id-232' name='func' filepath='Python/pylifecycle.c' line='3349' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='3386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='3407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pylifecycle.c' line='3407' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pylifecycle.c' line='3407' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/pylifecycle.c' line='3407' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-1757'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pystate.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pystate.c' comp-dir-path='/src' language='LANG_C11'>
     <pointer-type-def type-id='type-id-1154' size-in-bits='64' id='type-id-1765'/>
     <pointer-type-def type-id='type-id-1343' size-in-bits='64' id='type-id-1766'/>
     <pointer-type-def type-id='type-id-1166' size-in-bits='64' id='type-id-1767'/>
     <pointer-type-def type-id='type-id-1310' size-in-bits='64' id='type-id-1768'/>
     <function-decl name='_PyEval_InitState' filepath='./Include/internal/pycore_ceval.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_AcquireLock' filepath='./Include/internal/pycore_ceval.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_ReleaseLock' filepath='./Include/internal/pycore_ceval.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-26'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCodec_Fini' filepath='./Include/internal/pycore_codecs.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_InitState' filepath='./Include/internal/pycore_gc.h' line='336' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_ClearCore' filepath='./Include/internal/pycore_import.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyType_InitCache' filepath='./Include/internal/pycore_object.h' line='292' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_InitState' filepath='./Include/internal/pycore_object.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-60'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-61'/>
     </function-decl>
     <function-decl name='_PyObject_FiniState' filepath='./Include/internal/pycore_object.h' line='295' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_VirtualAlloc' filepath='./Include/internal/pycore_obmalloc.h' line='679' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-21'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyObject_VirtualFree' filepath='./Include/internal/pycore_obmalloc.h' line='680' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-21'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_FinalizeAllocatedBlocks' filepath='./Include/internal/pycore_obmalloc.h' line='688' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_obmalloc_state_on_heap' filepath='./Include/internal/pycore_obmalloc.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-351'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-352'/>
     </function-decl>
     <function-decl name='_PyGC_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyWarnings_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyAST_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyAtExit_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_AbandonDelayed' filepath='./Include/internal/pycore_pymem.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='_Py_tss_tstate' type-id='type-id-26' visibility='default' filepath='./Include/internal/pycore_pystate.h' line='116' column='1'/>
+    <var-decl name='_Py_tss_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_pystate.h' line='116' column='1'/>
     <function-decl name='_PyThread_at_fork_reinit' filepath='./Include/internal/pycore_pythread.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1765'/>
       <return type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_qsbr_fini' filepath='./Include/internal/pycore_qsbr.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTypes_AfterFork' filepath='./Include/internal/pycore_typeobject.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='./Include/pythread.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_set'>
       <parameter type-id='type-id-1766'/>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='./Include/pythread.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_get'>
       <parameter type-id='type-id-1766'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='_PyThreadState_GetCurrent' mangled-name='_PyThreadState_GetCurrent' filepath='Python/pystate.c' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetCurrent'>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Clear' mangled-name='PyInterpreterState_Clear' filepath='Python/pystate.c' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Clear'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='915' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='915' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IsRunningMain' mangled-name='_PyInterpreterState_IsRunningMain' filepath='Python/pystate.c' line='1081' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IsRunningMain'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1081' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1081' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetWhence' mangled-name='_PyInterpreterState_GetWhence' filepath='Python/pystate.c' line='1150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetWhence'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1150' column='1'/>
-      <return type-id='type-id-181'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1150' column='1'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyInterpreterState_GetDict' mangled-name='PyInterpreterState_GetDict' filepath='Python/pystate.c' line='1178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_GetDict'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1178' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1178' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_ObjectToID' mangled-name='_PyInterpreterState_ObjectToID' filepath='Python/pystate.c' line='1196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_ObjectToID'>
       <parameter type-id='type-id-4' name='idobj' filepath='Python/pystate.c' line='1196' column='1'/>
-      <return type-id='type-id-459'/>
+      <return type-id='type-id-460'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetIDObject' mangled-name='_PyInterpreterState_GetIDObject' filepath='Python/pystate.c' line='1240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetIDObject'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1240' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1240' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IDInitref' mangled-name='_PyInterpreterState_IDInitref' filepath='Python/pystate.c' line='1255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IDInitref'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1255' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1255' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IDIncref' mangled-name='_PyInterpreterState_IDIncref' filepath='Python/pystate.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IDIncref'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1272' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1272' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IDDecref' mangled-name='_PyInterpreterState_IDDecref' filepath='Python/pystate.c' line='1286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IDDecref'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1286' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1286' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_RequiresIDRef' mangled-name='_PyInterpreterState_RequiresIDRef' filepath='Python/pystate.c' line='1309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_RequiresIDRef'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1309' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1309' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_RequireIDRef' mangled-name='_PyInterpreterState_RequireIDRef' filepath='Python/pystate.c' line='1315' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_RequireIDRef'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1315' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1315' column='1'/>
       <parameter type-id='type-id-5' name='required' filepath='Python/pystate.c' line='1315' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_LookUpIDObject' mangled-name='_PyInterpreterState_LookUpIDObject' filepath='Python/pystate.c' line='1382' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_LookUpIDObject'>
       <parameter type-id='type-id-4' name='requested_id' filepath='Python/pystate.c' line='1382' column='1'/>
-      <return type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_PyThreadState_Prealloc' mangled-name='_PyThreadState_Prealloc' filepath='Python/pystate.c' line='1636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Prealloc'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='1636' column='1'/>
-      <return type-id='type-id-26'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1636' column='1'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyThreadState_Init' mangled-name='_PyThreadState_Init' filepath='Python/pystate.c' line='1644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Init'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/pystate.c' line='1644' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1644' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_DeleteCurrent' mangled-name='PyThreadState_DeleteCurrent' filepath='Python/pystate.c' line='1866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_DeleteCurrent'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_GetDict' mangled-name='_PyThreadState_GetDict' filepath='Python/pystate.c' line='1943' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/pystate.c' line='1943' column='1'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1943' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1992' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>
-      <parameter type-id='type-id-26' name='tstate' filepath='Python/pystate.c' line='1992' column='1'/>
-      <return type-id='type-id-107'/>
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1992' column='1'/>
+      <return type-id='type-id-108'/>
     </function-decl>
     <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='2373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_SetAsyncExc'>
       <parameter type-id='type-id-2' name='id' filepath='Python/pystate.c' line='2373' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThreadState_GetUnchecked' mangled-name='PyThreadState_GetUnchecked' filepath='Python/pystate.c' line='2414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetUnchecked'>
-      <return type-id='type-id-26'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='2492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>
-      <return type-id='type-id-27'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='2523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2853' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='2853' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='2853' column='1'/>
       <return type-id='type-id-1032'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2863' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>
-      <parameter type-id='type-id-27' name='interp' filepath='Python/pystate.c' line='2863' column='1'/>
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='2863' column='1'/>
       <parameter type-id='type-id-1032' name='eval_frame' filepath='Python/pystate.c' line='2864' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetConfigCopy' mangled-name='_PyInterpreterState_GetConfigCopy' filepath='Python/pystate.c' line='2890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfigCopy'>
-      <parameter type-id='type-id-59' name='config' filepath='Python/pystate.c' line='2890' column='1'/>
+      <parameter type-id='type-id-60' name='config' filepath='Python/pystate.c' line='2890' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pystrcmp.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pystrcmp.c' comp-dir-path='/src' language='LANG_C11'>
     <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-6' name='s1' filepath='Python/pystrcmp.c' line='22' column='1'/>
       <parameter type-id='type-id-6' name='s2' filepath='Python/pystrcmp.c' line='22' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pystrhex.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pystrhex.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_strhex' mangled-name='_Py_strhex' filepath='Python/pystrhex.c' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex'>
       <parameter type-id='type-id-6' name='argbuf' filepath='Python/pystrhex.c' line='146' column='1'/>
-      <parameter type-id='type-id-254' name='arglen' filepath='Python/pystrhex.c' line='146' column='1'/>
+      <parameter type-id='type-id-255' name='arglen' filepath='Python/pystrhex.c' line='146' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_strhex_bytes_with_sep' mangled-name='_Py_strhex_bytes_with_sep' filepath='Python/pystrhex.c' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes_with_sep'>
       <parameter type-id='type-id-6' name='argbuf' filepath='Python/pystrhex.c' line='168' column='1'/>
-      <parameter type-id='type-id-254' name='arglen' filepath='Python/pystrhex.c' line='168' column='1'/>
+      <parameter type-id='type-id-255' name='arglen' filepath='Python/pystrhex.c' line='168' column='1'/>
       <parameter type-id='type-id-4' name='sep' filepath='Python/pystrhex.c' line='169' column='1'/>
-      <parameter type-id='type-id-269' name='bytes_per_group' filepath='Python/pystrhex.c' line='169' column='1'/>
+      <parameter type-id='type-id-270' name='bytes_per_group' filepath='Python/pystrhex.c' line='169' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pythonrun.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pythonrun.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyImport_GetImportlibExternalLoader' filepath='./Include/internal/pycore_import.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-208'/>
       <parameter type-id='type-id-679'/>
       <return type-id='type-id-574'/>
     </function-decl>
     <function-decl name='_PyParser_ASTFromFile' filepath='./Include/internal/pycore_parser.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-207'/>
-      <parameter type-id='type-id-175'/>
+      <parameter type-id='type-id-208'/>
+      <parameter type-id='type-id-176'/>
       <parameter type-id='type-id-679'/>
       <return type-id='type-id-574'/>
     </function-decl>
     <function-decl name='_PyParser_InteractiveASTFromFile' filepath='./Include/internal/pycore_parser.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-207'/>
-      <parameter type-id='type-id-175'/>
-      <parameter type-id='type-id-236'/>
+      <parameter type-id='type-id-208'/>
+      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-237'/>
       <parameter type-id='type-id-679'/>
       <return type-id='type-id-574'/>
     </function-decl>
     <function-decl name='_Py_FdIsInteractive' filepath='./Include/internal/pycore_pylifecycle.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='rewind' filepath='/usr/include/stdio.h' line='723' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-55'/>
+      <parameter type-id='type-id-56'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveLoopFlags' mangled-name='PyRun_InteractiveLoopFlags' filepath='Python/pythonrun.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoopFlags'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='161' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='161' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='161' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='161' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='161' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOneObject' mangled-name='PyRun_InteractiveOneObject' filepath='Python/pythonrun.c' line='326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneObject'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='326' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='326' column='1'/>
       <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='326' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='326' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='326' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOneFlags' mangled-name='PyRun_InteractiveOneFlags' filepath='Python/pythonrun.c' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneFlags'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='339' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='339' column='1'/>
       <parameter type-id='type-id-6' name='filename_str' filepath='Python/pythonrun.c' line='339' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='339' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='339' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFileExFlags' mangled-name='PyRun_SimpleFileExFlags' filepath='Python/pythonrun.c' line='517' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileExFlags'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='517' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='517' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='517' column='1'/>
       <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='517' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='518' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='518' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_SimpleStringFlags' mangled-name='PyRun_SimpleStringFlags' filepath='Python/pythonrun.c' line='561' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleStringFlags'>
       <parameter type-id='type-id-6' name='command' filepath='Python/pythonrun.c' line='561' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='561' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='561' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1253' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1253' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='1253' column='1'/>
       <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1253' column='1'/>
       <parameter type-id='type-id-4' name='globals' filepath='Python/pythonrun.c' line='1253' column='1'/>
       <parameter type-id='type-id-4' name='locals' filepath='Python/pythonrun.c' line='1254' column='1'/>
       <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1254' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='1254' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='1254' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='Py_CompileStringExFlags' mangled-name='Py_CompileStringExFlags' filepath='Python/pythonrun.c' line='1487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringExFlags'>
       <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1487' column='1'/>
       <parameter type-id='type-id-6' name='filename_str' filepath='Python/pythonrun.c' line='1487' column='1'/>
       <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1487' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='1488' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='1488' column='1'/>
       <parameter type-id='type-id-5' name='optimize' filepath='Python/pythonrun.c' line='1488' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1589' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1589' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1589' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1596' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1596' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1596' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1596' column='1'/>
       <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1596' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1603' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1603' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1603' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='1603' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='1603' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1610' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1610' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1610' column='1'/>
       <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1610' column='1'/>
       <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1610' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1617' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1617' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1617' column='1'/>
       <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1617' column='1'/>
       <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1617' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>
-      <parameter type-id='type-id-55' name='fp' filepath='Python/pythonrun.c' line='1624' column='1'/>
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1624' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1624' column='1'/>
       <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1624' column='1'/>
       <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1624' column='1'/>
       <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1624' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='1625' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='1625' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1632' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>
-      <parameter type-id='type-id-55' name='f' filepath='Python/pythonrun.c' line='1632' column='1'/>
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1632' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1632' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>
-      <parameter type-id='type-id-55' name='f' filepath='Python/pythonrun.c' line='1639' column='1'/>
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1639' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1639' column='1'/>
       <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1639' column='1'/>
       <return type-id='type-id-5'/>
       <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1668' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1668' column='1'/>
       <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1668' column='1'/>
-      <parameter type-id='type-id-207' name='flags' filepath='Python/pythonrun.c' line='1669' column='1'/>
+      <parameter type-id='type-id-208' name='flags' filepath='Python/pythonrun.c' line='1669' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>
-      <parameter type-id='type-id-55' name='f' filepath='Python/pythonrun.c' line='1676' column='1'/>
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1676' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1676' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='1683' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>
-      <parameter type-id='type-id-55' name='f' filepath='Python/pythonrun.c' line='1683' column='1'/>
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1683' column='1'/>
       <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1683' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/pytime.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/pytime.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_Py_clock_info_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1769' visibility='default' filepath='./Include/internal/pycore_time.h' line='245' column='1' id='type-id-1770'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='implementation' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_time.h' line='246' column='1'/>
         <var-decl name='adjustable' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_time.h' line='248' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='resolution' type-id='type-id-171' visibility='default' filepath='./Include/internal/pycore_time.h' line='249' column='1'/>
+        <var-decl name='resolution' type-id='type-id-172' visibility='default' filepath='./Include/internal/pycore_time.h' line='249' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_clock_info_t' type-id='type-id-1770' filepath='./Include/internal/pycore_time.h' line='250' column='1' id='type-id-1769'/>
-    <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-216'>
+    <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-217'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='tm_sec' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='9' column='1'/>
       </data-member>
         <var-decl name='tm_isdst' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='tm_gmtoff' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='20' column='1'/>
+        <var-decl name='tm_gmtoff' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='tm_zone' type-id='type-id-6' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='21' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='time_t' type-id='type-id-481' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='10' column='1' id='type-id-223'/>
-    <pointer-type-def type-id='type-id-1769' size-in-bits='64' id='type-id-221'/>
-    <qualified-type-def type-id='type-id-223' const='yes' id='type-id-1771'/>
+    <typedef-decl name='time_t' type-id='type-id-482' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='10' column='1' id='type-id-224'/>
+    <pointer-type-def type-id='type-id-1769' size-in-bits='64' id='type-id-222'/>
+    <qualified-type-def type-id='type-id-224' const='yes' id='type-id-1771'/>
     <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1772'/>
     <qualified-type-def type-id='type-id-1772' restrict='yes' id='type-id-1773'/>
-    <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-222'/>
-    <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-220'/>
-    <pointer-type-def type-id='type-id-216' size-in-bits='64' id='type-id-224'/>
-    <qualified-type-def type-id='type-id-224' restrict='yes' id='type-id-1774'/>
+    <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-223'/>
+    <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-221'/>
+    <pointer-type-def type-id='type-id-217' size-in-bits='64' id='type-id-225'/>
+    <qualified-type-def type-id='type-id-225' restrict='yes' id='type-id-1774'/>
     <function-decl name='gmtime_r' filepath='/usr/include/time.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1773'/>
       <parameter type-id='type-id-1774'/>
-      <return type-id='type-id-224'/>
+      <return type-id='type-id-225'/>
     </function-decl>
     <function-decl name='localtime_r' filepath='/usr/include/time.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1773'/>
       <parameter type-id='type-id-1774'/>
-      <return type-id='type-id-224'/>
+      <return type-id='type-id-225'/>
     </function-decl>
     <function-decl name='clock_getres' filepath='/usr/include/time.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-225'/>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-226'/>
+      <parameter type-id='type-id-177'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_AsTime_t' mangled-name='_PyLong_AsTime_t' filepath='Python/pytime.c' line='210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsTime_t'>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='210' column='1'/>
-      <return type-id='type-id-223'/>
+      <return type-id='type-id-224'/>
     </function-decl>
     <function-decl name='_PyLong_FromTime_t' mangled-name='_PyLong_FromTime_t' filepath='Python/pytime.c' line='230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromTime_t'>
-      <parameter type-id='type-id-223' name='t' filepath='Python/pytime.c' line='230' column='1'/>
+      <parameter type-id='type-id-224' name='t' filepath='Python/pytime.c' line='230' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTime_t' mangled-name='_PyTime_ObjectToTime_t' filepath='Python/pytime.c' line='398' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTime_t'>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='398' column='1'/>
-      <parameter type-id='type-id-222' name='sec' filepath='Python/pytime.c' line='398' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='398' column='1'/>
+      <parameter type-id='type-id-223' name='sec' filepath='Python/pytime.c' line='398' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='398' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line='433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimespec'>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='433' column='1'/>
-      <parameter type-id='type-id-222' name='sec' filepath='Python/pytime.c' line='433' column='1'/>
-      <parameter type-id='type-id-169' name='nsec' filepath='Python/pytime.c' line='433' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='434' column='1'/>
+      <parameter type-id='type-id-223' name='sec' filepath='Python/pytime.c' line='433' column='1'/>
+      <parameter type-id='type-id-170' name='nsec' filepath='Python/pytime.c' line='433' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='434' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTimeval' mangled-name='_PyTime_ObjectToTimeval' filepath='Python/pytime.c' line='441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimeval'>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='441' column='1'/>
-      <parameter type-id='type-id-222' name='sec' filepath='Python/pytime.c' line='441' column='1'/>
-      <parameter type-id='type-id-169' name='usec' filepath='Python/pytime.c' line='441' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='442' column='1'/>
+      <parameter type-id='type-id-223' name='sec' filepath='Python/pytime.c' line='441' column='1'/>
+      <parameter type-id='type-id-170' name='usec' filepath='Python/pytime.c' line='441' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='442' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromSeconds' mangled-name='_PyTime_FromSeconds' filepath='Python/pytime.c' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSeconds'>
       <parameter type-id='type-id-5' name='seconds' filepath='Python/pytime.c' line='449' column='1'/>
-      <return type-id='type-id-211'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='_PyTime_FromLong' mangled-name='_PyTime_FromLong' filepath='Python/pytime.c' line='474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromLong'>
-      <parameter type-id='type-id-173' name='tp' filepath='Python/pytime.c' line='474' column='1'/>
+      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='474' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='474' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromSecondsObject' mangled-name='_PyTime_FromSecondsObject' filepath='Python/pytime.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSecondsObject'>
-      <parameter type-id='type-id-173' name='tp' filepath='Python/pytime.c' line='623' column='1'/>
+      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='623' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='623' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='623' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='623' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromMillisecondsObject' mangled-name='_PyTime_FromMillisecondsObject' filepath='Python/pytime.c' line='630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromMillisecondsObject'>
-      <parameter type-id='type-id-173' name='tp' filepath='Python/pytime.c' line='630' column='1'/>
+      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='630' column='1'/>
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='630' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='630' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='630' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_AsLong' mangled-name='_PyTime_AsLong' filepath='Python/pytime.c' line='657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsLong'>
-      <parameter type-id='type-id-211' name='ns' filepath='Python/pytime.c' line='657' column='1'/>
+      <parameter type-id='type-id-212' name='ns' filepath='Python/pytime.c' line='657' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyTime_AsMilliseconds' mangled-name='_PyTime_AsMilliseconds' filepath='Python/pytime.c' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMilliseconds'>
-      <parameter type-id='type-id-211' name='ns' filepath='Python/pytime.c' line='783' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='783' column='1'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212' name='ns' filepath='Python/pytime.c' line='783' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='783' column='1'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimeval' mangled-name='_PyTime_AsTimeval' filepath='Python/pytime.c' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval'>
-      <parameter type-id='type-id-211' name='t' filepath='Python/pytime.c' line='831' column='1'/>
-      <parameter type-id='type-id-220' name='tv' filepath='Python/pytime.c' line='831' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='831' column='1'/>
+      <parameter type-id='type-id-212' name='t' filepath='Python/pytime.c' line='831' column='1'/>
+      <parameter type-id='type-id-221' name='tv' filepath='Python/pytime.c' line='831' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='831' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimeval_clamp' mangled-name='_PyTime_AsTimeval_clamp' filepath='Python/pytime.c' line='838' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval_clamp'>
-      <parameter type-id='type-id-211' name='t' filepath='Python/pytime.c' line='838' column='1'/>
-      <parameter type-id='type-id-220' name='tv' filepath='Python/pytime.c' line='838' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='838' column='1'/>
+      <parameter type-id='type-id-212' name='t' filepath='Python/pytime.c' line='838' column='1'/>
+      <parameter type-id='type-id-221' name='tv' filepath='Python/pytime.c' line='838' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='838' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimevalTime_t' mangled-name='_PyTime_AsTimevalTime_t' filepath='Python/pytime.c' line='845' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimevalTime_t'>
-      <parameter type-id='type-id-211' name='t' filepath='Python/pytime.c' line='845' column='1'/>
-      <parameter type-id='type-id-222' name='p_secs' filepath='Python/pytime.c' line='845' column='1'/>
-      <parameter type-id='type-id-175' name='us' filepath='Python/pytime.c' line='845' column='1'/>
-      <parameter type-id='type-id-172' name='round' filepath='Python/pytime.c' line='846' column='1'/>
+      <parameter type-id='type-id-212' name='t' filepath='Python/pytime.c' line='845' column='1'/>
+      <parameter type-id='type-id-223' name='p_secs' filepath='Python/pytime.c' line='845' column='1'/>
+      <parameter type-id='type-id-176' name='us' filepath='Python/pytime.c' line='845' column='1'/>
+      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='846' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimespec' mangled-name='_PyTime_AsTimespec' filepath='Python/pytime.c' line='889' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec'>
-      <parameter type-id='type-id-211' name='t' filepath='Python/pytime.c' line='889' column='1'/>
-      <parameter type-id='type-id-176' name='ts' filepath='Python/pytime.c' line='889' column='1'/>
+      <parameter type-id='type-id-212' name='t' filepath='Python/pytime.c' line='889' column='1'/>
+      <parameter type-id='type-id-177' name='ts' filepath='Python/pytime.c' line='889' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_Time' mangled-name='PyTime_Time' filepath='Python/pytime.c' line='1012' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_Time'>
-      <parameter type-id='type-id-173' name='result' filepath='Python/pytime.c' line='1012' column='1'/>
+      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1012' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_TimeRaw' mangled-name='PyTime_TimeRaw' filepath='Python/pytime.c' line='1023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_TimeRaw'>
-      <parameter type-id='type-id-173' name='result' filepath='Python/pytime.c' line='1023' column='1'/>
+      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1023' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_Monotonic' mangled-name='PyTime_Monotonic' filepath='Python/pytime.c' line='1236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_Monotonic'>
-      <parameter type-id='type-id-173' name='result' filepath='Python/pytime.c' line='1236' column='1'/>
+      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1236' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_MonotonicWithInfo' mangled-name='_PyTime_MonotonicWithInfo' filepath='Python/pytime.c' line='1258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_MonotonicWithInfo'>
-      <parameter type-id='type-id-173' name='tp' filepath='Python/pytime.c' line='1258' column='1'/>
-      <parameter type-id='type-id-221' name='info' filepath='Python/pytime.c' line='1258' column='1'/>
+      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='1258' column='1'/>
+      <parameter type-id='type-id-222' name='info' filepath='Python/pytime.c' line='1258' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_PerfCounter' mangled-name='PyTime_PerfCounter' filepath='Python/pytime.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_PerfCounter'>
-      <parameter type-id='type-id-173' name='result' filepath='Python/pytime.c' line='1272' column='1'/>
+      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1272' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_localtime' mangled-name='_PyTime_localtime' filepath='Python/pytime.c' line='1286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_localtime'>
-      <parameter type-id='type-id-223' name='t' filepath='Python/pytime.c' line='1286' column='1'/>
-      <parameter type-id='type-id-224' name='tm' filepath='Python/pytime.c' line='1286' column='1'/>
+      <parameter type-id='type-id-224' name='t' filepath='Python/pytime.c' line='1286' column='1'/>
+      <parameter type-id='type-id-225' name='tm' filepath='Python/pytime.c' line='1286' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_gmtime' mangled-name='_PyTime_gmtime' filepath='Python/pytime.c' line='1325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_gmtime'>
-      <parameter type-id='type-id-223' name='t' filepath='Python/pytime.c' line='1325' column='1'/>
-      <parameter type-id='type-id-224' name='tm' filepath='Python/pytime.c' line='1325' column='1'/>
+      <parameter type-id='type-id-224' name='t' filepath='Python/pytime.c' line='1325' column='1'/>
+      <parameter type-id='type-id-225' name='tm' filepath='Python/pytime.c' line='1325' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDeadline_Init' mangled-name='_PyDeadline_Init' filepath='Python/pytime.c' line='1353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Init'>
-      <parameter type-id='type-id-211' name='timeout' filepath='Python/pytime.c' line='1353' column='1'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212' name='timeout' filepath='Python/pytime.c' line='1353' column='1'/>
+      <return type-id='type-id-212'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/specialize.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/specialize.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyDictKeys_GetVersionForCurrentState' filepath='./Include/internal/pycore_dict.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-27'/>
-      <parameter type-id='type-id-414'/>
-      <return type-id='type-id-324'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-415'/>
+      <return type-id='type-id-325'/>
     </function-decl>
     <function-decl name='_PyDict_LookupIndex' filepath='./Include/internal/pycore_dict.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-334'/>
+      <parameter type-id='type-id-335'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDictKeys_StringLookup' filepath='./Include/internal/pycore_dict.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-414'/>
+      <parameter type-id='type-id-415'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyFunction_GetVersionForCurrentState' filepath='./Include/internal/pycore_function.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-306'/>
-      <return type-id='type-id-324'/>
+      <parameter type-id='type-id-307'/>
+      <return type-id='type-id-325'/>
     </function-decl>
     <function-decl name='_Py_slot_tp_getattro' filepath='./Include/internal/pycore_typeobject.h' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/suggestions.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/suggestions.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_Py_UTF8_Edit_Cost' mangled-name='_Py_UTF8_Edit_Cost' filepath='Python/suggestions.c' line='180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_UTF8_Edit_Cost'>
       <parameter type-id='type-id-4' name='a' filepath='Python/suggestions.c' line='180' column='1'/>
       <parameter type-id='type-id-4' name='b' filepath='Python/suggestions.c' line='180' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/symtable.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <var-decl name='PySTEntry_Type' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='137' column='1'/>
+  <abi-instr address-size='64' path='Python/symtable.c' comp-dir-path='/src' language='LANG_C11'>
+    <var-decl name='PySTEntry_Type' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='137' column='1'/>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/thread.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-52' size-in-bits='448' id='type-id-1775'>
+  <abi-instr address-size='64' path='Python/thread.c' comp-dir-path='/src' language='LANG_C11'>
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='448' id='type-id-1775'>
       <subrange length='56' type-id='type-id-2' id='type-id-1776'/>
     </array-type-def>
     <typedef-decl name='PyThread_handle_t' type-id='type-id-1777' filepath='./Include/internal/pycore_pythread.h' line='120' column='1' id='type-id-1778'/>
-    <typedef-decl name='Py_uintptr_t' type-id='type-id-426' filepath='./Include/pyport.h' line='116' column='1' id='type-id-1777'/>
-    <typedef-decl name='pthread_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='27' column='1' id='type-id-206'/>
+    <typedef-decl name='Py_uintptr_t' type-id='type-id-427' filepath='./Include/pyport.h' line='116' column='1' id='type-id-1777'/>
+    <typedef-decl name='pthread_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='27' column='1' id='type-id-207'/>
     <union-decl name='pthread_attr_t' size-in-bits='448' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='56' column='1' id='type-id-1779'>
       <data-member access='public'>
         <var-decl name='__size' type-id='type-id-1775' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='58' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='__align' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='59' column='1'/>
+        <var-decl name='__align' type-id='type-id-182' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='59' column='1'/>
       </data-member>
     </union-decl>
     <typedef-decl name='pthread_attr_t' type-id='type-id-1779' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='62' column='1' id='type-id-1780'/>
     <pointer-type-def type-id='type-id-1778' size-in-bits='64' id='type-id-1781'/>
     <pointer-type-def type-id='type-id-1713' size-in-bits='64' id='type-id-1782'/>
-    <qualified-type-def type-id='type-id-376' const='yes' id='type-id-1783'/>
+    <qualified-type-def type-id='type-id-377' const='yes' id='type-id-1783'/>
     <qualified-type-def type-id='type-id-1780' const='yes' id='type-id-1784'/>
     <pointer-type-def type-id='type-id-1784' size-in-bits='64' id='type-id-1785'/>
     <qualified-type-def type-id='type-id-1785' restrict='yes' id='type-id-1786'/>
     <qualified-type-def type-id='type-id-1313' const='yes' id='type-id-1787'/>
     <pointer-type-def type-id='type-id-1787' size-in-bits='64' id='type-id-1788'/>
     <qualified-type-def type-id='type-id-1788' restrict='yes' id='type-id-1789'/>
-    <pointer-type-def type-id='type-id-376' size-in-bits='64' id='type-id-1790'/>
+    <pointer-type-def type-id='type-id-377' size-in-bits='64' id='type-id-1790'/>
     <pointer-type-def type-id='type-id-1780' size-in-bits='64' id='type-id-1791'/>
-    <pointer-type-def type-id='type-id-206' size-in-bits='64' id='type-id-1792'/>
+    <pointer-type-def type-id='type-id-207' size-in-bits='64' id='type-id-1792'/>
     <qualified-type-def type-id='type-id-1792' restrict='yes' id='type-id-1793'/>
     <pointer-type-def type-id='type-id-1794' size-in-bits='64' id='type-id-1795'/>
     <var-decl name='PY_TIMEOUT_MAX' type-id='type-id-1783' mangled-name='PY_TIMEOUT_MAX' visibility='default' filepath='./Include/cpython/pythread.h' line='11' column='1' elf-symbol-id='PY_TIMEOUT_MAX'/>
     <function-decl name='_PyTime_FromMicrosecondsClamp' filepath='./Include/internal/pycore_time.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-211'/>
-      <return type-id='type-id-211'/>
+      <parameter type-id='type-id-212'/>
+      <return type-id='type-id-212'/>
     </function-decl>
     <function-decl name='pthread_create' filepath='/usr/include/pthread.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1793'/>
       <parameter type-id='type-id-1786'/>
       <parameter type-id='type-id-1795'/>
-      <parameter type-id='type-id-230'/>
+      <parameter type-id='type-id-231'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_exit' filepath='/usr/include/pthread.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='pthread_join' filepath='/usr/include/pthread.h' line='219' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-206'/>
-      <parameter type-id='type-id-260'/>
+      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-261'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_detach' filepath='/usr/include/pthread.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-206'/>
+      <parameter type-id='type-id-207'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_self' filepath='/usr/include/pthread.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-206'/>
+      <return type-id='type-id-207'/>
     </function-decl>
     <function-decl name='pthread_attr_init' filepath='/usr/include/pthread.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1791'/>
     </function-decl>
     <function-decl name='pthread_condattr_setclock' filepath='/usr/include/pthread.h' line='1219' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1312'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-186'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_key_delete' filepath='/usr/include/pthread.h' line='1302' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-506'/>
+      <parameter type-id='type-id-507'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_getspecific' filepath='/usr/include/pthread.h' line='1305' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-506'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-507'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='sem_trywait' filepath='/usr/include/semaphore.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1732'/>
     </function-decl>
     <function-decl name='__sysconf' filepath='/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-181'/>
+      <return type-id='type-id-182'/>
     </function-decl>
     <function-decl name='PyThread_get_stacksize' mangled-name='PyThread_get_stacksize' filepath='Python/thread.c' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_stacksize'>
       <return type-id='type-id-21'/>
     </function-decl>
     <function-decl name='PyThread_acquire_lock_timed_with_retries' mangled-name='PyThread_acquire_lock_timed_with_retries' filepath='Python/thread.c' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed_with_retries'>
       <parameter type-id='type-id-1154' name='lock' filepath='Python/thread.c' line='131' column='1'/>
-      <parameter type-id='type-id-376' name='timeout' filepath='Python/thread.c' line='132' column='1'/>
-      <return type-id='type-id-479'/>
+      <parameter type-id='type-id-377' name='timeout' filepath='Python/thread.c' line='132' column='1'/>
+      <return type-id='type-id-480'/>
     </function-decl>
     <function-decl name='PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_alloc'>
       <return type-id='type-id-1766'/>
     </function-decl>
     <function-decl name='PyThread_start_joinable_thread' mangled-name='PyThread_start_joinable_thread' filepath='Python/thread_pthread.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_joinable_thread'>
       <parameter type-id='type-id-510' name='func' filepath='Python/thread_pthread.h' line='311' column='1'/>
-      <parameter type-id='type-id-29' name='arg' filepath='Python/thread_pthread.h' line='311' column='1'/>
+      <parameter type-id='type-id-30' name='arg' filepath='Python/thread_pthread.h' line='311' column='1'/>
       <parameter type-id='type-id-1782' name='ident' filepath='Python/thread_pthread.h' line='312' column='1'/>
       <parameter type-id='type-id-1781' name='handle' filepath='Python/thread_pthread.h' line='312' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_start_new_thread' mangled-name='PyThread_start_new_thread' filepath='Python/thread_pthread.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_new_thread'>
       <parameter type-id='type-id-510' name='func' filepath='Python/thread_pthread.h' line='325' column='1'/>
-      <parameter type-id='type-id-29' name='arg' filepath='Python/thread_pthread.h' line='325' column='1'/>
+      <parameter type-id='type-id-30' name='arg' filepath='Python/thread_pthread.h' line='325' column='1'/>
       <return type-id='type-id-2'/>
     </function-decl>
     <function-decl name='PyThread_join_thread' mangled-name='PyThread_join_thread' filepath='Python/thread_pthread.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_join_thread'>
     </function-decl>
     <function-decl name='PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pthread.h' line='482' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed'>
       <parameter type-id='type-id-1154' name='lock' filepath='Python/thread_pthread.h' line='482' column='1'/>
-      <parameter type-id='type-id-376' name='microseconds' filepath='Python/thread_pthread.h' line='482' column='1'/>
+      <parameter type-id='type-id-377' name='microseconds' filepath='Python/thread_pthread.h' line='482' column='1'/>
       <parameter type-id='type-id-5' name='intr_flag' filepath='Python/thread_pthread.h' line='483' column='1'/>
-      <return type-id='type-id-479'/>
+      <return type-id='type-id-480'/>
     </function-decl>
     <function-decl name='PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_create_key'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' line='903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_set_key_value'>
       <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='903' column='1'/>
-      <parameter type-id='type-id-29' name='value' filepath='Python/thread_pthread.h' line='903' column='1'/>
+      <parameter type-id='type-id-30' name='value' filepath='Python/thread_pthread.h' line='903' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_get_key_value' mangled-name='PyThread_get_key_value' filepath='Python/thread_pthread.h' line='914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_key_value'>
       <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='914' column='1'/>
-      <return type-id='type-id-29'/>
+      <return type-id='type-id-30'/>
     </function-decl>
     <function-decl name='PyThread_ReInitTLS' mangled-name='PyThread_ReInitTLS' filepath='Python/thread_pthread.h' line='925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_ReInitTLS'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1794'>
-      <parameter type-id='type-id-29'/>
-      <return type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <return type-id='type-id-30'/>
     </function-type>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/traceback.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/traceback.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='_PyObject_CallMethodFormat' filepath='./Include/internal/pycore_call.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-26'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyGILState_GetInterpreterStateUnsafe' filepath='./Include/internal/pycore_pystate.h' line='280' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-27'/>
-    </function-decl>
-    <var-decl name='PyTraceBack_Type' type-id='type-id-264' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>
-    <function-decl name='_PyTokenizer_FindEncodingFilename' filepath='Python/traceback.c' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-4'/>
-      <return type-id='type-id-17'/>
+      <return type-id='type-id-28'/>
     </function-decl>
+    <var-decl name='PyTraceBack_Type' type-id='type-id-265' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>
     <function-decl name='_PyTraceback_Add' mangled-name='_PyTraceback_Add' filepath='Python/traceback.c' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceback_Add'>
       <parameter type-id='type-id-6' name='funcname' filepath='Python/traceback.c' line='280' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/traceback.c' line='280' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr address-size='64' path='Python/tracemalloc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>
+  <abi-instr address-size='64' path='Python/tracemalloc.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyTraceMalloc_Track' mangled-name='PyTraceMalloc_Track' filepath='Python/tracemalloc.c' line='1307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>
-      <parameter type-id='type-id-100' name='domain' filepath='Python/tracemalloc.c' line='1307' column='1'/>
-      <parameter type-id='type-id-426' name='ptr' filepath='Python/tracemalloc.c' line='1307' column='1'/>
+      <parameter type-id='type-id-101' name='domain' filepath='Python/tracemalloc.c' line='1307' column='1'/>
+      <parameter type-id='type-id-427' name='ptr' filepath='Python/tracemalloc.c' line='1307' column='1'/>
       <parameter type-id='type-id-21' name='size' filepath='Python/tracemalloc.c' line='1308' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='Python/tracemalloc.c' line='1330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>
-      <parameter type-id='type-id-100' name='domain' filepath='Python/tracemalloc.c' line='1330' column='1'/>
-      <parameter type-id='type-id-426' name='ptr' filepath='Python/tracemalloc.c' line='1330' column='1'/>
+      <parameter type-id='type-id-101' name='domain' filepath='Python/tracemalloc.c' line='1330' column='1'/>
+      <parameter type-id='type-id-427' name='ptr' filepath='Python/tracemalloc.c' line='1330' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='Python/tracemalloc.c' line='1396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>
-      <parameter type-id='type-id-100' name='domain' filepath='Python/tracemalloc.c' line='1396' column='1'/>
-      <parameter type-id='type-id-426' name='ptr' filepath='Python/tracemalloc.c' line='1396' column='1'/>
+      <parameter type-id='type-id-101' name='domain' filepath='Python/tracemalloc.c' line='1396' column='1'/>
+      <parameter type-id='type-id-427' name='ptr' filepath='Python/tracemalloc.c' line='1396' column='1'/>
       <return type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
index 327fcc24cb29f11a66f77af0918af127691eb78d..9d376e7db021efc929ac3f51e7dee0b3176f7b76 100644 (file)
@@ -67,7 +67,7 @@ struct _Py_interp_cached_objects {
     PyObject *interned_strings;
 
     /* AST */
-    PyObject *str_replace_inf;
+    PyObject *_unused_str_replace_inf;  // kept in 3.13 for ABI compatibility
 
     /* object.__reduce__ */
     PyObject *objreduce;
index 006dd911b5a8effeb83fb8cd55667a814aa6be06..cd56ffde9e555e607ad3c98c81c7e4b6441286a9 100644 (file)
@@ -561,6 +561,7 @@ _PyStaticObjects_CheckRefcnt(PyInterpreterState *interp) {
     _PyStaticObject_CheckRefcnt((PyObject *)&_Py_STR(json_decoder));
     _PyStaticObject_CheckRefcnt((PyObject *)&_Py_STR(kwdefaults));
     _PyStaticObject_CheckRefcnt((PyObject *)&_Py_STR(list_err));
+    _PyStaticObject_CheckRefcnt((PyObject *)&_Py_STR(str_replace_inf));
     _PyStaticObject_CheckRefcnt((PyObject *)&_Py_STR(type_params));
     _PyStaticObject_CheckRefcnt((PyObject *)&_Py_STR(utf_8));
     _PyStaticObject_CheckRefcnt((PyObject *)&_Py_ID(CANCELLED));
index a5436b6d68961208355020a358df5628b0823186..cad2d1a8d22049ffee8b257b6a1db4fef26ac365 100644 (file)
@@ -47,6 +47,7 @@ struct _Py_global_strings {
         STRUCT_FOR_STR(json_decoder, "json.decoder")
         STRUCT_FOR_STR(kwdefaults, ".kwdefaults")
         STRUCT_FOR_STR(list_err, "list index out of range")
+        STRUCT_FOR_STR(str_replace_inf, "1e309")
         STRUCT_FOR_STR(type_params, ".type_params")
         STRUCT_FOR_STR(utf_8, "utf-8")
     } literals;
index 6e62ecd4b3a8158790d3da217a0427826b74cd1c..19a6b9b1537d514d69969254ca19c6037eb461be 100644 (file)
@@ -556,6 +556,7 @@ extern "C" {
     INIT_STR(json_decoder, "json.decoder"), \
     INIT_STR(kwdefaults, ".kwdefaults"), \
     INIT_STR(list_err, "list index out of range"), \
+    INIT_STR(str_replace_inf, "1e309"), \
     INIT_STR(type_params, ".type_params"), \
     INIT_STR(utf_8, "utf-8"), \
 }
index 5337390309548bcb9b79ae7c971335a92ce69f9b..7f6b6e07984a9a9741ce9329cac07d7e301d0405 100644 (file)
@@ -2912,6 +2912,10 @@ _PyUnicode_InitStaticStrings(PyInterpreterState *interp) {
     _PyUnicode_InternStatic(interp, &string);
     assert(_PyUnicode_CheckConsistency(string, 1));
     assert(PyUnicode_GET_LENGTH(string) != 1);
+    string = &_Py_STR(str_replace_inf);
+    _PyUnicode_InternStatic(interp, &string);
+    assert(_PyUnicode_CheckConsistency(string, 1));
+    assert(PyUnicode_GET_LENGTH(string) != 1);
     string = &_Py_STR(anon_null);
     _PyUnicode_InternStatic(interp, &string);
     assert(_PyUnicode_CheckConsistency(string, 1));
index 3711cf1280f7bf96c6ade0b4e53188e53fbbf57f..ed2ea16284d0e7470a39d8822747245618a59af0 100755 (executable)
@@ -1740,8 +1740,6 @@ def generate_ast_fini(module_state, f):
     for s in module_state:
         f.write("    Py_CLEAR(state->" + s + ');\n')
     f.write(textwrap.dedent("""
-                Py_CLEAR(_Py_INTERP_CACHED_OBJECT(interp, str_replace_inf));
-
                 state->finalized = 1;
                 state->once = (_PyOnceFlag){0};
             }
index e38a145271589a51bea517d00b3b6c2cc21e84dd..0f04c43b34cbb25c56831751b392f696ed0928bb 100644 (file)
@@ -279,8 +279,6 @@ void _PyAST_Fini(PyInterpreterState *interp)
     Py_CLEAR(state->vararg);
     Py_CLEAR(state->withitem_type);
 
-    Py_CLEAR(_Py_INTERP_CACHED_OBJECT(interp, str_replace_inf));
-
     state->finalized = 1;
     state->once = (_PyOnceFlag){0};
 }
index 10e9d9b7104314d5fe70e272c174a7a7799e0839..0d196dc482f95406382e4fd627cc59cc70674d37 100644 (file)
@@ -2,7 +2,6 @@
 #include "pycore_ast.h"           // expr_ty
 #include "pycore_pystate.h"       // _PyInterpreterState_GET()
 #include "pycore_runtime.h"       // _Py_ID()
-#include <float.h>                // DBL_MAX_10_EXP
 #include <stdbool.h>
 
 /* This limited unparser is used to convert annotations back to strings
 _Py_DECLARE_STR(dbl_open_br, "{{");
 _Py_DECLARE_STR(dbl_close_br, "}}");
 
-/* We would statically initialize this if doing so were simple enough. */
-#define _str_replace_inf(interp) \
-    _Py_INTERP_CACHED_OBJECT(interp, str_replace_inf)
-
 /* Forward declarations for recursion via helper functions. */
 static PyObject *
 expr_as_unicode(expr_ty e, int level);
@@ -78,13 +73,13 @@ append_repr(_PyUnicodeWriter *writer, PyObject *obj)
     }
 
     if ((PyFloat_CheckExact(obj) && Py_IS_INFINITY(PyFloat_AS_DOUBLE(obj))) ||
-       PyComplex_CheckExact(obj))
+        PyComplex_CheckExact(obj))
     {
-        PyInterpreterState *interp = _PyInterpreterState_GET();
+        _Py_DECLARE_STR(str_replace_inf, "1e309");  // evaluates to inf
         PyObject *new_repr = PyUnicode_Replace(
             repr,
             &_Py_ID(inf),
-            _str_replace_inf(interp),
+            &_Py_STR(str_replace_inf),
             -1
         );
         Py_DECREF(repr);
@@ -918,20 +913,6 @@ append_ast_expr(_PyUnicodeWriter *writer, expr_ty e, int level)
     return -1;
 }
 
-static int
-maybe_init_static_strings(void)
-{
-    PyInterpreterState *interp = _PyInterpreterState_GET();
-    if (_str_replace_inf(interp) == NULL) {
-        PyObject *tmp = PyUnicode_FromFormat("1e%d", 1 + DBL_MAX_10_EXP);
-        if (tmp == NULL) {
-            return -1;
-        }
-        _str_replace_inf(interp) = tmp;
-    }
-    return 0;
-}
-
 static PyObject *
 expr_as_unicode(expr_ty e, int level)
 {
@@ -939,9 +920,7 @@ expr_as_unicode(expr_ty e, int level)
     _PyUnicodeWriter_Init(&writer);
     writer.min_length = 256;
     writer.overallocate = 1;
-    if (-1 == maybe_init_static_strings() ||
-        -1 == append_ast_expr(&writer, e, level))
-    {
+    if (-1 == append_ast_expr(&writer, e, level)) {
         _PyUnicodeWriter_Dealloc(&writer);
         return NULL;
     }