]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-142183: Cache one datachunk per tstate to prevent alloc/dealloc thrashing...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Mar 2026 15:47:36 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 15:47:36 +0000 (16:47 +0100)
Cache one datachunk per tstate to prevent alloc/dealloc thrashing when repeatedly hitting the same call depth at exactly the wrong boundary.

Move new _ts member to the end to not mess up remote debuggers' ideas of the
struct's layout. (The struct is only created by the runtime, and the new
field only used by the runtime, so it should be safe.)

(cherry picked from commit 706fd4ec08acbf1b1def3630017ebe55d224adfa)
Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/data/python3.14.abi
Include/cpython/pystate.h
Misc/NEWS.d/next/Core_and_Builtins/2026-03-11-00-13-59.gh-issue-142183.2iVhJH.rst [new file with mode: 0644]
Python/pystate.c

index 486c54565c45aec54f98fdd115e7f40c9bbb6dd3..f180757e352053172ac29e394cdea59ed80c7cf5 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='560' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
-    <elf-symbol name='_PyRuntime' size='316576' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
+    <elf-symbol name='_PyRuntime' size='316584' 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'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
+  <abi-instr address-size='64' path='./Modules/_functoolsmodule.c' comp-dir-path='/src' language='LANG_C11'>
+    <function-decl name='_PyDict_GetItemRef_KnownHash' filepath='./Include/internal/pycore_dict.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-16'/>
+      <parameter type-id='type-id-6'/>
+      <parameter type-id='type-id-17'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-5'/>
+    </function-decl>
+  </abi-instr>
   <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-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='143' column='1'/>
+    <var-decl name='_PyIO_Module' type-id='type-id-19' 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='/src' language='LANG_C11'>
-    <typedef-decl name='_PyIO_State' type-id='type-id-17' filepath='./Modules/_io/_iomodule.h' line='35' column='1' id='type-id-18'/>
-    <typedef-decl name='Py_off_t' type-id='type-id-19' filepath='./Modules/_io/_iomodule.h' line='109' column='1' id='type-id-20'/>
-    <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-17'>
+    <typedef-decl name='_PyIO_State' type-id='type-id-20' filepath='./Modules/_io/_iomodule.h' line='35' column='1' id='type-id-21'/>
+    <typedef-decl name='Py_off_t' type-id='type-id-22' filepath='./Modules/_io/_iomodule.h' line='109' column='1' id='type-id-23'/>
+    <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-20'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='initialized' type-id='type-id-5' visibility='default' filepath='./Modules/_io/_iomodule.h' line='146' column='1'/>
       </data-member>
         <var-decl name='PyTextIOWrapper_Type' type-id='type-id-1' visibility='default' filepath='./Modules/_io/_iomodule.h' line='163' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='off_t' type-id='type-id-21' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='87' column='1' id='type-id-19'/>
-    <pointer-type-def type-id='type-id-18' size-in-bits='64' id='type-id-22'/>
-    <var-decl name='bufferediobase_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='12' column='1'/>
-    <var-decl name='bufferedrandom_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='13' column='1'/>
-    <var-decl name='bufferedreader_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='14' column='1'/>
-    <var-decl name='bufferedrwpair_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='15' column='1'/>
-    <var-decl name='bufferedwriter_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='16' column='1'/>
+    <typedef-decl name='off_t' type-id='type-id-24' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='87' column='1' id='type-id-22'/>
+    <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-25'/>
+    <var-decl name='bufferediobase_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='12' column='1'/>
+    <var-decl name='bufferedrandom_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='13' column='1'/>
+    <var-decl name='bufferedreader_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='14' column='1'/>
+    <var-decl name='bufferedrwpair_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='15' column='1'/>
+    <var-decl name='bufferedwriter_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='16' column='1'/>
     <function-decl name='_PyIOBase_check_readable' filepath='./Modules/_io/_iomodule.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-22'/>
+      <parameter type-id='type-id-25'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyIOBase_check_writable' filepath='./Modules/_io/_iomodule.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-22'/>
+      <parameter type-id='type-id-25'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyIOBase_check_seekable' filepath='./Modules/_io/_iomodule.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-22'/>
+      <parameter type-id='type-id-25'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     <function-decl name='PyNumber_AsOff_t' filepath='./Modules/_io/_iomodule.h' line='137' 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-20'/>
+      <return type-id='type-id-23'/>
     </function-decl>
   </abi-instr>
   <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-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='17' column='1'/>
-    <var-decl name='bytesiobuf_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='18' column='1'/>
+    <var-decl name='bytesio_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='17' column='1'/>
+    <var-decl name='bytesiobuf_spec' type-id='type-id-26' 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='/src' language='LANG_C11'>
-    <var-decl name='fileio_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='19' column='1'/>
+    <var-decl name='fileio_spec' type-id='type-id-26' 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-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='20' column='1'/>
-    <var-decl name='rawiobase_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='22' column='1'/>
+    <var-decl name='iobase_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='20' column='1'/>
+    <var-decl name='rawiobase_spec' type-id='type-id-26' 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='/src' language='LANG_C11'>
-    <var-decl name='stringio_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='23' column='1'/>
+    <var-decl name='stringio_spec' type-id='type-id-26' 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-6'/>
       <parameter type-id='type-id-6'/>
     <function-decl name='_Py_GetLocaleEncodingObject' filepath='./Include/internal/pycore_fileutils.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </function-decl>
-    <var-decl name='nldecoder_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='21' column='1'/>
-    <var-decl name='textiobase_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='24' column='1'/>
-    <var-decl name='textiowrapper_spec' type-id='type-id-23' visibility='default' filepath='./Modules/_io/_iomodule.h' line='25' column='1'/>
+    <var-decl name='nldecoder_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='21' column='1'/>
+    <var-decl name='textiobase_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='24' column='1'/>
+    <var-decl name='textiowrapper_spec' type-id='type-id-26' visibility='default' filepath='./Modules/_io/_iomodule.h' line='25' column='1'/>
     <function-decl name='_PyIOBase_check_closed' filepath='./Modules/_io/_iomodule.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
   <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-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='dgettext' filepath='/usr/include/libintl.h' line='44' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='dcgettext' filepath='/usr/include/libintl.h' line='51' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='textdomain' filepath='/usr/include/libintl.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='bindtextdomain' filepath='/usr/include/libintl.h' line='86' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='bind_textdomain_codeset' filepath='/usr/include/libintl.h' line='91' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='wcscoll' filepath='/usr/include/wchar.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='wcsxfrm' filepath='/usr/include/wchar.h' line='135' 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-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/src' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-28' const='yes' id='type-id-29'/>
-    <pointer-type-def type-id='type-id-29' size-in-bits='64' id='type-id-30'/>
-    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-31'/>
+    <qualified-type-def type-id='type-id-31' const='yes' id='type-id-32'/>
+    <pointer-type-def type-id='type-id-32' size-in-bits='64' id='type-id-33'/>
+    <pointer-type-def type-id='type-id-33' size-in-bits='64' id='type-id-34'/>
     <function-decl name='__ctype_b_loc' filepath='/usr/include/ctype.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-31'/>
+      <return type-id='type-id-34'/>
     </function-decl>
     <function-decl name='tolower' filepath='/usr/include/ctype.h' line='122' 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-5'/>
     </function-decl>
-    <type-decl name='unsigned short int' size-in-bits='16' id='type-id-28'/>
+    <type-decl name='unsigned short int' size-in-bits='16' id='type-id-31'/>
   </abi-instr>
   <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='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-32'/>
+      <parameter type-id='type-id-35'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRecursiveMutex_LockTimed' filepath='./Include/internal/pycore_lock.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-33'/>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-35'/>
-      <return type-id='type-id-36'/>
+      <parameter type-id='type-id-36'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-38'/>
+      <return type-id='type-id-39'/>
     </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-6'/>
       <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-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='pthread_setname_np' filepath='/usr/include/pthread.h' line='463' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-38'/>
+      <parameter type-id='type-id-41'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-39' name='interp' filepath='./Modules/atexitmodule.c' line='27' column='1'/>
-      <parameter type-id='type-id-40' name='func' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
-      <parameter type-id='type-id-41' name='data' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='./Modules/atexitmodule.c' line='27' column='1'/>
+      <parameter type-id='type-id-43' name='func' filepath='./Modules/atexitmodule.c' line='28' column='1'/>
+      <parameter type-id='type-id-44' 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='/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-42'>
-      <underlying-type type-id='type-id-43'/>
+    <enum-decl name='__rlimit_resource' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='31' column='1' id='type-id-45'>
+      <underlying-type type-id='type-id-46'/>
       <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-44' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='133' column='1' id='type-id-45'/>
-    <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-46'>
+    <typedef-decl name='rlim_t' type-id='type-id-47' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='133' column='1' id='type-id-48'/>
+    <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-49'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='rlim_cur' type-id='type-id-45' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='142' column='1'/>
+        <var-decl name='rlim_cur' type-id='type-id-48' 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-45' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='144' column='1'/>
+        <var-decl name='rlim_max' type-id='type-id-48' 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-44'/>
-    <typedef-decl name='__rlimit_resource_t' type-id='type-id-42' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='38' column='1' id='type-id-47'/>
-    <pointer-type-def type-id='type-id-48' size-in-bits='64' id='type-id-49'/>
-    <qualified-type-def type-id='type-id-49' restrict='yes' id='type-id-50'/>
-    <qualified-type-def type-id='type-id-48' const='yes' id='type-id-51'/>
+    <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-47'/>
+    <typedef-decl name='__rlimit_resource_t' type-id='type-id-45' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='38' column='1' id='type-id-50'/>
     <pointer-type-def type-id='type-id-51' size-in-bits='64' id='type-id-52'/>
     <qualified-type-def type-id='type-id-52' restrict='yes' id='type-id-53'/>
-    <qualified-type-def type-id='type-id-46' const='yes' id='type-id-54'/>
+    <qualified-type-def type-id='type-id-51' const='yes' id='type-id-54'/>
     <pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-55'/>
-    <qualified-type-def type-id='type-id-56' const='yes' id='type-id-57'/>
+    <qualified-type-def type-id='type-id-55' restrict='yes' id='type-id-56'/>
+    <qualified-type-def type-id='type-id-49' const='yes' id='type-id-57'/>
     <pointer-type-def type-id='type-id-57' size-in-bits='64' id='type-id-58'/>
-    <qualified-type-def type-id='type-id-58' restrict='yes' id='type-id-59'/>
-    <pointer-type-def type-id='type-id-46' size-in-bits='64' id='type-id-60'/>
-    <pointer-type-def type-id='type-id-56' size-in-bits='64' id='type-id-61'/>
+    <qualified-type-def type-id='type-id-59' const='yes' id='type-id-60'/>
+    <pointer-type-def type-id='type-id-60' size-in-bits='64' id='type-id-61'/>
     <qualified-type-def type-id='type-id-61' restrict='yes' id='type-id-62'/>
+    <pointer-type-def type-id='type-id-49' size-in-bits='64' id='type-id-63'/>
+    <pointer-type-def type-id='type-id-59' size-in-bits='64' id='type-id-64'/>
+    <qualified-type-def type-id='type-id-64' restrict='yes' id='type-id-65'/>
     <function-decl name='_Py_DumpExtensionModules' filepath='./Include/internal/pycore_pyerrors.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-37'/>
+      <parameter type-id='type-id-40'/>
       <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-63'/>
+      <parameter type-id='type-id-66'/>
       <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-59'/>
       <parameter type-id='type-id-62'/>
+      <parameter type-id='type-id-65'/>
       <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-56'/>
       <parameter type-id='type-id-53'/>
-      <parameter type-id='type-id-50'/>
       <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'>
     </function-decl>
   </abi-instr>
   <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-64'/>
+    <type-decl name='char' size-in-bits='8' id='type-id-67'/>
     <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-65'/>
+    <type-decl name='variadic parameter type' id='type-id-68'/>
     <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-14'/>
-    <pointer-type-def type-id='type-id-64' size-in-bits='64' id='type-id-24'/>
-    <qualified-type-def type-id='type-id-64' const='yes' id='type-id-66'/>
-    <pointer-type-def type-id='type-id-66' size-in-bits='64' id='type-id-4'/>
+    <pointer-type-def type-id='type-id-67' size-in-bits='64' id='type-id-27'/>
+    <qualified-type-def type-id='type-id-67' const='yes' id='type-id-69'/>
+    <pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-4'/>
     <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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
   </abi-instr>
   <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='114' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-25'/>
-      <return type-id='type-id-67'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_Py_DecodeUTF8_surrogateescape' filepath='./Include/internal/pycore_fileutils.h' line='211' 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-68'/>
-      <return type-id='type-id-69'/>
+      <parameter type-id='type-id-71'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_Py_wstat' filepath='./Include/internal/pycore_fileutils.h' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-70'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-73'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_join_relfile' filepath='./Include/internal/pycore_fileutils.h' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-25'/>
-      <return type-id='type-id-69'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_Py_add_relfile' filepath='./Include/internal/pycore_fileutils.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-69'/>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-72'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-14'/>
       <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-71'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74'/>
+      <return type-id='type-id-75'/>
     </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-25'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_Py_Get_Getpath_CodeObject' mangled-name='_Py_Get_Getpath_CodeObject' filepath='./Modules/getpath.c' line='833' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Get_Getpath_CodeObject'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='dladdr' filepath='/usr/include/dlfcn.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-73'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-76'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-74' size-in-bits='1024' id='type-id-75'>
-      <subrange length='16' type-id='type-id-2' id='type-id-76'/>
+    <array-type-def dimensions='1' type-id='type-id-77' size-in-bits='1024' id='type-id-78'>
+      <subrange length='16' type-id='type-id-2' id='type-id-79'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-77' size-in-bits='256' id='type-id-78'>
-      <subrange length='32' type-id='type-id-2' id='type-id-79'/>
+    <array-type-def dimensions='1' type-id='type-id-80' size-in-bits='256' id='type-id-81'>
+      <subrange length='32' type-id='type-id-2' id='type-id-82'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='2048' id='type-id-80'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='2048' id='type-id-83'>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='520' id='type-id-82'>
-      <subrange length='65' type-id='type-id-2' id='type-id-83'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='520' id='type-id-85'>
+      <subrange length='65' type-id='type-id-2' id='type-id-86'/>
     </array-type-def>
-    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-84'/>
-    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-85'/>
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='512' id='type-id-86'>
-      <subrange length='16' type-id='type-id-2' id='type-id-76'/>
+    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-87'/>
+    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='512' id='type-id-89'>
+      <subrange length='16' type-id='type-id-2' id='type-id-79'/>
     </array-type-def>
-    <typedef-decl name='DIR' type-id='type-id-84' filepath='/usr/include/dirent.h' line='127' column='1' id='type-id-87'/>
-    <class-decl name='posix_spawnattr_t' size-in-bits='2688' is-struct='yes' naming-typedef-id='type-id-88' visibility='default' filepath='/usr/include/spawn.h' line='29' column='1' id='type-id-89'>
+    <typedef-decl name='DIR' type-id='type-id-87' filepath='/usr/include/dirent.h' line='127' column='1' id='type-id-90'/>
+    <class-decl name='posix_spawnattr_t' size-in-bits='2688' is-struct='yes' naming-typedef-id='type-id-91' visibility='default' filepath='/usr/include/spawn.h' line='29' column='1' id='type-id-92'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='__flags' type-id='type-id-90' visibility='default' filepath='/usr/include/spawn.h' line='31' column='1'/>
+        <var-decl name='__flags' type-id='type-id-93' 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-91' visibility='default' filepath='/usr/include/spawn.h' line='32' column='1'/>
+        <var-decl name='__pgrp' type-id='type-id-94' 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-92' visibility='default' filepath='/usr/include/spawn.h' line='33' column='1'/>
+        <var-decl name='__sd' type-id='type-id-95' 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-92' visibility='default' filepath='/usr/include/spawn.h' line='34' column='1'/>
+        <var-decl name='__ss' type-id='type-id-95' 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-93' visibility='default' filepath='/usr/include/spawn.h' line='35' column='1'/>
+        <var-decl name='__sp' type-id='type-id-96' 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-86' visibility='default' filepath='/usr/include/spawn.h' line='37' column='1'/>
+        <var-decl name='__pad' type-id='type-id-89' 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-89' filepath='/usr/include/spawn.h' line='38' column='1' id='type-id-88'/>
-    <class-decl name='posix_spawn_file_actions_t' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-94' visibility='default' filepath='/usr/include/spawn.h' line='43' column='1' id='type-id-95'>
+    <typedef-decl name='posix_spawnattr_t' type-id='type-id-92' filepath='/usr/include/spawn.h' line='38' column='1' id='type-id-91'/>
+    <class-decl name='posix_spawn_file_actions_t' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-97' visibility='default' filepath='/usr/include/spawn.h' line='43' column='1' id='type-id-98'>
       <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-96' visibility='default' filepath='/usr/include/spawn.h' line='47' column='1'/>
+        <var-decl name='__actions' type-id='type-id-99' 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-86' visibility='default' filepath='/usr/include/spawn.h' line='48' column='1'/>
+        <var-decl name='__pad' type-id='type-id-89' 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-95' filepath='/usr/include/spawn.h' line='49' column='1' id='type-id-94'/>
-    <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-74'/>
-    <class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='39' column='1' id='type-id-98'>
+    <typedef-decl name='posix_spawn_file_actions_t' type-id='type-id-98' filepath='/usr/include/spawn.h' line='49' column='1' id='type-id-97'/>
+    <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-77'/>
+    <class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='39' column='1' id='type-id-101'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='__bits' type-id='type-id-75' 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-78' 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-98' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='42' column='1' id='type-id-97'/>
-    <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-99'>
+    <typedef-decl name='cpu_set_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='42' column='1' id='type-id-100'/>
+    <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-102'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='d_ino' type-id='type-id-100' 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-103' 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-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='29' column='1'/>
+        <var-decl name='d_off' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='29' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='d_reclen' type-id='type-id-28' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='31' column='1'/>
+        <var-decl name='d_reclen' type-id='type-id-31' 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-101' 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-104' 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-80' 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-83' 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-102'>
+    <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-105'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ws_row' type-id='type-id-28' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='29' column='1'/>
+        <var-decl name='ws_row' type-id='type-id-31' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='29' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='ws_col' type-id='type-id-28' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='30' column='1'/>
+        <var-decl name='ws_col' type-id='type-id-31' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='30' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='ws_xpixel' type-id='type-id-28' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='31' column='1'/>
+        <var-decl name='ws_xpixel' type-id='type-id-31' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='48'>
-        <var-decl name='ws_ypixel' type-id='type-id-28' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='32' column='1'/>
+        <var-decl name='ws_ypixel' type-id='type-id-31' 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-103'>
-      <underlying-type type-id='type-id-43'/>
+    <enum-decl name='__priority_which' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='187' column='1' id='type-id-106'>
+      <underlying-type type-id='type-id-46'/>
       <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-104'>
+    <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-107'>
       <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-105' 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-108' 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-105' 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-108' 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-105' 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-108' 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-106' 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-109' 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-106' 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-109' 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-106' 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-109' 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-107' 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-110' 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-108'>
+    <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-111'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='c_iflag' type-id='type-id-109' 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-112' 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-109' 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-112' 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-109' 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-112' 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-109' 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-112' 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-77' 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-80' 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-78' 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-81' 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-110' 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-113' 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-110' 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-113' 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-101' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='23' column='1' id='type-id-77'/>
-    <typedef-decl name='speed_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='24' column='1' id='type-id-110'/>
-    <typedef-decl name='tcflag_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='25' column='1' id='type-id-109'/>
-    <typedef-decl name='__id_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='159' column='1' id='type-id-112'/>
-    <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-105'/>
-    <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-106'/>
-    <typedef-decl name='clock_t' type-id='type-id-113' filepath='/usr/include/x86_64-linux-gnu/bits/types/clock_t.h' line='7' column='1' id='type-id-114'/>
-    <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-115'>
+    <typedef-decl name='cc_t' type-id='type-id-104' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='23' column='1' id='type-id-80'/>
+    <typedef-decl name='speed_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='24' column='1' id='type-id-113'/>
+    <typedef-decl name='tcflag_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='25' column='1' id='type-id-112'/>
+    <typedef-decl name='__id_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='159' column='1' id='type-id-115'/>
+    <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-108'/>
+    <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-109'/>
+    <typedef-decl name='clock_t' type-id='type-id-116' filepath='/usr/include/x86_64-linux-gnu/bits/types/clock_t.h' line='7' column='1' id='type-id-117'/>
+    <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-118'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='it_interval' type-id='type-id-116' 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-119' 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-116' 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-119' 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-93'>
+    <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-96'>
       <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-117' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='27' column='1' id='type-id-118'/>
-    <typedef-decl name='__priority_which_t' type-id='type-id-103' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='40' column='1' id='type-id-119'/>
-    <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-120'>
+    <typedef-decl name='eventfd_t' type-id='type-id-120' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='27' column='1' id='type-id-121'/>
+    <typedef-decl name='__priority_which_t' type-id='type-id-106' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='40' column='1' id='type-id-122'/>
+    <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-123'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tms_utime' type-id='type-id-114' 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-117' 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-114' 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-117' 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-114' 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-117' 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-114' 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-117' 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-121' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-122'/>
-    <typedef-decl name='mode_t' type-id='type-id-123' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='69' column='1' id='type-id-124'/>
-    <typedef-decl name='uid_t' type-id='type-id-125' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-126'/>
-    <typedef-decl name='id_t' type-id='type-id-112' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='103' column='1' id='type-id-127'/>
-    <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-128'>
+    <typedef-decl name='gid_t' type-id='type-id-124' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-125'/>
+    <typedef-decl name='mode_t' type-id='type-id-126' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='69' column='1' id='type-id-127'/>
+    <typedef-decl name='uid_t' type-id='type-id-128' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-129'/>
+    <typedef-decl name='id_t' type-id='type-id-115' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='103' column='1' id='type-id-130'/>
+    <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-131'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='sysname' type-id='type-id-82' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='51' column='1'/>
+        <var-decl name='sysname' type-id='type-id-85' 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-82' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='54' column='1'/>
+        <var-decl name='nodename' type-id='type-id-85' 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-82' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='57' column='1'/>
+        <var-decl name='release' type-id='type-id-85' 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-82' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='59' column='1'/>
+        <var-decl name='version' type-id='type-id-85' 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-82' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='62' column='1'/>
+        <var-decl name='machine' type-id='type-id-85' 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-82' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='67' column='1'/>
+        <var-decl name='domainname' type-id='type-id-85' 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-129' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='75' column='1' id='type-id-130'>
-      <underlying-type type-id='type-id-43'/>
+    <enum-decl name='idtype_t' naming-typedef-id='type-id-132' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='75' column='1' id='type-id-133'>
+      <underlying-type type-id='type-id-46'/>
       <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-130' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='79' column='1' id='type-id-129'/>
-    <pointer-type-def type-id='type-id-87' size-in-bits='64' id='type-id-131'/>
-    <pointer-type-def type-id='type-id-121' size-in-bits='64' id='type-id-132'/>
-    <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-133'/>
-    <pointer-type-def type-id='type-id-85' size-in-bits='64' id='type-id-96'/>
-    <pointer-type-def type-id='type-id-125' size-in-bits='64' id='type-id-134'/>
-    <qualified-type-def type-id='type-id-135' restrict='yes' id='type-id-136'/>
-    <qualified-type-def type-id='type-id-121' 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-97' 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-115' const='yes' id='type-id-141'/>
-    <pointer-type-def type-id='type-id-141' size-in-bits='64' id='type-id-142'/>
-    <qualified-type-def type-id='type-id-94' 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-88' const='yes' id='type-id-146'/>
+    <typedef-decl name='idtype_t' type-id='type-id-133' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='79' column='1' id='type-id-132'/>
+    <pointer-type-def type-id='type-id-90' size-in-bits='64' id='type-id-134'/>
+    <pointer-type-def type-id='type-id-124' size-in-bits='64' id='type-id-135'/>
+    <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-136'/>
+    <pointer-type-def type-id='type-id-88' size-in-bits='64' id='type-id-99'/>
+    <pointer-type-def type-id='type-id-128' size-in-bits='64' id='type-id-137'/>
+    <qualified-type-def type-id='type-id-138' restrict='yes' id='type-id-139'/>
+    <qualified-type-def type-id='type-id-124' 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-100' 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-118' const='yes' id='type-id-144'/>
+    <pointer-type-def type-id='type-id-144' size-in-bits='64' id='type-id-145'/>
+    <qualified-type-def type-id='type-id-97' 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-93' const='yes' id='type-id-149'/>
+    <qualified-type-def type-id='type-id-91' 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-150' restrict='yes' id='type-id-151'/>
-    <qualified-type-def type-id='type-id-92' const='yes' id='type-id-152'/>
+    <qualified-type-def type-id='type-id-96' const='yes' id='type-id-152'/>
     <pointer-type-def type-id='type-id-152' size-in-bits='64' id='type-id-153'/>
     <qualified-type-def type-id='type-id-153' restrict='yes' id='type-id-154'/>
-    <qualified-type-def type-id='type-id-108' const='yes' id='type-id-155'/>
+    <qualified-type-def type-id='type-id-95' const='yes' id='type-id-155'/>
     <pointer-type-def type-id='type-id-155' size-in-bits='64' id='type-id-156'/>
-    <qualified-type-def type-id='type-id-102' const='yes' id='type-id-157'/>
-    <pointer-type-def type-id='type-id-157' size-in-bits='64' id='type-id-158'/>
-    <pointer-type-def type-id='type-id-97' size-in-bits='64' id='type-id-159'/>
-    <pointer-type-def type-id='type-id-99' size-in-bits='64' id='type-id-160'/>
-    <pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-161'/>
-    <pointer-type-def type-id='type-id-122' size-in-bits='64' id='type-id-162'/>
-    <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-163'/>
-    <pointer-type-def type-id='type-id-91' 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-94' size-in-bits='64' id='type-id-166'/>
-    <qualified-type-def type-id='type-id-166' restrict='yes' id='type-id-167'/>
-    <pointer-type-def type-id='type-id-88' size-in-bits='64' id='type-id-168'/>
-    <qualified-type-def type-id='type-id-168' restrict='yes' id='type-id-169'/>
-    <pointer-type-def type-id='type-id-93' size-in-bits='64' id='type-id-170'/>
-    <pointer-type-def type-id='type-id-104' size-in-bits='64' id='type-id-171'/>
+    <qualified-type-def type-id='type-id-156' restrict='yes' id='type-id-157'/>
+    <qualified-type-def type-id='type-id-111' const='yes' id='type-id-158'/>
+    <pointer-type-def type-id='type-id-158' size-in-bits='64' id='type-id-159'/>
+    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-160'/>
+    <pointer-type-def type-id='type-id-160' size-in-bits='64' id='type-id-161'/>
+    <pointer-type-def type-id='type-id-100' size-in-bits='64' id='type-id-162'/>
+    <pointer-type-def type-id='type-id-102' size-in-bits='64' id='type-id-163'/>
+    <pointer-type-def type-id='type-id-121' size-in-bits='64' id='type-id-164'/>
+    <pointer-type-def type-id='type-id-125' size-in-bits='64' id='type-id-165'/>
+    <pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-166'/>
+    <pointer-type-def type-id='type-id-94' size-in-bits='64' id='type-id-167'/>
+    <qualified-type-def type-id='type-id-167' restrict='yes' id='type-id-168'/>
+    <pointer-type-def type-id='type-id-97' size-in-bits='64' id='type-id-169'/>
+    <qualified-type-def type-id='type-id-169' restrict='yes' id='type-id-170'/>
+    <pointer-type-def type-id='type-id-91' size-in-bits='64' id='type-id-171'/>
     <qualified-type-def type-id='type-id-171' restrict='yes' id='type-id-172'/>
-    <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-173'/>
-    <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-174'/>
-    <pointer-type-def type-id='type-id-128' size-in-bits='64' id='type-id-175'/>
-    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-84'/>
-    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-85'/>
+    <pointer-type-def type-id='type-id-96' size-in-bits='64' id='type-id-173'/>
+    <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-174'/>
+    <qualified-type-def type-id='type-id-174' restrict='yes' id='type-id-175'/>
+    <pointer-type-def type-id='type-id-123' size-in-bits='64' id='type-id-176'/>
+    <pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-177'/>
+    <pointer-type-def type-id='type-id-131' size-in-bits='64' id='type-id-178'/>
+    <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-87'/>
+    <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
     <function-decl name='_PyEval_ReInitThreads' filepath='./Include/internal/pycore_ceval.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyPerfTrampoline_AfterFork_Child' filepath='./Include/internal/pycore_ceval.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_device_encoding' filepath='./Include/internal/pycore_fileutils.h' line='48' 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='267' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-69'/>
+      <parameter type-id='type-id-72'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-8'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_Py_skiproot' filepath='./Include/internal/pycore_fileutils.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-8'/>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_GetTicksPerSecond' filepath='./Include/internal/pycore_fileutils.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-176'/>
+      <parameter type-id='type-id-179'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_ReInitLock' filepath='./Include/internal/pycore_import.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <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='77' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_DeleteExceptMain' filepath='./Include/internal/pycore_pystate.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-180'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PySignal_AfterFork' filepath='./Include/internal/pycore_pystate.h' line='248' 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='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-180'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyTime_FromSecondsDouble' filepath='./Include/internal/pycore_time.h' line='136' 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-180'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-182'/>
+      <parameter type-id='type-id-183'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromTimespec' filepath='./Include/internal/pycore_time.h' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-180'/>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-184'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyType_AddMethod' filepath='./Include/internal/pycore_typeobject.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
-      <parameter type-id='type-id-182'/>
+      <parameter type-id='type-id-185'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='663' 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='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='815' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>
-      <parameter type-id='type-id-122' name='gid' filepath='./Modules/posixmodule.c' line='815' column='1'/>
+      <parameter type-id='type-id-125' name='gid' filepath='./Modules/posixmodule.c' line='815' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='823' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='./Modules/posixmodule.c' line='823' column='1'/>
-      <parameter type-id='type-id-174' name='p' filepath='./Modules/posixmodule.c' line='823' column='1'/>
+      <parameter type-id='type-id-177' name='p' filepath='./Modules/posixmodule.c' line='823' 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='929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='./Modules/posixmodule.c' line='929' column='1'/>
-      <parameter type-id='type-id-162' name='p' filepath='./Modules/posixmodule.c' line='929' column='1'/>
+      <parameter type-id='type-id-165' name='p' filepath='./Modules/posixmodule.c' line='929' 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-4'/>
-      <return type-id='type-id-131'/>
+      <return type-id='type-id-134'/>
     </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-131'/>
+      <return type-id='type-id-134'/>
     </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-131'/>
+      <parameter type-id='type-id-134'/>
       <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-131'/>
+      <parameter type-id='type-id-134'/>
       <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-14'/>
-      <parameter type-id='type-id-138'/>
+      <parameter type-id='type-id-141'/>
       <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-4'/>
-      <parameter type-id='type-id-121'/>
-      <parameter type-id='type-id-132'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-186'/>
       <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-4'/>
-      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-124'/>
       <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-183'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-24'/>
-      <parameter type-id='type-id-156'/>
-      <parameter type-id='type-id-158'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-161'/>
       <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-183'/>
-      <parameter type-id='type-id-24'/>
-      <parameter type-id='type-id-156'/>
-      <parameter type-id='type-id-158'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-161'/>
       <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-184'/>
-      <parameter type-id='type-id-150'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-153'/>
       <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-184'/>
-      <parameter type-id='type-id-170'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-173'/>
       <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-184'/>
+      <parameter type-id='type-id-187'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-150'/>
+      <parameter type-id='type-id-153'/>
       <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-184'/>
+      <parameter type-id='type-id-187'/>
       <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-184'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-188'/>
       <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-184'/>
+      <parameter type-id='type-id-187'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-140'/>
+      <parameter type-id='type-id-143'/>
       <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-184'/>
+      <parameter type-id='type-id-187'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-159'/>
+      <parameter type-id='type-id-162'/>
       <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-184'/>
+      <parameter type-id='type-id-187'/>
       <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-63'/>
+      <parameter type-id='type-id-66'/>
       <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-165'/>
+      <parameter type-id='type-id-168'/>
       <parameter type-id='type-id-15'/>
-      <parameter type-id='type-id-145'/>
       <parameter type-id='type-id-148'/>
-      <parameter type-id='type-id-136'/>
-      <parameter type-id='type-id-136'/>
+      <parameter type-id='type-id-151'/>
+      <parameter type-id='type-id-139'/>
+      <parameter type-id='type-id-139'/>
       <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-164'/>
+      <parameter type-id='type-id-167'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-144'/>
       <parameter type-id='type-id-147'/>
-      <parameter type-id='type-id-135'/>
-      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-150'/>
+      <parameter type-id='type-id-138'/>
+      <parameter type-id='type-id-138'/>
       <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-168'/>
+      <parameter type-id='type-id-171'/>
       <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-168'/>
+      <parameter type-id='type-id-171'/>
       <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-169'/>
-      <parameter type-id='type-id-154'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-157'/>
       <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-169'/>
-      <parameter type-id='type-id-154'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-157'/>
       <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-168'/>
-      <parameter type-id='type-id-90'/>
+      <parameter type-id='type-id-171'/>
+      <parameter type-id='type-id-93'/>
       <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-168'/>
-      <parameter type-id='type-id-91'/>
+      <parameter type-id='type-id-171'/>
+      <parameter type-id='type-id-94'/>
       <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-168'/>
+      <parameter type-id='type-id-171'/>
       <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-169'/>
-      <parameter type-id='type-id-151'/>
+      <parameter type-id='type-id-172'/>
+      <parameter type-id='type-id-154'/>
       <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-166'/>
+      <parameter type-id='type-id-169'/>
       <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-166'/>
+      <parameter type-id='type-id-169'/>
       <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-167'/>
+      <parameter type-id='type-id-170'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-15'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-127'/>
       <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-166'/>
+      <parameter type-id='type-id-169'/>
       <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-166'/>
+      <parameter type-id='type-id-169'/>
       <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-166'/>
+      <parameter type-id='type-id-169'/>
       <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='ctermid' filepath='/usr/include/stdio.h' line='837' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
-      <return type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='atoi' filepath='/usr/include/stdlib.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
     </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-24'/>
+      <return type-id='type-id-27'/>
     </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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <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-186'/>
+      <parameter type-id='type-id-189'/>
       <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-13'/>
       <parameter type-id='type-id-15'/>
-      <parameter type-id='type-id-187'/>
-      <return type-id='type-id-24'/>
+      <parameter type-id='type-id-190'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='faccessat' filepath='/usr/include/unistd.h' line='309' 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='pipe' filepath='/usr/include/unistd.h' line='437' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <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-183'/>
+      <parameter type-id='type-id-186'/>
       <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-4'/>
-      <parameter type-id='type-id-125'/>
-      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-124'/>
       <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-125'/>
-      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-124'/>
       <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-4'/>
-      <parameter type-id='type-id-125'/>
-      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-124'/>
       <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-4'/>
-      <parameter type-id='type-id-125'/>
-      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-124'/>
       <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-4'/>
-      <parameter type-id='type-id-135'/>
-      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-138'/>
+      <parameter type-id='type-id-138'/>
       <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-135'/>
-      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-138'/>
+      <parameter type-id='type-id-138'/>
       <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-4'/>
-      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-138'/>
       <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-4'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </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-188'/>
+      <return type-id='type-id-191'/>
     </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-184'/>
+      <return type-id='type-id-187'/>
     </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-184'/>
-      <return type-id='type-id-184'/>
+      <parameter type-id='type-id-187'/>
+      <return type-id='type-id-187'/>
     </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-184'/>
-      <parameter type-id='type-id-184'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-187'/>
       <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-184'/>
+      <return type-id='type-id-187'/>
     </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-184'/>
-      <return type-id='type-id-184'/>
+      <parameter type-id='type-id-187'/>
+      <return type-id='type-id-187'/>
     </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-125'/>
+      <return type-id='type-id-128'/>
     </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-125'/>
+      <return type-id='type-id-128'/>
     </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-121'/>
+      <return type-id='type-id-124'/>
     </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-121'/>
+      <return type-id='type-id-124'/>
     </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-132'/>
+      <parameter type-id='type-id-135'/>
       <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-125'/>
+      <parameter type-id='type-id-128'/>
       <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-125'/>
-      <parameter type-id='type-id-125'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-128'/>
       <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-125'/>
+      <parameter type-id='type-id-128'/>
       <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-121'/>
+      <parameter type-id='type-id-124'/>
       <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-121'/>
-      <parameter type-id='type-id-121'/>
+      <parameter type-id='type-id-124'/>
+      <parameter type-id='type-id-124'/>
       <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-121'/>
+      <parameter type-id='type-id-124'/>
       <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-134'/>
-      <parameter type-id='type-id-134'/>
-      <parameter type-id='type-id-134'/>
+      <parameter type-id='type-id-137'/>
+      <parameter type-id='type-id-137'/>
+      <parameter type-id='type-id-137'/>
       <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-132'/>
-      <parameter type-id='type-id-132'/>
-      <parameter type-id='type-id-132'/>
+      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-135'/>
       <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-125'/>
-      <parameter type-id='type-id-125'/>
-      <parameter type-id='type-id-125'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-128'/>
       <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-121'/>
-      <parameter type-id='type-id-121'/>
-      <parameter type-id='type-id-121'/>
+      <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='fork' filepath='/usr/include/unistd.h' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-184'/>
+      <return type-id='type-id-187'/>
     </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'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-15'/>
       <parameter type-id='type-id-13'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-4'/>
     </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-184'/>
+      <return type-id='type-id-187'/>
     </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-184'/>
+      <parameter type-id='type-id-187'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='getlogin_r' filepath='/usr/include/unistd.h' line='889' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </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-133'/>
+      <parameter type-id='type-id-136'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-133'/>
+      <parameter type-id='type-id-136'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-111'/>
-      <return type-id='type-id-189'/>
+      <parameter type-id='type-id-114'/>
+      <return type-id='type-id-192'/>
     </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-14'/>
-      <parameter type-id='type-id-140'/>
+      <parameter type-id='type-id-143'/>
       <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-14'/>
-      <return type-id='type-id-159'/>
+      <return type-id='type-id-162'/>
     </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-159'/>
+      <parameter type-id='type-id-162'/>
       <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-133'/>
+      <parameter type-id='type-id-136'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-133'/>
+      <parameter type-id='type-id-136'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-111'/>
-      <return type-id='type-id-190'/>
+      <parameter type-id='type-id-114'/>
+      <return type-id='type-id-193'/>
     </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-4'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-114'/>
       <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-111'/>
+      <parameter type-id='type-id-114'/>
       <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-161'/>
+      <parameter type-id='type-id-164'/>
       <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-118'/>
+      <parameter type-id='type-id-121'/>
       <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-119'/>
-      <parameter type-id='type-id-127'/>
+      <parameter type-id='type-id-122'/>
+      <parameter type-id='type-id-130'/>
       <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-119'/>
-      <parameter type-id='type-id-127'/>
+      <parameter type-id='type-id-122'/>
+      <parameter type-id='type-id-130'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
       <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-123'/>
+      <parameter type-id='type-id-126'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
       <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-123'/>
-      <return type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
+      <return type-id='type-id-126'/>
     </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-4'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
-      <parameter type-id='type-id-191'/>
+      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-194'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
-      <parameter type-id='type-id-191'/>
+      <parameter type-id='type-id-126'/>
+      <parameter type-id='type-id-194'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
       <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-4'/>
-      <parameter type-id='type-id-123'/>
+      <parameter type-id='type-id-126'/>
       <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-4'/>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-184'/>
       <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-181'/>
+      <parameter type-id='type-id-184'/>
       <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-191'/>
-      <return type-id='type-id-111'/>
+      <parameter type-id='type-id-194'/>
+      <return type-id='type-id-114'/>
     </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-191'/>
-      <return type-id='type-id-111'/>
+      <parameter type-id='type-id-194'/>
+      <return type-id='type-id-114'/>
     </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-111'/>
-      <parameter type-id='type-id-111'/>
-      <return type-id='type-id-191'/>
+      <parameter type-id='type-id-114'/>
+      <parameter type-id='type-id-114'/>
+      <return type-id='type-id-194'/>
     </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-192'/>
+      <parameter type-id='type-id-195'/>
       <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-142'/>
-      <parameter type-id='type-id-163'/>
+      <parameter type-id='type-id-145'/>
+      <parameter type-id='type-id-166'/>
       <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-163'/>
+      <parameter type-id='type-id-166'/>
       <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-173'/>
-      <return type-id='type-id-114'/>
+      <parameter type-id='type-id-176'/>
+      <return type-id='type-id-117'/>
     </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-193'/>
+      <parameter type-id='type-id-196'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-193'/>
+      <parameter type-id='type-id-196'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-175'/>
+      <parameter type-id='type-id-178'/>
       <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-183'/>
-      <return type-id='type-id-184'/>
+      <parameter type-id='type-id-186'/>
+      <return type-id='type-id-187'/>
     </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-184'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-184'/>
+      <return type-id='type-id-187'/>
     </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-129'/>
-      <parameter type-id='type-id-112'/>
-      <parameter type-id='type-id-194'/>
+      <parameter type-id='type-id-132'/>
+      <parameter type-id='type-id-115'/>
+      <parameter type-id='type-id-197'/>
       <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-183'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-195'/>
-      <return type-id='type-id-184'/>
+      <parameter type-id='type-id-198'/>
+      <return type-id='type-id-187'/>
     </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-184'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-195'/>
-      <return type-id='type-id-184'/>
+      <parameter type-id='type-id-198'/>
+      <return type-id='type-id-187'/>
     </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-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-4'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-4'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-4'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-4'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-4'/>
     </function-decl>
   </abi-instr>
   <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-196'>
+    <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-199'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='pw_name' type-id='type-id-24' visibility='default' filepath='/usr/include/pwd.h' line='51' column='1'/>
+        <var-decl name='pw_name' type-id='type-id-27' visibility='default' filepath='/usr/include/pwd.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='pw_passwd' type-id='type-id-24' visibility='default' filepath='/usr/include/pwd.h' line='52' column='1'/>
+        <var-decl name='pw_passwd' type-id='type-id-27' 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-125' visibility='default' filepath='/usr/include/pwd.h' line='54' column='1'/>
+        <var-decl name='pw_uid' type-id='type-id-128' 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-121' visibility='default' filepath='/usr/include/pwd.h' line='55' column='1'/>
+        <var-decl name='pw_gid' type-id='type-id-124' 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-24' visibility='default' filepath='/usr/include/pwd.h' line='56' column='1'/>
+        <var-decl name='pw_gecos' type-id='type-id-27' visibility='default' filepath='/usr/include/pwd.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='pw_dir' type-id='type-id-24' visibility='default' filepath='/usr/include/pwd.h' line='57' column='1'/>
+        <var-decl name='pw_dir' type-id='type-id-27' visibility='default' filepath='/usr/include/pwd.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='pw_shell' type-id='type-id-24' visibility='default' filepath='/usr/include/pwd.h' line='58' column='1'/>
+        <var-decl name='pw_shell' type-id='type-id-27' visibility='default' filepath='/usr/include/pwd.h' line='58' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-197'/>
-    <qualified-type-def type-id='type-id-197' restrict='yes' id='type-id-198'/>
-    <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-199'/>
-    <qualified-type-def type-id='type-id-199' restrict='yes' id='type-id-200'/>
+    <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'/>
+    <pointer-type-def type-id='type-id-200' size-in-bits='64' id='type-id-202'/>
+    <qualified-type-def type-id='type-id-202' restrict='yes' id='type-id-203'/>
     <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-197'/>
+      <return type-id='type-id-200'/>
     </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-125'/>
-      <parameter type-id='type-id-198'/>
+      <parameter type-id='type-id-128'/>
+      <parameter type-id='type-id-201'/>
       <parameter type-id='type-id-13'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-200'/>
+      <parameter type-id='type-id-203'/>
       <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-15'/>
-      <parameter type-id='type-id-198'/>
+      <parameter type-id='type-id-201'/>
       <parameter type-id='type-id-13'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-200'/>
+      <parameter type-id='type-id-203'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-201'>
-      <underlying-type type-id='type-id-43'/>
+    <enum-decl name='__itimer_which' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='114' column='1' id='type-id-204'>
+      <underlying-type type-id='type-id-46'/>
       <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-202'>
+    <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-205'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='it_interval' type-id='type-id-203' 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-206' 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-203' 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-206' 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-201' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='141' column='1' id='type-id-204'/>
-    <qualified-type-def type-id='type-id-202' const='yes' id='type-id-205'/>
-    <pointer-type-def type-id='type-id-205' size-in-bits='64' id='type-id-206'/>
-    <qualified-type-def type-id='type-id-206' restrict='yes' id='type-id-207'/>
-    <qualified-type-def type-id='type-id-183' restrict='yes' id='type-id-208'/>
-    <pointer-type-def type-id='type-id-202' size-in-bits='64' id='type-id-209'/>
+    <typedef-decl name='__itimer_which_t' type-id='type-id-204' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='141' column='1' id='type-id-207'/>
+    <qualified-type-def type-id='type-id-205' const='yes' id='type-id-208'/>
+    <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-209'/>
     <qualified-type-def type-id='type-id-209' restrict='yes' id='type-id-210'/>
-    <qualified-type-def type-id='type-id-194' restrict='yes' id='type-id-211'/>
+    <qualified-type-def type-id='type-id-186' restrict='yes' id='type-id-211'/>
+    <pointer-type-def type-id='type-id-205' size-in-bits='64' id='type-id-212'/>
+    <qualified-type-def type-id='type-id-212' restrict='yes' id='type-id-213'/>
+    <qualified-type-def type-id='type-id-197' restrict='yes' id='type-id-214'/>
     <function-decl name='_PyEval_SignalReceived' filepath='./Include/internal/pycore_ceval.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyRunRemoteDebugger' filepath='./Include/internal/pycore_ceval.h' line='376' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-5'/>
     </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-126'/>
+      <parameter type-id='type-id-129'/>
       <return type-id='type-id-6'/>
     </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-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PySignal_SetWakeupFd' mangled-name='PySignal_SetWakeupFd' filepath='./Modules/signalmodule.c' line='835' 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-153'/>
+      <parameter type-id='type-id-156'/>
       <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-63'/>
+      <parameter type-id='type-id-66'/>
       <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-154'/>
-      <parameter type-id='type-id-208'/>
+      <parameter type-id='type-id-157'/>
+      <parameter type-id='type-id-211'/>
       <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-154'/>
-      <parameter type-id='type-id-211'/>
+      <parameter type-id='type-id-157'/>
+      <parameter type-id='type-id-214'/>
       <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-154'/>
-      <parameter type-id='type-id-211'/>
-      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-157'/>
+      <parameter type-id='type-id-214'/>
+      <parameter type-id='type-id-215'/>
       <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'>
     </function-decl>
     <function-decl name='strsignal' filepath='/usr/include/string.h' line='478' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-111'/>
-      <return type-id='type-id-111'/>
+      <parameter type-id='type-id-114'/>
+      <return type-id='type-id-114'/>
     </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-38'/>
+      <parameter type-id='type-id-41'/>
       <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-204'/>
-      <parameter type-id='type-id-209'/>
+      <parameter type-id='type-id-207'/>
+      <parameter type-id='type-id-212'/>
       <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-204'/>
       <parameter type-id='type-id-207'/>
       <parameter type-id='type-id-210'/>
+      <parameter type-id='type-id-213'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
-      <return type-id='type-id-214'/>
+      <parameter type-id='type-id-216'/>
+      <return type-id='type-id-217'/>
     </function-decl>
   </abi-instr>
   <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-215' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='89' column='1' id='type-id-216'>
+    <class-decl name='_PyTimeFraction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-218' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='89' column='1' id='type-id-219'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='numer' type-id='type-id-34' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='90' column='1'/>
+        <var-decl name='numer' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='90' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='denom' type-id='type-id-34' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='91' column='1'/>
+        <var-decl name='denom' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='91' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyTimeFraction' type-id='type-id-216' filepath='./Include/internal/pycore_runtime_structs.h' line='92' column='1' id='type-id-215'/>
-    <pointer-type-def type-id='type-id-215' size-in-bits='64' id='type-id-217'/>
-    <pointer-type-def type-id='type-id-192' size-in-bits='64' id='type-id-218'/>
-    <qualified-type-def type-id='type-id-215' const='yes' id='type-id-219'/>
-    <pointer-type-def type-id='type-id-219' size-in-bits='64' id='type-id-220'/>
+    <typedef-decl name='_PyTimeFraction' type-id='type-id-219' filepath='./Include/internal/pycore_runtime_structs.h' line='92' column='1' id='type-id-218'/>
+    <pointer-type-def type-id='type-id-218' size-in-bits='64' id='type-id-220'/>
+    <pointer-type-def type-id='type-id-195' size-in-bits='64' id='type-id-221'/>
+    <qualified-type-def type-id='type-id-218' const='yes' id='type-id-222'/>
+    <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-223'/>
     <function-decl name='_PyTime_FromTimeval' filepath='./Include/internal/pycore_time.h' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-180'/>
-      <parameter type-id='type-id-221'/>
+      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-224'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_TimeWithInfo' filepath='./Include/internal/pycore_time.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-180'/>
-      <parameter type-id='type-id-222'/>
+      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-225'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_PerfCounterWithInfo' filepath='./Include/internal/pycore_time.h' line='291' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-180'/>
-      <parameter type-id='type-id-222'/>
+      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-225'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTimeFraction_Set' filepath='./Include/internal/pycore_time.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-217'/>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-34'/>
+      <parameter type-id='type-id-220'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-37'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTimeFraction_Mul' filepath='./Include/internal/pycore_time.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-220'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-223'/>
+      <return type-id='type-id-37'/>
     </function-decl>
     <function-decl name='_PyTimeFraction_Resolution' filepath='./Include/internal/pycore_time.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-220'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-223'/>
+      <return type-id='type-id-181'/>
     </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-38'/>
-      <parameter type-id='type-id-218'/>
+      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-221'/>
       <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-114'/>
+      <return type-id='type-id-117'/>
     </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-223'/>
-      <return type-id='type-id-224'/>
+      <parameter type-id='type-id-226'/>
+      <return type-id='type-id-227'/>
     </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-225'/>
-      <return type-id='type-id-224'/>
+      <parameter type-id='type-id-228'/>
+      <return type-id='type-id-227'/>
     </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-226'/>
-      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-229'/>
+      <parameter type-id='type-id-184'/>
       <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-226'/>
+      <parameter type-id='type-id-229'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-181'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-184'/>
+      <parameter type-id='type-id-188'/>
       <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-26'/>
+      <parameter type-id='type-id-29'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-12'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
   <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-4' size-in-bits='256' id='type-id-227'>
-      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
+    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='256' id='type-id-230'>
+      <subrange length='4' type-id='type-id-2' id='type-id-231'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='infinite' id='type-id-229'>
-      <subrange length='infinite' id='type-id-230'/>
+    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='infinite' id='type-id-232'>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
-    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-229' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='15' column='1'/>
+    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-232' 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-4'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-231'/>
+      <parameter type-id='type-id-234'/>
       <parameter type-id='type-id-15'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='./Python/getplatform.c' comp-dir-path='/src' language='LANG_C11'>
     </function-decl>
   </abi-instr>
   <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='132' column='1' id='type-id-233'/>
+    <typedef-decl name='dl_funcptr' type-id='type-id-235' filepath='./Include/internal/pycore_importdl.h' line='132' column='1' id='type-id-236'/>
     <function-decl name='_PyImport_SwapPackageContext' filepath='./Include/internal/pycore_import.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <return 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-67'/>
-      <return type-id='type-id-233'/>
+      <parameter type-id='type-id-70'/>
+      <return type-id='type-id-236'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-234'>
+    <function-type size-in-bits='64' id='type-id-237'>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
   <abi-instr address-size='64' path='./Python/sysmodule.c' comp-dir-path='/src' language='LANG_C11'>
-    <typedef-decl name='Py_AuditHookFunction' type-id='type-id-235' filepath='./Include/cpython/audit.h' line='6' column='1' id='type-id-236'/>
-    <pointer-type-def type-id='type-id-237' size-in-bits='64' id='type-id-235'/>
+    <typedef-decl name='Py_AuditHookFunction' type-id='type-id-238' filepath='./Include/cpython/audit.h' line='6' column='1' id='type-id-239'/>
+    <pointer-type-def type-id='type-id-240' size-in-bits='64' id='type-id-238'/>
     <function-decl name='_PyEval_SetSwitchInterval' filepath='./Include/internal/pycore_ceval.h' line='38' 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='105' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-238'/>
+      <parameter type-id='type-id-241'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyIsPerfTrampolineActive' filepath='./Include/internal/pycore_ceval.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_GetDLOpenFlags' filepath='./Include/internal/pycore_import.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_SetDLOpenFlags' filepath='./Include/internal/pycore_import.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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='64' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyImport_GetBuiltinModuleNames' filepath='./Include/internal/pycore_import.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyWideStringList_AsList' filepath='./Include/internal/pycore_initconfig.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-239'/>
+      <parameter type-id='type-id-242'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyConfig_CreateXOptionsDict' filepath='./Include/internal/pycore_initconfig.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-240'/>
+      <parameter type-id='type-id-243'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyObject_DebugTypeStats' filepath='./Include/internal/pycore_object.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <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='_PyDumpExecutors' filepath='./Include/internal/pycore_optimizer.h' line='310' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-5'/>
     </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-239'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-242'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_StackItemToExcInfoTuple' filepath='./Include/internal/pycore_pyerrors.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-242'/>
+      <parameter type-id='type-id-244'/>
       <return type-id='type-id-6'/>
     </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-69'/>
+      <return type-id='type-id-72'/>
     </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-6'/>
     <function-decl name='_PyMem_DefaultRawCalloc' filepath='./Include/internal/pycore_pymem.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyThread_CurrentExceptions' filepath='./Include/internal/pycore_pystate.h' line='235' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyThread_allocate_lock' mangled-name='PyThread_allocate_lock' filepath='./Include/pythread.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_allocate_lock'>
-      <return type-id='type-id-243'/>
+      <return type-id='type-id-245'/>
     </function-decl>
     <function-decl name='PyThread_free_lock' mangled-name='PyThread_free_lock' filepath='./Include/pythread.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_free_lock'>
-      <parameter type-id='type-id-243'/>
+      <parameter type-id='type-id-245'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThread_acquire_lock' mangled-name='PyThread_acquire_lock' filepath='./Include/pythread.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock'>
-      <parameter type-id='type-id-243'/>
+      <parameter type-id='type-id-245'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_release_lock' mangled-name='PyThread_release_lock' filepath='./Include/pythread.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_release_lock'>
-      <parameter type-id='type-id-243'/>
+      <parameter type-id='type-id-245'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThread_GetInfo' mangled-name='PyThread_GetInfo' filepath='./Include/pythread.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_GetInfo'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PySys_AddAuditHook' mangled-name='PySys_AddAuditHook' filepath='./Python/sysmodule.c' line='468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddAuditHook'>
-      <parameter type-id='type-id-236' name='hook' filepath='./Python/sysmodule.c' line='468' column='1'/>
-      <parameter type-id='type-id-41' name='userData' filepath='./Python/sysmodule.c' line='468' column='1'/>
+      <parameter type-id='type-id-239' name='hook' filepath='./Python/sysmodule.c' line='468' column='1'/>
+      <parameter type-id='type-id-44' name='userData' filepath='./Python/sysmodule.c' line='468' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_GetSizeOf' mangled-name='_PySys_GetSizeOf' filepath='./Python/sysmodule.c' line='1925' 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='2740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_WritePerfMapEntry'>
-      <parameter type-id='type-id-41' name='code_addr' filepath='./Python/sysmodule.c' line='2741' column='1'/>
-      <parameter type-id='type-id-111' name='code_size' filepath='./Python/sysmodule.c' line='2742' column='1'/>
+      <parameter type-id='type-id-44' name='code_addr' filepath='./Python/sysmodule.c' line='2741' column='1'/>
+      <parameter type-id='type-id-114' name='code_size' filepath='./Python/sysmodule.c' line='2742' column='1'/>
       <parameter type-id='type-id-4' name='entry_name' filepath='./Python/sysmodule.c' line='2743' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_AddWarnOption' mangled-name='PySys_AddWarnOption' filepath='./Python/sysmodule.c' line='3146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOption'>
-      <parameter type-id='type-id-25' name='s' filepath='./Python/sysmodule.c' line='3146' column='1'/>
+      <parameter type-id='type-id-28' name='s' filepath='./Python/sysmodule.c' line='3146' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_HasWarnOptions' mangled-name='PySys_HasWarnOptions' filepath='./Python/sysmodule.c' line='3166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_HasWarnOptions'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PySys_AddXOption' mangled-name='PySys_AddXOption' filepath='./Python/sysmodule.c' line='3256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddXOption'>
-      <parameter type-id='type-id-25' name='s' filepath='./Python/sysmodule.c' line='3256' column='1'/>
+      <parameter type-id='type-id-28' name='s' filepath='./Python/sysmodule.c' line='3256' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_GetXOptions' mangled-name='PySys_GetXOptions' filepath='./Python/sysmodule.c' line='3270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetXOptions'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='4262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetPath'>
-      <parameter type-id='type-id-25' name='path' filepath='./Python/sysmodule.c' line='4262' column='1'/>
+      <parameter type-id='type-id-28' name='path' filepath='./Python/sysmodule.c' line='4262' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_SetArgvEx' mangled-name='PySys_SetArgvEx' filepath='./Python/sysmodule.c' line='4294' 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='4294' column='1'/>
-      <parameter type-id='type-id-244' name='argv' filepath='./Python/sysmodule.c' line='4294' column='1'/>
+      <parameter type-id='type-id-246' name='argv' filepath='./Python/sysmodule.c' line='4294' column='1'/>
       <parameter type-id='type-id-5' name='updatepath' filepath='./Python/sysmodule.c' line='4294' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='4341' 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='4341' column='1'/>
-      <parameter type-id='type-id-244' name='argv' filepath='./Python/sysmodule.c' line='4341' column='1'/>
+      <parameter type-id='type-id-246' name='argv' filepath='./Python/sysmodule.c' line='4341' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PySys_WriteStdout' mangled-name='PySys_WriteStdout' filepath='./Python/sysmodule.c' line='4437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStdout'>
       <return type-id='type-id-5'/>
     </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-184'/>
+      <return type-id='type-id-187'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-237'>
+    <function-type size-in-bits='64' id='type-id-240'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
     </function-decl>
   </abi-instr>
   <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-245' filepath='./Include/internal/pycore_gc.h' line='148' column='1' id='type-id-246'>
-      <underlying-type type-id='type-id-43'/>
+    <enum-decl name='_PyGC_Reason' naming-typedef-id='type-id-247' filepath='./Include/internal/pycore_gc.h' line='148' column='1' id='type-id-248'>
+      <underlying-type type-id='type-id-46'/>
       <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-246' filepath='./Include/internal/pycore_gc.h' line='157' column='1' id='type-id-245'/>
+    <typedef-decl name='_PyGC_Reason' type-id='type-id-248' filepath='./Include/internal/pycore_gc.h' line='157' column='1' id='type-id-247'/>
     <function-decl name='_PyGC_Collect' filepath='./Include/internal/pycore_gc.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-245'/>
+      <parameter type-id='type-id-247'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyGC_Freeze' filepath='./Include/internal/pycore_gc.h' line='351' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_Unfreeze' filepath='./Include/internal/pycore_gc.h' line='353' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_GetFreezeCount' filepath='./Include/internal/pycore_gc.h' line='355' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyGC_GetObjects' filepath='./Include/internal/pycore_gc.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyGC_GetReferrers' filepath='./Include/internal/pycore_gc.h' line='358' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Modules/main.c' comp-dir-path='/src' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-247' const='yes' id='type-id-248'/>
-    <pointer-type-def type-id='type-id-248' size-in-bits='64' id='type-id-249'/>
+    <qualified-type-def type-id='type-id-249' const='yes' id='type-id-250'/>
+    <pointer-type-def type-id='type-id-250' size-in-bits='64' id='type-id-251'/>
     <function-decl name='_PyImport_Fini2' filepath='./Include/internal/pycore_import.h' line='92' 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-250'/>
-      <parameter type-id='type-id-249'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-252'/>
+      <parameter type-id='type-id-251'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_HandleSystemExitAndKeyboardInterrupt' filepath='./Include/internal/pycore_pylifecycle.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <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-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRuntime_Finalize' filepath='./Include/internal/pycore_runtime.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </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-184'/>
+      <parameter type-id='type-id-187'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='Py_RunMain' mangled-name='Py_RunMain' filepath='Modules/main.c' line='769' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_RunMain'>
+    <function-decl name='Py_RunMain' mangled-name='Py_RunMain' filepath='Modules/main.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_RunMain'>
       <return type-id='type-id-5'/>
     </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-244' name='argv' filepath='Modules/main.c' line='810' column='1'/>
+    <function-decl name='Py_Main' mangled-name='Py_Main' filepath='Modules/main.c' line='811' 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='811' column='1'/>
+      <parameter type-id='type-id-246' name='argv' filepath='Modules/main.c' line='811' 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-251' name='argv' filepath='Modules/main.c' line='822' column='1'/>
+    <function-decl name='Py_BytesMain' mangled-name='Py_BytesMain' filepath='Modules/main.c' line='823' 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='823' column='1'/>
+      <parameter type-id='type-id-253' name='argv' filepath='Modules/main.c' line='823' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/abstract.c' comp-dir-path='/src' language='LANG_C11'>
-    <class-decl name='PyListObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-252' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-253'>
+    <class-decl name='PyListObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-254' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-255'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/cpython/listobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' 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-241' visibility='default' filepath='./Include/cpython/listobject.h' line='8' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-18' 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'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyListObject' type-id='type-id-253' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-252'/>
-    <typedef-decl name='_Py_simple_func' type-id='type-id-255' filepath='./Include/internal/pycore_crossinterp.h' line='26' column='1' id='type-id-256'/>
-    <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-257'/>
-    <pointer-type-def type-id='type-id-258' size-in-bits='64' id='type-id-259'/>
-    <qualified-type-def type-id='type-id-260' const='yes' id='type-id-261'/>
-    <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-262'/>
-    <qualified-type-def type-id='type-id-7' const='yes' id='type-id-263'/>
+    <typedef-decl name='PyListObject' type-id='type-id-255' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-254'/>
+    <typedef-decl name='_Py_simple_func' type-id='type-id-257' filepath='./Include/internal/pycore_crossinterp.h' line='26' column='1' id='type-id-258'/>
+    <pointer-type-def type-id='type-id-254' size-in-bits='64' id='type-id-259'/>
+    <pointer-type-def type-id='type-id-260' size-in-bits='64' id='type-id-261'/>
+    <qualified-type-def type-id='type-id-262' const='yes' id='type-id-263'/>
     <pointer-type-def type-id='type-id-263' size-in-bits='64' id='type-id-264'/>
+    <qualified-type-def type-id='type-id-7' const='yes' id='type-id-265'/>
+    <pointer-type-def type-id='type-id-265' size-in-bits='64' id='type-id-266'/>
     <function-decl name='PyObject_CallFunctionObjArgs' mangled-name='PyObject_CallFunctionObjArgs' filepath='./Include/abstract.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFunctionObjArgs'>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
     </function-decl>
     <function-decl name='PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath='./Include/abstract.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VectorcallMethod'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-259'/>
+      <parameter type-id='type-id-261'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_FromUnicodeObject' mangled-name='PyLong_FromUnicodeObject' filepath='./Include/cpython/longobject.h' line='8' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnicodeObject'>
     <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-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <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-6'/>
     </function-decl>
     <function-decl name='_Py_CheckRecursiveCall' mangled-name='_Py_CheckRecursiveCall' filepath='./Include/internal/pycore_ceval.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_CheckRecursiveCall'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-4'/>
       <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-39'/>
-      <parameter type-id='type-id-256'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-258'/>
+      <parameter type-id='type-id-44'/>
       <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-39'/>
-      <parameter type-id='type-id-256'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-258'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyGen_FetchStopIterationValue' mangled-name='_PyGen_FetchStopIterationValue' filepath='./Include/internal/pycore_genobject.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_FetchStopIterationValue'>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyList_Extend' mangled-name='_PyList_Extend' filepath='./Include/internal/pycore_list.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_Extend'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-259'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyList_AppendTakeRefListResize' mangled-name='_PyList_AppendTakeRefListResize' filepath='./Include/internal/pycore_list.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_AppendTakeRefListResize'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-259'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyList_AsTupleAndClear' mangled-name='_PyList_AsTupleAndClear' filepath='./Include/internal/pycore_list.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_AsTupleAndClear'>
-      <parameter type-id='type-id-257'/>
+      <parameter type-id='type-id-259'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyLong_FromBytes' filepath='./Include/internal/pycore_long.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyErr_ExceptionMatches' mangled-name='_PyErr_ExceptionMatches' filepath='./Include/internal/pycore_pyerrors.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ExceptionMatches'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_Clear' mangled-name='_PyErr_Clear' filepath='./Include/internal/pycore_pyerrors.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Clear'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_SetString' mangled-name='_PyErr_SetString' filepath='./Include/internal/pycore_pyerrors.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetString'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_Format' mangled-name='_PyErr_Format' filepath='./Include/internal/pycore_pyerrors.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Format'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyTuple_FromArraySteal' mangled-name='_PyTuple_FromArraySteal' filepath='./Include/internal/pycore_tuple.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_FromArraySteal'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-6'/>
     </function-decl>
     </function-decl>
     <function-decl name='PyLong_AsDouble' mangled-name='PyLong_AsDouble' filepath='./Include/longobject.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsDouble'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyObject_RichCompareBool' mangled-name='PyObject_RichCompareBool' filepath='./Include/object.h' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_RichCompareBool'>
       <parameter type-id='type-id-6'/>
     <function-decl name='PyObject_GetOptionalAttr' mangled-name='PyObject_GetOptionalAttr' filepath='./Include/object.h' line='453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttr'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_IsTrue' mangled-name='PyObject_IsTrue' filepath='./Include/object.h' line='471' 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='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_GetOptionalItem'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='207' column='1'/>
       <parameter type-id='type-id-6' name='key' filepath='Objects/abstract.c' line='207' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/abstract.c' line='207' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/abstract.c' line='207' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_SetItem' mangled-name='PyObject_SetItem' filepath='Objects/abstract.c' line='226' 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='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsCharBuffer'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='372' column='1'/>
-      <parameter type-id='type-id-266' name='buffer' filepath='Objects/abstract.c' line='373' column='1'/>
+      <parameter type-id='type-id-268' name='buffer' filepath='Objects/abstract.c' line='373' column='1'/>
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='374' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsReadBuffer'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='386' column='1'/>
-      <parameter type-id='type-id-267' name='buffer' filepath='Objects/abstract.c' line='387' column='1'/>
+      <parameter type-id='type-id-269' name='buffer' filepath='Objects/abstract.c' line='387' column='1'/>
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='388' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsWriteBuffer'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='400' column='1'/>
-      <parameter type-id='type-id-267' name='buffer' filepath='Objects/abstract.c' line='401' column='1'/>
+      <parameter type-id='type-id-269' name='buffer' filepath='Objects/abstract.c' line='401' column='1'/>
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='402' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_GetBuffer' mangled-name='PyObject_GetBuffer' filepath='Objects/abstract.c' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetBuffer'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='429' column='1'/>
-      <parameter type-id='type-id-268' name='view' filepath='Objects/abstract.c' line='429' column='1'/>
+      <parameter type-id='type-id-270' name='view' filepath='Objects/abstract.c' line='429' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/abstract.c' line='429' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyBuffer_IsContiguous' mangled-name='PyBuffer_IsContiguous' filepath='Objects/abstract.c' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_IsContiguous'>
-      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='518' column='1'/>
-      <parameter type-id='type-id-64' name='order' filepath='Objects/abstract.c' line='518' column='1'/>
+      <parameter type-id='type-id-264' name='view' filepath='Objects/abstract.c' line='518' column='1'/>
+      <parameter type-id='type-id-67' name='order' filepath='Objects/abstract.c' line='518' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyBuffer_GetPointer' mangled-name='PyBuffer_GetPointer' filepath='Objects/abstract.c' line='534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_GetPointer'>
-      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='534' column='1'/>
-      <parameter type-id='type-id-264' name='indices' filepath='Objects/abstract.c' line='534' column='1'/>
-      <return type-id='type-id-41'/>
+      <parameter type-id='type-id-264' name='view' filepath='Objects/abstract.c' line='534' column='1'/>
+      <parameter type-id='type-id-266' name='indices' filepath='Objects/abstract.c' line='534' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='PyBuffer_SizeFromFormat' mangled-name='PyBuffer_SizeFromFormat' filepath='Objects/abstract.c' line='582' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_SizeFromFormat'>
       <parameter type-id='type-id-4' name='format' filepath='Objects/abstract.c' line='582' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyBuffer_FromContiguous' mangled-name='PyBuffer_FromContiguous' filepath='Objects/abstract.c' line='617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FromContiguous'>
-      <parameter type-id='type-id-262' name='view' filepath='Objects/abstract.c' line='617' column='1'/>
-      <parameter type-id='type-id-41' name='buf' filepath='Objects/abstract.c' line='617' column='1'/>
+      <parameter type-id='type-id-264' name='view' filepath='Objects/abstract.c' line='617' column='1'/>
+      <parameter type-id='type-id-44' name='buf' filepath='Objects/abstract.c' line='617' column='1'/>
       <parameter type-id='type-id-7' name='len' filepath='Objects/abstract.c' line='617' column='1'/>
-      <parameter type-id='type-id-64' name='fort' filepath='Objects/abstract.c' line='617' column='1'/>
+      <parameter type-id='type-id-67' name='fort' filepath='Objects/abstract.c' line='617' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_CopyData' mangled-name='PyObject_CopyData' filepath='Objects/abstract.c' line='669' 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='740' column='1'/>
       <parameter type-id='type-id-8' name='strides' filepath='Objects/abstract.c' line='741' column='1'/>
       <parameter type-id='type-id-5' name='itemsize' filepath='Objects/abstract.c' line='741' column='1'/>
-      <parameter type-id='type-id-64' name='fort' filepath='Objects/abstract.c' line='742' column='1'/>
+      <parameter type-id='type-id-67' name='fort' filepath='Objects/abstract.c' line='742' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyBuffer_FillInfo' mangled-name='PyBuffer_FillInfo' filepath='Objects/abstract.c' line='764' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FillInfo'>
-      <parameter type-id='type-id-268' name='view' filepath='Objects/abstract.c' line='764' column='1'/>
+      <parameter type-id='type-id-270' name='view' filepath='Objects/abstract.c' line='764' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='764' column='1'/>
-      <parameter type-id='type-id-41' name='buf' filepath='Objects/abstract.c' line='764' column='1'/>
+      <parameter type-id='type-id-44' name='buf' filepath='Objects/abstract.c' line='764' column='1'/>
       <parameter type-id='type-id-7' name='len' filepath='Objects/abstract.c' line='764' column='1'/>
       <parameter type-id='type-id-5' name='readonly' filepath='Objects/abstract.c' line='765' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/abstract.c' line='765' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyBuffer_Release' mangled-name='PyBuffer_Release' filepath='Objects/abstract.c' line='807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_Release'>
-      <parameter type-id='type-id-268' name='view' filepath='Objects/abstract.c' line='807' column='1'/>
+      <parameter type-id='type-id-270' name='view' filepath='Objects/abstract.c' line='807' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBuffer_ReleaseInInterpreter' mangled-name='_PyBuffer_ReleaseInInterpreter' filepath='Objects/abstract.c' line='829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBuffer_ReleaseInInterpreter'>
-      <parameter type-id='type-id-39' name='interp' filepath='Objects/abstract.c' line='829' column='1'/>
-      <parameter type-id='type-id-268' name='view' filepath='Objects/abstract.c' line='830' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Objects/abstract.c' line='829' column='1'/>
+      <parameter type-id='type-id-270' name='view' filepath='Objects/abstract.c' line='830' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyBuffer_ReleaseInInterpreterAndRawFree' mangled-name='_PyBuffer_ReleaseInInterpreterAndRawFree' filepath='Objects/abstract.c' line='836' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBuffer_ReleaseInInterpreterAndRawFree'>
-      <parameter type-id='type-id-39' name='interp' filepath='Objects/abstract.c' line='836' column='1'/>
-      <parameter type-id='type-id-268' name='view' filepath='Objects/abstract.c' line='837' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Objects/abstract.c' line='836' column='1'/>
+      <parameter type-id='type-id-270' name='view' filepath='Objects/abstract.c' line='837' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_Format' mangled-name='PyObject_Format' filepath='Objects/abstract.c' line='843' 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='2316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_GetOptionalItemString'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/abstract.c' line='2316' column='1'/>
       <parameter type-id='type-id-4' name='key' filepath='Objects/abstract.c' line='2316' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/abstract.c' line='2316' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/abstract.c' line='2316' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyMapping_SetItemString' mangled-name='PyMapping_SetItemString' filepath='Objects/abstract.c' line='2334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_SetItemString'>
     </function-decl>
     <function-decl name='PyIter_NextItem' mangled-name='PyIter_NextItem' filepath='Objects/abstract.c' line='2894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_NextItem'>
       <parameter type-id='type-id-6' name='iter' filepath='Objects/abstract.c' line='2894' column='1'/>
-      <parameter type-id='type-id-241' name='item' filepath='Objects/abstract.c' line='2894' column='1'/>
+      <parameter type-id='type-id-18' name='item' filepath='Objects/abstract.c' line='2894' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyIter_Next' mangled-name='PyIter_Next' filepath='Objects/abstract.c' line='2917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Next'>
     <function-decl name='PyIter_Send' mangled-name='PyIter_Send' filepath='Objects/abstract.c' line='2925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Send'>
       <parameter type-id='type-id-6' name='iter' filepath='Objects/abstract.c' line='2925' column='1'/>
       <parameter type-id='type-id-6' name='arg' filepath='Objects/abstract.c' line='2925' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/abstract.c' line='2925' column='1'/>
-      <return type-id='type-id-269'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/abstract.c' line='2925' column='1'/>
+      <return type-id='type-id-271'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-41' size-in-bits='64' id='type-id-267'/>
-    <function-type size-in-bits='64' id='type-id-270'>
-      <parameter type-id='type-id-41'/>
+    <pointer-type-def type-id='type-id-44' size-in-bits='64' id='type-id-269'/>
+    <function-type size-in-bits='64' id='type-id-272'>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
   <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-258' 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-258' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_TrueStruct'/>
+    <var-decl name='_Py_FalseStruct' type-id='type-id-260' 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-260' 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='13' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyBool_Type' type-id='type-id-271' mangled-name='PyBool_Type' visibility='default' filepath='./Include/object.h' line='280' column='1' elf-symbol-id='PyBool_Type'/>
+    <var-decl name='PyBool_Type' type-id='type-id-273' mangled-name='PyBool_Type' visibility='default' filepath='./Include/object.h' line='280' column='1' elf-symbol-id='PyBool_Type'/>
     <function-decl name='PyErr_WarnEx' mangled-name='PyErr_WarnEx' filepath='./Include/warnings.h' line='7' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnEx'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <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-188' name='ok' filepath='Objects/boolobject.c' line='21' column='1'/>
+      <parameter type-id='type-id-191' name='ok' filepath='Objects/boolobject.c' line='21' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-272' size-in-bits='64' id='type-id-273'/>
-    <qualified-type-def type-id='type-id-274' const='yes' id='type-id-275'/>
-    <pointer-type-def type-id='type-id-275' size-in-bits='64' id='type-id-240'/>
-    <qualified-type-def type-id='type-id-5' const='yes' id='type-id-276'/>
-    <var-decl name='PyByteArray_Type' type-id='type-id-271' 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-271' 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-277' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
+    <pointer-type-def type-id='type-id-274' size-in-bits='64' id='type-id-275'/>
+    <qualified-type-def type-id='type-id-276' const='yes' id='type-id-277'/>
+    <pointer-type-def type-id='type-id-277' size-in-bits='64' id='type-id-243'/>
+    <qualified-type-def type-id='type-id-5' const='yes' id='type-id-278'/>
+    <var-decl name='PyByteArray_Type' type-id='type-id-273' 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-273' 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-279' 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-6'/>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_bytes_lower' filepath='./Include/internal/pycore_bytes_methods.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_bytes_upper' filepath='./Include/internal/pycore_bytes_methods.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_bytes_title' filepath='./Include/internal/pycore_bytes_methods.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_bytes_capitalize' filepath='./Include/internal/pycore_bytes_methods.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_bytes_swapcase' filepath='./Include/internal/pycore_bytes_methods.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-6'/>
     </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-268'/>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-270'/>
+      <parameter type-id='type-id-270'/>
       <return type-id='type-id-6'/>
     </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-6'/>
     </function-decl>
     <function-decl name='_PyBytes_Repeat' mangled-name='_PyBytes_Repeat' filepath='./Include/internal/pycore_bytesobject.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Repeat'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_TriggerGC' filepath='./Include/internal/pycore_gc.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-273'/>
+      <parameter type-id='type-id-275'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyArg_BadArgument' mangled-name='_PyArg_BadArgument' filepath='./Include/internal/pycore_modsupport.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_BadArgument'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyArg_UnpackKeywords' mangled-name='_PyArg_UnpackKeywords' filepath='./Include/internal/pycore_modsupport.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywords'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-278'/>
+      <parameter type-id='type-id-280'/>
       <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-241'/>
-      <return type-id='type-id-265'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-267'/>
     </function-decl>
     <function-decl name='_PyObject_GetState' mangled-name='_PyObject_GetState' filepath='./Include/internal/pycore_object.h' line='970' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetState'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_GetConfig' mangled-name='_Py_GetConfig' filepath='./Include/internal/pycore_pystate.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfig'>
-      <return type-id='type-id-240'/>
+      <return type-id='type-id-243'/>
     </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-4'/>
-      <parameter type-id='type-id-263'/>
+      <parameter type-id='type-id-265'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-276'/>
+      <parameter type-id='type-id-278'/>
       <return type-id='type-id-6'/>
     </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-6'/>
-      <parameter type-id='type-id-183'/>
-      <return type-id='type-id-188'/>
+      <parameter type-id='type-id-186'/>
+      <return type-id='type-id-191'/>
     </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-6'/>
       <return type-id='type-id-6'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <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-6'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <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-41'/>
-      <parameter type-id='type-id-262'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-264'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-64'/>
+      <parameter type-id='type-id-67'/>
       <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-6'/>
     </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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='PyByteArray_FromObject' mangled-name='PyByteArray_FromObject' filepath='Objects/bytearrayobject.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyByteArray_FromObject'>
       <parameter type-id='type-id-6' name='input' filepath='Objects/bytearrayobject.c' line='120' column='1'/>
     </function-decl>
     <function-decl name='PyByteArray_AsString' mangled-name='PyByteArray_AsString' filepath='Objects/bytearrayobject.c' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyByteArray_AsString'>
       <parameter type-id='type-id-6' name='self' filepath='Objects/bytearrayobject.c' line='199' column='1'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyByteArray_Resize' mangled-name='PyByteArray_Resize' filepath='Objects/bytearrayobject.c' line='293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyByteArray_Resize'>
       <parameter type-id='type-id-6' name='self' filepath='Objects/bytearrayobject.c' line='293' column='1'/>
     </function-decl>
   </abi-instr>
   <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-66' size-in-bits='984' id='type-id-279'>
-      <subrange length='123' type-id='type-id-2' id='type-id-280'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='984' id='type-id-281'>
+      <subrange length='123' type-id='type-id-2' id='type-id-282'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='992' id='type-id-281'>
-      <subrange length='124' type-id='type-id-2' id='type-id-282'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='992' id='type-id-283'>
+      <subrange length='124' type-id='type-id-2' id='type-id-284'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='1008' id='type-id-283'>
-      <subrange length='126' type-id='type-id-2' id='type-id-284'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1008' id='type-id-285'>
+      <subrange length='126' type-id='type-id-2' id='type-id-286'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='1040' id='type-id-285'>
-      <subrange length='130' type-id='type-id-2' id='type-id-286'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1040' id='type-id-287'>
+      <subrange length='130' type-id='type-id-2' id='type-id-288'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='1056' id='type-id-287'>
-      <subrange length='132' type-id='type-id-2' id='type-id-288'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1056' id='type-id-289'>
+      <subrange length='132' type-id='type-id-2' id='type-id-290'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='1128' id='type-id-289'>
-      <subrange length='141' type-id='type-id-2' id='type-id-290'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1128' id='type-id-291'>
+      <subrange length='141' type-id='type-id-2' id='type-id-292'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='1240' id='type-id-291'>
-      <subrange length='155' type-id='type-id-2' id='type-id-292'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1240' id='type-id-293'>
+      <subrange length='155' type-id='type-id-2' id='type-id-294'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='1840' id='type-id-293'>
-      <subrange length='230' type-id='type-id-2' id='type-id-294'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1840' id='type-id-295'>
+      <subrange length='230' type-id='type-id-2' id='type-id-296'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='2328' id='type-id-295'>
-      <subrange length='291' type-id='type-id-2' id='type-id-296'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='2328' id='type-id-297'>
+      <subrange length='291' type-id='type-id-2' id='type-id-298'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='744' id='type-id-297'>
-      <subrange length='93' type-id='type-id-2' id='type-id-298'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='744' id='type-id-299'>
+      <subrange length='93' type-id='type-id-2' id='type-id-300'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='784' id='type-id-299'>
-      <subrange length='98' type-id='type-id-2' id='type-id-300'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='784' id='type-id-301'>
+      <subrange length='98' type-id='type-id-2' id='type-id-302'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-66' size-in-bits='infinite' id='type-id-301'>
-      <subrange length='infinite' id='type-id-230'/>
+    <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='infinite' id='type-id-303'>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
-    <var-decl name='_Py_isspace__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
-    <var-decl name='_Py_isalpha__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
-    <var-decl name='_Py_isalnum__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
-    <var-decl name='_Py_isascii__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
-    <var-decl name='_Py_isdigit__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
-    <var-decl name='_Py_islower__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
-    <var-decl name='_Py_isupper__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
-    <var-decl name='_Py_istitle__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
-    <var-decl name='_Py_lower__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
-    <var-decl name='_Py_upper__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
-    <var-decl name='_Py_title__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
-    <var-decl name='_Py_capitalize__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
-    <var-decl name='_Py_swapcase__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='63' column='1'/>
-    <var-decl name='_Py_maketrans__doc__' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='71' column='1'/>
+    <var-decl name='_Py_isspace__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
+    <var-decl name='_Py_isalpha__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
+    <var-decl name='_Py_isalnum__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
+    <var-decl name='_Py_isascii__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
+    <var-decl name='_Py_isdigit__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
+    <var-decl name='_Py_islower__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
+    <var-decl name='_Py_isupper__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
+    <var-decl name='_Py_istitle__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
+    <var-decl name='_Py_lower__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
+    <var-decl name='_Py_upper__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
+    <var-decl name='_Py_title__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
+    <var-decl name='_Py_capitalize__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
+    <var-decl name='_Py_swapcase__doc__' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='63' column='1'/>
+    <var-decl name='_Py_maketrans__doc__' type-id='type-id-303' 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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/bytesobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <class-decl name='_PyBytesWriter' size-in-bits='4416' is-struct='yes' naming-typedef-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='68' column='1' id='type-id-303'>
+    <class-decl name='_PyBytesWriter' size-in-bits='4416' is-struct='yes' naming-typedef-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='68' column='1' id='type-id-305'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='buffer' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='70' column='1'/>
       </data-member>
         <var-decl name='use_small_buffer' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288'>
-        <var-decl name='small_buffer' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='88' column='1'/>
+        <var-decl name='small_buffer' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='88' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyBytesWriter' type-id='type-id-303' filepath='./Include/internal/pycore_bytesobject.h' line='89' column='1' id='type-id-302'/>
-    <pointer-type-def type-id='type-id-302' size-in-bits='64' id='type-id-305'/>
-    <var-decl name='PyBytes_Type' type-id='type-id-271' 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-271' 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-305' filepath='./Include/internal/pycore_bytesobject.h' line='89' column='1' id='type-id-304'/>
+    <pointer-type-def type-id='type-id-304' size-in-bits='64' id='type-id-307'/>
+    <var-decl name='PyBytes_Type' type-id='type-id-273' 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-273' 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-6'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_HashBuffer' mangled-name='Py_HashBuffer' filepath='./Include/cpython/pyhash.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_HashBuffer'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-306'/>
+      <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='PyUnicode_New' mangled-name='PyUnicode_New' filepath='./Include/cpython/unicodeobject.h' line='405' 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-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-6'/>
     </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-6'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='_PyLong_FormatBytesWriter' filepath='./Include/internal/pycore_long.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-305'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyUnicode_FormatLong' filepath='./Include/internal/pycore_unicodeobject.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
     </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-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-178'/>
-      <parameter type-id='type-id-64'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-67'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-183'/>
-      <return type-id='type-id-24'/>
+      <parameter type-id='type-id-186'/>
+      <return type-id='type-id-27'/>
     </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'>
       <parameter type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyBytes_FromFormatV' mangled-name='PyBytes_FromFormatV' filepath='Objects/bytesobject.c' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormatV'>
       <parameter type-id='type-id-4' name='format' filepath='Objects/bytesobject.c' line='199' column='1'/>
-      <parameter type-id='type-id-308' name='vargs' filepath='Objects/bytesobject.c' line='199' column='1'/>
+      <parameter type-id='type-id-309' name='vargs' filepath='Objects/bytesobject.c' line='199' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyBytes_FromFormat' mangled-name='PyBytes_FromFormat' filepath='Objects/bytesobject.c' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormat'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyBytes_ConcatAndDel' mangled-name='PyBytes_ConcatAndDel' filepath='Objects/bytesobject.c' line='3191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_ConcatAndDel'>
-      <parameter type-id='type-id-241' name='pv' filepath='Objects/bytesobject.c' line='3191' column='1'/>
+      <parameter type-id='type-id-18' name='pv' filepath='Objects/bytesobject.c' line='3191' column='1'/>
       <parameter type-id='type-id-6' name='w' filepath='Objects/bytesobject.c' line='3191' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBytes_Resize' mangled-name='_PyBytes_Resize' filepath='Objects/bytesobject.c' line='3211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Resize'>
-      <parameter type-id='type-id-241' name='pv' filepath='Objects/bytesobject.c' line='3211' column='1'/>
+      <parameter type-id='type-id-18' name='pv' filepath='Objects/bytesobject.c' line='3211' column='1'/>
       <parameter type-id='type-id-7' name='newsize' filepath='Objects/bytesobject.c' line='3211' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Init' mangled-name='_PyBytesWriter_Init' filepath='Objects/bytesobject.c' line='3443' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Init'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3443' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3443' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Dealloc' mangled-name='_PyBytesWriter_Dealloc' filepath='Objects/bytesobject.c' line='3454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Dealloc'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3454' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3454' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Resize' mangled-name='_PyBytesWriter_Resize' filepath='Objects/bytesobject.c' line='3524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Resize'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3524' column='1'/>
-      <parameter type-id='type-id-41' name='str' filepath='Objects/bytesobject.c' line='3524' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3524' column='1'/>
+      <parameter type-id='type-id-44' name='str' filepath='Objects/bytesobject.c' line='3524' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3524' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Prepare' mangled-name='_PyBytesWriter_Prepare' filepath='Objects/bytesobject.c' line='3594' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Prepare'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3594' column='1'/>
-      <parameter type-id='type-id-41' name='str' filepath='Objects/bytesobject.c' line='3594' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3594' column='1'/>
+      <parameter type-id='type-id-44' name='str' filepath='Objects/bytesobject.c' line='3594' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3594' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Alloc' mangled-name='_PyBytesWriter_Alloc' filepath='Objects/bytesobject.c' line='3624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Alloc'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3624' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3624' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3624' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Finish' mangled-name='_PyBytesWriter_Finish' filepath='Objects/bytesobject.c' line='3654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Finish'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3654' column='1'/>
-      <parameter type-id='type-id-41' name='str' filepath='Objects/bytesobject.c' line='3654' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3654' column='1'/>
+      <parameter type-id='type-id-44' name='str' filepath='Objects/bytesobject.c' line='3654' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_WriteBytes' mangled-name='_PyBytesWriter_WriteBytes' filepath='Objects/bytesobject.c' line='3698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_WriteBytes'>
-      <parameter type-id='type-id-305' name='writer' filepath='Objects/bytesobject.c' line='3698' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/bytesobject.c' line='3698' column='1'/>
-      <parameter type-id='type-id-41' name='bytes' filepath='Objects/bytesobject.c' line='3699' column='1'/>
+      <parameter type-id='type-id-307' name='writer' filepath='Objects/bytesobject.c' line='3698' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/bytesobject.c' line='3698' column='1'/>
+      <parameter type-id='type-id-44' name='bytes' filepath='Objects/bytesobject.c' line='3699' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3699' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
   </abi-instr>
   <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='39' column='1' id='type-id-309'>
+    <class-decl name='_Py_Identifier' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='39' column='1' id='type-id-310'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='string' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='40' column='1'/>
       </data-member>
         <var-decl name='index' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='mutex' type-id='type-id-310' visibility='default' filepath='./Include/cpython/object.h' line='47' column='1'/>
+        <var-decl name='mutex' type-id='type-id-311' visibility='default' filepath='./Include/cpython/object.h' line='47' 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='45' column='1' id='type-id-310'>
+    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/object.h' line='45' column='1' id='type-id-311'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-311' visibility='default' filepath='./Include/cpython/object.h' line='46' column='1'/>
+        <var-decl name='v' type-id='type-id-312' visibility='default' filepath='./Include/cpython/object.h' line='46' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_Identifier' type-id='type-id-309' filepath='./Include/cpython/object.h' line='48' column='1' id='type-id-312'/>
-    <pointer-type-def type-id='type-id-312' size-in-bits='64' id='type-id-313'/>
+    <typedef-decl name='_Py_Identifier' type-id='type-id-310' filepath='./Include/cpython/object.h' line='48' column='1' id='type-id-313'/>
+    <pointer-type-def type-id='type-id-313' size-in-bits='64' id='type-id-314'/>
     <function-decl name='_PyObject_GetAttrId' mangled-name='_PyObject_GetAttrId' filepath='./Include/cpython/object.h' line='300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetAttrId'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-313'/>
+      <parameter type-id='type-id-314'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyUnicode_FromId' mangled-name='_PyUnicode_FromId' filepath='./Include/cpython/unicodeobject.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromId'>
-      <parameter type-id='type-id-313'/>
+      <parameter type-id='type-id-314'/>
       <return type-id='type-id-6'/>
     </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-6'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_Vector' filepath='./Include/internal/pycore_ceval.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-314'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-315'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyDict_FromItems' mangled-name='_PyDict_FromItems' filepath='./Include/internal/pycore_dict.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_FromItems'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_VaBuildStack' filepath='./Include/internal/pycore_modsupport.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-308'/>
+      <parameter type-id='type-id-309'/>
       <parameter type-id='type-id-8'/>
-      <return type-id='type-id-241'/>
+      <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyObject_GetMethod' mangled-name='_PyObject_GetMethod' filepath='./Include/internal/pycore_object.h' line='965' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetMethod'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <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='123' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyErr_FormatFromCauseTstate' filepath='./Include/internal/pycore_pyerrors.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyTuple_FromArray' mangled-name='_PyTuple_FromArray' filepath='./Include/internal/pycore_tuple.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_FromArray'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-6'/>
     </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-6' name='callable' filepath='Objects/call.c' line='155' column='1'/>
-      <parameter type-id='type-id-265' name='args' filepath='Objects/call.c' line='155' column='1'/>
+      <parameter type-id='type-id-267' name='args' filepath='Objects/call.c' line='155' column='1'/>
       <parameter type-id='type-id-14' name='nargsf' filepath='Objects/call.c' line='156' column='1'/>
       <parameter type-id='type-id-6' name='kwargs' filepath='Objects/call.c' line='156' column='1'/>
       <return type-id='type-id-6'/>
     </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-6' name='callable' filepath='Objects/call.c' line='257' column='1'/>
-      <return type-id='type-id-315'/>
+      <return type-id='type-id-316'/>
     </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-6' 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-6' name='obj' filepath='Objects/call.c' line='703' column='1'/>
-      <parameter type-id='type-id-313' name='name' filepath='Objects/call.c' line='703' column='1'/>
+      <parameter type-id='type-id-314' name='name' filepath='Objects/call.c' line='703' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Objects/call.c' line='704' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyStack_AsDict' mangled-name='_PyStack_AsDict' filepath='Objects/call.c' line='937' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStack_AsDict'>
-      <parameter type-id='type-id-265' name='values' filepath='Objects/call.c' line='937' column='1'/>
+      <parameter type-id='type-id-267' name='values' filepath='Objects/call.c' line='937' column='1'/>
       <parameter type-id='type-id-6' name='kwnames' filepath='Objects/call.c' line='937' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     </function-decl>
   </abi-instr>
   <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-316' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-317'/>
+    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-317' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-318'/>
     <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-4'/>
       <return type-id='type-id-6'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='PyCapsule_Type' type-id='type-id-271' 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-273' 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='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_New'>
-      <parameter type-id='type-id-41' name='pointer' filepath='Objects/capsule.c' line='60' column='1'/>
+      <parameter type-id='type-id-44' name='pointer' filepath='Objects/capsule.c' line='60' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Objects/capsule.c' line='60' column='1'/>
-      <parameter type-id='type-id-317' name='destructor' filepath='Objects/capsule.c' line='60' column='1'/>
+      <parameter type-id='type-id-318' name='destructor' filepath='Objects/capsule.c' line='60' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyCapsule_IsValid' mangled-name='PyCapsule_IsValid' filepath='Objects/capsule.c' line='87' 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='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetPointer'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='99' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Objects/capsule.c' line='99' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='PyCapsule_GetName' mangled-name='PyCapsule_GetName' filepath='Objects/capsule.c' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetName'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='116' column='1'/>
     </function-decl>
     <function-decl name='PyCapsule_GetDestructor' mangled-name='PyCapsule_GetDestructor' filepath='Objects/capsule.c' line='127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetDestructor'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='127' column='1'/>
-      <return type-id='type-id-317'/>
+      <return type-id='type-id-318'/>
     </function-decl>
     <function-decl name='PyCapsule_GetContext' mangled-name='PyCapsule_GetContext' filepath='Objects/capsule.c' line='138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetContext'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='138' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='PyCapsule_SetPointer' mangled-name='PyCapsule_SetPointer' filepath='Objects/capsule.c' line='149' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetPointer'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='149' column='1'/>
-      <parameter type-id='type-id-41' name='pointer' filepath='Objects/capsule.c' line='149' column='1'/>
+      <parameter type-id='type-id-44' name='pointer' filepath='Objects/capsule.c' line='149' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCapsule_SetName' mangled-name='PyCapsule_SetName' filepath='Objects/capsule.c' line='167' 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='180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetDestructor'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='180' column='1'/>
-      <parameter type-id='type-id-317' name='destructor' filepath='Objects/capsule.c' line='180' column='1'/>
+      <parameter type-id='type-id-318' name='destructor' filepath='Objects/capsule.c' line='180' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCapsule_SetContext' mangled-name='PyCapsule_SetContext' filepath='Objects/capsule.c' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetContext'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='193' column='1'/>
-      <parameter type-id='type-id-41' name='context' filepath='Objects/capsule.c' line='193' column='1'/>
+      <parameter type-id='type-id-44' name='context' filepath='Objects/capsule.c' line='193' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCapsule_SetTraverse' mangled-name='_PyCapsule_SetTraverse' filepath='Objects/capsule.c' line='206' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCapsule_SetTraverse'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/capsule.c' line='206' column='1'/>
-      <parameter type-id='type-id-318' name='traverse_func' filepath='Objects/capsule.c' line='206' column='1'/>
-      <parameter type-id='type-id-319' name='clear_func' filepath='Objects/capsule.c' line='206' column='1'/>
+      <parameter type-id='type-id-319' name='traverse_func' filepath='Objects/capsule.c' line='206' column='1'/>
+      <parameter type-id='type-id-320' name='clear_func' filepath='Objects/capsule.c' line='206' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCapsule_Import' mangled-name='PyCapsule_Import' filepath='Objects/capsule.c' line='230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_Import'>
       <parameter type-id='type-id-4' name='name' filepath='Objects/capsule.c' line='230' column='1'/>
       <parameter type-id='type-id-5' name='no_block' filepath='Objects/capsule.c' line='230' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-320'>
+    <function-type size-in-bits='64' id='type-id-321'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
   <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-271' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>
+    <var-decl name='PyCell_Type' type-id='type-id-273' 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='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_RichCompare'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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-271' 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-271' mangled-name='PyInstanceMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='49' column='1' elf-symbol-id='PyInstanceMethod_Type'/>
+    <var-decl name='PyMethod_Type' type-id='type-id-273' 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-273' 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='293' 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-6'/>
     </function-decl>
     <function-decl name='PyObject_GenericHash' mangled-name='PyObject_GenericHash' filepath='./Include/cpython/pyhash.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GenericHash'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-306'/>
+      <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_PyType_GetDict' mangled-name='_PyType_GetDict' filepath='./Include/internal/pycore_typeobject.h' line='90' 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='469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Hash'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-306'/>
+      <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='PyObject_ClearWeakRefs' mangled-name='PyObject_ClearWeakRefs' filepath='./Include/object.h' line='474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearWeakRefs'>
       <parameter type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/codeobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-321' size-in-bits='128' id='type-id-322'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-322' size-in-bits='128' id='type-id-323'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='256' id='type-id-325'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='256' id='type-id-326'>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='267' column='1' id='type-id-327'>
+    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='267' column='1' id='type-id-328'>
       <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='268' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lo_next' type-id='type-id-328' visibility='default' filepath='./Include/cpython/code.h' line='269' column='1'/>
+        <var-decl name='lo_next' type-id='type-id-329' visibility='default' filepath='./Include/cpython/code.h' line='269' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='limit' type-id='type-id-328' visibility='default' filepath='./Include/cpython/code.h' line='270' column='1'/>
+        <var-decl name='limit' type-id='type-id-329' visibility='default' filepath='./Include/cpython/code.h' line='270' 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='273' column='1' id='type-id-329'>
+    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='273' column='1' id='type-id-330'>
       <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='274' column='1'/>
       </data-member>
         <var-decl name='ar_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='276' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='opaque' type-id='type-id-327' visibility='default' filepath='./Include/cpython/code.h' line='277' column='1'/>
+        <var-decl name='opaque' type-id='type-id-328' visibility='default' filepath='./Include/cpython/code.h' line='277' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCodeAddressRange' type-id='type-id-329' filepath='./Include/cpython/code.h' line='278' column='1' id='type-id-330'/>
-    <class-decl name='_PyCode_var_counts_t' size-in-bits='736' is-struct='yes' naming-typedef-id='type-id-331' visibility='default' filepath='./Include/internal/pycore_code.h' line='573' column='1' id='type-id-332'>
+    <typedef-decl name='PyCodeAddressRange' type-id='type-id-330' filepath='./Include/cpython/code.h' line='278' column='1' id='type-id-331'/>
+    <class-decl name='_PyCode_var_counts_t' size-in-bits='736' is-struct='yes' naming-typedef-id='type-id-332' visibility='default' filepath='./Include/internal/pycore_code.h' line='573' column='1' id='type-id-333'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='574' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='locals' type-id='type-id-333' visibility='default' filepath='./Include/internal/pycore_code.h' line='597' column='1'/>
+        <var-decl name='locals' type-id='type-id-334' visibility='default' filepath='./Include/internal/pycore_code.h' line='597' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='480'>
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='598' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='unbound' type-id='type-id-334' visibility='default' filepath='./Include/internal/pycore_code.h' line='609' column='1'/>
+        <var-decl name='unbound' type-id='type-id-335' visibility='default' filepath='./Include/internal/pycore_code.h' line='609' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='co_locals_counts' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='575' column='1' id='type-id-333'>
+    <class-decl name='co_locals_counts' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='575' column='1' id='type-id-334'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='576' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='args' type-id='type-id-335' visibility='default' filepath='./Include/internal/pycore_code.h' line='584' column='1'/>
+        <var-decl name='args' type-id='type-id-336' visibility='default' filepath='./Include/internal/pycore_code.h' line='584' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224'>
         <var-decl name='numpure' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='585' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='cells' type-id='type-id-336' visibility='default' filepath='./Include/internal/pycore_code.h' line='591' column='1'/>
+        <var-decl name='cells' type-id='type-id-337' visibility='default' filepath='./Include/internal/pycore_code.h' line='591' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='352'>
-        <var-decl name='hidden' type-id='type-id-337' visibility='default' filepath='./Include/internal/pycore_code.h' line='596' column='1'/>
+        <var-decl name='hidden' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_code.h' line='596' 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_code.h' line='577' column='1' id='type-id-335'>
+    <class-decl name='__anonymous_struct__2' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='577' column='1' id='type-id-336'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='578' column='1'/>
       </data-member>
         <var-decl name='varkwargs' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='583' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__3' size-in-bits='96' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='586' column='1' id='type-id-336'>
+    <class-decl name='__anonymous_struct__3' size-in-bits='96' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='586' column='1' id='type-id-337'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='587' column='1'/>
       </data-member>
         <var-decl name='numothers' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='590' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__4' size-in-bits='96' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='592' column='1' id='type-id-337'>
+    <class-decl name='__anonymous_struct__4' size-in-bits='96' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='592' column='1' id='type-id-338'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='593' column='1'/>
       </data-member>
         <var-decl name='numcells' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='595' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='co_unbound_counts' size-in-bits='224' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='599' column='1' id='type-id-334'>
+    <class-decl name='co_unbound_counts' size-in-bits='224' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='599' column='1' id='type-id-335'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='600' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='globals' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_code.h' line='606' column='1'/>
+        <var-decl name='globals' type-id='type-id-339' visibility='default' filepath='./Include/internal/pycore_code.h' line='606' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
         <var-decl name='numattrs' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='607' column='1'/>
         <var-decl name='numunknown' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='608' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__5' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='601' column='1' id='type-id-338'>
+    <class-decl name='__anonymous_struct__5' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='601' column='1' id='type-id-339'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='total' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='602' column='1'/>
       </data-member>
         <var-decl name='numunknown' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='605' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyCode_var_counts_t' type-id='type-id-332' filepath='./Include/internal/pycore_code.h' line='610' column='1' id='type-id-331'/>
-    <class-decl name='_PyExecutorLinkListNode' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='16' column='1' id='type-id-339'>
+    <typedef-decl name='_PyCode_var_counts_t' type-id='type-id-333' filepath='./Include/internal/pycore_code.h' line='610' column='1' id='type-id-332'/>
+    <class-decl name='_PyExecutorLinkListNode' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='16' column='1' id='type-id-340'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='17' column='1'/>
+        <var-decl name='next' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='18' column='1'/>
+        <var-decl name='previous' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='18' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyExecutorLinkListNode' type-id='type-id-339' filepath='./Include/internal/pycore_optimizer.h' line='19' column='1' id='type-id-341'/>
-    <class-decl name='_PyBloomFilter' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-342' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='26' column='1' id='type-id-343'>
+    <typedef-decl name='_PyExecutorLinkListNode' type-id='type-id-340' filepath='./Include/internal/pycore_optimizer.h' line='19' column='1' id='type-id-342'/>
+    <class-decl name='_PyBloomFilter' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-343' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='26' column='1' id='type-id-344'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='bits' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='27' column='1'/>
+        <var-decl name='bits' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='27' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyBloomFilter' type-id='type-id-343' filepath='./Include/internal/pycore_optimizer.h' line='28' column='1' id='type-id-342'/>
-    <class-decl name='_PyVMData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-344' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='30' column='1' id='type-id-345'>
+    <typedef-decl name='_PyBloomFilter' type-id='type-id-344' filepath='./Include/internal/pycore_optimizer.h' line='28' column='1' id='type-id-343'/>
+    <class-decl name='_PyVMData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-345' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='30' column='1' id='type-id-346'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='opcode' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='31' column='1'/>
+        <var-decl name='opcode' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='oparg' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='32' column='1'/>
+        <var-decl name='oparg' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='valid' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='33' column='1'/>
+        <var-decl name='valid' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='17'>
-        <var-decl name='linked' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='34' column='1'/>
+        <var-decl name='linked' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='18'>
-        <var-decl name='chain_depth' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='35' column='1'/>
+        <var-decl name='chain_depth' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='warm' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='36' column='1'/>
+        <var-decl name='warm' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='36' 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='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='bloom' type-id='type-id-342' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='38' column='1'/>
+        <var-decl name='bloom' type-id='type-id-343' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='links' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='39' column='1'/>
+        <var-decl name='links' type-id='type-id-342' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='code' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='40' column='1'/>
+        <var-decl name='code' type-id='type-id-348' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='40' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyVMData' type-id='type-id-345' filepath='./Include/internal/pycore_optimizer.h' line='41' column='1' id='type-id-344'/>
-    <class-decl name='_PyUOpInstruction' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-348' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='51' column='1' id='type-id-349'>
+    <typedef-decl name='_PyVMData' type-id='type-id-346' filepath='./Include/internal/pycore_optimizer.h' line='41' column='1' id='type-id-345'/>
+    <class-decl name='_PyUOpInstruction' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='51' column='1' id='type-id-350'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='opcode' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='52' column='1'/>
+        <var-decl name='opcode' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='15'>
-        <var-decl name='format' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='53' column='1'/>
+        <var-decl name='format' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='oparg' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='54' column='1'/>
+        <var-decl name='oparg' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='' type-id='type-id-351' visibility='default'/>
+        <var-decl name='' type-id='type-id-352' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='operand0' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='62' column='1'/>
+        <var-decl name='operand0' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='operand1' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='63' column='1'/>
+        <var-decl name='operand1' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='63' column='1'/>
       </data-member>
     </class-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='55' column='1' id='type-id-351'>
+    <union-decl name='__anonymous_union__' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='55' column='1' id='type-id-352'>
       <data-member access='public'>
-        <var-decl name='target' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='56' column='1'/>
+        <var-decl name='target' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='56' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='' type-id='type-id-352' visibility='default'/>
+        <var-decl name='' type-id='type-id-353' visibility='default'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__2' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='57' column='1' id='type-id-352'>
+    <class-decl name='__anonymous_struct__2' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='57' column='1' id='type-id-353'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='jump_target' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='58' column='1'/>
+        <var-decl name='jump_target' type-id='type-id-351' 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='error_target' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='59' column='1'/>
+        <var-decl name='error_target' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='59' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyUOpInstruction' type-id='type-id-349' filepath='./Include/internal/pycore_optimizer.h' line='67' column='1' id='type-id-348'/>
-    <class-decl name='_PyExitData' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-321' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='69' column='1' id='type-id-353'>
+    <typedef-decl name='_PyUOpInstruction' type-id='type-id-350' filepath='./Include/internal/pycore_optimizer.h' line='67' column='1' id='type-id-349'/>
+    <class-decl name='_PyExitData' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='69' column='1' id='type-id-354'>
       <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='70' column='1'/>
+        <var-decl name='target' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='temperature' type-id='type-id-354' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='71' column='1'/>
+        <var-decl name='temperature' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='executor' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='72' column='1'/>
+        <var-decl name='executor' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='72' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyExitData' type-id='type-id-353' filepath='./Include/internal/pycore_optimizer.h' line='73' column='1' id='type-id-321'/>
-    <pointer-type-def type-id='type-id-330' size-in-bits='64' id='type-id-355'/>
-    <pointer-type-def type-id='type-id-254' size-in-bits='64' id='type-id-356'/>
-    <pointer-type-def type-id='type-id-306' size-in-bits='64' id='type-id-357'/>
-    <pointer-type-def type-id='type-id-331' size-in-bits='64' id='type-id-358'/>
-    <qualified-type-def type-id='type-id-348' const='yes' id='type-id-359'/>
-    <pointer-type-def type-id='type-id-359' size-in-bits='64' id='type-id-360'/>
-    <qualified-type-def type-id='type-id-311' const='yes' id='type-id-361'/>
-    <pointer-type-def type-id='type-id-361' size-in-bits='64' id='type-id-328'/>
-    <var-decl name='PyCode_Type' type-id='type-id-271' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='162' column='1' elf-symbol-id='PyCode_Type'/>
+    <typedef-decl name='_PyExitData' type-id='type-id-354' filepath='./Include/internal/pycore_optimizer.h' line='73' column='1' id='type-id-322'/>
+    <pointer-type-def type-id='type-id-331' size-in-bits='64' id='type-id-356'/>
+    <pointer-type-def type-id='type-id-256' size-in-bits='64' id='type-id-357'/>
+    <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-358'/>
+    <pointer-type-def type-id='type-id-332' size-in-bits='64' id='type-id-359'/>
+    <qualified-type-def type-id='type-id-349' const='yes' id='type-id-360'/>
+    <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-361'/>
+    <qualified-type-def type-id='type-id-312' const='yes' id='type-id-362'/>
+    <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-329'/>
+    <var-decl name='PyCode_Type' type-id='type-id-273' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='162' 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-6'/>
-      <return type-id='type-id-362'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='./Include/cpython/tupleobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_Resize'>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_GetBaseCodeUnit' filepath='./Include/internal/pycore_code.h' line='521' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-363'/>
+      <return type-id='type-id-364'/>
     </function-decl>
     <function-decl name='_PyInstruction_GetLength' filepath='./Include/internal/pycore_code.h' line='523' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInstrumentation_BranchesIterator' filepath='./Include/internal/pycore_code.h' line='525' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyFunction_ClearCodeByVersion' filepath='./Include/internal/pycore_function.h' line='32' 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='_Py_Instrumentation_GetLine' filepath='./Include/internal/pycore_instruments.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </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-6'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-357'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-358'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_Copy' mangled-name='_PyUnicode_Copy' filepath='./Include/internal/pycore_unicodeobject.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Copy'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyUnicode_InternMortal' mangled-name='_PyUnicode_InternMortal' filepath='./Include/internal/pycore_unicodeobject.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternMortal'>
-      <parameter type-id='type-id-39'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyLong_FromVoidPtr' mangled-name='PyLong_FromVoidPtr' filepath='./Include/longobject.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromVoidPtr'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-6'/>
     </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-356'/>
+      <return type-id='type-id-357'/>
     </function-decl>
     <function-decl name='PySet_New' mangled-name='PySet_New' filepath='./Include/setobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_New'>
       <parameter type-id='type-id-6'/>
       <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-178'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyCode_AddWatcher' mangled-name='PyCode_AddWatcher' filepath='Objects/codeobject.c' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_AddWatcher'>
-      <parameter type-id='type-id-364' name='callback' filepath='Objects/codeobject.c' line='66' column='1'/>
+      <parameter type-id='type-id-365' name='callback' filepath='Objects/codeobject.c' line='66' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCode_ClearWatcher' mangled-name='PyCode_ClearWatcher' filepath='Objects/codeobject.c' line='98' 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='504' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
       <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='773' column='1'/>
       <parameter type-id='type-id-6' name='linetable' filepath='Objects/codeobject.c' line='774' column='1'/>
       <parameter type-id='type-id-6' name='exceptiontable' filepath='Objects/codeobject.c' line='775' column='1'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='PyUnstable_Code_New' mangled-name='PyUnstable_Code_New' filepath='Objects/codeobject.c' line='921' 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='921' column='1'/>
       <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='926' column='1'/>
       <parameter type-id='type-id-6' name='linetable' filepath='Objects/codeobject.c' line='927' column='1'/>
       <parameter type-id='type-id-6' name='exceptiontable' filepath='Objects/codeobject.c' line='928' column='1'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='PyCode_NewEmpty' mangled-name='PyCode_NewEmpty' filepath='Objects/codeobject.c' line='955' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_NewEmpty'>
       <parameter type-id='type-id-4' name='filename' filepath='Objects/codeobject.c' line='955' column='1'/>
       <parameter type-id='type-id-4' name='funcname' filepath='Objects/codeobject.c' line='955' column='1'/>
       <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='955' column='1'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='1049' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Line'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='1049' column='1'/>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='1049' column='1'/>
       <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='1049' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCode_CheckLineNumber' mangled-name='_PyCode_CheckLineNumber' filepath='Objects/codeobject.c' line='1082' 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='1082' column='1'/>
-      <parameter type-id='type-id-355' name='bounds' filepath='Objects/codeobject.c' line='1082' column='1'/>
+      <parameter type-id='type-id-356' name='bounds' filepath='Objects/codeobject.c' line='1082' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyCode_Addr2Location' mangled-name='PyCode_Addr2Location' filepath='Objects/codeobject.c' line='1259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Location'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='1259' column='1'/>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='1259' column='1'/>
       <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='1259' column='1'/>
-      <parameter type-id='type-id-183' name='start_line' filepath='Objects/codeobject.c' line='1260' column='1'/>
-      <parameter type-id='type-id-183' name='start_column' filepath='Objects/codeobject.c' line='1260' column='1'/>
-      <parameter type-id='type-id-183' name='end_line' filepath='Objects/codeobject.c' line='1261' column='1'/>
-      <parameter type-id='type-id-183' name='end_column' filepath='Objects/codeobject.c' line='1261' column='1'/>
+      <parameter type-id='type-id-186' name='start_line' filepath='Objects/codeobject.c' line='1260' column='1'/>
+      <parameter type-id='type-id-186' name='start_column' filepath='Objects/codeobject.c' line='1260' column='1'/>
+      <parameter type-id='type-id-186' name='end_line' filepath='Objects/codeobject.c' line='1261' column='1'/>
+      <parameter type-id='type-id-186' name='end_column' filepath='Objects/codeobject.c' line='1261' 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='1586' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_GetExtra'>
-      <parameter type-id='type-id-6' name='code' filepath='Objects/codeobject.c' line='1586' column='1'/>
-      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1586' column='1'/>
-      <parameter type-id='type-id-267' name='extra' filepath='Objects/codeobject.c' line='1586' column='1'/>
+    <function-decl name='PyUnstable_Code_GetExtra' mangled-name='PyUnstable_Code_GetExtra' filepath='Objects/codeobject.c' line='1647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_GetExtra'>
+      <parameter type-id='type-id-6' name='code' filepath='Objects/codeobject.c' line='1647' column='1'/>
+      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1647' column='1'/>
+      <parameter type-id='type-id-269' name='extra' filepath='Objects/codeobject.c' line='1647' 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='1607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_SetExtra'>
-      <parameter type-id='type-id-6' name='code' filepath='Objects/codeobject.c' line='1607' column='1'/>
-      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1607' column='1'/>
-      <parameter type-id='type-id-41' name='extra' filepath='Objects/codeobject.c' line='1607' column='1'/>
+    <function-decl name='PyUnstable_Code_SetExtra' mangled-name='PyUnstable_Code_SetExtra' filepath='Objects/codeobject.c' line='1672' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_SetExtra'>
+      <parameter type-id='type-id-6' name='code' filepath='Objects/codeobject.c' line='1672' column='1'/>
+      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1672' column='1'/>
+      <parameter type-id='type-id-44' name='extra' filepath='Objects/codeobject.c' line='1672' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyCode_GetVarnames' mangled-name='PyCode_GetVarnames' filepath='Objects/codeobject.c' line='1685' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetVarnames'>
-      <parameter type-id='type-id-347' name='code' filepath='Objects/codeobject.c' line='1685' column='1'/>
+    <function-decl name='PyCode_GetVarnames' mangled-name='PyCode_GetVarnames' filepath='Objects/codeobject.c' line='1769' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetVarnames'>
+      <parameter type-id='type-id-348' name='code' filepath='Objects/codeobject.c' line='1769' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyCode_GetCellvars' mangled-name='PyCode_GetCellvars' filepath='Objects/codeobject.c' line='1700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCellvars'>
-      <parameter type-id='type-id-347' name='code' filepath='Objects/codeobject.c' line='1700' column='1'/>
+    <function-decl name='PyCode_GetCellvars' mangled-name='PyCode_GetCellvars' filepath='Objects/codeobject.c' line='1784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCellvars'>
+      <parameter type-id='type-id-348' name='code' filepath='Objects/codeobject.c' line='1784' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyCode_GetFreevars' mangled-name='PyCode_GetFreevars' filepath='Objects/codeobject.c' line='1715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetFreevars'>
-      <parameter type-id='type-id-347' name='code' filepath='Objects/codeobject.c' line='1715' column='1'/>
+    <function-decl name='PyCode_GetFreevars' mangled-name='PyCode_GetFreevars' filepath='Objects/codeobject.c' line='1799' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetFreevars'>
+      <parameter type-id='type-id-348' name='code' filepath='Objects/codeobject.c' line='1799' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyCode_GetVarCounts' mangled-name='_PyCode_GetVarCounts' filepath='Objects/codeobject.c' line='1835' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetVarCounts'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='1835' column='1'/>
-      <parameter type-id='type-id-358' name='counts' filepath='Objects/codeobject.c' line='1835' column='1'/>
+    <function-decl name='_PyCode_GetVarCounts' mangled-name='_PyCode_GetVarCounts' filepath='Objects/codeobject.c' line='1919' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetVarCounts'>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='1919' column='1'/>
+      <parameter type-id='type-id-359' name='counts' filepath='Objects/codeobject.c' line='1919' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyCode_SetUnboundVarCounts' mangled-name='_PyCode_SetUnboundVarCounts' filepath='Objects/codeobject.c' line='1942' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_SetUnboundVarCounts'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Objects/codeobject.c' line='1942' column='1'/>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='1943' column='1'/>
-      <parameter type-id='type-id-358' name='counts' filepath='Objects/codeobject.c' line='1943' column='1'/>
-      <parameter type-id='type-id-6' name='globalnames' filepath='Objects/codeobject.c' line='1944' column='1'/>
-      <parameter type-id='type-id-6' name='attrnames' filepath='Objects/codeobject.c' line='1944' column='1'/>
-      <parameter type-id='type-id-6' name='globalsns' filepath='Objects/codeobject.c' line='1945' column='1'/>
-      <parameter type-id='type-id-6' name='builtinsns' filepath='Objects/codeobject.c' line='1945' column='1'/>
+    <function-decl name='_PyCode_SetUnboundVarCounts' mangled-name='_PyCode_SetUnboundVarCounts' filepath='Objects/codeobject.c' line='2026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_SetUnboundVarCounts'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Objects/codeobject.c' line='2026' column='1'/>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2027' column='1'/>
+      <parameter type-id='type-id-359' name='counts' filepath='Objects/codeobject.c' line='2027' column='1'/>
+      <parameter type-id='type-id-6' name='globalnames' filepath='Objects/codeobject.c' line='2028' column='1'/>
+      <parameter type-id='type-id-6' name='attrnames' filepath='Objects/codeobject.c' line='2028' column='1'/>
+      <parameter type-id='type-id-6' name='globalsns' filepath='Objects/codeobject.c' line='2029' column='1'/>
+      <parameter type-id='type-id-6' name='builtinsns' filepath='Objects/codeobject.c' line='2029' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_CheckNoInternalState' mangled-name='_PyCode_CheckNoInternalState' filepath='Objects/codeobject.c' line='2007' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckNoInternalState'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='2007' column='1'/>
-      <parameter type-id='type-id-266' name='p_errmsg' filepath='Objects/codeobject.c' line='2007' column='1'/>
+    <function-decl name='_PyCode_CheckNoInternalState' mangled-name='_PyCode_CheckNoInternalState' filepath='Objects/codeobject.c' line='2091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckNoInternalState'>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2091' column='1'/>
+      <parameter type-id='type-id-268' name='p_errmsg' filepath='Objects/codeobject.c' line='2091' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_CheckNoExternalState' mangled-name='_PyCode_CheckNoExternalState' filepath='Objects/codeobject.c' line='2026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckNoExternalState'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='2026' column='1'/>
-      <parameter type-id='type-id-358' name='counts' filepath='Objects/codeobject.c' line='2026' column='1'/>
-      <parameter type-id='type-id-266' name='p_errmsg' filepath='Objects/codeobject.c' line='2027' column='1'/>
+    <function-decl name='_PyCode_CheckNoExternalState' mangled-name='_PyCode_CheckNoExternalState' filepath='Objects/codeobject.c' line='2110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckNoExternalState'>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2110' column='1'/>
+      <parameter type-id='type-id-359' name='counts' filepath='Objects/codeobject.c' line='2110' column='1'/>
+      <parameter type-id='type-id-268' name='p_errmsg' filepath='Objects/codeobject.c' line='2111' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_VerifyStateless' mangled-name='_PyCode_VerifyStateless' filepath='Objects/codeobject.c' line='2054' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_VerifyStateless'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Objects/codeobject.c' line='2054' column='1'/>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='2055' column='1'/>
-      <parameter type-id='type-id-6' name='globalnames' filepath='Objects/codeobject.c' line='2055' column='1'/>
-      <parameter type-id='type-id-6' name='globalsns' filepath='Objects/codeobject.c' line='2056' column='1'/>
-      <parameter type-id='type-id-6' name='builtinsns' filepath='Objects/codeobject.c' line='2056' column='1'/>
+    <function-decl name='_PyCode_VerifyStateless' mangled-name='_PyCode_VerifyStateless' filepath='Objects/codeobject.c' line='2138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_VerifyStateless'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Objects/codeobject.c' line='2138' column='1'/>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2139' column='1'/>
+      <parameter type-id='type-id-6' name='globalnames' filepath='Objects/codeobject.c' line='2139' column='1'/>
+      <parameter type-id='type-id-6' name='globalsns' filepath='Objects/codeobject.c' line='2140' column='1'/>
+      <parameter type-id='type-id-6' name='builtinsns' filepath='Objects/codeobject.c' line='2140' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_CheckPureFunction' mangled-name='_PyCode_CheckPureFunction' filepath='Objects/codeobject.c' line='2088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckPureFunction'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='2088' column='1'/>
-      <parameter type-id='type-id-266' name='p_errmsg' filepath='Objects/codeobject.c' line='2088' column='1'/>
+    <function-decl name='_PyCode_CheckPureFunction' mangled-name='_PyCode_CheckPureFunction' filepath='Objects/codeobject.c' line='2172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckPureFunction'>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2172' column='1'/>
+      <parameter type-id='type-id-268' name='p_errmsg' filepath='Objects/codeobject.c' line='2172' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_ReturnsOnlyNone' mangled-name='_PyCode_ReturnsOnlyNone' filepath='Objects/codeobject.c' line='2181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ReturnsOnlyNone'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='2181' column='1'/>
+    <function-decl name='_PyCode_ReturnsOnlyNone' mangled-name='_PyCode_ReturnsOnlyNone' filepath='Objects/codeobject.c' line='2265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ReturnsOnlyNone'>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2265' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='2260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>
-      <parameter type-id='type-id-347' name='co' filepath='Objects/codeobject.c' line='2260' column='1'/>
+    <function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='2344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>
+      <parameter type-id='type-id-348' name='co' filepath='Objects/codeobject.c' line='2344' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='2957' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/codeobject.c' line='2957' column='1'/>
+    <function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='3041' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/codeobject.c' line='3041' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-366' size-in-bits='64' id='type-id-347'/>
-    <pointer-type-def type-id='type-id-367' size-in-bits='64' id='type-id-340'/>
-    <type-decl name='bool' size-in-bits='8' id='type-id-346'/>
-    <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='75' column='1' id='type-id-367'>
+    <pointer-type-def type-id='type-id-367' size-in-bits='64' id='type-id-348'/>
+    <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-341'/>
+    <type-decl name='bool' size-in-bits='8' id='type-id-347'/>
+    <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='75' column='1' id='type-id-368'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='76' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='trace' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='77' column='1'/>
+        <var-decl name='trace' type-id='type-id-361' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='vm_data' type-id='type-id-344' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='78' column='1'/>
+        <var-decl name='vm_data' type-id='type-id-345' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='78' 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='79' column='1'/>
+        <var-decl name='exit_count' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='79' 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='80' column='1'/>
+        <var-decl name='code_size' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
         <var-decl name='jit_size' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='jit_code' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='82' column='1'/>
+        <var-decl name='jit_code' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='jit_side_entry' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='83' column='1'/>
+        <var-decl name='jit_side_entry' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='exits' type-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='84' column='1'/>
+        <var-decl name='exits' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='84' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCodeObject' type-id='type-id-368' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-366'/>
-    <class-decl name='PyCodeObject' size-in-bits='1728' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1' id='type-id-368'>
+    <typedef-decl name='PyCodeObject' type-id='type-id-369' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-367'/>
+    <class-decl name='PyCodeObject' size-in-bits='1728' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1' id='type-id-369'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='co_consts' type-id='type-id-6' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
         <var-decl name='co_nfreevars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='115' 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='115' column='1'/>
+        <var-decl name='co_version' type-id='type-id-325' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='co_localsplusnames' type-id='type-id-6' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
         <var-decl name='co_weakreflist' type-id='type-id-6' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
-        <var-decl name='co_executors' type-id='type-id-369' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='co_executors' type-id='type-id-370' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='_co_cached' type-id='type-id-370' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='_co_cached' type-id='type-id-371' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1344'>
-        <var-decl name='_co_instrumentation_version' type-id='type-id-371' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='_co_instrumentation_version' type-id='type-id-372' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
-        <var-decl name='_co_monitoring' type-id='type-id-372' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='_co_monitoring' type-id='type-id-373' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
         <var-decl name='_co_unique_id' type-id='type-id-7' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
         <var-decl name='_co_firsttraceable' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
-        <var-decl name='co_extra' type-id='type-id-41' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='co_extra' type-id='type-id-44' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1664'>
-        <var-decl name='co_code_adaptive' type-id='type-id-373' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='co_code_adaptive' type-id='type-id-374' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-374' size-in-bits='64' id='type-id-369'/>
-    <typedef-decl name='_PyExecutorArray' type-id='type-id-375' filepath='./Include/cpython/code.h' line='22' column='1' id='type-id-374'/>
-    <class-decl name='_PyExecutorArray' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-374' visibility='default' filepath='./Include/cpython/code.h' line='18' column='1' id='type-id-375'>
+    <pointer-type-def type-id='type-id-375' size-in-bits='64' id='type-id-370'/>
+    <typedef-decl name='_PyExecutorArray' type-id='type-id-376' filepath='./Include/cpython/code.h' line='22' column='1' id='type-id-375'/>
+    <class-decl name='_PyExecutorArray' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-375' visibility='default' filepath='./Include/cpython/code.h' line='18' column='1' id='type-id-376'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='19' column='1'/>
       </data-member>
         <var-decl name='capacity' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='executors' type-id='type-id-376' visibility='default' filepath='./Include/cpython/code.h' line='21' column='1'/>
+        <var-decl name='executors' type-id='type-id-377' visibility='default' filepath='./Include/cpython/code.h' line='21' column='1'/>
       </data-member>
     </class-decl>
-    <array-type-def dimensions='1' type-id='type-id-340' size-in-bits='64' id='type-id-376'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-341' size-in-bits='64' id='type-id-377'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/complexobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <class-decl name='_PyUnicodeWriter' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-377' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='519' column='1' id='type-id-378'>
+    <class-decl name='_PyUnicodeWriter' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-378' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='519' column='1' id='type-id-379'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='buffer' type-id='type-id-6' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='520' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='data' type-id='type-id-41' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='521' column='1'/>
+        <var-decl name='data' type-id='type-id-44' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='521' 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='522' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='maxchar' type-id='type-id-307' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='523' column='1'/>
+        <var-decl name='maxchar' type-id='type-id-308' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='523' 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='524' column='1'/>
         <var-decl name='min_length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='528' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='min_char' type-id='type-id-307' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='531' column='1'/>
+        <var-decl name='min_char' type-id='type-id-308' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='531' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='416'>
-        <var-decl name='overallocate' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='534' column='1'/>
+        <var-decl name='overallocate' type-id='type-id-104' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='534' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='424'>
-        <var-decl name='readonly' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='538' column='1'/>
+        <var-decl name='readonly' type-id='type-id-104' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='538' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyUnicodeWriter' type-id='type-id-378' filepath='./Include/cpython/unicodeobject.h' line='539' column='1' id='type-id-377'/>
-    <pointer-type-def type-id='type-id-379' size-in-bits='64' id='type-id-380'/>
-    <pointer-type-def type-id='type-id-377' size-in-bits='64' id='type-id-381'/>
-    <var-decl name='PyComplex_Type' type-id='type-id-271' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>
+    <typedef-decl name='_PyUnicodeWriter' type-id='type-id-379' filepath='./Include/cpython/unicodeobject.h' line='539' column='1' id='type-id-378'/>
+    <pointer-type-def type-id='type-id-380' size-in-bits='64' id='type-id-381'/>
+    <pointer-type-def type-id='type-id-378' size-in-bits='64' id='type-id-382'/>
+    <var-decl name='PyComplex_Type' type-id='type-id-273' 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-6'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-306'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_Init' mangled-name='_PyUnicodeWriter_Init' filepath='./Include/cpython/unicodeobject.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Init'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_Finish' mangled-name='_PyUnicodeWriter_Finish' filepath='./Include/cpython/unicodeobject.h' line='621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Finish'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_Dealloc' mangled-name='_PyUnicodeWriter_Dealloc' filepath='./Include/cpython/unicodeobject.h' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Dealloc'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <return type-id='type-id-3'/>
     </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-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-380'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-381'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_convert_int_to_double' filepath='./Include/internal/pycore_floatobject.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-189'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='./Include/internal/pycore_unicodeobject.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>
       <return type-id='type-id-6'/>
     </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-178'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='_Py_c_sum' mangled-name='_Py_c_sum' filepath='Objects/complexobject.c' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_sum'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='32' column='1'/>
-      <parameter type-id='type-id-362' name='b' filepath='Objects/complexobject.c' line='32' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='32' column='1'/>
+      <parameter type-id='type-id-363' name='b' filepath='Objects/complexobject.c' line='32' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_cr_sum' mangled-name='_Py_cr_sum' filepath='Objects/complexobject.c' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_cr_sum'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='41' column='1'/>
-      <parameter type-id='type-id-178' name='b' filepath='Objects/complexobject.c' line='41' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='41' column='1'/>
+      <parameter type-id='type-id-181' name='b' filepath='Objects/complexobject.c' line='41' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_c_diff' mangled-name='_Py_c_diff' filepath='Objects/complexobject.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_diff'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <parameter type-id='type-id-362' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <parameter type-id='type-id-363' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_cr_diff' mangled-name='_Py_cr_diff' filepath='Objects/complexobject.c' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_cr_diff'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='64' column='1'/>
-      <parameter type-id='type-id-178' name='b' filepath='Objects/complexobject.c' line='64' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='64' column='1'/>
+      <parameter type-id='type-id-181' name='b' filepath='Objects/complexobject.c' line='64' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_rc_diff' mangled-name='_Py_rc_diff' filepath='Objects/complexobject.c' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_rc_diff'>
-      <parameter type-id='type-id-178' name='a' filepath='Objects/complexobject.c' line='72' column='1'/>
-      <parameter type-id='type-id-362' name='b' filepath='Objects/complexobject.c' line='72' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-181' name='a' filepath='Objects/complexobject.c' line='72' column='1'/>
+      <parameter type-id='type-id-363' name='b' filepath='Objects/complexobject.c' line='72' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_c_neg' mangled-name='_Py_c_neg' filepath='Objects/complexobject.c' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_neg'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='81' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='81' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_c_prod' mangled-name='_Py_c_prod' filepath='Objects/complexobject.c' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_prod'>
-      <parameter type-id='type-id-362' name='z' filepath='Objects/complexobject.c' line='90' column='1'/>
-      <parameter type-id='type-id-362' name='w' filepath='Objects/complexobject.c' line='90' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='z' filepath='Objects/complexobject.c' line='90' column='1'/>
+      <parameter type-id='type-id-363' name='w' filepath='Objects/complexobject.c' line='90' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_cr_prod' mangled-name='_Py_cr_prod' filepath='Objects/complexobject.c' line='151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_cr_prod'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='151' column='1'/>
-      <parameter type-id='type-id-178' name='b' filepath='Objects/complexobject.c' line='151' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='151' column='1'/>
+      <parameter type-id='type-id-181' name='b' filepath='Objects/complexobject.c' line='151' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_c_quot' mangled-name='_Py_c_quot' filepath='Objects/complexobject.c' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_quot'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='170' column='1'/>
-      <parameter type-id='type-id-362' name='b' filepath='Objects/complexobject.c' line='170' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='170' column='1'/>
+      <parameter type-id='type-id-363' name='b' filepath='Objects/complexobject.c' line='170' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_cr_quot' mangled-name='_Py_cr_quot' filepath='Objects/complexobject.c' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_cr_quot'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='249' column='1'/>
-      <parameter type-id='type-id-178' name='b' filepath='Objects/complexobject.c' line='249' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='249' column='1'/>
+      <parameter type-id='type-id-181' name='b' filepath='Objects/complexobject.c' line='249' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_rc_quot' mangled-name='_Py_rc_quot' filepath='Objects/complexobject.c' line='265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_rc_quot'>
-      <parameter type-id='type-id-178' name='a' filepath='Objects/complexobject.c' line='265' column='1'/>
-      <parameter type-id='type-id-362' name='b' filepath='Objects/complexobject.c' line='265' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-181' name='a' filepath='Objects/complexobject.c' line='265' column='1'/>
+      <parameter type-id='type-id-363' name='b' filepath='Objects/complexobject.c' line='265' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_c_pow' mangled-name='_Py_c_pow' filepath='Objects/complexobject.c' line='310' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_pow'>
-      <parameter type-id='type-id-362' name='a' filepath='Objects/complexobject.c' line='310' column='1'/>
-      <parameter type-id='type-id-362' name='b' filepath='Objects/complexobject.c' line='310' column='1'/>
-      <return type-id='type-id-362'/>
+      <parameter type-id='type-id-363' name='a' filepath='Objects/complexobject.c' line='310' column='1'/>
+      <parameter type-id='type-id-363' name='b' filepath='Objects/complexobject.c' line='310' column='1'/>
+      <return type-id='type-id-363'/>
     </function-decl>
     <function-decl name='_Py_c_abs' mangled-name='_Py_c_abs' filepath='Objects/complexobject.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_abs'>
-      <parameter type-id='type-id-362' name='z' filepath='Objects/complexobject.c' line='368' column='1'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-363' name='z' filepath='Objects/complexobject.c' line='368' column='1'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyComplex_FromDoubles' mangled-name='PyComplex_FromDoubles' filepath='Objects/complexobject.c' line='433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromDoubles'>
-      <parameter type-id='type-id-178' name='real' filepath='Objects/complexobject.c' line='433' column='1'/>
-      <parameter type-id='type-id-178' name='imag' filepath='Objects/complexobject.c' line='433' column='1'/>
+      <parameter type-id='type-id-181' name='real' filepath='Objects/complexobject.c' line='433' column='1'/>
+      <parameter type-id='type-id-181' name='imag' filepath='Objects/complexobject.c' line='433' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyComplex_RealAsDouble' mangled-name='PyComplex_RealAsDouble' filepath='Objects/complexobject.c' line='444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_RealAsDouble'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/complexobject.c' line='444' column='1'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyComplex_ImagAsDouble' mangled-name='PyComplex_ImagAsDouble' filepath='Objects/complexobject.c' line='465' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_ImagAsDouble'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/complexobject.c' line='465' column='1'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-379'>
+    <function-type size-in-bits='64' id='type-id-380'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-6'/>
     </function-type>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/descrobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-382' size-in-bits='64' id='type-id-383'/>
+    <pointer-type-def type-id='type-id-383' size-in-bits='64' id='type-id-384'/>
     <function-decl name='_PyObject_FunctionStr' mangled-name='_PyObject_FunctionStr' filepath='./Include/cpython/object.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_FunctionStr'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='Py_HashPointer' mangled-name='Py_HashPointer' filepath='./Include/cpython/pyhash.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_HashPointer'>
-      <parameter type-id='type-id-41'/>
-      <return type-id='type-id-306'/>
-    </function-decl>
-    <var-decl name='PyClassMethodDescr_Type' type-id='type-id-271' 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-271' 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-271' 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-271' 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-271' 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-271' 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-271' mangled-name='PyProperty_Type' visibility='default' filepath='./Include/descrobject.h' line='25' column='1' elf-symbol-id='PyProperty_Type'/>
+      <parameter type-id='type-id-44'/>
+      <return type-id='type-id-17'/>
+    </function-decl>
+    <var-decl name='PyClassMethodDescr_Type' type-id='type-id-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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-4'/>
-      <parameter type-id='type-id-384'/>
+      <parameter type-id='type-id-385'/>
       <return type-id='type-id-6'/>
     </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-24'/>
-      <parameter type-id='type-id-384'/>
+      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-385'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyMethodWrapper_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_descrobject.h' line='23' column='1'/>
+    <var-decl name='_PyMethodWrapper_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_descrobject.h' line='23' column='1'/>
     <function-decl name='_PyArg_UnpackStack' filepath='./Include/internal/pycore_modsupport.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyCMethod_New' mangled-name='PyCMethod_New' filepath='./Include/methodobject.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCMethod_New'>
-      <parameter type-id='type-id-182'/>
+      <parameter type-id='type-id-185'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-1'/>
     </function-decl>
     <function-decl name='PyDescr_NewMethod' mangled-name='PyDescr_NewMethod' filepath='Objects/descrobject.c' line='927' 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='927' column='1'/>
-      <parameter type-id='type-id-182' name='method' filepath='Objects/descrobject.c' line='927' column='1'/>
+      <parameter type-id='type-id-185' name='method' filepath='Objects/descrobject.c' line='927' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyDescr_NewClassMethod' mangled-name='PyDescr_NewClassMethod' filepath='Objects/descrobject.c' line='973' 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='973' column='1'/>
-      <parameter type-id='type-id-182' name='method' filepath='Objects/descrobject.c' line='973' column='1'/>
+      <parameter type-id='type-id-185' name='method' filepath='Objects/descrobject.c' line='973' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyDescr_NewMember' mangled-name='PyDescr_NewMember' filepath='Objects/descrobject.c' line='985' 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='985' column='1'/>
-      <parameter type-id='type-id-384' name='member' filepath='Objects/descrobject.c' line='985' column='1'/>
+      <parameter type-id='type-id-385' name='member' filepath='Objects/descrobject.c' line='985' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyDescr_NewGetSet' mangled-name='PyDescr_NewGetSet' filepath='Objects/descrobject.c' line='1003' 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='1003' column='1'/>
-      <parameter type-id='type-id-385' name='getset' filepath='Objects/descrobject.c' line='1003' column='1'/>
+      <parameter type-id='type-id-386' name='getset' filepath='Objects/descrobject.c' line='1003' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyDescr_NewWrapper' mangled-name='PyDescr_NewWrapper' filepath='Objects/descrobject.c' line='1015' 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='1015' column='1'/>
-      <parameter type-id='type-id-383' name='base' filepath='Objects/descrobject.c' line='1015' column='1'/>
-      <parameter type-id='type-id-41' name='wrapped' filepath='Objects/descrobject.c' line='1015' column='1'/>
+      <parameter type-id='type-id-384' name='base' filepath='Objects/descrobject.c' line='1015' column='1'/>
+      <parameter type-id='type-id-44' name='wrapped' filepath='Objects/descrobject.c' line='1015' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyDescr_IsData' mangled-name='PyDescr_IsData' filepath='Objects/descrobject.c' line='1029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_IsData'>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/dictobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <typedef-decl name='PyDictKeysObject' type-id='type-id-386' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-387'/>
-    <typedef-decl name='PyDictValues' type-id='type-id-388' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-389'/>
-    <class-decl name='PyDictObject' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-390' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-391'>
+    <typedef-decl name='PyDictKeysObject' type-id='type-id-387' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-388'/>
+    <typedef-decl name='PyDictValues' type-id='type-id-389' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-390'/>
+    <class-decl name='PyDictObject' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-391' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-392'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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_watcher_tag' type-id='type-id-117' visibility='default' filepath='./Include/cpython/dictobject.h' line='23' column='1'/>
+        <var-decl name='_ma_watcher_tag' type-id='type-id-120' 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-393' visibility='default' filepath='./Include/cpython/dictobject.h' line='25' column='1'/>
+        <var-decl name='ma_keys' type-id='type-id-394' visibility='default' filepath='./Include/cpython/dictobject.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='ma_values' type-id='type-id-394' visibility='default' filepath='./Include/cpython/dictobject.h' line='32' column='1'/>
+        <var-decl name='ma_values' type-id='type-id-395' visibility='default' filepath='./Include/cpython/dictobject.h' line='32' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyDictObject' type-id='type-id-391' filepath='./Include/cpython/dictobject.h' line='33' column='1' id='type-id-390'/>
-    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='177' column='1' id='type-id-386'>
+    <typedef-decl name='PyDictObject' type-id='type-id-392' filepath='./Include/cpython/dictobject.h' line='33' column='1' id='type-id-391'/>
+    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='177' column='1' id='type-id-387'>
       <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='178' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='dk_log2_size' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='181' column='1'/>
+        <var-decl name='dk_log2_size' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='181' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='72'>
-        <var-decl name='dk_log2_index_bytes' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='184' column='1'/>
+        <var-decl name='dk_log2_index_bytes' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='184' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80'>
-        <var-decl name='dk_kind' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='187' column='1'/>
+        <var-decl name='dk_kind' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='187' 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='195' column='1'/>
+        <var-decl name='dk_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_dict.h' line='195' 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='198' column='1'/>
         <var-decl name='dk_nentries' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='201' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='dk_indices' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_dict.h' line='217' column='1'/>
+        <var-decl name='dk_indices' type-id='type-id-279' visibility='default' filepath='./Include/internal/pycore_dict.h' line='217' 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='233' column='1' id='type-id-388'>
+    <class-decl name='_dictvalues' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='233' column='1' id='type-id-389'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='capacity' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='234' column='1'/>
+        <var-decl name='capacity' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='234' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='size' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='235' column='1'/>
+        <var-decl name='size' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='235' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='embedded' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='236' column='1'/>
+        <var-decl name='embedded' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='236' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='valid' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_dict.h' line='237' column='1'/>
+        <var-decl name='valid' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_dict.h' line='237' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='values' type-id='type-id-395' visibility='default' filepath='./Include/internal/pycore_dict.h' line='238' column='1'/>
+        <var-decl name='values' type-id='type-id-396' visibility='default' filepath='./Include/internal/pycore_dict.h' line='238' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-387' size-in-bits='64' id='type-id-393'/>
-    <pointer-type-def type-id='type-id-390' size-in-bits='64' id='type-id-396'/>
-    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-394'/>
+    <pointer-type-def type-id='type-id-388' size-in-bits='64' id='type-id-394'/>
+    <pointer-type-def type-id='type-id-391' size-in-bits='64' id='type-id-16'/>
+    <pointer-type-def type-id='type-id-390' size-in-bits='64' id='type-id-395'/>
     <function-decl name='PyEval_GetBuiltins' mangled-name='PyEval_GetBuiltins' filepath='./Include/ceval.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetBuiltins'>
       <return type-id='type-id-6'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='PyDict_Type' type-id='type-id-271' 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-271' 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-271' 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-271' 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-271' 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-271' 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-271' 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-271' 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-271' 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-271' 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-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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-273' 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='878' 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='948' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-241'/>
+      <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyErr_GetRaisedException' mangled-name='_PyErr_GetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_GetRaisedException'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyErr_FormatNote' mangled-name='_PyErr_FormatNote' filepath='./Include/internal/pycore_pyerrors.h' line='190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_FormatNote'>
       <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-39'/>
+      <return type-id='type-id-42'/>
     </function-decl>
-    <function-decl name='_PyDict_NewPresized' mangled-name='_PyDict_NewPresized' filepath='Objects/dictobject.c' line='2177' 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='2177' column='1'/>
+    <function-decl name='_PyDict_NewPresized' mangled-name='_PyDict_NewPresized' filepath='Objects/dictobject.c' line='2182' 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='2182' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyDict_GetItem' mangled-name='PyDict_GetItem' filepath='Objects/dictobject.c' line='2277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItem'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2277' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2277' column='1'/>
+    <function-decl name='PyDict_GetItem' mangled-name='PyDict_GetItem' filepath='Objects/dictobject.c' line='2282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItem'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2282' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2282' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyDict_GetItem_KnownHash' mangled-name='_PyDict_GetItem_KnownHash' filepath='Objects/dictobject.c' line='2322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItem_KnownHash'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2322' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2322' column='1'/>
-      <parameter type-id='type-id-306' name='hash' filepath='Objects/dictobject.c' line='2322' column='1'/>
+    <function-decl name='_PyDict_GetItem_KnownHash' mangled-name='_PyDict_GetItem_KnownHash' filepath='Objects/dictobject.c' line='2327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItem_KnownHash'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2327' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2327' column='1'/>
+      <parameter type-id='type-id-17' name='hash' filepath='Objects/dictobject.c' line='2327' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyDict_GetItemRef_KnownHash_LockHeld' mangled-name='_PyDict_GetItemRef_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemRef_KnownHash_LockHeld'>
-      <parameter type-id='type-id-396' name='op' filepath='Objects/dictobject.c' line='2348' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2348' column='1'/>
-      <parameter type-id='type-id-306' name='hash' filepath='Objects/dictobject.c' line='2349' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/dictobject.c' line='2349' column='1'/>
+    <function-decl name='_PyDict_GetItemRef_KnownHash_LockHeld' mangled-name='_PyDict_GetItemRef_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemRef_KnownHash_LockHeld'>
+      <parameter type-id='type-id-16' name='op' filepath='Objects/dictobject.c' line='2353' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2353' column='1'/>
+      <parameter type-id='type-id-17' name='hash' filepath='Objects/dictobject.c' line='2354' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/dictobject.c' line='2354' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyDict_GetItemStringWithError' mangled-name='_PyDict_GetItemStringWithError' filepath='Objects/dictobject.c' line='2499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemStringWithError'>
-      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='2499' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2499' column='1'/>
+    <function-decl name='_PyDict_GetItemStringWithError' mangled-name='_PyDict_GetItemStringWithError' filepath='Objects/dictobject.c' line='2504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemStringWithError'>
+      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='2504' column='1'/>
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2504' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyDict_LoadGlobal' mangled-name='_PyDict_LoadGlobal' filepath='Objects/dictobject.c' line='2524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobal'>
-      <parameter type-id='type-id-396' name='globals' filepath='Objects/dictobject.c' line='2524' column='1'/>
-      <parameter type-id='type-id-396' name='builtins' filepath='Objects/dictobject.c' line='2524' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2524' column='1'/>
+    <function-decl name='_PyDict_LoadGlobal' mangled-name='_PyDict_LoadGlobal' filepath='Objects/dictobject.c' line='2529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobal'>
+      <parameter type-id='type-id-16' name='globals' filepath='Objects/dictobject.c' line='2529' column='1'/>
+      <parameter type-id='type-id-16' name='builtins' filepath='Objects/dictobject.c' line='2529' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2529' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyDict_LoadGlobalStackRef' mangled-name='_PyDict_LoadGlobalStackRef' filepath='Objects/dictobject.c' line='2549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobalStackRef'>
-      <parameter type-id='type-id-396' name='globals' filepath='Objects/dictobject.c' line='2549' column='1'/>
-      <parameter type-id='type-id-396' name='builtins' filepath='Objects/dictobject.c' line='2549' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2549' column='1'/>
-      <parameter type-id='type-id-397' name='res' filepath='Objects/dictobject.c' line='2549' column='1'/>
+    <function-decl name='_PyDict_LoadGlobalStackRef' mangled-name='_PyDict_LoadGlobalStackRef' filepath='Objects/dictobject.c' line='2554' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobalStackRef'>
+      <parameter type-id='type-id-16' name='globals' filepath='Objects/dictobject.c' line='2554' column='1'/>
+      <parameter type-id='type-id-16' name='builtins' filepath='Objects/dictobject.c' line='2554' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2554' column='1'/>
+      <parameter type-id='type-id-397' name='res' filepath='Objects/dictobject.c' line='2554' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyDict_SetItem_Take2' mangled-name='_PyDict_SetItem_Take2' filepath='Objects/dictobject.c' line='2635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_Take2'>
-      <parameter type-id='type-id-396' name='mp' filepath='Objects/dictobject.c' line='2635' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2635' column='1'/>
-      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='2635' column='1'/>
+    <function-decl name='_PyDict_SetItem_Take2' mangled-name='_PyDict_SetItem_Take2' filepath='Objects/dictobject.c' line='2640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_Take2'>
+      <parameter type-id='type-id-16' name='mp' filepath='Objects/dictobject.c' line='2640' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2640' column='1'/>
+      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='2640' 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='2674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash_LockHeld'>
-      <parameter type-id='type-id-396' name='mp' filepath='Objects/dictobject.c' line='2674' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2674' column='1'/>
-      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='2674' column='1'/>
-      <parameter type-id='type-id-306' name='hash' filepath='Objects/dictobject.c' line='2675' column='1'/>
+    <function-decl name='_PyDict_SetItem_KnownHash_LockHeld' mangled-name='_PyDict_SetItem_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash_LockHeld'>
+      <parameter type-id='type-id-16' name='mp' filepath='Objects/dictobject.c' line='2679' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2679' column='1'/>
+      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='2679' column='1'/>
+      <parameter type-id='type-id-17' name='hash' filepath='Objects/dictobject.c' line='2680' 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='2686' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2686' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2686' column='1'/>
-      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='2686' column='1'/>
-      <parameter type-id='type-id-306' name='hash' filepath='Objects/dictobject.c' line='2687' column='1'/>
+    <function-decl name='_PyDict_SetItem_KnownHash' mangled-name='_PyDict_SetItem_KnownHash' filepath='Objects/dictobject.c' line='2691' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2691' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2691' column='1'/>
+      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='2691' column='1'/>
+      <parameter type-id='type-id-17' name='hash' filepath='Objects/dictobject.c' line='2692' 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='2810' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItem_KnownHash'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2810' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2810' column='1'/>
-      <parameter type-id='type-id-306' name='hash' filepath='Objects/dictobject.c' line='2810' column='1'/>
+    <function-decl name='_PyDict_DelItem_KnownHash' mangled-name='_PyDict_DelItem_KnownHash' filepath='Objects/dictobject.c' line='2815' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItem_KnownHash'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2815' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2815' column='1'/>
+      <parameter type-id='type-id-17' name='hash' filepath='Objects/dictobject.c' line='2815' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyDict_DelItemIf' mangled-name='_PyDict_DelItemIf' filepath='Objects/dictobject.c' line='2864' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemIf'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2864' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2864' column='1'/>
-      <parameter type-id='type-id-398' name='predicate' filepath='Objects/dictobject.c' line='2865' column='1'/>
-      <parameter type-id='type-id-41' name='arg' filepath='Objects/dictobject.c' line='2866' column='1'/>
+    <function-decl name='_PyDict_DelItemIf' mangled-name='_PyDict_DelItemIf' filepath='Objects/dictobject.c' line='2869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemIf'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2869' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2869' column='1'/>
+      <parameter type-id='type-id-398' name='predicate' filepath='Objects/dictobject.c' line='2870' column='1'/>
+      <parameter type-id='type-id-44' name='arg' filepath='Objects/dictobject.c' line='2871' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2929' column='1'/>
+    <function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2947' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='2947' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyDict_PopString' mangled-name='PyDict_PopString' filepath='Objects/dictobject.c' line='3121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_PopString'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='3121' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='3121' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/dictobject.c' line='3121' column='1'/>
+    <function-decl name='PyDict_PopString' mangled-name='PyDict_PopString' filepath='Objects/dictobject.c' line='3139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_PopString'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='3139' column='1'/>
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='3139' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/dictobject.c' line='3139' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyDict_Pop' mangled-name='_PyDict_Pop' filepath='Objects/dictobject.c' line='3152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Pop'>
-      <parameter type-id='type-id-6' name='dict' filepath='Objects/dictobject.c' line='3152' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='3152' column='1'/>
-      <parameter type-id='type-id-6' name='default_value' filepath='Objects/dictobject.c' line='3152' column='1'/>
+    <function-decl name='_PyDict_Pop' mangled-name='_PyDict_Pop' filepath='Objects/dictobject.c' line='3170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Pop'>
+      <parameter type-id='type-id-6' name='dict' filepath='Objects/dictobject.c' line='3170' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='3170' column='1'/>
+      <parameter type-id='type-id-6' name='default_value' filepath='Objects/dictobject.c' line='3170' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyDict_MergeFromSeq2' mangled-name='PyDict_MergeFromSeq2' filepath='Objects/dictobject.c' line='3800' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_MergeFromSeq2'>
-      <parameter type-id='type-id-6' name='d' filepath='Objects/dictobject.c' line='3800' column='1'/>
-      <parameter type-id='type-id-6' name='seq2' filepath='Objects/dictobject.c' line='3800' column='1'/>
-      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3800' column='1'/>
+    <function-decl name='PyDict_MergeFromSeq2' mangled-name='PyDict_MergeFromSeq2' filepath='Objects/dictobject.c' line='3818' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_MergeFromSeq2'>
+      <parameter type-id='type-id-6' name='d' filepath='Objects/dictobject.c' line='3818' column='1'/>
+      <parameter type-id='type-id-6' name='seq2' filepath='Objects/dictobject.c' line='3818' column='1'/>
+      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3818' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_Merge' mangled-name='PyDict_Merge' filepath='Objects/dictobject.c' line='4017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Merge'>
-      <parameter type-id='type-id-6' name='a' filepath='Objects/dictobject.c' line='4017' column='1'/>
-      <parameter type-id='type-id-6' name='b' filepath='Objects/dictobject.c' line='4017' column='1'/>
-      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='4017' column='1'/>
+    <function-decl name='PyDict_Merge' mangled-name='PyDict_Merge' filepath='Objects/dictobject.c' line='4035' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Merge'>
+      <parameter type-id='type-id-6' name='a' filepath='Objects/dictobject.c' line='4035' column='1'/>
+      <parameter type-id='type-id-6' name='b' filepath='Objects/dictobject.c' line='4035' column='1'/>
+      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='4035' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyDict_MergeEx' mangled-name='_PyDict_MergeEx' filepath='Objects/dictobject.c' line='4025' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_MergeEx'>
-      <parameter type-id='type-id-6' name='a' filepath='Objects/dictobject.c' line='4025' column='1'/>
-      <parameter type-id='type-id-6' name='b' filepath='Objects/dictobject.c' line='4025' column='1'/>
-      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='4025' column='1'/>
+    <function-decl name='_PyDict_MergeEx' mangled-name='_PyDict_MergeEx' filepath='Objects/dictobject.c' line='4043' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_MergeEx'>
+      <parameter type-id='type-id-6' name='a' filepath='Objects/dictobject.c' line='4043' column='1'/>
+      <parameter type-id='type-id-6' name='b' filepath='Objects/dictobject.c' line='4043' column='1'/>
+      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='4043' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_SetDefaultRef' mangled-name='PyDict_SetDefaultRef' filepath='Objects/dictobject.c' line='4427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefaultRef'>
-      <parameter type-id='type-id-6' name='d' filepath='Objects/dictobject.c' line='4427' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4427' column='1'/>
-      <parameter type-id='type-id-6' name='default_value' filepath='Objects/dictobject.c' line='4427' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/dictobject.c' line='4428' column='1'/>
+    <function-decl name='PyDict_SetDefaultRef' mangled-name='PyDict_SetDefaultRef' filepath='Objects/dictobject.c' line='4445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefaultRef'>
+      <parameter type-id='type-id-6' name='d' filepath='Objects/dictobject.c' line='4445' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4445' column='1'/>
+      <parameter type-id='type-id-6' name='default_value' filepath='Objects/dictobject.c' line='4445' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/dictobject.c' line='4446' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='4438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>
-      <parameter type-id='type-id-6' name='d' filepath='Objects/dictobject.c' line='4438' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4438' column='1'/>
-      <parameter type-id='type-id-6' name='defaultobj' filepath='Objects/dictobject.c' line='4438' column='1'/>
+    <function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='4456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>
+      <parameter type-id='type-id-6' name='d' filepath='Objects/dictobject.c' line='4456' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4456' column='1'/>
+      <parameter type-id='type-id-6' name='defaultobj' filepath='Objects/dictobject.c' line='4456' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='4662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>
-      <parameter type-id='type-id-396' name='mp' filepath='Objects/dictobject.c' line='4662' column='1'/>
+    <function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='4678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>
+      <parameter type-id='type-id-16' name='mp' filepath='Objects/dictobject.c' line='4678' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyDict_ContainsString' mangled-name='PyDict_ContainsString' filepath='Objects/dictobject.c' line='4769' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ContainsString'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='4769' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4769' column='1'/>
+    <function-decl name='PyDict_ContainsString' mangled-name='PyDict_ContainsString' filepath='Objects/dictobject.c' line='4785' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ContainsString'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/dictobject.c' line='4785' column='1'/>
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4785' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_GetItemString' mangled-name='PyDict_GetItemString' filepath='Objects/dictobject.c' line='4964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemString'>
-      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='4964' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4964' column='1'/>
+    <function-decl name='PyDict_GetItemString' mangled-name='PyDict_GetItemString' filepath='Objects/dictobject.c' line='4980' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemString'>
+      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='4980' column='1'/>
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4980' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyDict_GetItemStringRef' mangled-name='PyDict_GetItemStringRef' filepath='Objects/dictobject.c' line='4982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemStringRef'>
-      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='4982' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4982' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/dictobject.c' line='4982' column='1'/>
+    <function-decl name='PyDict_GetItemStringRef' mangled-name='PyDict_GetItemStringRef' filepath='Objects/dictobject.c' line='4998' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemStringRef'>
+      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='4998' column='1'/>
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4998' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/dictobject.c' line='4998' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_DelItemString' mangled-name='PyDict_DelItemString' filepath='Objects/dictobject.c' line='5029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItemString'>
-      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='5029' column='1'/>
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='5029' column='1'/>
+    <function-decl name='PyDict_DelItemString' mangled-name='PyDict_DelItemString' filepath='Objects/dictobject.c' line='5045' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItemString'>
+      <parameter type-id='type-id-6' name='v' filepath='Objects/dictobject.c' line='5045' column='1'/>
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='5045' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyObject_VisitManagedDict' mangled-name='PyObject_VisitManagedDict' filepath='Objects/dictobject.c' line='7167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VisitManagedDict'>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/dictobject.c' line='7167' column='1'/>
-      <parameter type-id='type-id-399' name='visit' filepath='Objects/dictobject.c' line='7167' column='1'/>
-      <parameter type-id='type-id-41' name='arg' filepath='Objects/dictobject.c' line='7167' column='1'/>
+    <function-decl name='PyObject_VisitManagedDict' mangled-name='PyObject_VisitManagedDict' filepath='Objects/dictobject.c' line='7183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VisitManagedDict'>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/dictobject.c' line='7183' column='1'/>
+      <parameter type-id='type-id-399' name='visit' filepath='Objects/dictobject.c' line='7183' column='1'/>
+      <parameter type-id='type-id-44' name='arg' filepath='Objects/dictobject.c' line='7183' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyObject_SetManagedDict' mangled-name='_PyObject_SetManagedDict' filepath='Objects/dictobject.c' line='7286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetManagedDict'>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/dictobject.c' line='7286' column='1'/>
-      <parameter type-id='type-id-6' name='new_dict' filepath='Objects/dictobject.c' line='7286' column='1'/>
+    <function-decl name='_PyObject_SetManagedDict' mangled-name='_PyObject_SetManagedDict' filepath='Objects/dictobject.c' line='7307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetManagedDict'>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/dictobject.c' line='7307' column='1'/>
+      <parameter type-id='type-id-6' name='new_dict' filepath='Objects/dictobject.c' line='7307' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyObject_ClearManagedDict' mangled-name='PyObject_ClearManagedDict' filepath='Objects/dictobject.c' line='7401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearManagedDict'>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/dictobject.c' line='7401' column='1'/>
+    <function-decl name='PyObject_ClearManagedDict' mangled-name='PyObject_ClearManagedDict' filepath='Objects/dictobject.c' line='7422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearManagedDict'>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/dictobject.c' line='7422' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyDict_Watch' mangled-name='PyDict_Watch' filepath='Objects/dictobject.c' line='7627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Watch'>
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7627' column='1'/>
-      <parameter type-id='type-id-6' name='dict' filepath='Objects/dictobject.c' line='7627' column='1'/>
+    <function-decl name='PyDict_Watch' mangled-name='PyDict_Watch' filepath='Objects/dictobject.c' line='7648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Watch'>
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7648' column='1'/>
+      <parameter type-id='type-id-6' name='dict' filepath='Objects/dictobject.c' line='7648' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_Unwatch' mangled-name='PyDict_Unwatch' filepath='Objects/dictobject.c' line='7642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Unwatch'>
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7642' column='1'/>
-      <parameter type-id='type-id-6' name='dict' filepath='Objects/dictobject.c' line='7642' column='1'/>
+    <function-decl name='PyDict_Unwatch' mangled-name='PyDict_Unwatch' filepath='Objects/dictobject.c' line='7663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Unwatch'>
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7663' column='1'/>
+      <parameter type-id='type-id-6' name='dict' filepath='Objects/dictobject.c' line='7663' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_AddWatcher' mangled-name='PyDict_AddWatcher' filepath='Objects/dictobject.c' line='7657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_AddWatcher'>
-      <parameter type-id='type-id-400' name='callback' filepath='Objects/dictobject.c' line='7657' column='1'/>
+    <function-decl name='PyDict_AddWatcher' mangled-name='PyDict_AddWatcher' filepath='Objects/dictobject.c' line='7678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_AddWatcher'>
+      <parameter type-id='type-id-400' name='callback' filepath='Objects/dictobject.c' line='7678' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyDict_ClearWatcher' mangled-name='PyDict_ClearWatcher' filepath='Objects/dictobject.c' line='7674' 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='7674' column='1'/>
+    <function-decl name='PyDict_ClearWatcher' mangled-name='PyDict_ClearWatcher' filepath='Objects/dictobject.c' line='7695' 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='7695' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyDict_SendEvent' mangled-name='_PyDict_SendEvent' filepath='Objects/dictobject.c' line='7697' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SendEvent'>
-      <parameter type-id='type-id-5' name='watcher_bits' filepath='Objects/dictobject.c' line='7697' column='1'/>
-      <parameter type-id='type-id-401' name='event' filepath='Objects/dictobject.c' line='7698' column='1'/>
-      <parameter type-id='type-id-396' name='mp' filepath='Objects/dictobject.c' line='7699' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='7700' column='1'/>
-      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='7701' column='1'/>
+    <function-decl name='_PyDict_SendEvent' mangled-name='_PyDict_SendEvent' filepath='Objects/dictobject.c' line='7718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SendEvent'>
+      <parameter type-id='type-id-5' name='watcher_bits' filepath='Objects/dictobject.c' line='7718' column='1'/>
+      <parameter type-id='type-id-401' name='event' filepath='Objects/dictobject.c' line='7719' column='1'/>
+      <parameter type-id='type-id-16' name='mp' filepath='Objects/dictobject.c' line='7720' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='7721' column='1'/>
+      <parameter type-id='type-id-6' name='value' filepath='Objects/dictobject.c' line='7722' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-402'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
   <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-271' 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-271' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>
+    <var-decl name='PyEnum_Type' type-id='type-id-273' 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-273' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/exceptions.c' comp-dir-path='/src' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-24' const='yes' id='type-id-403'/>
-    <pointer-type-def type-id='type-id-403' size-in-bits='64' id='type-id-135'/>
+    <qualified-type-def type-id='type-id-27' const='yes' id='type-id-403'/>
+    <pointer-type-def type-id='type-id-403' size-in-bits='64' id='type-id-138'/>
     <var-decl name='PyExc_PythonFinalizationError' type-id='type-id-6' mangled-name='PyExc_PythonFinalizationError' visibility='default' filepath='./Include/cpython/pyerrors.h' line='130' 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-6'/>
     </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-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyErr_SetRaisedException' mangled-name='_PyErr_SetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetRaisedException'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='_PyExc_IncompleteInputError' type-id='type-id-271' mangled-name='_PyExc_IncompleteInputError' visibility='default' filepath='./Include/internal/pycore_pyerrors.h' line='198' column='1' elf-symbol-id='_PyExc_IncompleteInputError'/>
+    <var-decl name='_PyExc_IncompleteInputError' type-id='type-id-273' mangled-name='_PyExc_IncompleteInputError' visibility='default' filepath='./Include/internal/pycore_pyerrors.h' line='198' column='1' elf-symbol-id='_PyExc_IncompleteInputError'/>
     <function-decl name='_PyStaticType_InitBuiltin' filepath='./Include/internal/pycore_typeobject.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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='54' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-135'/>
+      <parameter type-id='type-id-138'/>
       <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='467' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GenericSetDict'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='PyExc_BaseException' type-id='type-id-6' 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-6'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-307'/>
+      <return type-id='type-id-308'/>
     </function-decl>
     <function-decl name='PyException_GetTraceback' mangled-name='PyException_GetTraceback' filepath='Objects/exceptions.c' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyException_GetTraceback'>
       <parameter type-id='type-id-6' name='self' filepath='Objects/exceptions.c' line='519' column='1'/>
     </function-decl>
   </abi-instr>
   <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-271' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>
+    <var-decl name='PyStdPrinter_Type' type-id='type-id-273' 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='124' 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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFile_FromFd' mangled-name='PyFile_FromFd' filepath='Objects/fileobject.c' line='33' 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='220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FileDescriptor_Converter'>
       <parameter type-id='type-id-6' name='o' filepath='Objects/fileobject.c' line='220' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/fileobject.c' line='220' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/fileobject.c' line='220' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_UniversalNewlineFgets' mangled-name='Py_UniversalNewlineFgets' filepath='Objects/fileobject.c' line='274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_UniversalNewlineFgets'>
-      <parameter type-id='type-id-24' name='buf' filepath='Objects/fileobject.c' line='274' column='1'/>
+      <parameter type-id='type-id-27' name='buf' filepath='Objects/fileobject.c' line='274' column='1'/>
       <parameter type-id='type-id-5' name='n' filepath='Objects/fileobject.c' line='274' column='1'/>
-      <parameter type-id='type-id-67' name='stream' filepath='Objects/fileobject.c' line='274' column='1'/>
+      <parameter type-id='type-id-70' name='stream' filepath='Objects/fileobject.c' line='274' column='1'/>
       <parameter type-id='type-id-6' name='fobj' filepath='Objects/fileobject.c' line='274' column='1'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyFile_NewStdPrinter' mangled-name='PyFile_NewStdPrinter' filepath='Objects/fileobject.c' line='290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_NewStdPrinter'>
       <parameter type-id='type-id-5' name='fd' filepath='Objects/fileobject.c' line='290' column='1'/>
     </function-decl>
     <function-decl name='PyFile_SetOpenCodeHook' mangled-name='PyFile_SetOpenCodeHook' filepath='Objects/fileobject.c' line='481' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_SetOpenCodeHook'>
       <parameter type-id='type-id-404' name='hook' filepath='Objects/fileobject.c' line='481' column='1'/>
-      <parameter type-id='type-id-41' name='userData' filepath='Objects/fileobject.c' line='481' column='1'/>
+      <parameter type-id='type-id-44' name='userData' filepath='Objects/fileobject.c' line='481' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFile_OpenCodeObject' mangled-name='PyFile_OpenCodeObject' filepath='Objects/fileobject.c' line='501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_OpenCodeObject'>
     <typedef-decl name='PyStructSequence_Desc' type-id='type-id-407' filepath='./Include/structseq.h' line='20' column='1' id='type-id-409'/>
     <pointer-type-def type-id='type-id-409' size-in-bits='64' id='type-id-410'/>
     <pointer-type-def type-id='type-id-406' size-in-bits='64' id='type-id-408'/>
-    <qualified-type-def type-id='type-id-251' restrict='yes' id='type-id-187'/>
+    <qualified-type-def type-id='type-id-253' restrict='yes' id='type-id-190'/>
     <qualified-type-def type-id='type-id-4' restrict='yes' id='type-id-15'/>
     <function-decl name='PyLong_GetSign' mangled-name='PyLong_GetSign' filepath='./Include/cpython/longobject.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_GetSign'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_NumBits' mangled-name='_PyLong_NumBits' filepath='./Include/cpython/longobject.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_NumBits'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-411'/>
     </function-decl>
-    <var-decl name='PyFloat_Type' type-id='type-id-271' 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-273' 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='27' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-251'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-253'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='_Py_dg_dtoa' filepath='./Include/internal/pycore_dtoa.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-251'/>
-      <return type-id='type-id-24'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-253'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_Py_dg_freedtoa' filepath='./Include/internal/pycore_dtoa.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFloat_FormatAdvancedWriter' filepath='./Include/internal/pycore_floatobject.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_Py_parse_inf_or_nan' filepath='./Include/internal/pycore_floatobject.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-251'/>
-      <return type-id='type-id-178'/>
-    </function-decl>
-    <function-decl name='_PyLong_Lshift' mangled-name='_PyLong_Lshift' filepath='./Include/internal/pycore_long.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Lshift'>
-      <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-411'/>
-      <return type-id='type-id-6'/>
+      <parameter type-id='type-id-253'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='_PyDebugAllocatorStats' filepath='./Include/internal/pycore_object.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_get_387controlword' filepath='./Include/internal/pycore_pymath.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-28'/>
+      <return type-id='type-id-31'/>
     </function-decl>
     <function-decl name='_Py_set_387controlword' filepath='./Include/internal/pycore_pymath.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-31'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-410'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-6'/>
     </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-178'/>
+      <parameter type-id='type-id-181'/>
       <return type-id='type-id-6'/>
     </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'>
     </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-15'/>
-      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-190'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </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-178'/>
-      <parameter type-id='type-id-183'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-186'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
+      <parameter type-id='type-id-181'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <parameter type-id='type-id-186'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-189'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <parameter type-id='type-id-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </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-178'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyFloat_GetMax' mangled-name='PyFloat_GetMax' filepath='Objects/floatobject.c' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMax'>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyFloat_GetMin' mangled-name='PyFloat_GetMin' filepath='Objects/floatobject.c' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMin'>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='PyFloat_GetInfo' mangled-name='PyFloat_GetInfo' filepath='Objects/floatobject.c' line='82' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetInfo'>
       <return type-id='type-id-6'/>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/floatobject.c' line='236' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyFloat_Pack2' mangled-name='PyFloat_Pack2' filepath='Objects/floatobject.c' line='2004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack2'>
-      <parameter type-id='type-id-178' name='x' filepath='Objects/floatobject.c' line='2004' column='1'/>
-      <parameter type-id='type-id-24' name='data' filepath='Objects/floatobject.c' line='2004' column='1'/>
-      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2004' column='1'/>
+    <function-decl name='PyFloat_Pack2' mangled-name='PyFloat_Pack2' filepath='Objects/floatobject.c' line='1989' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack2'>
+      <parameter type-id='type-id-181' name='x' filepath='Objects/floatobject.c' line='1989' column='1'/>
+      <parameter type-id='type-id-27' name='data' filepath='Objects/floatobject.c' line='1989' column='1'/>
+      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='1989' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFloat_Pack4' mangled-name='PyFloat_Pack4' filepath='Objects/floatobject.c' line='2112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack4'>
-      <parameter type-id='type-id-178' name='x' filepath='Objects/floatobject.c' line='2112' column='1'/>
-      <parameter type-id='type-id-24' name='data' filepath='Objects/floatobject.c' line='2112' column='1'/>
-      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2112' column='1'/>
+    <function-decl name='PyFloat_Pack4' mangled-name='PyFloat_Pack4' filepath='Objects/floatobject.c' line='2097' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack4'>
+      <parameter type-id='type-id-181' name='x' filepath='Objects/floatobject.c' line='2097' column='1'/>
+      <parameter type-id='type-id-27' name='data' filepath='Objects/floatobject.c' line='2097' column='1'/>
+      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2097' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFloat_Pack8' mangled-name='PyFloat_Pack8' filepath='Objects/floatobject.c' line='2258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack8'>
-      <parameter type-id='type-id-178' name='x' filepath='Objects/floatobject.c' line='2258' column='1'/>
-      <parameter type-id='type-id-24' name='data' filepath='Objects/floatobject.c' line='2258' column='1'/>
-      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2258' column='1'/>
+    <function-decl name='PyFloat_Pack8' mangled-name='PyFloat_Pack8' filepath='Objects/floatobject.c' line='2243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack8'>
+      <parameter type-id='type-id-181' name='x' filepath='Objects/floatobject.c' line='2243' column='1'/>
+      <parameter type-id='type-id-27' name='data' filepath='Objects/floatobject.c' line='2243' column='1'/>
+      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2243' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFloat_Unpack2' mangled-name='PyFloat_Unpack2' filepath='Objects/floatobject.c' line='2390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack2'>
-      <parameter type-id='type-id-4' name='data' filepath='Objects/floatobject.c' line='2390' column='1'/>
-      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2390' column='1'/>
-      <return type-id='type-id-178'/>
+    <function-decl name='PyFloat_Unpack2' mangled-name='PyFloat_Unpack2' filepath='Objects/floatobject.c' line='2375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack2'>
+      <parameter type-id='type-id-4' name='data' filepath='Objects/floatobject.c' line='2375' column='1'/>
+      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2375' column='1'/>
+      <return type-id='type-id-181'/>
     </function-decl>
-    <function-decl name='PyFloat_Unpack4' mangled-name='PyFloat_Unpack4' filepath='Objects/floatobject.c' line='2446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack4'>
-      <parameter type-id='type-id-4' name='data' filepath='Objects/floatobject.c' line='2446' column='1'/>
-      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2446' column='1'/>
-      <return type-id='type-id-178'/>
+    <function-decl name='PyFloat_Unpack4' mangled-name='PyFloat_Unpack4' filepath='Objects/floatobject.c' line='2431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack4'>
+      <parameter type-id='type-id-4' name='data' filepath='Objects/floatobject.c' line='2431' column='1'/>
+      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2431' column='1'/>
+      <return type-id='type-id-181'/>
     </function-decl>
-    <function-decl name='PyFloat_Unpack8' mangled-name='PyFloat_Unpack8' filepath='Objects/floatobject.c' line='2560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack8'>
-      <parameter type-id='type-id-4' name='data' filepath='Objects/floatobject.c' line='2560' column='1'/>
-      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2560' column='1'/>
-      <return type-id='type-id-178'/>
+    <function-decl name='PyFloat_Unpack8' mangled-name='PyFloat_Unpack8' filepath='Objects/floatobject.c' line='2545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack8'>
+      <parameter type-id='type-id-4' name='data' filepath='Objects/floatobject.c' line='2545' column='1'/>
+      <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2545' column='1'/>
+      <return type-id='type-id-181'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/frameobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyDict_Pop' mangled-name='PyDict_Pop' filepath='./Include/cpython/dictobject.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Pop'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-5'/>
+    </function-decl>
+    <var-decl name='PyFrame_Type' type-id='type-id-273' 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-273' mangled-name='PyFrameLocalsProxy_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='6' column='1' elf-symbol-id='PyFrameLocalsProxy_Type'/>
+    <function-decl name='PyUnstable_InterpreterFrame_GetLasti' mangled-name='PyUnstable_InterpreterFrame_GetLasti' filepath='./Include/cpython/pyframe.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetLasti'>
+      <parameter type-id='type-id-415'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyFrame_Type' type-id='type-id-271' 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-271' mangled-name='PyFrameLocalsProxy_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='6' column='1' elf-symbol-id='PyFrameLocalsProxy_Type'/>
     <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-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_SetOpcodeTrace' filepath='./Include/internal/pycore_ceval.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-415'/>
-      <parameter type-id='type-id-346'/>
+      <parameter type-id='type-id-416'/>
+      <parameter type-id='type-id-347'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCode_GetCode' filepath='./Include/internal/pycore_code.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyCode_InitAddressRange' filepath='./Include/internal/pycore_code.h' line='265' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
-      <parameter type-id='type-id-355'/>
+      <parameter type-id='type-id-348'/>
+      <parameter type-id='type-id-356'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLineTable_NextAddressRange' filepath='./Include/internal/pycore_code.h' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-355'/>
+      <parameter type-id='type-id-356'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_LoadBuiltinsFromGlobals' filepath='./Include/internal/pycore_dict.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyFunction_FromConstructor' filepath='./Include/internal/pycore_function.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-414'/>
-      <return type-id='type-id-314'/>
+      <return type-id='type-id-315'/>
     </function-decl>
     <function-decl name='_PyGen_Finalize' filepath='./Include/internal/pycore_genobject.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='989' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/frameobject.c' line='989' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/frameobject.c' line='989' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='2127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Objects/frameobject.c' line='2127' column='1'/>
-      <parameter type-id='type-id-347' name='code' filepath='Objects/frameobject.c' line='2127' column='1'/>
-      <parameter type-id='type-id-6' name='globals' filepath='Objects/frameobject.c' line='2128' column='1'/>
-      <parameter type-id='type-id-6' name='locals' filepath='Objects/frameobject.c' line='2128' column='1'/>
-      <return type-id='type-id-415'/>
+    <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='2131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Objects/frameobject.c' line='2131' column='1'/>
+      <parameter type-id='type-id-348' name='code' filepath='Objects/frameobject.c' line='2131' column='1'/>
+      <parameter type-id='type-id-6' name='globals' filepath='Objects/frameobject.c' line='2132' column='1'/>
+      <parameter type-id='type-id-6' name='locals' filepath='Objects/frameobject.c' line='2132' column='1'/>
+      <return type-id='type-id-416'/>
     </function-decl>
-    <function-decl name='PyFrame_GetVar' mangled-name='PyFrame_GetVar' filepath='Objects/frameobject.c' line='2293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVar'>
-      <parameter type-id='type-id-415' name='frame_obj' filepath='Objects/frameobject.c' line='2293' column='1'/>
-      <parameter type-id='type-id-6' name='name' filepath='Objects/frameobject.c' line='2293' column='1'/>
+    <function-decl name='PyFrame_GetVar' mangled-name='PyFrame_GetVar' filepath='Objects/frameobject.c' line='2297' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVar'>
+      <parameter type-id='type-id-416' name='frame_obj' filepath='Objects/frameobject.c' line='2297' column='1'/>
+      <parameter type-id='type-id-6' name='name' filepath='Objects/frameobject.c' line='2297' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyFrame_GetVarString' mangled-name='PyFrame_GetVarString' filepath='Objects/frameobject.c' line='2327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVarString'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2327' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Objects/frameobject.c' line='2327' column='1'/>
+    <function-decl name='PyFrame_GetVarString' mangled-name='PyFrame_GetVarString' filepath='Objects/frameobject.c' line='2331' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVarString'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2331' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Objects/frameobject.c' line='2331' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='2340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/frameobject.c' line='2340' column='1'/>
+    <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='2344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/frameobject.c' line='2344' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/frameobject.c' line='2348' column='1'/>
+    <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/frameobject.c' line='2352' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='2356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/frameobject.c' line='2356' column='1'/>
-      <parameter type-id='type-id-5' name='clear' filepath='Objects/frameobject.c' line='2356' column='1'/>
+    <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='2360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/frameobject.c' line='2360' column='1'/>
+      <parameter type-id='type-id-5' name='clear' filepath='Objects/frameobject.c' line='2360' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='2364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2364' column='1'/>
+    <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='2368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2368' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='2373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2373' column='1'/>
-      <return type-id='type-id-347'/>
+    <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='2377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2377' column='1'/>
+      <return type-id='type-id-348'/>
     </function-decl>
-    <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='2386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2386' column='1'/>
-      <return type-id='type-id-415'/>
+    <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='2390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2390' column='1'/>
+      <return type-id='type-id-416'/>
     </function-decl>
-    <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='2402' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2402' column='1'/>
+    <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='2406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2406' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='2409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2409' column='1'/>
+    <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='2413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2413' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='2416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2416' column='1'/>
+    <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='2420' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2420' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='2423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2423' column='1'/>
+    <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='2427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2427' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='2435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>
-      <parameter type-id='type-id-415' name='frame' filepath='Objects/frameobject.c' line='2435' column='1'/>
+    <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='2439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>
+      <parameter type-id='type-id-416' name='frame' filepath='Objects/frameobject.c' line='2439' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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-271' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='66' column='1' elf-symbol-id='PyFunction_Type'/>
-    <var-decl name='PyClassMethod_Type' type-id='type-id-271' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='126' column='1' elf-symbol-id='PyClassMethod_Type'/>
-    <var-decl name='PyStaticMethod_Type' type-id='type-id-271' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='127' column='1' elf-symbol-id='PyStaticMethod_Type'/>
+    <var-decl name='PyFunction_Type' type-id='type-id-273' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='66' column='1' elf-symbol-id='PyFunction_Type'/>
+    <var-decl name='PyClassMethod_Type' type-id='type-id-273' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='126' column='1' elf-symbol-id='PyClassMethod_Type'/>
+    <var-decl name='PyStaticMethod_Type' type-id='type-id-273' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='127' column='1' elf-symbol-id='PyStaticMethod_Type'/>
     <function-decl name='_PyFunction_Vectorcall' filepath='./Include/internal/pycore_function.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_StopTheWorld' mangled-name='_PyEval_StopTheWorld' filepath='./Include/internal/pycore_pystate.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_StopTheWorld'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_StartTheWorld' mangled-name='_PyEval_StartTheWorld' filepath='./Include/internal/pycore_pystate.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_StartTheWorld'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFunction_AddWatcher' mangled-name='PyFunction_AddWatcher' filepath='Objects/funcobject.c' line='73' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_AddWatcher'>
-      <parameter type-id='type-id-416' name='callback' filepath='Objects/funcobject.c' line='73' column='1'/>
+      <parameter type-id='type-id-417' name='callback' filepath='Objects/funcobject.c' line='73' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyFunction_ClearWatcher' mangled-name='PyFunction_ClearWatcher' filepath='Objects/funcobject.c' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_ClearWatcher'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyFunction_SetVersion' mangled-name='_PyFunction_SetVersion' filepath='Objects/funcobject.c' line='310' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFunction_SetVersion'>
-      <parameter type-id='type-id-314' name='func' filepath='Objects/funcobject.c' line='310' column='1'/>
-      <parameter type-id='type-id-324' name='version' filepath='Objects/funcobject.c' line='310' column='1'/>
+      <parameter type-id='type-id-315' name='func' filepath='Objects/funcobject.c' line='310' column='1'/>
+      <parameter type-id='type-id-325' name='version' filepath='Objects/funcobject.c' line='310' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFunction_New' mangled-name='PyFunction_New' filepath='Objects/funcobject.c' line='407' 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='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetVectorcall'>
-      <parameter type-id='type-id-314' name='func' filepath='Objects/funcobject.c' line='476' column='1'/>
-      <parameter type-id='type-id-315' name='vectorcall' filepath='Objects/funcobject.c' line='476' column='1'/>
+      <parameter type-id='type-id-315' name='func' filepath='Objects/funcobject.c' line='476' column='1'/>
+      <parameter type-id='type-id-316' name='vectorcall' filepath='Objects/funcobject.c' line='476' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyFunction_GetKwDefaults' mangled-name='PyFunction_GetKwDefaults' filepath='Objects/funcobject.c' line='484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetKwDefaults'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyFunction_VerifyStateless' mangled-name='_PyFunction_VerifyStateless' filepath='Objects/funcobject.c' line='1245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFunction_VerifyStateless'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Objects/funcobject.c' line='1245' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Objects/funcobject.c' line='1245' column='1'/>
       <parameter type-id='type-id-6' name='func' filepath='Objects/funcobject.c' line='1245' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyClassMethod_New' mangled-name='PyClassMethod_New' filepath='Objects/funcobject.c' line='1624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyClassMethod_New'>
-      <parameter type-id='type-id-6' name='callable' filepath='Objects/funcobject.c' line='1624' column='1'/>
+    <function-decl name='PyClassMethod_New' mangled-name='PyClassMethod_New' filepath='Objects/funcobject.c' line='1636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyClassMethod_New'>
+      <parameter type-id='type-id-6' name='callable' filepath='Objects/funcobject.c' line='1636' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyStaticMethod_New' mangled-name='PyStaticMethod_New' filepath='Objects/funcobject.c' line='1859' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStaticMethod_New'>
-      <parameter type-id='type-id-6' name='callable' filepath='Objects/funcobject.c' line='1859' column='1'/>
+    <function-decl name='PyStaticMethod_New' mangled-name='PyStaticMethod_New' filepath='Objects/funcobject.c' line='1883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStaticMethod_New'>
+      <parameter type-id='type-id-6' name='callable' filepath='Objects/funcobject.c' line='1883' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/src' language='LANG_C11'>
     <function-decl name='PyUnicodeWriter_WriteChar' mangled-name='PyUnicodeWriter_WriteChar' filepath='./Include/cpython/unicodeobject.h' line='474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteChar'>
-      <parameter type-id='type-id-417'/>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-418'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_WriteASCII' mangled-name='PyUnicodeWriter_WriteASCII' filepath='./Include/cpython/unicodeobject.h' line='481' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteASCII'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='Py_GenericAliasType' type-id='type-id-271' 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-273' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>
     <function-decl name='_Py_typing_type_repr' filepath='./Include/internal/pycore_typevarobject.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
+    <function-decl name='PyList_GetItemRef' mangled-name='PyList_GetItemRef' filepath='./Include/listobject.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_GetItemRef'>
+      <parameter type-id='type-id-6'/>
+      <parameter type-id='type-id-7'/>
+      <return type-id='type-id-6'/>
+    </function-decl>
     <function-decl name='PyList_SetSlice' mangled-name='PyList_SetSlice' filepath='./Include/listobject.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_SetSlice'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-6'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/genobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <typedef-decl name='PyGenObject' type-id='type-id-418' filepath='./Include/cpython/genobject.h' line='12' column='1' id='type-id-419'/>
-    <typedef-decl name='PyAsyncGenObject' type-id='type-id-420' filepath='./Include/cpython/genobject.h' line='38' column='1' id='type-id-421'/>
-    <class-decl name='_PyGenObject' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='76' column='1' id='type-id-418'>
+    <typedef-decl name='PyGenObject' type-id='type-id-419' filepath='./Include/cpython/genobject.h' line='12' column='1' id='type-id-420'/>
+    <typedef-decl name='PyAsyncGenObject' type-id='type-id-421' filepath='./Include/cpython/genobject.h' line='38' column='1' id='type-id-422'/>
+    <class-decl name='_PyGenObject' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='76' column='1' id='type-id-419'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='gi_weakreflist' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
         <var-decl name='gi_qualname' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='gi_exc_state' type-id='type-id-422' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='gi_exc_state' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='gi_origin_or_finalizer' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='gi_hooks_inited' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='gi_hooks_inited' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='520'>
-        <var-decl name='gi_closed' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='gi_closed' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='528'>
-        <var-decl name='gi_running_async' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='gi_running_async' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='536'>
-        <var-decl name='gi_frame_state' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='gi_frame_state' type-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='gi_iframe' type-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
+        <var-decl name='gi_iframe' type-id='type-id-425' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='78' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_PyAsyncGenObject' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='85' column='1' id='type-id-420'>
+    <class-decl name='_PyAsyncGenObject' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='85' column='1' id='type-id-421'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ag_weakreflist' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
         <var-decl name='ag_qualname' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='ag_exc_state' type-id='type-id-422' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ag_exc_state' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='ag_origin_or_finalizer' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='ag_hooks_inited' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ag_hooks_inited' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='520'>
-        <var-decl name='ag_closed' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ag_closed' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='528'>
-        <var-decl name='ag_running_async' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ag_running_async' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='536'>
-        <var-decl name='ag_frame_state' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ag_frame_state' type-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='ag_iframe' type-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
+        <var-decl name='ag_iframe' type-id='type-id-425' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='86' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-425' filepath='./Include/internal/pycore_typedefs.h' line='12' column='1' id='type-id-424'/>
-    <typedef-decl name='int8_t' type-id='type-id-426' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='24' column='1' id='type-id-423'/>
-    <typedef-decl name='__int8_t' type-id='type-id-427' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='37' column='1' id='type-id-426'/>
-    <pointer-type-def type-id='type-id-421' size-in-bits='64' id='type-id-428'/>
-    <pointer-type-def type-id='type-id-419' size-in-bits='64' id='type-id-429'/>
-    <pointer-type-def type-id='type-id-424' size-in-bits='64' id='type-id-430'/>
-    <pointer-type-def type-id='type-id-431' size-in-bits='64' id='type-id-432'/>
+    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-426' filepath='./Include/internal/pycore_typedefs.h' line='12' column='1' id='type-id-425'/>
+    <typedef-decl name='int8_t' type-id='type-id-427' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='24' column='1' id='type-id-424'/>
+    <typedef-decl name='__int8_t' type-id='type-id-428' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='37' column='1' id='type-id-427'/>
+    <pointer-type-def type-id='type-id-422' size-in-bits='64' id='type-id-429'/>
+    <pointer-type-def type-id='type-id-420' size-in-bits='64' id='type-id-430'/>
+    <pointer-type-def type-id='type-id-425' size-in-bits='64' id='type-id-431'/>
+    <pointer-type-def type-id='type-id-432' size-in-bits='64' id='type-id-433'/>
     <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-37'/>
-      <parameter type-id='type-id-433'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-415'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <var-decl name='PyGen_Type' type-id='type-id-271' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='14' column='1' elf-symbol-id='PyGen_Type'/>
-    <var-decl name='PyCoro_Type' type-id='type-id-271' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='29' column='1' elf-symbol-id='PyCoro_Type'/>
-    <var-decl name='PyAsyncGen_Type' type-id='type-id-271' mangled-name='PyAsyncGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='40' column='1' elf-symbol-id='PyAsyncGen_Type'/>
-    <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-271' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='41' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>
+    <var-decl name='PyGen_Type' type-id='type-id-273' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='14' column='1' elf-symbol-id='PyGen_Type'/>
+    <var-decl name='PyCoro_Type' type-id='type-id-273' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='29' column='1' elf-symbol-id='PyCoro_Type'/>
+    <var-decl name='PyAsyncGen_Type' type-id='type-id-273' mangled-name='PyAsyncGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='40' column='1' elf-symbol-id='PyAsyncGen_Type'/>
+    <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-273' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='41' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>
     <function-decl name='PyObject_CallFinalizerFromDealloc' mangled-name='PyObject_CallFinalizerFromDealloc' filepath='./Include/cpython/object.h' line='304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizerFromDealloc'>
       <parameter type-id='type-id-6'/>
       <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-433'/>
+      <parameter type-id='type-id-415'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_GetFrame' filepath='./Include/internal/pycore_ceval.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-430'/>
+      <return type-id='type-id-431'/>
     </function-decl>
     <function-decl name='_PyEval_NoToolsForUnwind' mangled-name='_PyEval_NoToolsForUnwind' filepath='./Include/internal/pycore_ceval.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_NoToolsForUnwind'>
-      <parameter type-id='type-id-37'/>
-      <return type-id='type-id-346'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-347'/>
     </function-decl>
     <function-decl name='_PyGC_VisitStackRef' filepath='./Include/internal/pycore_gc.h' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-432'/>
+      <parameter type-id='type-id-433'/>
       <parameter type-id='type-id-399'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyCoroWrapper_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='36' column='1'/>
-    <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='37' column='1'/>
-    <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='38' column='1'/>
+    <var-decl name='_PyCoroWrapper_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='36' column='1'/>
+    <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='37' column='1'/>
+    <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='38' column='1'/>
     <function-decl name='_PyFrame_MakeAndSetFrameObject' filepath='./Include/internal/pycore_interpframe.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-430'/>
-      <return type-id='type-id-415'/>
+      <parameter type-id='type-id-431'/>
+      <return type-id='type-id-416'/>
     </function-decl>
     <function-decl name='_PyFrame_ClearExceptCode' filepath='./Include/internal/pycore_interpframe.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-430'/>
+      <parameter type-id='type-id-431'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFrame_Traverse' filepath='./Include/internal/pycore_interpframe.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-430'/>
+      <parameter type-id='type-id-431'/>
       <parameter type-id='type-id-399'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_ChainStackItem' filepath='./Include/internal/pycore_pyerrors.h' line='116' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_WarnUnawaitedAgenMethod' filepath='./Include/internal/pycore_warnings.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-428'/>
+      <parameter type-id='type-id-429'/>
       <parameter type-id='type-id-6'/>
       <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-356'/>
+      <return type-id='type-id-357'/>
     </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-241'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyGen_GetCode' mangled-name='PyGen_GetCode' filepath='Objects/genobject.c' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_GetCode'>
-      <parameter type-id='type-id-429' name='gen' filepath='Objects/genobject.c' line='53' column='1'/>
-      <return type-id='type-id-347'/>
+      <parameter type-id='type-id-430' name='gen' filepath='Objects/genobject.c' line='53' column='1'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='_PyGen_yf' mangled-name='_PyGen_yf' filepath='Objects/genobject.c' line='374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_yf'>
-      <parameter type-id='type-id-429' name='gen' filepath='Objects/genobject.c' line='374' column='1'/>
+      <parameter type-id='type-id-430' name='gen' filepath='Objects/genobject.c' line='374' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyGen_SetStopIterationValue' mangled-name='_PyGen_SetStopIterationValue' filepath='Objects/genobject.c' line='652' 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='940' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_MakeCoro'>
-      <parameter type-id='type-id-314' name='func' filepath='Objects/genobject.c' line='940' column='1'/>
+      <parameter type-id='type-id-315' name='func' filepath='Objects/genobject.c' line='940' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyGen_NewWithQualName' mangled-name='PyGen_NewWithQualName' filepath='Objects/genobject.c' line='1024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_NewWithQualName'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/genobject.c' line='1024' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/genobject.c' line='1024' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Objects/genobject.c' line='1024' column='1'/>
       <parameter type-id='type-id-6' name='qualname' filepath='Objects/genobject.c' line='1024' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyGen_New' mangled-name='PyGen_New' filepath='Objects/genobject.c' line='1030' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_New'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/genobject.c' line='1030' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/genobject.c' line='1030' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyCoro_GetAwaitableIter' mangled-name='_PyCoro_GetAwaitableIter' filepath='Objects/genobject.c' line='1068' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCoro_GetAwaitableIter'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyCoro_New' mangled-name='PyCoro_New' filepath='Objects/genobject.c' line='1401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCoro_New'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/genobject.c' line='1401' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/genobject.c' line='1401' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Objects/genobject.c' line='1401' column='1'/>
       <parameter type-id='type-id-6' name='qualname' filepath='Objects/genobject.c' line='1401' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyAsyncGen_New' mangled-name='PyAsyncGen_New' filepath='Objects/genobject.c' line='1709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAsyncGen_New'>
-      <parameter type-id='type-id-415' name='f' filepath='Objects/genobject.c' line='1709' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Objects/genobject.c' line='1709' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Objects/genobject.c' line='1709' column='1'/>
       <parameter type-id='type-id-6' name='qualname' filepath='Objects/genobject.c' line='1709' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-415'/>
-    <class-decl name='_PyInterpreterFrame' size-in-bits='704' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='30' column='1' id='type-id-425'>
+    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-416'/>
+    <class-decl name='_PyInterpreterFrame' size-in-bits='704' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='30' column='1' id='type-id-426'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='f_executable' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous' type-id='type-id-433' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='32' column='1'/>
+        <var-decl name='previous' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='f_funcobj' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='33' column='1'/>
         <var-decl name='f_locals' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='frame_obj' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='37' column='1'/>
+        <var-decl name='frame_obj' type-id='type-id-416' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='instr_ptr' type-id='type-id-365' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='38' column='1'/>
+        <var-decl name='instr_ptr' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
         <var-decl name='stackpointer' type-id='type-id-397' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='return_offset' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='44' column='1'/>
+        <var-decl name='return_offset' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='592'>
-        <var-decl name='owner' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='45' column='1'/>
+        <var-decl name='owner' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='600'>
-        <var-decl name='visited' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='50' column='1'/>
+        <var-decl name='visited' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='localsplus' type-id='type-id-436' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='53' column='1'/>
     <typedef-decl name='PyFrameObject' type-id='type-id-437' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-434'/>
     <class-decl name='_frame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='18' column='1' id='type-id-437'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_frame.h' line='19' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_frame.h' line='19' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='f_back' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1'/>
+        <var-decl name='f_back' type-id='type-id-416' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='f_frame' type-id='type-id-430' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>
+        <var-decl name='f_frame' type-id='type-id-431' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='f_trace' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_frame.h' line='22' column='1'/>
         <var-decl name='f_lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='352'>
-        <var-decl name='f_trace_lines' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_frame.h' line='24' column='1'/>
+        <var-decl name='f_trace_lines' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_frame.h' line='24' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='360'>
-        <var-decl name='f_trace_opcodes' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
+        <var-decl name='f_trace_opcodes' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='f_extra_locals' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_frame.h' line='26' column='1'/>
         <var-decl name='f_overwritten_fast_locals' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_frame.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='_f_frame_data' type-id='type-id-395' visibility='default' filepath='./Include/internal/pycore_frame.h' line='38' column='1'/>
+        <var-decl name='_f_frame_data' type-id='type-id-396' visibility='default' filepath='./Include/internal/pycore_frame.h' line='38' column='1'/>
       </data-member>
     </class-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/interpolationobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <var-decl name='_PyInterpolation_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_interpolation.h' line='12' column='1'/>
+    <var-decl name='_PyInterpolation_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_interpolation.h' line='12' column='1'/>
     <function-decl name='_PyInterpolation_Build' mangled-name='_PyInterpolation_Build' filepath='Objects/interpolationobject.c' line='189' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpolation_Build'>
       <parameter type-id='type-id-6' name='value' filepath='Objects/interpolationobject.c' line='189' column='1'/>
       <parameter type-id='type-id-6' name='str' filepath='Objects/interpolationobject.c' line='189' column='1'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PySeqIter_Type' type-id='type-id-271' 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-271' 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-273' 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-273' 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='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCallIter_New'>
       <parameter type-id='type-id-6' name='callable' filepath='Objects/iterobject.c' line='193' column='1'/>
       <parameter type-id='type-id-6' name='sentinel' filepath='Objects/iterobject.c' line='193' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_WriteRepr' mangled-name='PyUnicodeWriter_WriteRepr' filepath='./Include/cpython/unicodeobject.h' line='497' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteRepr'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_Next' filepath='./Include/internal/pycore_dict.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-357'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-358'/>
       <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-6'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-357'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-358'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyList_Type' type-id='type-id-271' 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-271' 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-271' 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-273' 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-273' 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-273' 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='470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HashNotImplemented'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-306'/>
+      <return type-id='type-id-17'/>
     </function-decl>
     <function-decl name='PyList_Size' mangled-name='PyList_Size' filepath='Objects/listobject.c' line='303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Size'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/listobject.c' line='303' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyList_GetItemRef' mangled-name='PyList_GetItemRef' filepath='Objects/listobject.c' line='400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_GetItemRef'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/listobject.c' line='400' column='1'/>
-      <parameter type-id='type-id-7' name='i' filepath='Objects/listobject.c' line='400' column='1'/>
-      <return type-id='type-id-6'/>
-    </function-decl>
     <function-decl name='PyList_SetItem' mangled-name='PyList_SetItem' filepath='Objects/listobject.c' line='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_SetItem'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/listobject.c' line='448' column='1'/>
       <parameter type-id='type-id-7' name='i' filepath='Objects/listobject.c' line='448' column='1'/>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/longobject.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='PyLongWriter' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-440'/>
-    <array-type-def dimensions='1' type-id='type-id-101' size-in-bits='2048' id='type-id-441'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+    <array-type-def dimensions='1' type-id='type-id-104' size-in-bits='2048' id='type-id-441'>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
     <class-decl name='PyLongLayout' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/cpython/longintrepr.h' line='144' column='1' id='type-id-442'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='bits_per_digit' type-id='type-id-311' visibility='default' filepath='./Include/cpython/longintrepr.h' line='145' column='1'/>
+        <var-decl name='bits_per_digit' type-id='type-id-312' visibility='default' filepath='./Include/cpython/longintrepr.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='digit_size' type-id='type-id-311' visibility='default' filepath='./Include/cpython/longintrepr.h' line='146' column='1'/>
+        <var-decl name='digit_size' type-id='type-id-312' visibility='default' filepath='./Include/cpython/longintrepr.h' line='146' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='digits_order' type-id='type-id-423' visibility='default' filepath='./Include/cpython/longintrepr.h' line='147' column='1'/>
+        <var-decl name='digits_order' type-id='type-id-424' visibility='default' filepath='./Include/cpython/longintrepr.h' line='147' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='digit_endianness' type-id='type-id-423' visibility='default' filepath='./Include/cpython/longintrepr.h' line='148' column='1'/>
+        <var-decl name='digit_endianness' type-id='type-id-424' visibility='default' filepath='./Include/cpython/longintrepr.h' line='148' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyLongLayout' type-id='type-id-442' filepath='./Include/cpython/longintrepr.h' line='149' column='1' id='type-id-443'/>
         <var-decl name='value' type-id='type-id-411' visibility='default' filepath='./Include/cpython/longintrepr.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='negative' type-id='type-id-311' visibility='default' filepath='./Include/cpython/longintrepr.h' line='155' column='1'/>
+        <var-decl name='negative' type-id='type-id-312' visibility='default' filepath='./Include/cpython/longintrepr.h' line='155' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='ndigits' type-id='type-id-7' visibility='default' filepath='./Include/cpython/longintrepr.h' line='156' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='digits' type-id='type-id-41' visibility='default' filepath='./Include/cpython/longintrepr.h' line='157' column='1'/>
+        <var-decl name='digits' type-id='type-id-44' visibility='default' filepath='./Include/cpython/longintrepr.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='_reserved' type-id='type-id-445' visibility='default' filepath='./Include/cpython/longintrepr.h' line='159' column='1'/>
     </class-decl>
     <typedef-decl name='PyLongExport' type-id='type-id-444' filepath='./Include/cpython/longintrepr.h' line='160' column='1' id='type-id-446'/>
     <typedef-decl name='PyLongWriter' type-id='type-id-440' filepath='./Include/cpython/longintrepr.h' line='171' column='1' id='type-id-447'/>
-    <typedef-decl name='Py_uintptr_t' type-id='type-id-371' filepath='./Include/pyport.h' line='145' column='1' id='type-id-445'/>
+    <typedef-decl name='Py_uintptr_t' type-id='type-id-372' filepath='./Include/pyport.h' line='145' column='1' id='type-id-445'/>
     <pointer-type-def type-id='type-id-446' size-in-bits='64' id='type-id-448'/>
     <pointer-type-def type-id='type-id-447' size-in-bits='64' id='type-id-449'/>
     <qualified-type-def type-id='type-id-443' const='yes' id='type-id-450'/>
     <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-451'/>
-    <qualified-type-def type-id='type-id-258' const='yes' id='type-id-452'/>
+    <qualified-type-def type-id='type-id-260' const='yes' id='type-id-452'/>
     <pointer-type-def type-id='type-id-452' size-in-bits='64' id='type-id-453'/>
-    <qualified-type-def type-id='type-id-101' const='yes' id='type-id-454'/>
+    <qualified-type-def type-id='type-id-104' const='yes' id='type-id-454'/>
     <pointer-type-def type-id='type-id-454' size-in-bits='64' id='type-id-455'/>
     <pointer-type-def type-id='type-id-456' size-in-bits='64' id='type-id-457'/>
     <pointer-type-def type-id='type-id-458' size-in-bits='64' id='type-id-459'/>
     <pointer-type-def type-id='type-id-411' size-in-bits='64' id='type-id-460'/>
-    <pointer-type-def type-id='type-id-324' size-in-bits='64' id='type-id-461'/>
-    <pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-462'/>
-    <pointer-type-def type-id='type-id-101' size-in-bits='64' id='type-id-463'/>
+    <pointer-type-def type-id='type-id-325' size-in-bits='64' id='type-id-461'/>
+    <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-462'/>
+    <pointer-type-def type-id='type-id-104' size-in-bits='64' id='type-id-463'/>
     <class-decl name='PyLongWriter' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-440'/>
     <function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='./Include/cpython/unicodeobject.h' line='563' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareInternal'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicodeWriter_WriteStr' mangled-name='_PyUnicodeWriter_WriteStr' filepath='./Include/cpython/unicodeobject.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteStr'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_PyLong_DigitValue' type-id='type-id-441' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='120' column='1' elf-symbol-id='_PyLong_DigitValue'/>
     <function-decl name='_PyLong_FormatAdvancedWriter' filepath='./Include/internal/pycore_long.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <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-271' mangled-name='PyLong_Type' visibility='default' filepath='./Include/object.h' line='279' column='1' elf-symbol-id='PyLong_Type'/>
+    <var-decl name='PyLong_Type' type-id='type-id-273' mangled-name='PyLong_Type' visibility='default' filepath='./Include/object.h' line='279' column='1' elf-symbol-id='PyLong_Type'/>
     <function-decl name='PyObject_Bytes' mangled-name='PyObject_Bytes' filepath='./Include/object.h' line='444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Bytes'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyLong_New' mangled-name='_PyLong_New' filepath='Objects/longobject.c' line='195' 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='195' column='1'/>
-      <return type-id='type-id-259'/>
+      <return type-id='type-id-261'/>
     </function-decl>
     <function-decl name='_PyLong_FromDigits' mangled-name='_PyLong_FromDigits' filepath='Objects/longobject.c' line='201' 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='201' column='1'/>
       <parameter type-id='type-id-7' name='digit_count' filepath='Objects/longobject.c' line='201' column='1'/>
       <parameter type-id='type-id-457' name='digits' filepath='Objects/longobject.c' line='201' column='1'/>
-      <return type-id='type-id-259'/>
+      <return type-id='type-id-261'/>
     </function-decl>
     <function-decl name='PyLong_FromUnsignedLong' mangled-name='PyLong_FromUnsignedLong' filepath='Objects/longobject.c' line='411' 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='411' column='1'/>
     </function-decl>
     <function-decl name='PyLong_AsLong' mangled-name='PyLong_AsLong' filepath='Objects/longobject.c' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLong'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='593' column='1'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='PyLong_AsUnsignedLong' mangled-name='PyLong_AsUnsignedLong' filepath='Objects/longobject.c' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLong'>
       <parameter type-id='type-id-6' name='vv' filepath='Objects/longobject.c' line='677' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyLong_AsByteArray' mangled-name='_PyLong_AsByteArray' filepath='Objects/longobject.c' line='1031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsByteArray'>
-      <parameter type-id='type-id-259' name='v' filepath='Objects/longobject.c' line='1031' column='1'/>
+      <parameter type-id='type-id-261' name='v' filepath='Objects/longobject.c' line='1031' column='1'/>
       <parameter type-id='type-id-463' name='bytes' filepath='Objects/longobject.c' line='1032' column='1'/>
       <parameter type-id='type-id-14' name='n' filepath='Objects/longobject.c' line='1032' column='1'/>
       <parameter type-id='type-id-5' name='little_endian' filepath='Objects/longobject.c' line='1033' column='1'/>
     </function-decl>
     <function-decl name='PyLong_AsNativeBytes' mangled-name='PyLong_AsNativeBytes' filepath='Objects/longobject.c' line='1204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsNativeBytes'>
       <parameter type-id='type-id-6' name='vv' filepath='Objects/longobject.c' line='1204' column='1'/>
-      <parameter type-id='type-id-41' name='buffer' filepath='Objects/longobject.c' line='1204' column='1'/>
+      <parameter type-id='type-id-44' name='buffer' filepath='Objects/longobject.c' line='1204' column='1'/>
       <parameter type-id='type-id-7' name='n' filepath='Objects/longobject.c' line='1204' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1204' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyLong_FromNativeBytes' mangled-name='PyLong_FromNativeBytes' filepath='Objects/longobject.c' line='1389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromNativeBytes'>
-      <parameter type-id='type-id-41' name='buffer' filepath='Objects/longobject.c' line='1389' column='1'/>
+      <parameter type-id='type-id-44' name='buffer' filepath='Objects/longobject.c' line='1389' column='1'/>
       <parameter type-id='type-id-14' name='n' filepath='Objects/longobject.c' line='1389' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1389' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_FromUnsignedNativeBytes' mangled-name='PyLong_FromUnsignedNativeBytes' filepath='Objects/longobject.c' line='1411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedNativeBytes'>
-      <parameter type-id='type-id-41' name='buffer' filepath='Objects/longobject.c' line='1411' column='1'/>
+      <parameter type-id='type-id-44' name='buffer' filepath='Objects/longobject.c' line='1411' column='1'/>
       <parameter type-id='type-id-14' name='n' filepath='Objects/longobject.c' line='1411' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1411' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_AsVoidPtr' mangled-name='PyLong_AsVoidPtr' filepath='Objects/longobject.c' line='1447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsVoidPtr'>
       <parameter type-id='type-id-6' name='vv' filepath='Objects/longobject.c' line='1447' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='PyLong_FromLongLong' mangled-name='PyLong_FromLongLong' filepath='Objects/longobject.c' line='1488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromLongLong'>
       <parameter type-id='type-id-465' name='ival' filepath='Objects/longobject.c' line='1488' column='1'/>
     </function-decl>
     <function-decl name='PyLong_AsLongLongAndOverflow' mangled-name='PyLong_AsLongLongAndOverflow' filepath='Objects/longobject.c' line='1660' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLongAndOverflow'>
       <parameter type-id='type-id-6' name='vv' filepath='Objects/longobject.c' line='1660' column='1'/>
-      <parameter type-id='type-id-183' name='overflow' filepath='Objects/longobject.c' line='1660' column='1'/>
+      <parameter type-id='type-id-186' name='overflow' filepath='Objects/longobject.c' line='1660' column='1'/>
       <return type-id='type-id-465'/>
     </function-decl>
     <function-decl name='_PyLong_UnsignedShort_Converter' mangled-name='_PyLong_UnsignedShort_Converter' filepath='Objects/longobject.c' line='1757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedShort_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1757' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1757' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1757' 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='1758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedInt_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1758' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1758' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1758' 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='1759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLong_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1759' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1759' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1759' 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='1760' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLongLong_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1760' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1760' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1760' 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='1761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Size_t_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1761' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1761' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1761' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UInt8_Converter' mangled-name='_PyLong_UInt8_Converter' filepath='Objects/longobject.c' line='1762' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UInt8_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1762' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1762' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1762' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UInt16_Converter' mangled-name='_PyLong_UInt16_Converter' filepath='Objects/longobject.c' line='1763' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UInt16_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1763' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1763' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1763' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UInt32_Converter' mangled-name='_PyLong_UInt32_Converter' filepath='Objects/longobject.c' line='1764' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UInt32_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1764' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1764' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1764' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_UInt64_Converter' mangled-name='_PyLong_UInt64_Converter' filepath='Objects/longobject.c' line='1765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UInt64_Converter'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/longobject.c' line='1765' column='1'/>
-      <parameter type-id='type-id-41' name='ptr' filepath='Objects/longobject.c' line='1765' column='1'/>
+      <parameter type-id='type-id-44' name='ptr' filepath='Objects/longobject.c' line='1765' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_Frexp' mangled-name='_PyLong_Frexp' filepath='Objects/longobject.c' line='3385' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Frexp'>
-      <parameter type-id='type-id-259' name='a' filepath='Objects/longobject.c' line='3385' column='1'/>
+      <parameter type-id='type-id-261' name='a' filepath='Objects/longobject.c' line='3385' column='1'/>
       <parameter type-id='type-id-460' name='e' filepath='Objects/longobject.c' line='3385' column='1'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='_PyLong_ExactDealloc' mangled-name='_PyLong_ExactDealloc' filepath='Objects/longobject.c' line='3565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_ExactDealloc'>
       <parameter type-id='type-id-6' name='self' filepath='Objects/longobject.c' line='3565' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyLong_Add' mangled-name='_PyLong_Add' filepath='Objects/longobject.c' line='3781' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Add'>
-      <parameter type-id='type-id-259' name='a' filepath='Objects/longobject.c' line='3781' column='1'/>
-      <parameter type-id='type-id-259' name='b' filepath='Objects/longobject.c' line='3781' column='1'/>
+      <parameter type-id='type-id-261' name='a' filepath='Objects/longobject.c' line='3781' column='1'/>
+      <parameter type-id='type-id-261' name='b' filepath='Objects/longobject.c' line='3781' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyLong_Subtract' mangled-name='_PyLong_Subtract' filepath='Objects/longobject.c' line='3824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Subtract'>
-      <parameter type-id='type-id-259' name='a' filepath='Objects/longobject.c' line='3824' column='1'/>
-      <parameter type-id='type-id-259' name='b' filepath='Objects/longobject.c' line='3824' column='1'/>
+      <parameter type-id='type-id-261' name='a' filepath='Objects/longobject.c' line='3824' column='1'/>
+      <parameter type-id='type-id-261' name='b' filepath='Objects/longobject.c' line='3824' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyLong_Multiply' mangled-name='_PyLong_Multiply' filepath='Objects/longobject.c' line='4271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Multiply'>
-      <parameter type-id='type-id-259' name='a' filepath='Objects/longobject.c' line='4271' column='1'/>
-      <parameter type-id='type-id-259' name='b' filepath='Objects/longobject.c' line='4271' column='1'/>
+      <parameter type-id='type-id-261' name='a' filepath='Objects/longobject.c' line='4271' column='1'/>
+      <parameter type-id='type-id-261' name='b' filepath='Objects/longobject.c' line='4271' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyLong_Rshift' mangled-name='_PyLong_Rshift' filepath='Objects/longobject.c' line='5348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Rshift'>
       <parameter type-id='type-id-411' name='shiftby' filepath='Objects/longobject.c' line='5348' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
+    <function-decl name='_PyLong_Lshift' mangled-name='_PyLong_Lshift' filepath='Objects/longobject.c' line='5463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Lshift'>
+      <parameter type-id='type-id-6' name='a' filepath='Objects/longobject.c' line='5463' column='1'/>
+      <parameter type-id='type-id-411' name='shiftby' filepath='Objects/longobject.c' line='5463' column='1'/>
+      <return type-id='type-id-6'/>
+    </function-decl>
     <function-decl name='_PyLong_GCD' mangled-name='_PyLong_GCD' filepath='Objects/longobject.c' line='5657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_GCD'>
       <parameter type-id='type-id-6' name='aarg' filepath='Objects/longobject.c' line='5657' column='1'/>
       <parameter type-id='type-id-6' name='barg' filepath='Objects/longobject.c' line='5657' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_FromUInt32' mangled-name='PyLong_FromUInt32' filepath='Objects/longobject.c' line='6691' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUInt32'>
-      <parameter type-id='type-id-324' name='value' filepath='Objects/longobject.c' line='6691' column='1'/>
+      <parameter type-id='type-id-325' name='value' filepath='Objects/longobject.c' line='6691' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_FromInt64' mangled-name='PyLong_FromInt64' filepath='Objects/longobject.c' line='6696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromInt64'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_FromUInt64' mangled-name='PyLong_FromUInt64' filepath='Objects/longobject.c' line='6701' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUInt64'>
-      <parameter type-id='type-id-117' name='value' filepath='Objects/longobject.c' line='6701' column='1'/>
+      <parameter type-id='type-id-120' name='value' filepath='Objects/longobject.c' line='6701' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_AsInt32' mangled-name='PyLong_AsInt32' filepath='Objects/longobject.c' line='6722' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsInt32'>
     <function-decl name='PyLongWriter_Create' mangled-name='PyLongWriter_Create' filepath='Objects/longobject.c' line='6833' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLongWriter_Create'>
       <parameter type-id='type-id-5' name='negative' filepath='Objects/longobject.c' line='6833' column='1'/>
       <parameter type-id='type-id-7' name='ndigits' filepath='Objects/longobject.c' line='6833' column='1'/>
-      <parameter type-id='type-id-267' name='digits' filepath='Objects/longobject.c' line='6833' column='1'/>
+      <parameter type-id='type-id-269' name='digits' filepath='Objects/longobject.c' line='6833' column='1'/>
       <return type-id='type-id-449'/>
     </function-decl>
     <function-decl name='PyLongWriter_Discard' mangled-name='PyLongWriter_Discard' filepath='Objects/longobject.c' line='6859' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLongWriter_Discard'>
     </function-decl>
   </abi-instr>
   <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-271' visibility='default' filepath='./Include/internal/pycore_memoryobject.h' line='11' column='1'/>
-    <var-decl name='PyMemoryView_Type' type-id='type-id-271' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='9' column='1' elf-symbol-id='PyMemoryView_Type'/>
+    <var-decl name='_PyManagedBuffer_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_memoryobject.h' line='11' column='1'/>
+    <var-decl name='PyMemoryView_Type' type-id='type-id-273' 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='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsASCIIString'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <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-24' name='mem' filepath='Objects/memoryobject.c' line='741' column='1'/>
+      <parameter type-id='type-id-27' 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-6'/>
     </function-decl>
     <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-262' name='info' filepath='Objects/memoryobject.c' line='770' column='1'/>
+      <parameter type-id='type-id-264' name='info' filepath='Objects/memoryobject.c' line='770' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <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'>
     <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-6' 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-64' name='order' filepath='Objects/memoryobject.c' line='966' column='1'/>
+      <parameter type-id='type-id-67' name='order' filepath='Objects/memoryobject.c' line='966' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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-271' 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-271' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>
+    <var-decl name='PyCMethod_Type' type-id='type-id-273' 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-273' 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='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_New'>
-      <parameter type-id='type-id-182' name='ml' filepath='Objects/methodobject.c' line='35' column='1'/>
+      <parameter type-id='type-id-185' name='ml' filepath='Objects/methodobject.c' line='35' column='1'/>
       <parameter type-id='type-id-6' name='self' filepath='Objects/methodobject.c' line='35' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyCFunction_NewEx' mangled-name='PyCFunction_NewEx' filepath='Objects/methodobject.c' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_NewEx'>
-      <parameter type-id='type-id-182' name='ml' filepath='Objects/methodobject.c' line='41' column='1'/>
+      <parameter type-id='type-id-185' name='ml' filepath='Objects/methodobject.c' line='41' column='1'/>
       <parameter type-id='type-id-6' name='self' filepath='Objects/methodobject.c' line='41' column='1'/>
       <parameter type-id='type-id-6' name='module' filepath='Objects/methodobject.c' line='41' column='1'/>
       <return type-id='type-id-6'/>
   <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-467'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/moduleobject.h' line='40' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-468' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>
         <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-41' visibility='default' filepath='./Include/moduleobject.h' line='71' column='1'/>
+        <var-decl name='value' type-id='type-id-44' 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-471'>
         <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-182' visibility='default' filepath='./Include/moduleobject.h' line='112' column='1'/>
+        <var-decl name='m_methods' type-id='type-id-185' 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-472' 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-318' visibility='default' filepath='./Include/moduleobject.h' line='114' column='1'/>
+        <var-decl name='m_traverse' type-id='type-id-319' 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-319' visibility='default' filepath='./Include/moduleobject.h' line='115' column='1'/>
+        <var-decl name='m_clear' type-id='type-id-320' 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-473' visibility='default' filepath='./Include/moduleobject.h' line='116' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyModuleDef' type-id='type-id-471' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-16'/>
+    <typedef-decl name='PyModuleDef' type-id='type-id-471' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-19'/>
     <typedef-decl name='PyModuleDef_Slot' type-id='type-id-470' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-474'/>
-    <pointer-type-def type-id='type-id-16' size-in-bits='64' id='type-id-475'/>
+    <pointer-type-def type-id='type-id-19' size-in-bits='64' id='type-id-475'/>
     <pointer-type-def type-id='type-id-474' size-in-bits='64' id='type-id-472'/>
     <qualified-type-def type-id='type-id-476' const='yes' id='type-id-477'/>
-    <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-25'/>
+    <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-28'/>
     <function-decl name='_PyObject_GenericGetAttrWithDict' mangled-name='_PyObject_GenericGetAttrWithDict' filepath='./Include/cpython/object.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericGetAttrWithDict'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_wgetcwd' filepath='./Include/internal/pycore_fileutils.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-69'/>
+      <parameter type-id='type-id-72'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_GetNextModuleIndex' filepath='./Include/internal/pycore_import.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyImport_ImportlibModuleRepr' filepath='./Include/internal/pycore_import.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PySys_GetOptionalAttrString' mangled-name='_PySys_GetOptionalAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetOptionalAttrString'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='PyModule_Type' type-id='type-id-271' 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-271' 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-273' 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-273' 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='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetAttrString'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
     </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-6'/>
-      <parameter type-id='type-id-69'/>
+      <parameter type-id='type-id-72'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='wcscmp' filepath='/usr/include/wchar.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </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-25'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-476'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='PyModuleDef_Init' mangled-name='PyModuleDef_Init' filepath='Objects/moduleobject.c' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModuleDef_Init'>
       <parameter type-id='type-id-475' name='def' filepath='Objects/moduleobject.c' line='54' column='1'/>
     </function-decl>
     <function-decl name='PyModule_AddFunctions' mangled-name='PyModule_AddFunctions' filepath='Objects/moduleobject.c' line='532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddFunctions'>
       <parameter type-id='type-id-6' name='m' filepath='Objects/moduleobject.c' line='532' column='1'/>
-      <parameter type-id='type-id-182' name='functions' filepath='Objects/moduleobject.c' line='532' column='1'/>
+      <parameter type-id='type-id-185' name='functions' filepath='Objects/moduleobject.c' line='532' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyModule_SetDocString' mangled-name='PyModule_SetDocString' filepath='Objects/moduleobject.c' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_SetDocString'>
     </function-decl>
     <function-decl name='PyModule_GetState' mangled-name='PyModule_GetState' filepath='Objects/moduleobject.c' line='713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetState'>
       <parameter type-id='type-id-6' name='m' filepath='Objects/moduleobject.c' line='713' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-478'>
       <return type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <var-decl name='_PyNamespace_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1'/>
+    <var-decl name='_PyNamespace_Type' type-id='type-id-273' 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='885' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Join'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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-107'>
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='192' id='type-id-110'>
       <subrange length='6' type-id='type-id-2' id='type-id-479'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='infinite' id='type-id-480'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <class-decl name='PyModuleObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-481' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='19' column='1' id='type-id-482'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='20' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='md_dict' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='21' column='1'/>
         <var-decl name='md_def' type-id='type-id-475' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='22' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='md_state' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='23' column='1'/>
+        <var-decl name='md_state' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='md_weaklist' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='24' column='1'/>
     </class-decl>
     <typedef-decl name='PyModuleObject' type-id='type-id-482' filepath='./Include/internal/pycore_moduleobject.h' line='30' column='1' id='type-id-481'/>
     <enum-decl name='PyGILState_STATE' naming-typedef-id='type-id-483' filepath='./Include/pystate.h' line='77' column='1' id='type-id-484'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='PyGILState_LOCKED' value='0'/>
       <enumerator name='PyGILState_UNLOCKED' value='1'/>
     </enum-decl>
     <typedef-decl name='PyGILState_STATE' type-id='type-id-484' filepath='./Include/pystate.h' line='78' column='1' id='type-id-483'/>
     <pointer-type-def type-id='type-id-481' size-in-bits='64' id='type-id-485'/>
     <pointer-type-def type-id='type-id-486' size-in-bits='64' id='type-id-487'/>
-    <qualified-type-def type-id='type-id-41' restrict='yes' id='type-id-231'/>
+    <qualified-type-def type-id='type-id-44' restrict='yes' id='type-id-234'/>
     <function-decl name='PyObject_IS_GC' mangled-name='PyObject_IS_GC' filepath='./Include/cpython/objimpl.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_IS_GC'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_GetGlobalsFromRunningMain' filepath='./Include/internal/pycore_ceval.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_GetFrameLocals' filepath='./Include/internal/pycore_ceval.h' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyDict_DebugMallocStats' filepath='./Include/internal/pycore_dict.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObjectDict_SetItem' filepath='./Include/internal/pycore_dict.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_MaterializeManagedDict' filepath='./Include/internal/pycore_dict.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-396'/>
+      <return type-id='type-id-16'/>
     </function-decl>
     <function-decl name='_PyFloat_DebugMallocStats' filepath='./Include/internal/pycore_floatobject.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyList_DebugMallocStats' filepath='./Include/internal/pycore_list.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_module_getattro_impl' filepath='./Include/internal/pycore_moduleobject.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_PyObject_TryGetInstanceAttribute' filepath='./Include/internal/pycore_object.h' line='889' 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-241'/>
-      <return type-id='type-id-346'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-347'/>
     </function-decl>
     <function-decl name='_PyType_LookupStackRefAndVersion' filepath='./Include/internal/pycore_object.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-397'/>
-      <return type-id='type-id-111'/>
+      <return type-id='type-id-114'/>
     </function-decl>
-    <var-decl name='_PyNone_Type' type-id='type-id-271' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='994' column='1' elf-symbol-id='_PyNone_Type'/>
-    <var-decl name='_PyNotImplemented_Type' type-id='type-id-271' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='995' column='1' elf-symbol-id='_PyNotImplemented_Type'/>
+    <var-decl name='_PyNone_Type' type-id='type-id-273' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='994' column='1' elf-symbol-id='_PyNone_Type'/>
+    <var-decl name='_PyNotImplemented_Type' type-id='type-id-273' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='995' column='1' elf-symbol-id='_PyNotImplemented_Type'/>
     <var-decl name='_Py_SwappedOp' type-id='type-id-480' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/internal/pycore_object.h' line='999' column='1' elf-symbol-id='_Py_SwappedOp'/>
     <function-decl name='_PyObject_SetDict' filepath='./Include/internal/pycore_object.h' line='1010' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTuple_DebugMallocStats' filepath='./Include/internal/pycore_tuple.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyStaticType_GetState' filepath='./Include/internal/pycore_typeobject.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-487'/>
     </function-decl>
     <function-decl name='_Py_type_getattro_impl' filepath='./Include/internal/pycore_typeobject.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_type_getattro' filepath='./Include/internal/pycore_typeobject.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_CheckConsistency' mangled-name='_PyUnicode_CheckConsistency' filepath='./Include/internal/pycore_unicodeobject.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_CheckConsistency'>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <var-decl name='_Py_NoneStruct' type-id='type-id-392' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='645' column='1' elf-symbol-id='_Py_NoneStruct'/>
-    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-392' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='669' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>
+    <var-decl name='_Py_NoneStruct' type-id='type-id-393' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='645' column='1' elf-symbol-id='_Py_NoneStruct'/>
+    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-393' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='669' 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-6'/>
     </function-decl>
       <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-231'/>
+      <parameter type-id='type-id-234'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-488'/>
       <return type-id='type-id-14'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMem_DumpTraceback' filepath='Objects/object.c' line='43' 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-44'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_IncRef' mangled-name='Py_IncRef' filepath='Objects/object.c' line='334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IncRef'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='540' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_InitVar'>
-      <parameter type-id='type-id-356' name='op' filepath='Objects/object.c' line='540' column='1'/>
+      <parameter type-id='type-id-357' name='op' filepath='Objects/object.c' line='540' column='1'/>
       <parameter type-id='type-id-1' name='tp' filepath='Objects/object.c' line='540' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/object.c' line='540' column='1'/>
-      <return type-id='type-id-356'/>
+      <return type-id='type-id-357'/>
     </function-decl>
     <function-decl name='PyObject_CallFinalizer' mangled-name='PyObject_CallFinalizer' filepath='Objects/object.c' line='575' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizer'>
       <parameter type-id='type-id-6' name='self' filepath='Objects/object.c' line='575' column='1'/>
     </function-decl>
     <function-decl name='PyObject_Print' mangled-name='PyObject_Print' filepath='Objects/object.c' line='630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Print'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/object.c' line='630' column='1'/>
-      <parameter type-id='type-id-67' name='fp' filepath='Objects/object.c' line='630' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Objects/object.c' line='630' column='1'/>
       <parameter type-id='type-id-5' name='flags' filepath='Objects/object.c' line='630' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_GetOptionalAttrString' mangled-name='PyObject_GetOptionalAttrString' filepath='Objects/object.c' line='1389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttrString'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/object.c' line='1389' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1389' column='1'/>
-      <parameter type-id='type-id-241' name='result' filepath='Objects/object.c' line='1389' column='1'/>
+      <parameter type-id='type-id-18' name='result' filepath='Objects/object.c' line='1389' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyObject_HasAttr' mangled-name='PyObject_HasAttr' filepath='Objects/object.c' line='1423' 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='1528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetDictPtr'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/object.c' line='1528' column='1'/>
-      <return type-id='type-id-241'/>
+      <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyObject_GenericSetAttrWithDict' mangled-name='_PyObject_GenericSetAttrWithDict' filepath='Objects/object.c' line='1799' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericSetAttrWithDict'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/object.c' line='1799' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTrash_thread_deposit_object' mangled-name='_PyTrash_thread_deposit_object' filepath='Objects/object.c' line='2935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_thread_deposit_object'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Objects/object.c' line='2935' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Objects/object.c' line='2935' column='1'/>
       <parameter type-id='type-id-6' name='op' filepath='Objects/object.c' line='2935' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTrash_thread_destroy_chain' mangled-name='_PyTrash_thread_destroy_chain' filepath='Objects/object.c' line='2959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_thread_destroy_chain'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Objects/object.c' line='2959' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Objects/object.c' line='2959' 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='3107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/object.c' line='3107' column='1'/>
-      <return type-id='type-id-241'/>
+      <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='3118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/object.c' line='3118' column='1'/>
     </function-decl>
     <function-decl name='PyRefTracer_SetTracer' mangled-name='PyRefTracer_SetTracer' filepath='Objects/object.c' line='3164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_SetTracer'>
       <parameter type-id='type-id-489' name='tracer' filepath='Objects/object.c' line='3164' column='1'/>
-      <parameter type-id='type-id-41' name='data' filepath='Objects/object.c' line='3164' column='1'/>
+      <parameter type-id='type-id-44' name='data' filepath='Objects/object.c' line='3164' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRefTracer_GetTracer' mangled-name='PyRefTracer_GetTracer' filepath='Objects/object.c' line='3171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_GetTracer'>
-      <parameter type-id='type-id-267' name='data' filepath='Objects/object.c' line='3171' column='1'/>
+      <parameter type-id='type-id-269' name='data' filepath='Objects/object.c' line='3171' column='1'/>
       <return type-id='type-id-489'/>
     </function-decl>
     <function-decl name='Py_GetConstantBorrowed' mangled-name='Py_GetConstantBorrowed' filepath='Objects/object.c' line='3224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstantBorrowed'>
-      <parameter type-id='type-id-111' name='constant_id' filepath='Objects/object.c' line='3224' column='1'/>
+      <parameter type-id='type-id-114' name='constant_id' filepath='Objects/object.c' line='3224' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='Py_TYPE' mangled-name='Py_TYPE' filepath='Objects/object.c' line='3234' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_TYPE'>
     <array-type-def dimensions='1' type-id='type-id-496' size-in-bits='6912' id='type-id-497'>
       <subrange length='36' type-id='type-id-2' id='type-id-498'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='512' id='type-id-499'>
-      <subrange length='16' type-id='type-id-2' id='type-id-76'/>
+    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='512' id='type-id-499'>
+      <subrange length='16' type-id='type-id-2' id='type-id-79'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='64' id='type-id-500'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-372' size-in-bits='64' id='type-id-500'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='128' id='type-id-501'>
+    <array-type-def dimensions='1' type-id='type-id-372' size-in-bits='128' id='type-id-501'>
       <subrange length='2' type-id='type-id-2' id='type-id-502'/>
     </array-type-def>
     <enum-decl name='PyMemAllocatorDomain' naming-typedef-id='type-id-503' filepath='./Include/cpython/pymem.h' line='5' column='1' id='type-id-504'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='PYMEM_DOMAIN_RAW' value='0'/>
       <enumerator name='PYMEM_DOMAIN_MEM' value='1'/>
       <enumerator name='PYMEM_DOMAIN_OBJ' value='2'/>
     <typedef-decl name='mi_block_t' type-id='type-id-509' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='239' column='1' id='type-id-510'/>
     <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-511'>
       <data-member access='public'>
-        <var-decl name='full_aligned' type-id='type-id-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='255' column='1'/>
+        <var-decl name='full_aligned' type-id='type-id-312' 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-512' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='259' column='1'/>
     </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-512'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='in_full' type-id='type-id-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='257' column='1'/>
+        <var-decl name='in_full' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='258' column='1'/>
+        <var-decl name='has_aligned' type-id='type-id-312' 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-511' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='260' column='1' id='type-id-513'/>
     <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-514'>
       <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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='312' column='1'/>
+        <var-decl name='is_committed' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='313' column='1'/>
+        <var-decl name='is_zero_init' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='314' column='1'/>
+        <var-decl name='use_qsbr' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='315' column='1'/>
+        <var-decl name='tag' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='316' column='1'/>
+        <var-decl name='debug_offset' type-id='type-id-312' 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-350' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='319' column='1'/>
+        <var-decl name='capacity' type-id='type-id-351' 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-350' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='320' column='1'/>
+        <var-decl name='reserved' type-id='type-id-351' 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-513' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='322' column='1'/>
+        <var-decl name='free_is_zero' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='323' column='1'/>
+        <var-decl name='retire_expire' type-id='type-id-312' 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-515' 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-515' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='328' column='1'/>
         <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-346' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='526' column='1'/>
+        <var-decl name='weak' type-id='type-id-347' 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-524' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='527' column='1' id='type-id-525'/>
         <var-decl name='arena_id' type-id='type-id-507' 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-371' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='554' column='1'/>
+        <var-decl name='cookie' type-id='type-id-372' 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-501' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='555' column='1'/>
         <var-decl name='next' type-id='type-id-527' 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-346' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='561' column='1'/>
+        <var-decl name='no_reclaim' type-id='type-id-347' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='562' column='1'/>
+        <var-decl name='tag' type-id='type-id-312' 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-311' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='563' column='1'/>
+        <var-decl name='debug_offset' type-id='type-id-312' 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-346' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='564' column='1'/>
+        <var-decl name='page_use_qsbr' type-id='type-id-347' 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-528'>
         <var-decl name='heartbeat' type-id='type-id-464' 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-346' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='713' column='1'/>
+        <var-decl name='recurse' type-id='type-id-347' 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-527' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='714' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='_PyLockFlags' filepath='./Include/internal/pycore_lock.h' line='35' column='1' id='type-id-543'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-543' filepath='./Include/internal/pycore_lock.h' line='44' column='1' id='type-id-35'/>
+    <typedef-decl name='_PyLockFlags' type-id='type-id-543' filepath='./Include/internal/pycore_lock.h' line='44' column='1' id='type-id-38'/>
     <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-544'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-544' filepath='./Include/pythread.h' line='16' column='1' id='type-id-36'/>
+    <typedef-decl name='PyLockStatus' type-id='type-id-544' filepath='./Include/pythread.h' line='16' column='1' id='type-id-39'/>
     <enum-decl name='__rusage_who' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='158' column='1' id='type-id-545'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-546'/>
-    <typedef-decl name='__suseconds_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-547'/>
-    <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-192'/>
-    <typedef-decl name='__syscall_slong_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='197' column='1' id='type-id-548'/>
-    <typedef-decl name='clockid_t' type-id='type-id-192' filepath='/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h' line='7' column='1' id='type-id-226'/>
+    <typedef-decl name='__time_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-546'/>
+    <typedef-decl name='__suseconds_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-547'/>
+    <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-195'/>
+    <typedef-decl name='__syscall_slong_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='197' column='1' id='type-id-548'/>
+    <typedef-decl name='clockid_t' type-id='type-id-195' filepath='/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h' line='7' column='1' id='type-id-229'/>
     <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-549'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ru_utime' type-id='type-id-203' 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-206' 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-203' 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-206' 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-550' visibility='default'/>
     </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-550'>
       <data-member access='public'>
-        <var-decl name='ru_maxrss' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='43' column='1'/>
     </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-551'>
       <data-member access='public'>
-        <var-decl name='ru_ixrss' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='50' column='1'/>
     </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-552'>
       <data-member access='public'>
-        <var-decl name='ru_idrss' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='56' column='1'/>
     </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-553'>
       <data-member access='public'>
-        <var-decl name='ru_isrss' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='62' column='1'/>
     </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-554'>
       <data-member access='public'>
-        <var-decl name='ru_minflt' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='69' column='1'/>
     </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-555'>
       <data-member access='public'>
-        <var-decl name='ru_majflt' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='75' column='1'/>
     </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-556'>
       <data-member access='public'>
-        <var-decl name='ru_nswap' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='81' column='1'/>
     </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-557'>
       <data-member access='public'>
-        <var-decl name='ru_inblock' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='88' column='1'/>
     </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-558'>
       <data-member access='public'>
-        <var-decl name='ru_oublock' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='94' column='1'/>
     </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-559'>
       <data-member access='public'>
-        <var-decl name='ru_msgsnd' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='100' column='1'/>
     </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-560'>
       <data-member access='public'>
-        <var-decl name='ru_msgrcv' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='106' column='1'/>
     </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-561'>
       <data-member access='public'>
-        <var-decl name='ru_nsignals' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='112' column='1'/>
     </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-562'>
       <data-member access='public'>
-        <var-decl name='ru_nvcsw' type-id='type-id-188' 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-191' 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-548' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='120' column='1'/>
     </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-563'>
       <data-member access='public'>
-        <var-decl name='ru_nivcsw' type-id='type-id-188' 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-191' 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-548' 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-116'>
+    <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-119'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='tv_sec' type-id='type-id-546' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
       </data-member>
         <var-decl name='tv_nsec' type-id='type-id-548' 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-203'>
+    <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-206'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='tv_sec' type-id='type-id-546' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='14' column='1'/>
       </data-member>
     <pointer-type-def type-id='type-id-533' size-in-bits='64' id='type-id-537'/>
     <pointer-type-def type-id='type-id-522' size-in-bits='64' id='type-id-526'/>
     <pointer-type-def type-id='type-id-571' size-in-bits='64' id='type-id-572'/>
-    <pointer-type-def type-id='type-id-549' size-in-bits='64' id='type-id-195'/>
-    <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-185'/>
+    <pointer-type-def type-id='type-id-549' size-in-bits='64' id='type-id-198'/>
+    <pointer-type-def type-id='type-id-119' size-in-bits='64' id='type-id-188'/>
     <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-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_Head' mangled-name='PyInterpreterState_Head' filepath='./Include/cpython/pystate.h' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Head'>
-      <return type-id='type-id-39'/>
+    <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-42'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_Next' mangled-name='PyInterpreterState_Next' filepath='./Include/cpython/pystate.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Next'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-39'/>
+    <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-42'/>
+      <return type-id='type-id-42'/>
     </function-decl>
     <var-decl name='_mi_stats_main' type-id='type-id-533' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='62' column='1'/>
     <var-decl name='_mi_page_empty' type-id='type-id-570' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='63' column='1'/>
     <var-decl name='_mi_abandoned_default' type-id='type-id-520' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='117' column='1'/>
     <var-decl name='_mi_heap_empty' type-id='type-id-569' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='368' column='1'/>
     <var-decl name='_mi_heap_default' type-id='type-id-527' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='129' column='1'/>
-    <var-decl name='_mi_process_is_initialized' type-id='type-id-346' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='130' column='1'/>
+    <var-decl name='_mi_process_is_initialized' type-id='type-id-347' 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='96' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-2'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMutex_LockTimed' mangled-name='_PyMutex_LockTimed' filepath='./Include/internal/pycore_lock.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMutex_LockTimed'>
-      <parameter type-id='type-id-32'/>
-      <parameter type-id='type-id-34'/>
       <parameter type-id='type-id-35'/>
-      <return type-id='type-id-36'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-38'/>
+      <return type-id='type-id-39'/>
     </function-decl>
     <function-decl name='_Py_IsMainInterpreterFinalizing' filepath='./Include/internal/pycore_pystate.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_StopTheWorldAll' filepath='./Include/internal/pycore_pystate.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-180'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_StartTheWorldAll' filepath='./Include/internal/pycore_pystate.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-180'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_qsbr_poll' filepath='./Include/internal/pycore_qsbr.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-573'/>
-      <parameter type-id='type-id-117'/>
-      <return type-id='type-id-346'/>
+      <parameter type-id='type-id-120'/>
+      <return type-id='type-id-347'/>
     </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-572'/>
     </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-571'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='vsnprintf' filepath='/usr/include/stdio.h' line='382' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-308'/>
+      <parameter type-id='type-id-309'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <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'>
     </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-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <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-232'/>
+      <parameter type-id='type-id-235'/>
       <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'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-15'/>
       <parameter type-id='type-id-13'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='strstr' filepath='/usr/include/string.h' line='350' 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-24'/>
+      <return type-id='type-id-27'/>
     </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-226'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-229'/>
+      <parameter type-id='type-id-188'/>
       <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-188'/>
+      <return type-id='type-id-191'/>
     </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-188'/>
+      <parameter type-id='type-id-191'/>
       <parameter is-variadic='yes'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </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-25'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-14'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-564'/>
-      <parameter type-id='type-id-195'/>
+      <parameter type-id='type-id-198'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_mi_heap_main' type-id='type-id-506' 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='780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>
+    <function-decl name='_PyMem_GetCurrentAllocatorName' mangled-name='_PyMem_GetCurrentAllocatorName' filepath='Objects/obmalloc.c' line='799' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyMem_SetupDebugHooks' mangled-name='PyMem_SetupDebugHooks' filepath='Objects/obmalloc.c' line='884' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetupDebugHooks'>
+    <function-decl name='PyMem_SetupDebugHooks' mangled-name='PyMem_SetupDebugHooks' filepath='Objects/obmalloc.c' line='903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetupDebugHooks'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='922' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>
-      <parameter type-id='type-id-503' name='domain' filepath='Objects/obmalloc.c' line='922' column='1'/>
-      <parameter type-id='type-id-566' name='allocator' filepath='Objects/obmalloc.c' line='922' column='1'/>
+    <function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>
+      <parameter type-id='type-id-503' name='domain' filepath='Objects/obmalloc.c' line='941' column='1'/>
+      <parameter type-id='type-id-566' name='allocator' filepath='Objects/obmalloc.c' line='941' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='930' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>
-      <parameter type-id='type-id-503' name='domain' filepath='Objects/obmalloc.c' line='930' column='1'/>
-      <parameter type-id='type-id-566' name='allocator' filepath='Objects/obmalloc.c' line='930' column='1'/>
+    <function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='949' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>
+      <parameter type-id='type-id-503' name='domain' filepath='Objects/obmalloc.c' line='949' column='1'/>
+      <parameter type-id='type-id-566' name='allocator' filepath='Objects/obmalloc.c' line='949' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>
-      <parameter type-id='type-id-568' name='allocator' filepath='Objects/obmalloc.c' line='938' column='1'/>
+    <function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='957' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>
+      <parameter type-id='type-id-568' name='allocator' filepath='Objects/obmalloc.c' line='957' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='946' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>
-      <parameter type-id='type-id-568' name='allocator' filepath='Objects/obmalloc.c' line='946' column='1'/>
+    <function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='965' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>
+      <parameter type-id='type-id-568' name='allocator' filepath='Objects/obmalloc.c' line='965' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyMem_RawMalloc' mangled-name='PyMem_RawMalloc' filepath='Objects/obmalloc.c' line='990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawMalloc'>
-      <parameter type-id='type-id-14' name='size' filepath='Objects/obmalloc.c' line='990' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyMem_RawMalloc' mangled-name='PyMem_RawMalloc' filepath='Objects/obmalloc.c' line='1009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawMalloc'>
+      <parameter type-id='type-id-14' name='size' filepath='Objects/obmalloc.c' line='1009' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-decl name='PyMem_RawCalloc' mangled-name='PyMem_RawCalloc' filepath='Objects/obmalloc.c' line='1004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawCalloc'>
-      <parameter type-id='type-id-14' name='nelem' filepath='Objects/obmalloc.c' line='1004' column='1'/>
-      <parameter type-id='type-id-14' name='elsize' filepath='Objects/obmalloc.c' line='1004' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyMem_RawCalloc' mangled-name='PyMem_RawCalloc' filepath='Objects/obmalloc.c' line='1023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawCalloc'>
+      <parameter type-id='type-id-14' name='nelem' filepath='Objects/obmalloc.c' line='1023' column='1'/>
+      <parameter type-id='type-id-14' name='elsize' filepath='Objects/obmalloc.c' line='1023' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-decl name='_PyMem_Strdup' mangled-name='_PyMem_Strdup' filepath='Objects/obmalloc.c' line='1112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_Strdup'>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/obmalloc.c' line='1112' column='1'/>
-      <return type-id='type-id-24'/>
+    <function-decl name='_PyMem_Strdup' mangled-name='_PyMem_Strdup' filepath='Objects/obmalloc.c' line='1131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_Strdup'>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/obmalloc.c' line='1131' column='1'/>
+      <return type-id='type-id-27'/>
     </function-decl>
-    <function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='3625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>
-      <parameter type-id='type-id-67' name='out' filepath='Objects/obmalloc.c' line='3625' column='1'/>
+    <function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='3644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>
+      <parameter type-id='type-id-70' name='out' filepath='Objects/obmalloc.c' line='3644' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-575'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-type>
   </abi-instr>
   <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-271' 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-271' 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-271' 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-271' 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-271' mangled-name='PyODictValues_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='19' column='1' elf-symbol-id='PyODictValues_Type'/>
+    <var-decl name='PyODict_Type' type-id='type-id-273' 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-273' 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-273' 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-273' 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-273' 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='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ChainExceptions1'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     <function-decl name='_PyDict_DelItem_KnownHash_LockHeld' filepath='./Include/internal/pycore_dict.h' line='34' 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-306'/>
+      <parameter type-id='type-id-17'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_SizeOf_LockHeld' filepath='./Include/internal/pycore_dict.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-16'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDictView_New' filepath='./Include/internal/pycore_dict.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_dict_lookup' filepath='./Include/internal/pycore_dict.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-16'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-306'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-17'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDict_Pop_KnownHash' filepath='./Include/internal/pycore_dict.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-16'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-306'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-17'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_Clear_LockHeld' filepath='./Include/internal/pycore_dict.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
   </abi-instr>
   <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-271' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>
+    <var-decl name='PyPickleBuffer_Type' type-id='type-id-273' 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='17' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_FromObject'>
       <parameter type-id='type-id-6' name='base' filepath='Objects/picklebufobject.c' line='17' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyPickleBuffer_GetBuffer' mangled-name='PyPickleBuffer_GetBuffer' filepath='Objects/picklebufobject.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_GetBuffer'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/picklebufobject.c' line='36' column='1'/>
-      <return type-id='type-id-262'/>
+      <return type-id='type-id-264'/>
     </function-decl>
     <function-decl name='PyPickleBuffer_Release' mangled-name='PyPickleBuffer_Release' filepath='Objects/picklebufobject.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_Release'>
       <parameter type-id='type-id-6' name='obj' filepath='Objects/picklebufobject.c' line='55' column='1'/>
   <abi-instr address-size='64' path='Objects/rangeobject.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='PySliceObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-576' visibility='default' filepath='./Include/sliceobject.h' line='26' column='1' id='type-id-577'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/sliceobject.h' line='27' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-6' visibility='default' filepath='./Include/sliceobject.h' line='28' column='1'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <var-decl name='PyRange_Type' type-id='type-id-271' 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-271' 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-271' 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-273' 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-273' 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-273' 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-578'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-579' size-in-bits='1024' id='type-id-580'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
     <class-decl name='setentry' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-579' visibility='default' filepath='./Include/cpython/setobject.h' line='20' column='1' id='type-id-581'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='key' type-id='type-id-6' 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-306' visibility='default' filepath='./Include/cpython/setobject.h' line='22' column='1'/>
+        <var-decl name='hash' type-id='type-id-17' visibility='default' filepath='./Include/cpython/setobject.h' line='22' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='setentry' type-id='type-id-581' filepath='./Include/cpython/setobject.h' line='23' column='1' id='type-id-579'/>
     <class-decl name='PySetObject' size-in-bits='1600' is-struct='yes' naming-typedef-id='type-id-582' visibility='default' filepath='./Include/cpython/setobject.h' line='36' column='1' id='type-id-583'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/setobject.h' line='37' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-584' 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-306' visibility='default' filepath='./Include/cpython/setobject.h' line='54' column='1'/>
+        <var-decl name='hash' type-id='type-id-17' 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='37' 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-306'/>
+      <parameter type-id='type-id-17'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_PySet_Dummy' type-id='type-id-6' mangled-name='_PySet_Dummy' visibility='default' filepath='./Include/internal/pycore_setobject.h' line='29' column='1' elf-symbol-id='_PySet_Dummy'/>
-    <var-decl name='PySet_Type' type-id='type-id-271' 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-271' 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-271' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>
-    <function-decl name='_PySet_AddTakeRef' mangled-name='_PySet_AddTakeRef' filepath='Objects/setobject.c' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_AddTakeRef'>
-      <parameter type-id='type-id-585' name='so' filepath='Objects/setobject.c' line='241' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/setobject.c' line='241' column='1'/>
+    <var-decl name='PySet_Type' type-id='type-id-273' 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-273' 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-273' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>
+    <function-decl name='_PySet_AddTakeRef' mangled-name='_PySet_AddTakeRef' filepath='Objects/setobject.c' line='244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_AddTakeRef'>
+      <parameter type-id='type-id-585' name='so' filepath='Objects/setobject.c' line='244' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/setobject.c' line='244' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PySet_Contains' mangled-name='_PySet_Contains' filepath='Objects/setobject.c' line='2244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_Contains'>
-      <parameter type-id='type-id-585' name='so' filepath='Objects/setobject.c' line='2244' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/setobject.c' line='2244' column='1'/>
+    <function-decl name='_PySet_Contains' mangled-name='_PySet_Contains' filepath='Objects/setobject.c' line='2247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_Contains'>
+      <parameter type-id='type-id-585' name='so' filepath='Objects/setobject.c' line='2247' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/setobject.c' line='2247' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PySet_Size' mangled-name='PySet_Size' filepath='Objects/setobject.c' line='2716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Size'>
-      <parameter type-id='type-id-6' name='anyset' filepath='Objects/setobject.c' line='2716' column='1'/>
+    <function-decl name='PySet_Size' mangled-name='PySet_Size' filepath='Objects/setobject.c' line='2719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Size'>
+      <parameter type-id='type-id-6' name='anyset' filepath='Objects/setobject.c' line='2719' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PySet_Clear' mangled-name='PySet_Clear' filepath='Objects/setobject.c' line='2726' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Clear'>
-      <parameter type-id='type-id-6' name='set' filepath='Objects/setobject.c' line='2726' column='1'/>
+    <function-decl name='PySet_Clear' mangled-name='PySet_Clear' filepath='Objects/setobject.c' line='2729' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Clear'>
+      <parameter type-id='type-id-6' name='set' filepath='Objects/setobject.c' line='2729' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PySet_Discard' mangled-name='PySet_Discard' filepath='Objects/setobject.c' line='2760' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Discard'>
-      <parameter type-id='type-id-6' name='set' filepath='Objects/setobject.c' line='2760' column='1'/>
-      <parameter type-id='type-id-6' name='key' filepath='Objects/setobject.c' line='2760' column='1'/>
+    <function-decl name='PySet_Discard' mangled-name='PySet_Discard' filepath='Objects/setobject.c' line='2763' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Discard'>
+      <parameter type-id='type-id-6' name='set' filepath='Objects/setobject.c' line='2763' column='1'/>
+      <parameter type-id='type-id-6' name='key' filepath='Objects/setobject.c' line='2763' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PySet_Pop' mangled-name='PySet_Pop' filepath='Objects/setobject.c' line='2824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Pop'>
-      <parameter type-id='type-id-6' name='set' filepath='Objects/setobject.c' line='2824' column='1'/>
+    <function-decl name='PySet_Pop' mangled-name='PySet_Pop' filepath='Objects/setobject.c' line='2827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Pop'>
+      <parameter type-id='type-id-6' name='set' filepath='Objects/setobject.c' line='2827' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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-392' 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-271' 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-271' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='33' column='1' elf-symbol-id='PyEllipsis_Type'/>
+    <var-decl name='_Py_EllipsisObject' type-id='type-id-393' 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-273' 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-273' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='33' column='1' elf-symbol-id='PyEllipsis_Type'/>
     <function-decl name='PySlice_GetIndices' mangled-name='PySlice_GetIndices' filepath='Objects/sliceobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySlice_GetIndices'>
       <parameter type-id='type-id-6' name='_r' filepath='Objects/sliceobject.c' line='186' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Objects/sliceobject.c' line='186' column='1'/>
         <var-decl name='slot' type-id='type-id-5' visibility='default' filepath='./Include/object.h' line='375' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='pfunc' type-id='type-id-41' visibility='default' filepath='./Include/object.h' line='376' column='1'/>
+        <var-decl name='pfunc' type-id='type-id-44' visibility='default' filepath='./Include/object.h' line='376' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyType_Slot' type-id='type-id-587' filepath='./Include/object.h' line='377' column='1' id='type-id-586'/>
-    <class-decl name='PyType_Spec' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-23' visibility='default' filepath='./Include/object.h' line='379' column='1' id='type-id-588'>
+    <class-decl name='PyType_Spec' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-26' visibility='default' filepath='./Include/object.h' line='379' column='1' id='type-id-588'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-4' visibility='default' filepath='./Include/object.h' line='380' column='1'/>
       </data-member>
         <var-decl name='itemsize' type-id='type-id-5' visibility='default' filepath='./Include/object.h' line='382' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='flags' type-id='type-id-111' visibility='default' filepath='./Include/object.h' line='383' column='1'/>
+        <var-decl name='flags' type-id='type-id-114' visibility='default' filepath='./Include/object.h' line='383' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='slots' type-id='type-id-589' visibility='default' filepath='./Include/object.h' line='384' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyType_Spec' type-id='type-id-588' filepath='./Include/object.h' line='385' column='1' id='type-id-23'/>
+    <typedef-decl name='PyType_Spec' type-id='type-id-588' filepath='./Include/object.h' line='385' column='1' id='type-id-26'/>
     <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-589'/>
-    <pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-590'/>
+    <pointer-type-def type-id='type-id-26' size-in-bits='64' id='type-id-590'/>
     <function-decl name='PyUnicodeWriter_WriteUTF8' mangled-name='PyUnicodeWriter_WriteUTF8' filepath='./Include/cpython/unicodeobject.h' line='477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteUTF8'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <var-decl name='_PyTemplate_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_template.h' line='12' column='1'/>
-    <var-decl name='_PyTemplateIter_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_template.h' line='13' column='1'/>
+    <var-decl name='_PyTemplate_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_template.h' line='12' column='1'/>
+    <var-decl name='_PyTemplateIter_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_template.h' line='13' column='1'/>
     <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='./Include/unicodeobject.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
   </abi-instr>
   <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-356'/>
+      <parameter type-id='type-id-357'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-356'/>
+      <return type-id='type-id-357'/>
     </function-decl>
-    <var-decl name='PyTuple_Type' type-id='type-id-271' 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-271' 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-273' 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-273' 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='118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTuple_SetItem'>
       <parameter type-id='type-id-6' name='op' filepath='Objects/tupleobject.c' line='118' column='1'/>
       <parameter type-id='type-id-7' name='i' filepath='Objects/tupleobject.c' line='118' column='1'/>
         <var-decl name='getitem' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='260' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='getitem_version' type-id='type-id-324' visibility='default' filepath='./Include/cpython/object.h' line='261' column='1'/>
+        <var-decl name='getitem_version' type-id='type-id-325' visibility='default' filepath='./Include/cpython/object.h' line='261' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='init' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='262' column='1'/>
     </class-decl>
     <class-decl name='_heaptypeobject' size-in-bits='7488' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='266' column='1' id='type-id-593'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ht_type' type-id='type-id-271' visibility='default' filepath='./Include/cpython/object.h' line='269' column='1'/>
+        <var-decl name='ht_type' type-id='type-id-273' visibility='default' filepath='./Include/cpython/object.h' line='269' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3328'>
         <var-decl name='as_async' type-id='type-id-594' visibility='default' filepath='./Include/cpython/object.h' line='270' column='1'/>
         <var-decl name='ht_module' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='281' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7168'>
-        <var-decl name='_ht_tpname' type-id='type-id-24' visibility='default' filepath='./Include/cpython/object.h' line='282' column='1'/>
+        <var-decl name='_ht_tpname' type-id='type-id-27' visibility='default' filepath='./Include/cpython/object.h' line='282' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7232'>
-        <var-decl name='ht_token' type-id='type-id-41' visibility='default' filepath='./Include/cpython/object.h' line='283' column='1'/>
+        <var-decl name='ht_token' type-id='type-id-44' visibility='default' filepath='./Include/cpython/object.h' line='283' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7296'>
         <var-decl name='_spec_cache' type-id='type-id-592' visibility='default' filepath='./Include/cpython/object.h' line='284' column='1'/>
     <typedef-decl name='PyHeapTypeObject' type-id='type-id-593' filepath='./Include/cpython/object.h' line='289' column='1' id='type-id-600'/>
     <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-601'/>
     <pointer-type-def type-id='type-id-1' size-in-bits='64' id='type-id-602'/>
-    <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-599'/>
+    <pointer-type-def type-id='type-id-387' size-in-bits='64' id='type-id-599'/>
     <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-6'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_Call_Prepend' filepath='./Include/internal/pycore_call.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyObject_Call' filepath='./Include/internal/pycore_call.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyDict_NewKeysForClass' filepath='./Include/internal/pycore_dict.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-601'/>
-      <return type-id='type-id-393'/>
+      <return type-id='type-id-394'/>
     </function-decl>
     <function-decl name='_PyDict_KeysSize' filepath='./Include/internal/pycore_dict.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-393'/>
+      <parameter type-id='type-id-394'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyDictKeys_DecRef' filepath='./Include/internal/pycore_dict.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-393'/>
+      <parameter type-id='type-id-394'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyDict_SetItem_LockHeld' filepath='./Include/internal/pycore_dict.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+    <function-decl name='_Py_dict_lookup_threadsafe_stackref' filepath='./Include/internal/pycore_dict.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-16'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-6'/>
-      <return type-id='type-id-5'/>
+      <parameter type-id='type-id-17'/>
+      <parameter type-id='type-id-397'/>
+      <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='_PyDict_GetItemRef_KnownHash' filepath='./Include/internal/pycore_dict.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+    <function-decl name='_PyDict_SetItem_LockHeld' filepath='./Include/internal/pycore_dict.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
+      <parameter type-id='type-id-16'/>
+      <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-306'/>
-      <parameter type-id='type-id-241'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_GetItemRef_Unicode_LockHeld' filepath='./Include/internal/pycore_dict.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-16'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDict_DetachFromObject' filepath='./Include/internal/pycore_dict.h' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-16'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_MaterializeManagedDict_LockHeld' filepath='./Include/internal/pycore_dict.h' line='351' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-396'/>
+      <return type-id='type-id-16'/>
     </function-decl>
     <function-decl name='_PyFunction_GetVersionForCurrentState' filepath='./Include/internal/pycore_function.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-314'/>
-      <return type-id='type-id-324'/>
+      <parameter type-id='type-id-315'/>
+      <return type-id='type-id-325'/>
     </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-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyStaticType_ClearWeakRefs' filepath='./Include/internal/pycore_typeobject.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='_PyBufferWrapper_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='117' column='1'/>
+    <var-decl name='_PyBufferWrapper_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='117' column='1'/>
     <function-decl name='_PyWeakref_ClearWeakRefsNoCallbacks' filepath='./Include/internal/pycore_weakref.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='PyType_Type' type-id='type-id-271' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='427' column='1' elf-symbol-id='PyType_Type'/>
-    <var-decl name='PyBaseObject_Type' type-id='type-id-271' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='428' column='1' elf-symbol-id='PyBaseObject_Type'/>
-    <var-decl name='PySuper_Type' type-id='type-id-271' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='429' column='1' elf-symbol-id='PySuper_Type'/>
+    <var-decl name='PyType_Type' type-id='type-id-273' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='427' column='1' elf-symbol-id='PyType_Type'/>
+    <var-decl name='PyBaseObject_Type' type-id='type-id-273' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='428' column='1' elf-symbol-id='PyBaseObject_Type'/>
+    <var-decl name='PySuper_Type' type-id='type-id-273' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='429' column='1' elf-symbol-id='PySuper_Type'/>
     <function-decl name='PyUnicode_IsIdentifier' mangled-name='PyUnicode_IsIdentifier' filepath='./Include/unicodeobject.h' line='1016' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_IsIdentifier'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     <function-decl name='strrchr' filepath='/usr/include/string.h' line='273' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
-    <function-decl name='_PyStaticType_GetBuiltins' mangled-name='_PyStaticType_GetBuiltins' filepath='Objects/typeobject.c' line='320' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_GetBuiltins'>
+    <function-decl name='_PyStaticType_GetBuiltins' mangled-name='_PyStaticType_GetBuiltins' filepath='Objects/typeobject.c' line='380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_GetBuiltins'>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_GetDict' mangled-name='PyType_GetDict' filepath='Objects/typeobject.c' line='444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetDict'>
-      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='444' column='1'/>
+    <function-decl name='PyType_GetDict' mangled-name='PyType_GetDict' filepath='Objects/typeobject.c' line='504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetDict'>
+      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='504' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>
-      <return type-id='type-id-111'/>
+    <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>
+      <return type-id='type-id-114'/>
     </function-decl>
-    <function-decl name='PyType_AddWatcher' mangled-name='PyType_AddWatcher' filepath='Objects/typeobject.c' line='947' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_AddWatcher'>
-      <parameter type-id='type-id-604' name='callback' filepath='Objects/typeobject.c' line='947' column='1'/>
+    <function-decl name='PyType_AddWatcher' mangled-name='PyType_AddWatcher' filepath='Objects/typeobject.c' line='1017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_AddWatcher'>
+      <parameter type-id='type-id-604' name='callback' filepath='Objects/typeobject.c' line='1017' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_ClearWatcher' mangled-name='PyType_ClearWatcher' filepath='Objects/typeobject.c' line='978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearWatcher'>
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='978' column='1'/>
+    <function-decl name='PyType_ClearWatcher' mangled-name='PyType_ClearWatcher' filepath='Objects/typeobject.c' line='1048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearWatcher'>
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='1048' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_Watch' mangled-name='PyType_Watch' filepath='Objects/typeobject.c' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Watch'>
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='991' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='991' column='1'/>
+    <function-decl name='PyType_Watch' mangled-name='PyType_Watch' filepath='Objects/typeobject.c' line='1061' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Watch'>
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='1061' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='1061' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_Unwatch' mangled-name='PyType_Unwatch' filepath='Objects/typeobject.c' line='1011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Unwatch'>
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='1011' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='1011' column='1'/>
+    <function-decl name='PyType_Unwatch' mangled-name='PyType_Unwatch' filepath='Objects/typeobject.c' line='1081' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Unwatch'>
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='1081' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='1081' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='1130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Modified'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1130' column='1'/>
+    <function-decl name='PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Modified'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1200' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyType_SetVersion' mangled-name='_PyType_SetVersion' filepath='Objects/typeobject.c' line='1223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_SetVersion'>
-      <parameter type-id='type-id-1' name='tp' filepath='Objects/typeobject.c' line='1223' column='1'/>
-      <parameter type-id='type-id-111' name='version' filepath='Objects/typeobject.c' line='1223' column='1'/>
+    <function-decl name='_PyType_SetVersion' mangled-name='_PyType_SetVersion' filepath='Objects/typeobject.c' line='1293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_SetVersion'>
+      <parameter type-id='type-id-1' name='tp' filepath='Objects/typeobject.c' line='1293' column='1'/>
+      <parameter type-id='type-id-114' name='version' filepath='Objects/typeobject.c' line='1293' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnstable_Type_AssignVersionTag' mangled-name='PyUnstable_Type_AssignVersionTag' filepath='Objects/typeobject.c' line='1323' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Type_AssignVersionTag'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1323' column='1'/>
+    <function-decl name='PyUnstable_Type_AssignVersionTag' mangled-name='PyUnstable_Type_AssignVersionTag' filepath='Objects/typeobject.c' line='1393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Type_AssignVersionTag'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1393' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_GetFullyQualifiedName' mangled-name='PyType_GetFullyQualifiedName' filepath='Objects/typeobject.c' line='1552' 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='1552' column='1'/>
+    <function-decl name='PyType_GetFullyQualifiedName' mangled-name='PyType_GetFullyQualifiedName' filepath='Objects/typeobject.c' line='1622' 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='1622' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyType_NewManagedObject' mangled-name='_PyType_NewManagedObject' filepath='Objects/typeobject.c' line='2334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_NewManagedObject'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='2334' column='1'/>
+    <function-decl name='_PyType_NewManagedObject' mangled-name='_PyType_NewManagedObject' filepath='Objects/typeobject.c' line='2397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_NewManagedObject'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='2397' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyObject_LookupSpecialMethod' mangled-name='_PyObject_LookupSpecialMethod' filepath='Objects/typeobject.c' line='2807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecialMethod'>
-      <parameter type-id='type-id-6' name='attr' filepath='Objects/typeobject.c' line='2807' column='1'/>
-      <parameter type-id='type-id-397' name='method_and_self' filepath='Objects/typeobject.c' line='2807' column='1'/>
+    <function-decl name='_PyObject_LookupSpecialMethod' mangled-name='_PyObject_LookupSpecialMethod' filepath='Objects/typeobject.c' line='2870' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecialMethod'>
+      <parameter type-id='type-id-6' name='attr' filepath='Objects/typeobject.c' line='2870' column='1'/>
+      <parameter type-id='type-id-397' name='method_and_self' filepath='Objects/typeobject.c' line='2870' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyObject_MaybeCallSpecialNoArgs' mangled-name='_PyObject_MaybeCallSpecialNoArgs' filepath='Objects/typeobject.c' line='3043' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MaybeCallSpecialNoArgs'>
-      <parameter type-id='type-id-6' name='self' filepath='Objects/typeobject.c' line='3043' column='1'/>
-      <parameter type-id='type-id-6' name='attr' filepath='Objects/typeobject.c' line='3043' column='1'/>
+    <function-decl name='_PyObject_MaybeCallSpecialNoArgs' mangled-name='_PyObject_MaybeCallSpecialNoArgs' filepath='Objects/typeobject.c' line='3106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MaybeCallSpecialNoArgs'>
+      <parameter type-id='type-id-6' name='self' filepath='Objects/typeobject.c' line='3106' column='1'/>
+      <parameter type-id='type-id-6' name='attr' filepath='Objects/typeobject.c' line='3106' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyObject_MaybeCallSpecialOneArg' mangled-name='_PyObject_MaybeCallSpecialOneArg' filepath='Objects/typeobject.c' line='3049' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MaybeCallSpecialOneArg'>
-      <parameter type-id='type-id-6' name='self' filepath='Objects/typeobject.c' line='3049' column='1'/>
-      <parameter type-id='type-id-6' name='attr' filepath='Objects/typeobject.c' line='3049' column='1'/>
-      <parameter type-id='type-id-6' name='arg' filepath='Objects/typeobject.c' line='3049' column='1'/>
+    <function-decl name='_PyObject_MaybeCallSpecialOneArg' mangled-name='_PyObject_MaybeCallSpecialOneArg' filepath='Objects/typeobject.c' line='3112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MaybeCallSpecialOneArg'>
+      <parameter type-id='type-id-6' name='self' filepath='Objects/typeobject.c' line='3112' column='1'/>
+      <parameter type-id='type-id-6' name='attr' filepath='Objects/typeobject.c' line='3112' column='1'/>
+      <parameter type-id='type-id-6' name='arg' filepath='Objects/typeobject.c' line='3112' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='3843' 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='3843' column='1'/>
+    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='3906' 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='3906' 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='3850' 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='3850' column='1'/>
+    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='3913' 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='3913' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_FromMetaclass' mangled-name='PyType_FromMetaclass' filepath='Objects/typeobject.c' line='4925' 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='4926' column='1'/>
-      <parameter type-id='type-id-6' name='module' filepath='Objects/typeobject.c' line='4926' column='1'/>
-      <parameter type-id='type-id-590' name='spec' filepath='Objects/typeobject.c' line='4927' column='1'/>
-      <parameter type-id='type-id-6' name='bases_in' filepath='Objects/typeobject.c' line='4927' column='1'/>
+    <function-decl name='PyType_FromMetaclass' mangled-name='PyType_FromMetaclass' filepath='Objects/typeobject.c' line='4988' 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='4989' column='1'/>
+      <parameter type-id='type-id-6' name='module' filepath='Objects/typeobject.c' line='4989' column='1'/>
+      <parameter type-id='type-id-590' name='spec' filepath='Objects/typeobject.c' line='4990' column='1'/>
+      <parameter type-id='type-id-6' name='bases_in' filepath='Objects/typeobject.c' line='4990' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='5349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
-      <parameter type-id='type-id-6' name='module' filepath='Objects/typeobject.c' line='5349' column='1'/>
-      <parameter type-id='type-id-590' name='spec' filepath='Objects/typeobject.c' line='5349' column='1'/>
-      <parameter type-id='type-id-6' name='bases' filepath='Objects/typeobject.c' line='5349' column='1'/>
+    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='5412' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
+      <parameter type-id='type-id-6' name='module' filepath='Objects/typeobject.c' line='5412' column='1'/>
+      <parameter type-id='type-id-590' name='spec' filepath='Objects/typeobject.c' line='5412' column='1'/>
+      <parameter type-id='type-id-6' name='bases' filepath='Objects/typeobject.c' line='5412' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='5361' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
-      <parameter type-id='type-id-590' name='spec' filepath='Objects/typeobject.c' line='5361' column='1'/>
+    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='5424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
+      <parameter type-id='type-id-590' name='spec' filepath='Objects/typeobject.c' line='5424' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='5367' 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='5367' column='1'/>
+    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='5430' 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='5430' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='5379' 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='5379' column='1'/>
+    <function-decl name='PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='5442' 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='5442' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='5385' 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='5385' column='1'/>
-      <parameter type-id='type-id-5' name='slot' filepath='Objects/typeobject.c' line='5385' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='5448' 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='5448' column='1'/>
+      <parameter type-id='type-id-5' name='slot' filepath='Objects/typeobject.c' line='5448' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='5414' 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='5414' column='1'/>
+    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='5477' 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='5477' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='5438' 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='5438' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='5501' 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='5501' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='5452' 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='5452' column='1'/>
-      <parameter type-id='type-id-475' name='def' filepath='Objects/typeobject.c' line='5452' column='1'/>
+    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='5515' 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='5515' column='1'/>
+      <parameter type-id='type-id-475' name='def' filepath='Objects/typeobject.c' line='5515' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyType_GetBaseByToken_Borrow' mangled-name='_PyType_GetBaseByToken_Borrow' filepath='Objects/typeobject.c' line='5536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetBaseByToken_Borrow'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5536' column='1'/>
-      <parameter type-id='type-id-41' name='token' filepath='Objects/typeobject.c' line='5536' column='1'/>
-      <parameter type-id='type-id-602' name='result' filepath='Objects/typeobject.c' line='5536' column='1'/>
+    <function-decl name='_PyType_GetBaseByToken_Borrow' mangled-name='_PyType_GetBaseByToken_Borrow' filepath='Objects/typeobject.c' line='5599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetBaseByToken_Borrow'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5599' column='1'/>
+      <parameter type-id='type-id-44' name='token' filepath='Objects/typeobject.c' line='5599' column='1'/>
+      <parameter type-id='type-id-602' name='result' filepath='Objects/typeobject.c' line='5599' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyType_GetBaseByToken' mangled-name='PyType_GetBaseByToken' filepath='Objects/typeobject.c' line='5588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetBaseByToken'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5588' column='1'/>
-      <parameter type-id='type-id-41' name='token' filepath='Objects/typeobject.c' line='5588' column='1'/>
-      <parameter type-id='type-id-602' name='result' filepath='Objects/typeobject.c' line='5588' column='1'/>
+    <function-decl name='PyType_GetBaseByToken' mangled-name='PyType_GetBaseByToken' filepath='Objects/typeobject.c' line='5651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetBaseByToken'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5651' column='1'/>
+      <parameter type-id='type-id-44' name='token' filepath='Objects/typeobject.c' line='5651' column='1'/>
+      <parameter type-id='type-id-602' name='result' filepath='Objects/typeobject.c' line='5651' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='5613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetTypeData'>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='5613' column='1'/>
-      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5613' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='5676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetTypeData'>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='5676' column='1'/>
+      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5676' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-decl name='PyType_GetTypeDataSize' mangled-name='PyType_GetTypeDataSize' filepath='Objects/typeobject.c' line='5620' 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='5620' column='1'/>
+    <function-decl name='PyType_GetTypeDataSize' mangled-name='PyType_GetTypeDataSize' filepath='Objects/typeobject.c' line='5683' 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='5683' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='PyObject_GetItemData' mangled-name='PyObject_GetItemData' filepath='Objects/typeobject.c' line='5630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetItemData'>
-      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='5630' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyObject_GetItemData' mangled-name='PyObject_GetItemData' filepath='Objects/typeobject.c' line='5693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetItemData'>
+      <parameter type-id='type-id-6' name='obj' filepath='Objects/typeobject.c' line='5693' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
-    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='5902' 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='5902' column='1'/>
-      <parameter type-id='type-id-6' name='name' filepath='Objects/typeobject.c' line='5902' column='1'/>
+    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='5960' 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='5960' column='1'/>
+      <parameter type-id='type-id-6' name='name' filepath='Objects/typeobject.c' line='5960' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyStaticType_InitForExtension' mangled-name='_PyStaticType_InitForExtension' filepath='Objects/typeobject.c' line='9005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_InitForExtension'>
-      <parameter type-id='type-id-39' name='interp' filepath='Objects/typeobject.c' line='9005' column='1'/>
-      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='9005' column='1'/>
+    <function-decl name='_PyStaticType_InitForExtension' mangled-name='_PyStaticType_InitForExtension' filepath='Objects/typeobject.c' line='9066' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_InitForExtension'>
+      <parameter type-id='type-id-42' name='interp' filepath='Objects/typeobject.c' line='9066' column='1'/>
+      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='9066' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyType_GetSlotWrapperNames' mangled-name='_PyType_GetSlotWrapperNames' filepath='Objects/typeobject.c' line='11433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetSlotWrapperNames'>
+    <function-decl name='_PyType_GetSlotWrapperNames' mangled-name='_PyType_GetSlotWrapperNames' filepath='Objects/typeobject.c' line='11489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetSlotWrapperNames'>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyType_Freeze' mangled-name='PyType_Freeze' filepath='Objects/typeobject.c' line='11683' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Freeze'>
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='11683' column='1'/>
+    <function-decl name='PyType_Freeze' mangled-name='PyType_Freeze' filepath='Objects/typeobject.c' line='11739' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Freeze'>
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='11739' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PySuper_Lookup' mangled-name='_PySuper_Lookup' filepath='Objects/typeobject.c' line='11945' 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='11945' column='1'/>
-      <parameter type-id='type-id-6' name='su_obj' filepath='Objects/typeobject.c' line='11945' column='1'/>
-      <parameter type-id='type-id-6' name='name' filepath='Objects/typeobject.c' line='11945' column='1'/>
-      <parameter type-id='type-id-183' name='method' filepath='Objects/typeobject.c' line='11945' column='1'/>
+    <function-decl name='_PySuper_Lookup' mangled-name='_PySuper_Lookup' filepath='Objects/typeobject.c' line='11999' 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='11999' column='1'/>
+      <parameter type-id='type-id-6' name='su_obj' filepath='Objects/typeobject.c' line='11999' column='1'/>
+      <parameter type-id='type-id-6' name='name' filepath='Objects/typeobject.c' line='11999' column='1'/>
+      <parameter type-id='type-id-186' name='method' filepath='Objects/typeobject.c' line='11999' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/typevarobject.c' comp-dir-path='/src' language='LANG_C11'>
-    <var-decl name='_PyTypeAlias_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='21' column='1'/>
-    <var-decl name='_PyNoDefault_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='22' column='1'/>
-    <var-decl name='_Py_NoDefaultStruct' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='23' column='1'/>
+    <var-decl name='_PyTypeAlias_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='21' column='1'/>
+    <var-decl name='_PyNoDefault_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='22' column='1'/>
+    <var-decl name='_Py_NoDefaultStruct' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='23' column='1'/>
     <function-decl name='_Py_union_from_tuple' filepath='./Include/internal/pycore_unionobject.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
   </abi-instr>
   <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-307' name='ch' filepath='Objects/unicodectype.c' line='62' column='1'/>
-      <return type-id='type-id-307'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodectype.c' line='62' column='1'/>
+      <return type-id='type-id-308'/>
     </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-307' name='ch' filepath='Objects/unicodectype.c' line='121' column='1'/>
+      <parameter type-id='type-id-308' 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='180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToUppercase'>
-      <parameter type-id='type-id-307' name='ch' filepath='Objects/unicodectype.c' line='180' column='1'/>
-      <return type-id='type-id-307'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodectype.c' line='180' column='1'/>
+      <return type-id='type-id-308'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToLowercase' mangled-name='_PyUnicode_ToLowercase' filepath='Objects/unicodectype.c' line='192' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToLowercase'>
-      <parameter type-id='type-id-307' name='ch' filepath='Objects/unicodectype.c' line='192' column='1'/>
-      <return type-id='type-id-307'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodectype.c' line='192' column='1'/>
+      <return type-id='type-id-308'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToNumeric' mangled-name='_PyUnicode_ToNumeric' filepath='Objects/unicodetype_db.h' line='4513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToNumeric'>
-      <parameter type-id='type-id-307' name='ch' filepath='Objects/unicodetype_db.h' line='4513' column='1'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodetype_db.h' line='4513' column='1'/>
+      <return type-id='type-id-181'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/src' language='LANG_C11'>
       <subrange length='128' type-id='type-id-2' id='type-id-606'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-454' size-in-bits='infinite' id='type-id-607'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
-    <class-decl name='PyStatus' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-608'>
+    <class-decl name='PyStatus' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-75' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-608'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_type' type-id='type-id-609' 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-608' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-72'/>
+    <typedef-decl name='PyStatus' type-id='type-id-608' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-75'/>
     <pointer-type-def type-id='type-id-610' size-in-bits='64' id='type-id-611'/>
     <qualified-type-def type-id='type-id-612' const='yes' id='type-id-613'/>
     <pointer-type-def type-id='type-id-613' size-in-bits='64' id='type-id-614'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsLowercase' mangled-name='_PyUnicode_IsLowercase' filepath='./Include/cpython/unicodeobject.h' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLowercase'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsUppercase' mangled-name='_PyUnicode_IsUppercase' filepath='./Include/cpython/unicodeobject.h' line='667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsUppercase'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsTitlecase' mangled-name='_PyUnicode_IsTitlecase' filepath='./Include/cpython/unicodeobject.h' line='671' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsTitlecase'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsLinebreak' mangled-name='_PyUnicode_IsLinebreak' filepath='./Include/cpython/unicodeobject.h' line='679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLinebreak'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath='./Include/cpython/unicodeobject.h' line='695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDecimalDigit'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsDecimalDigit' mangled-name='_PyUnicode_IsDecimalDigit' filepath='./Include/cpython/unicodeobject.h' line='707' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDecimalDigit'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsDigit' mangled-name='_PyUnicode_IsDigit' filepath='./Include/cpython/unicodeobject.h' line='711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDigit'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsNumeric' mangled-name='_PyUnicode_IsNumeric' filepath='./Include/cpython/unicodeobject.h' line='715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsNumeric'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsAlpha' mangled-name='_PyUnicode_IsAlpha' filepath='./Include/cpython/unicodeobject.h' line='723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsAlpha'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_Py_ascii_whitespace' type-id='type-id-607' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='728' 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-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </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-4'/>
     </function-decl>
     <function-decl name='_Py_DecodeLocaleEx' mangled-name='_Py_DecodeLocaleEx' filepath='./Include/internal/pycore_fileutils.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeLocaleEx'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-244'/>
-      <parameter type-id='type-id-68'/>
-      <parameter type-id='type-id-266'/>
+      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-268'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-616'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_EncodeLocaleEx' mangled-name='_Py_EncodeLocaleEx' filepath='./Include/internal/pycore_fileutils.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleEx'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-251'/>
-      <parameter type-id='type-id-68'/>
-      <parameter type-id='type-id-266'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-253'/>
+      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-268'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-616'/>
       <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-620'/>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <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-620'/>
-      <parameter type-id='type-id-41'/>
-      <return type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_Py_DumpPathConfig' filepath='./Include/internal/pycore_initconfig.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetConfig' filepath='./Include/internal/pycore_interp.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-240'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-243'/>
     </function-decl>
     <function-decl name='_PyLong_FormatWriter' filepath='./Include/internal/pycore_long.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMem_RawWcsdup' filepath='./Include/internal/pycore_pymem.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <return type-id='type-id-69'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_PyType_GetFullyQualifiedName' filepath='./Include/internal/pycore_typeobject.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1'/>
-      <parameter type-id='type-id-64'/>
+      <parameter type-id='type-id-67'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsXidStart' filepath='./Include/internal/pycore_unicodeobject.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsXidContinue' filepath='./Include/internal/pycore_unicodeobject.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToLowerFull' filepath='./Include/internal/pycore_unicodeobject.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <parameter type-id='type-id-621'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToTitleFull' filepath='./Include/internal/pycore_unicodeobject.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <parameter type-id='type-id-621'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToUpperFull' filepath='./Include/internal/pycore_unicodeobject.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <parameter type-id='type-id-621'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToFoldedFull' filepath='./Include/internal/pycore_unicodeobject.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <parameter type-id='type-id-621'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsCaseIgnorable' filepath='./Include/internal/pycore_unicodeobject.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsCased' filepath='./Include/internal/pycore_unicodeobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_FormatAdvancedWriter' filepath='./Include/internal/pycore_unicodeobject.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <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-271' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='282' column='1'/>
+    <var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='282' 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-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <var-decl name='PyUnicode_Type' type-id='type-id-271' 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-271' 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-273' 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-273' 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-25'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-476'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </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-25'/>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='1883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>
-      <parameter type-id='type-id-241' name='p_unicode' filepath='Objects/unicodeobject.c' line='1883' column='1'/>
+      <parameter type-id='type-id-18' name='p_unicode' filepath='Objects/unicodeobject.c' line='1883' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='1883' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='2041' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>
-      <parameter type-id='type-id-25' name='u' filepath='Objects/unicodeobject.c' line='2041' column='1'/>
+      <parameter type-id='type-id-28' name='u' filepath='Objects/unicodeobject.c' line='2041' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2041' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_WriteWideChar' mangled-name='PyUnicodeWriter_WriteWideChar' filepath='Objects/unicodeobject.c' line='2100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteWideChar'>
-      <parameter type-id='type-id-417' name='pub_writer' filepath='Objects/unicodeobject.c' line='2100' column='1'/>
-      <parameter type-id='type-id-25' name='str' filepath='Objects/unicodeobject.c' line='2101' column='1'/>
+      <parameter type-id='type-id-418' name='pub_writer' filepath='Objects/unicodeobject.c' line='2100' column='1'/>
+      <parameter type-id='type-id-28' name='str' filepath='Objects/unicodeobject.c' line='2101' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2102' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_WriteUCS4' mangled-name='PyUnicodeWriter_WriteUCS4' filepath='Objects/unicodeobject.c' line='2376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteUCS4'>
-      <parameter type-id='type-id-417' name='pub_writer' filepath='Objects/unicodeobject.c' line='2376' column='1'/>
+      <parameter type-id='type-id-418' name='pub_writer' filepath='Objects/unicodeobject.c' line='2376' column='1'/>
       <parameter type-id='type-id-621' name='str' filepath='Objects/unicodeobject.c' line='2377' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2378' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2420' 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='2420' column='1'/>
-      <parameter type-id='type-id-41' name='buffer' filepath='Objects/unicodeobject.c' line='2420' column='1'/>
+      <parameter type-id='type-id-44' name='buffer' filepath='Objects/unicodeobject.c' line='2420' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2420' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
       <return type-id='type-id-621'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_Format' mangled-name='PyUnicodeWriter_Format' filepath='Objects/unicodeobject.c' line='3277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_Format'>
-      <parameter type-id='type-id-417' name='writer' filepath='Objects/unicodeobject.c' line='3277' column='1'/>
+      <parameter type-id='type-id-418' name='writer' filepath='Objects/unicodeobject.c' line='3277' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Objects/unicodeobject.c' line='3277' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>
       <parameter type-id='type-id-6' name='unicode' filepath='Objects/unicodeobject.c' line='3414' column='1'/>
       <parameter type-id='type-id-8' name='size' filepath='Objects/unicodeobject.c' line='3415' column='1'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3510' 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='3510' column='1'/>
     </function-decl>
     <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='4160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>
       <parameter type-id='type-id-6' name='arg' filepath='Objects/unicodeobject.c' line='4160' column='1'/>
-      <parameter type-id='type-id-41' name='addr' filepath='Objects/unicodeobject.c' line='4160' column='1'/>
+      <parameter type-id='type-id-44' name='addr' filepath='Objects/unicodeobject.c' line='4160' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='4200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>
       <parameter type-id='type-id-6' name='arg' filepath='Objects/unicodeobject.c' line='4200' column='1'/>
-      <parameter type-id='type-id-41' name='addr' filepath='Objects/unicodeobject.c' line='4200' column='1'/>
+      <parameter type-id='type-id-44' name='addr' filepath='Objects/unicodeobject.c' line='4200' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_AsUTF8NoNUL' mangled-name='_PyUnicode_AsUTF8NoNUL' filepath='Objects/unicodeobject.c' line='4292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8NoNUL'>
     <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>
       <parameter type-id='type-id-6' name='unicode' filepath='Objects/unicodeobject.c' line='4349' column='1'/>
       <parameter type-id='type-id-7' name='index' filepath='Objects/unicodeobject.c' line='4349' column='1'/>
-      <parameter type-id='type-id-307' name='ch' filepath='Objects/unicodeobject.c' line='4349' column='1'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodeobject.c' line='4349' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>
       <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='5961' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
       <parameter type-id='type-id-4' name='errors' filepath='Objects/unicodeobject.c' line='5963' column='1'/>
-      <parameter type-id='type-id-183' name='byteorder' filepath='Objects/unicodeobject.c' line='5964' column='1'/>
+      <parameter type-id='type-id-186' name='byteorder' filepath='Objects/unicodeobject.c' line='5964' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5970' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>
       <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='5970' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5971' column='1'/>
       <parameter type-id='type-id-4' name='errors' filepath='Objects/unicodeobject.c' line='5972' column='1'/>
-      <parameter type-id='type-id-183' name='byteorder' filepath='Objects/unicodeobject.c' line='5973' column='1'/>
+      <parameter type-id='type-id-186' name='byteorder' filepath='Objects/unicodeobject.c' line='5973' column='1'/>
       <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5974' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
       <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='6268' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6269' column='1'/>
       <parameter type-id='type-id-4' name='errors' filepath='Objects/unicodeobject.c' line='6270' column='1'/>
-      <parameter type-id='type-id-183' name='byteorder' filepath='Objects/unicodeobject.c' line='6271' column='1'/>
+      <parameter type-id='type-id-186' name='byteorder' filepath='Objects/unicodeobject.c' line='6271' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='6277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>
       <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='6277' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6278' column='1'/>
       <parameter type-id='type-id-4' name='errors' filepath='Objects/unicodeobject.c' line='6279' column='1'/>
-      <parameter type-id='type-id-183' name='byteorder' filepath='Objects/unicodeobject.c' line='6280' column='1'/>
+      <parameter type-id='type-id-186' name='byteorder' filepath='Objects/unicodeobject.c' line='6280' column='1'/>
       <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='6281' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     </function-decl>
     <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9919' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>
       <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='9919' column='1'/>
-      <parameter type-id='type-id-307' name='ch' filepath='Objects/unicodeobject.c' line='9919' column='1'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodeobject.c' line='9919' column='1'/>
       <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9920' column='1'/>
       <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9920' column='1'/>
       <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9921' column='1'/>
     </function-decl>
     <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='10272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>
       <parameter type-id='type-id-6' name='separator' filepath='Objects/unicodeobject.c' line='10272' column='1'/>
-      <parameter type-id='type-id-265' name='items' filepath='Objects/unicodeobject.c' line='10272' column='1'/>
+      <parameter type-id='type-id-267' name='items' filepath='Objects/unicodeobject.c' line='10272' column='1'/>
       <parameter type-id='type-id-7' name='seqlen' filepath='Objects/unicodeobject.c' line='10272' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
       <parameter type-id='type-id-6' name='unicode' filepath='Objects/unicodeobject.c' line='10452' column='1'/>
       <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='10452' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='10452' column='1'/>
-      <parameter type-id='type-id-307' name='fill_char' filepath='Objects/unicodeobject.c' line='10453' column='1'/>
+      <parameter type-id='type-id-308' name='fill_char' filepath='Objects/unicodeobject.c' line='10453' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='10526' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>
-      <parameter type-id='type-id-241' name='p_left' filepath='Objects/unicodeobject.c' line='11674' column='1'/>
+      <parameter type-id='type-id-18' name='p_left' filepath='Objects/unicodeobject.c' line='11674' column='1'/>
       <parameter type-id='type-id-6' name='right' filepath='Objects/unicodeobject.c' line='11674' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>
-      <parameter type-id='type-id-241' name='pleft' filepath='Objects/unicodeobject.c' line='11751' column='1'/>
+      <parameter type-id='type-id-18' name='pleft' filepath='Objects/unicodeobject.c' line='11751' column='1'/>
       <parameter type-id='type-id-6' name='right' filepath='Objects/unicodeobject.c' line='11751' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='13301' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
-      <parameter type-id='type-id-381' name='writer' filepath='Objects/unicodeobject.c' line='13862' column='1'/>
-      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='13863' column='1'/>
+    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13876' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
+      <parameter type-id='type-id-382' name='writer' filepath='Objects/unicodeobject.c' line='13876' column='1'/>
+      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='13877' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='Objects/unicodeobject.c' line='13894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>
-      <parameter type-id='type-id-381' name='writer' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
-      <parameter type-id='type-id-307' name='ch' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='Objects/unicodeobject.c' line='13908' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>
+      <parameter type-id='type-id-382' name='writer' filepath='Objects/unicodeobject.c' line='13908' column='1'/>
+      <parameter type-id='type-id-308' name='ch' filepath='Objects/unicodeobject.c' line='13908' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
-      <parameter type-id='type-id-381' name='writer' filepath='Objects/unicodeobject.c' line='13983' column='1'/>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='13983' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='13984' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='13984' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13997' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
+      <parameter type-id='type-id-382' name='writer' filepath='Objects/unicodeobject.c' line='13997' column='1'/>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='13997' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='13998' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='13998' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicodeWriter_WriteSubstring' mangled-name='PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='14017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteSubstring'>
-      <parameter type-id='type-id-417' name='writer' filepath='Objects/unicodeobject.c' line='14017' column='1'/>
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='14017' column='1'/>
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='14018' column='1'/>
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='14018' column='1'/>
+    <function-decl name='PyUnicodeWriter_WriteSubstring' mangled-name='PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='14031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteSubstring'>
+      <parameter type-id='type-id-418' name='writer' filepath='Objects/unicodeobject.c' line='14031' column='1'/>
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='14031' column='1'/>
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='14032' column='1'/>
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='14032' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='Objects/unicodeobject.c' line='14039' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>
-      <parameter type-id='type-id-381' name='writer' filepath='Objects/unicodeobject.c' line='14039' column='1'/>
-      <parameter type-id='type-id-4' name='ascii' filepath='Objects/unicodeobject.c' line='14040' column='1'/>
-      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='14040' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='Objects/unicodeobject.c' line='14053' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>
+      <parameter type-id='type-id-382' name='writer' filepath='Objects/unicodeobject.c' line='14053' column='1'/>
+      <parameter type-id='type-id-4' name='ascii' filepath='Objects/unicodeobject.c' line='14054' column='1'/>
+      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='14054' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicodeWriter_DecodeUTF8Stateful' mangled-name='PyUnicodeWriter_DecodeUTF8Stateful' filepath='Objects/unicodeobject.c' line='14133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_DecodeUTF8Stateful'>
-      <parameter type-id='type-id-417' name='writer' filepath='Objects/unicodeobject.c' line='14133' column='1'/>
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='14134' column='1'/>
-      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='14135' column='1'/>
-      <parameter type-id='type-id-4' name='errors' filepath='Objects/unicodeobject.c' line='14136' column='1'/>
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='14137' column='1'/>
+    <function-decl name='PyUnicodeWriter_DecodeUTF8Stateful' mangled-name='PyUnicodeWriter_DecodeUTF8Stateful' filepath='Objects/unicodeobject.c' line='14147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_DecodeUTF8Stateful'>
+      <parameter type-id='type-id-418' name='writer' filepath='Objects/unicodeobject.c' line='14147' column='1'/>
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='14148' column='1'/>
+      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='14149' column='1'/>
+      <parameter type-id='type-id-4' name='errors' filepath='Objects/unicodeobject.c' line='14150' column='1'/>
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='14151' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='14158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
-      <parameter type-id='type-id-381' name='writer' filepath='Objects/unicodeobject.c' line='14158' column='1'/>
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='14159' column='1'/>
-      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='14159' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='14172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
+      <parameter type-id='type-id-382' name='writer' filepath='Objects/unicodeobject.c' line='14172' column='1'/>
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='14173' column='1'/>
+      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='14173' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>
-      <parameter type-id='type-id-6' name='format' filepath='Objects/unicodeobject.c' line='15480' column='1'/>
-      <parameter type-id='type-id-6' name='args' filepath='Objects/unicodeobject.c' line='15480' column='1'/>
+    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>
+      <parameter type-id='type-id-6' name='format' filepath='Objects/unicodeobject.c' line='15494' column='1'/>
+      <parameter type-id='type-id-6' name='args' filepath='Objects/unicodeobject.c' line='15494' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyUnicode_ExactDealloc' mangled-name='_PyUnicode_ExactDealloc' filepath='Objects/unicodeobject.c' line='15734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ExactDealloc'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/unicodeobject.c' line='15734' column='1'/>
+    <function-decl name='_PyUnicode_ExactDealloc' mangled-name='_PyUnicode_ExactDealloc' filepath='Objects/unicodeobject.c' line='15748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ExactDealloc'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/unicodeobject.c' line='15748' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyUnicode_InternInPlace' mangled-name='_PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='16088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternInPlace'>
-      <parameter type-id='type-id-39' name='interp' filepath='Objects/unicodeobject.c' line='16088' column='1'/>
-      <parameter type-id='type-id-241' name='p' filepath='Objects/unicodeobject.c' line='16088' column='1'/>
+    <function-decl name='_PyUnicode_InternInPlace' mangled-name='_PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='16102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternInPlace'>
+      <parameter type-id='type-id-42' name='interp' filepath='Objects/unicodeobject.c' line='16102' column='1'/>
+      <parameter type-id='type-id-18' name='p' filepath='Objects/unicodeobject.c' line='16102' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='16095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>
-      <parameter type-id='type-id-241' name='p' filepath='Objects/unicodeobject.c' line='16095' column='1'/>
+    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='16109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>
+      <parameter type-id='type-id-18' name='p' filepath='Objects/unicodeobject.c' line='16109' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='16104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>
-      <parameter type-id='type-id-241' name='p' filepath='Objects/unicodeobject.c' line='16104' column='1'/>
+    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='16118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>
+      <parameter type-id='type-id-18' name='p' filepath='Objects/unicodeobject.c' line='16118' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='16691' 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='16705' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyUnicode_KIND' mangled-name='PyUnicode_KIND' filepath='Objects/unicodeobject.c' line='16698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_KIND'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/unicodeobject.c' line='16698' column='1'/>
+    <function-decl name='PyUnicode_KIND' mangled-name='PyUnicode_KIND' filepath='Objects/unicodeobject.c' line='16712' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_KIND'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/unicodeobject.c' line='16712' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyUnicode_DATA' mangled-name='PyUnicode_DATA' filepath='Objects/unicodeobject.c' line='16708' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DATA'>
-      <parameter type-id='type-id-6' name='op' filepath='Objects/unicodeobject.c' line='16708' column='1'/>
-      <return type-id='type-id-41'/>
+    <function-decl name='PyUnicode_DATA' mangled-name='PyUnicode_DATA' filepath='Objects/unicodeobject.c' line='16722' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DATA'>
+      <parameter type-id='type-id-6' name='op' filepath='Objects/unicodeobject.c' line='16722' column='1'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-609'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='/src' language='LANG_C11'>
-    <var-decl name='_PyUnion_Type' type-id='type-id-271' mangled-name='_PyUnion_Type' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='12' column='1' elf-symbol-id='_PyUnion_Type'/>
+    <var-decl name='_PyUnion_Type' type-id='type-id-273' 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-6'/>
       <parameter type-id='type-id-6'/>
   <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-622'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-6' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='15' column='1'/>
         <var-decl name='wr_callback' type-id='type-id-6' 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-306' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='23' column='1'/>
+        <var-decl name='hash' type-id='type-id-17' 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-623' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>
         <var-decl name='wr_next' type-id='type-id-623' 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-315' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>
+        <var-decl name='vectorcall' type-id='type-id-316' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyWeakReference' type-id='type-id-622' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-624'/>
     <pointer-type-def type-id='type-id-624' size-in-bits='64' id='type-id-623'/>
-    <var-decl name='_PyWeakref_RefType' type-id='type-id-271' 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-271' 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-271' 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-273' 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-273' 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-273' 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='133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_ClearRef'>
       <parameter type-id='type-id-623' name='self' filepath='Objects/weakrefobject.c' line='133' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyWeakref_GetRef' mangled-name='PyWeakref_GetRef' filepath='Objects/weakrefobject.c' line='950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_GetRef'>
       <parameter type-id='type-id-6' name='ref' filepath='Objects/weakrefobject.c' line='950' column='1'/>
-      <parameter type-id='type-id-241' name='pobj' filepath='Objects/weakrefobject.c' line='950' column='1'/>
+      <parameter type-id='type-id-18' name='pobj' filepath='Objects/weakrefobject.c' line='950' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyWeakref_GetObject' mangled-name='PyWeakref_GetObject' filepath='Objects/weakrefobject.c' line='968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_GetObject'>
   </abi-instr>
   <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-625' size-in-bits='64' id='type-id-626'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <class-decl name='PyUnicodeWriter' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-627'/>
     <array-type-def dimensions='1' type-id='type-id-628' size-in-bits='64' id='type-id-629'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-630' size-in-bits='64' id='type-id-631'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-632' size-in-bits='64' id='type-id-633'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-634' size-in-bits='64' id='type-id-635'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-636' size-in-bits='64' id='type-id-637'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-638' size-in-bits='64' id='type-id-639'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-41' size-in-bits='64' id='type-id-640'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-44' size-in-bits='64' id='type-id-640'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-641' size-in-bits='64' id='type-id-642'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <typedef-decl name='PyUnicodeWriter' type-id='type-id-627' filepath='./Include/cpython/unicodeobject.h' line='468' column='1' id='type-id-643'/>
     <class-decl name='asdl_generic_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-644' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='32' column='1' id='type-id-645'>
         <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-267' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-640' 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-267' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-395' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-396' 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-647' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-646'/>
         <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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-635' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-629' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-626' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-642' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-631' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-633' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-637' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-639' 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-673' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-672'/>
     <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-674'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-685'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='535' column='1' id='type-id-717'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='536' column='1' id='type-id-718'>
       </data-member>
     </class-decl>
     <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='601' column='1' id='type-id-724'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='653' column='1' id='type-id-735'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='654' column='1' id='type-id-736'>
       </data-member>
     </class-decl>
     <enum-decl name='_type_param_kind' filepath='./Include/internal/pycore_ast.h' line='665' column='1' id='type-id-739'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-683' visibility='default' filepath='./Include/internal/pycore_ast.h' line='677' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-417'/>
+    <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-418'/>
     <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-652'/>
     <pointer-type-def type-id='type-id-718' size-in-bits='64' id='type-id-651'/>
     <pointer-type-def type-id='type-id-723' size-in-bits='64' id='type-id-654'/>
     <pointer-type-def type-id='type-id-670' size-in-bits='64' id='type-id-682'/>
     <pointer-type-def type-id='type-id-672' size-in-bits='64' id='type-id-709'/>
     <pointer-type-def type-id='type-id-664' size-in-bits='64' id='type-id-712'/>
-    <qualified-type-def type-id='type-id-307' const='yes' id='type-id-615'/>
+    <qualified-type-def type-id='type-id-308' const='yes' id='type-id-615'/>
     <class-decl name='PyUnicodeWriter' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-627'/>
     <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-241'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_Create' mangled-name='PyUnicodeWriter_Create' filepath='./Include/cpython/unicodeobject.h' line='470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_Create'>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-417'/>
+      <return type-id='type-id-418'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_Discard' mangled-name='PyUnicodeWriter_Discard' filepath='./Include/cpython/unicodeobject.h' line='471' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_Discard'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_Finish' mangled-name='PyUnicodeWriter_Finish' filepath='./Include/cpython/unicodeobject.h' line='472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_Finish'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyUnicodeWriter_WriteStr' mangled-name='PyUnicodeWriter_WriteStr' filepath='./Include/cpython/unicodeobject.h' line='494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicodeWriter_WriteStr'>
-      <parameter type-id='type-id-417'/>
+      <parameter type-id='type-id-418'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='strpbrk' filepath='/usr/include/string.h' line='323' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyPegen_new_identifier' filepath='Parser/pegen.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsPrintable' mangled-name='_PyUnicode_IsPrintable' filepath='./Include/cpython/unicodeobject.h' line='719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsPrintable'>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_ScanIdentifier' mangled-name='_PyUnicode_ScanIdentifier' filepath='./Include/internal/pycore_unicodeobject.h' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ScanIdentifier'>
       <return type-id='type-id-6'/>
     </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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-752'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Parser/myreadline.c' comp-dir-path='/src' language='LANG_C11'>
-    <qualified-type-def type-id='type-id-67' restrict='yes' id='type-id-488'/>
-    <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-32'/>
+    <qualified-type-def type-id='type-id-70' restrict='yes' id='type-id-488'/>
+    <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-35'/>
     <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-756'/>
-    <qualified-type-def type-id='type-id-24' restrict='yes' id='type-id-13'/>
+    <qualified-type-def type-id='type-id-27' restrict='yes' id='type-id-13'/>
     <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-758'/>
     <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-37'/>
+      <return type-id='type-id-40'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <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-32'/>
+      <parameter type-id='type-id-35'/>
       <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-32'/>
+      <parameter type-id='type-id-35'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-756' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='96' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>
     <function-decl name='_PyInterpreterState_Main' mangled-name='_PyInterpreterState_Main' filepath='./Include/internal/pycore_pystate.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_Main'>
-      <return type-id='type-id-39'/>
+      <return type-id='type-id-42'/>
     </function-decl>
     <function-decl name='_PyOS_InterruptOccurred' filepath='./Include/internal/pycore_pystate.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <var-decl name='PyOS_InputHook' type-id='type-id-758' 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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-13'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-488'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-37' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='Parser/myreadline.c' line='30' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
+    <var-decl name='_PyOS_ReadlineTState' type-id='type-id-40' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='Parser/myreadline.c' line='30' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
     <function-type size-in-bits='64' id='type-id-755'>
-      <parameter type-id='type-id-67'/>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-757'>
       <return type-id='type-id-5'/>
         <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-267' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-760' filepath='./Include/internal/pycore_asdl.h' line='30' column='1' id='type-id-759'/>
     <enum-decl name='_cmpop' filepath='./Include/internal/pycore_ast.h' line='31' column='1' id='type-id-761'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='Eq' value='1'/>
       <enumerator name='NotEq' value='2'/>
       <enumerator name='Lt' value='3'/>
     <typedef-decl name='AugOperator' type-id='type-id-777' filepath='Parser/pegen.h' line='127' column='1' id='type-id-776'/>
     <class-decl name='KeywordOrStarred' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-778' visibility='default' filepath='Parser/pegen.h' line='128' column='1' id='type-id-779'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='element' type-id='type-id-41' visibility='default' filepath='Parser/pegen.h' line='129' column='1'/>
+        <var-decl name='element' type-id='type-id-44' visibility='default' filepath='Parser/pegen.h' line='129' 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='130' column='1'/>
     <typedef-decl name='KeywordOrStarred' type-id='type-id-779' filepath='Parser/pegen.h' line='131' column='1' id='type-id-778'/>
     <class-decl name='ResultTokenWithMetadata' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-780' visibility='default' filepath='Parser/pegen.h' line='133' column='1' id='type-id-781'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='result' type-id='type-id-41' visibility='default' filepath='Parser/pegen.h' line='134' column='1'/>
+        <var-decl name='result' type-id='type-id-44' visibility='default' filepath='Parser/pegen.h' line='134' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='metadata' type-id='type-id-6' visibility='default' filepath='Parser/pegen.h' line='135' column='1'/>
     </class-decl>
     <typedef-decl name='ResultTokenWithMetadata' type-id='type-id-781' filepath='Parser/pegen.h' line='136' column='1' id='type-id-780'/>
     <enum-decl name='TARGETS_TYPE' naming-typedef-id='type-id-782' filepath='Parser/pegen.h' line='171' column='1' id='type-id-783'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='STAR_TARGETS' value='0'/>
       <enumerator name='DEL_TARGETS' value='1'/>
       <enumerator name='FOR_TARGETS' value='2'/>
     <pointer-type-def type-id='type-id-797' size-in-bits='64' id='type-id-798'/>
     <pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-800'/>
     <function-decl name='_Py_ReachedRecursionLimitWithMargin' mangled-name='_Py_ReachedRecursionLimitWithMargin' filepath='./Include/cpython/object.h' line='435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ReachedRecursionLimitWithMargin'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-638'/>
     </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-37'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <function-decl name='_PyPegen_insert_memo' filepath='Parser/pegen.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_update_memo' filepath='Parser/pegen.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_is_memoized' filepath='Parser/pegen.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_lookahead' filepath='Parser/pegen.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyPegen_string_token' filepath='Parser/pegen.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_Pypegen_stack_overflow' filepath='Parser/pegen.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
     <function-decl name='_PyPegen_dummy_name' filepath='Parser/pegen.h' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter is-variadic='yes'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_last_item' filepath='Parser/pegen.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-773'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_first_item' filepath='Parser/pegen.h' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-773'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyPegen_new_type_comment' filepath='Parser/pegen.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
     </function-decl>
     <function-decl name='_PyPegen_singleton_seq' filepath='Parser/pegen.h' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-773'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_insert_in_front' filepath='Parser/pegen.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-773'/>
       <return type-id='type-id-773'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_append_to_end' filepath='Parser/pegen.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-773'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-773'/>
     </function-decl>
     <function-decl name='_PyPegen_seq_flatten' filepath='Parser/pegen.h' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyPegen_keyword_or_starred' filepath='Parser/pegen.h' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-788'/>
     </function-decl>
     <function-decl name='_PyPegen_arguments_parsing_error' filepath='Parser/pegen.h' line='366' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-683'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyPegen_get_last_comprehension_item' filepath='Parser/pegen.h' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-804'/>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-683'/>
       <parameter type-id='type-id-803'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyPegen_checked_future_import' filepath='Parser/pegen.h' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-799'>
       <parameter type-id='type-id-750'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-type>
   </abi-instr>
   <abi-instr address-size='64' path='Parser/peg_api.c' comp-dir-path='/src' language='LANG_C11'>
       </data-member>
     </class-decl>
     <typedef-decl name='PyCompilerFlags' type-id='type-id-807' filepath='./Include/cpython/compile.h' line='30' column='1' id='type-id-806'/>
-    <pointer-type-def type-id='type-id-806' size-in-bits='64' id='type-id-213'/>
+    <pointer-type-def type-id='type-id-806' size-in-bits='64' id='type-id-216'/>
     <function-decl name='PySys_Audit' mangled-name='PySys_Audit' filepath='./Include/audit.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_Audit'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPegen_run_parser_from_file_pointer' filepath='Parser/pegen.h' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-213'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-216'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-745'/>
       <return type-id='type-id-649'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <parameter type-id='type-id-745'/>
       <return type-id='type-id-649'/>
     </function-decl>
   </abi-instr>
   <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-808' size-in-bits='512' id='type-id-809'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-364' size-in-bits='512' id='type-id-810'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+    <array-type-def dimensions='1' type-id='type-id-365' size-in-bits='512' id='type-id-810'>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-811' size-in-bits='512' id='type-id-812'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-400' size-in-bits='512' id='type-id-813'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-416' size-in-bits='512' id='type-id-814'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+    <array-type-def dimensions='1' type-id='type-id-417' size-in-bits='512' id='type-id-814'>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-258' size-in-bits='67072' id='type-id-815'>
+    <array-type-def dimensions='1' type-id='type-id-260' size-in-bits='67072' id='type-id-815'>
       <subrange length='262' type-id='type-id-2' id='type-id-816'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='64' id='type-id-395'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='64' id='type-id-396'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='320' id='type-id-817'>
       <subrange length='5' type-id='type-id-2' id='type-id-818'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='512' id='type-id-819'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
     <array-type-def dimensions='2' type-id='type-id-6' size-in-bits='9728' id='type-id-820'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
       <subrange length='19' type-id='type-id-2' id='type-id-821'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='262144' id='type-id-822'>
       <subrange length='4096' type-id='type-id-2' id='type-id-823'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-604' size-in-bits='512' id='type-id-824'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-340' size-in-bits='64' id='type-id-376'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-341' size-in-bits='64' id='type-id-377'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-435' size-in-bits='64' id='type-id-436'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-825' size-in-bits='2560' id='type-id-826'>
       <subrange length='20' type-id='type-id-2' id='type-id-827'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-828' size-in-bits='49152' id='type-id-829'>
+    <array-type-def dimensions='1' type-id='type-id-828' size-in-bits='65536' id='type-id-829'>
       <subrange length='128' type-id='type-id-2' id='type-id-606'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-830' size-in-bits='65536' id='type-id-831'>
+    <array-type-def dimensions='1' type-id='type-id-830' size-in-bits='49152' id='type-id-831'>
       <subrange length='128' type-id='type-id-2' id='type-id-606'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-832' size-in-bits='26880' id='type-id-833'>
       <subrange length='210' type-id='type-id-2' id='type-id-834'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-835' size-in-bits='98304' id='type-id-836'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-837' size-in-bits='8320' id='type-id-838'>
-      <subrange length='65' type-id='type-id-2' id='type-id-83'/>
+      <subrange length='65' type-id='type-id-2' id='type-id-86'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-839' size-in-bits='524288' id='type-id-840'>
       <subrange length='4096' type-id='type-id-2' id='type-id-823'/>
       <subrange length='32768' type-id='type-id-2' id='type-id-849'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-852' size-in-bits='4160' id='type-id-853'>
-      <subrange length='65' type-id='type-id-2' id='type-id-83'/>
+      <subrange length='65' type-id='type-id-2' id='type-id-86'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-749' size-in-bits='64' id='type-id-854'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-855' size-in-bits='2048' id='type-id-856'>
-      <subrange length='32' type-id='type-id-2' id='type-id-79'/>
+      <subrange length='32' type-id='type-id-2' id='type-id-82'/>
     </array-type-def>
-    <type-decl name='bool' size-in-bits='8' id='type-id-346'/>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='8' id='type-id-373'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <type-decl name='bool' size-in-bits='8' id='type-id-347'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='8' id='type-id-374'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='1600' id='type-id-857'>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='1600' id='type-id-857'>
       <subrange length='200' type-id='type-id-2' id='type-id-858'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='160' id='type-id-859'>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='160' id='type-id-859'>
       <subrange length='20' type-id='type-id-2' id='type-id-827'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='320' id='type-id-860'>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='320' id='type-id-860'>
       <subrange length='40' type-id='type-id-2' id='type-id-861'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='384' id='type-id-862'>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='384' id='type-id-862'>
       <subrange length='48' type-id='type-id-2' id='type-id-863'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='32' id='type-id-864'>
-      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='32' id='type-id-864'>
+      <subrange length='4' type-id='type-id-2' id='type-id-231'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='4096' id='type-id-304'>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='4096' id='type-id-306'>
       <subrange length='512' type-id='type-id-2' id='type-id-865'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='64' id='type-id-866'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='64' id='type-id-866'>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-64' size-in-bits='infinite' id='type-id-277'>
-      <subrange length='infinite' type-id='type-id-2' id='type-id-230'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='infinite' id='type-id-279'>
+      <subrange length='infinite' type-id='type-id-2' id='type-id-233'/>
     </array-type-def>
     <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-867'/>
     <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-868'/>
     <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-869'/>
-    <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='75' column='1' id='type-id-367'>
+    <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='75' column='1' id='type-id-368'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='76' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='trace' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='77' column='1'/>
+        <var-decl name='trace' type-id='type-id-361' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='vm_data' type-id='type-id-344' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='78' column='1'/>
+        <var-decl name='vm_data' type-id='type-id-345' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='78' 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='79' column='1'/>
+        <var-decl name='exit_count' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='79' 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='80' column='1'/>
+        <var-decl name='code_size' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
         <var-decl name='jit_size' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='jit_code' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='82' column='1'/>
+        <var-decl name='jit_code' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='jit_side_entry' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='83' column='1'/>
+        <var-decl name='jit_side_entry' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='exits' type-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='84' column='1'/>
+        <var-decl name='exits' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='84' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_AuditHookEntry' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-870'/>
     <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-871'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='gp_offset' type-id='type-id-111' visibility='default'/>
+        <var-decl name='gp_offset' type-id='type-id-114' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='fp_offset' type-id='type-id-111' visibility='default'/>
+        <var-decl name='fp_offset' type-id='type-id-114' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='overflow_arg_area' type-id='type-id-41' visibility='default'/>
+        <var-decl name='overflow_arg_area' type-id='type-id-44' visibility='default'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='reg_save_area' type-id='type-id-41' visibility='default'/>
+        <var-decl name='reg_save_area' type-id='type-id-44' visibility='default'/>
       </data-member>
     </class-decl>
     <class-decl name='_arena' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-872'/>
     <class-decl name='_frame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='18' column='1' id='type-id-437'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_frame.h' line='19' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_frame.h' line='19' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='f_back' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1'/>
+        <var-decl name='f_back' type-id='type-id-416' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='f_frame' type-id='type-id-430' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>
+        <var-decl name='f_frame' type-id='type-id-431' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='f_trace' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_frame.h' line='22' column='1'/>
         <var-decl name='f_lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='352'>
-        <var-decl name='f_trace_lines' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_frame.h' line='24' column='1'/>
+        <var-decl name='f_trace_lines' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_frame.h' line='24' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='360'>
-        <var-decl name='f_trace_opcodes' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
+        <var-decl name='f_trace_opcodes' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='f_extra_locals' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_frame.h' line='26' column='1'/>
         <var-decl name='f_overwritten_fast_locals' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_frame.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='_f_frame_data' type-id='type-id-395' visibility='default' filepath='./Include/internal/pycore_frame.h' line='38' column='1'/>
+        <var-decl name='_f_frame_data' type-id='type-id-396' visibility='default' filepath='./Include/internal/pycore_frame.h' line='38' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-873'/>
     <array-type-def dimensions='1' type-id='type-id-804' size-in-bits='64' id='type-id-874'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-456' size-in-bits='32' id='type-id-875'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <type-decl name='double' size-in-bits='64' id='type-id-178'/>
-    <array-type-def dimensions='1' type-id='type-id-178' size-in-bits='18432' id='type-id-876'>
+    <type-decl name='double' size-in-bits='64' id='type-id-181'/>
+    <array-type-def dimensions='1' type-id='type-id-181' size-in-bits='18432' id='type-id-876'>
       <subrange length='288' type-id='type-id-2' id='type-id-877'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-683' size-in-bits='64' id='type-id-878'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-473' size-in-bits='16320' id='type-id-879'>
       <subrange length='255' type-id='type-id-2' id='type-id-880'/>
       <subrange length='100' type-id='type-id-2' id='type-id-887'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='32' id='type-id-888'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='6400' id='type-id-889'>
       <subrange length='200' type-id='type-id-2' id='type-id-858'/>
       <subrange length='28' type-id='type-id-2' id='type-id-891'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-805' size-in-bits='64' id='type-id-892'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <type-decl name='long int' size-in-bits='64' id='type-id-188'/>
+    <type-decl name='long int' size-in-bits='64' id='type-id-191'/>
     <type-decl name='long long int' size-in-bits='64' id='type-id-465'/>
     <type-decl name='long long unsigned int' size-in-bits='64' id='type-id-464'/>
     <array-type-def dimensions='1' type-id='type-id-486' size-in-bits='3840' id='type-id-893'>
     <array-type-def dimensions='1' type-id='type-id-899' size-in-bits='640' id='type-id-900'>
       <subrange length='10' type-id='type-id-2' id='type-id-894'/>
     </array-type-def>
-    <type-decl name='short int' size-in-bits='16' id='type-id-90'/>
-    <type-decl name='signed char' size-in-bits='8' id='type-id-427'/>
+    <type-decl name='short int' size-in-bits='16' id='type-id-93'/>
+    <type-decl name='signed char' size-in-bits='8' id='type-id-428'/>
     <array-type-def dimensions='1' type-id='type-id-901' size-in-bits='124800' id='type-id-902'>
       <subrange length='150' type-id='type-id-2' id='type-id-903'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-904' size-in-bits='96' id='type-id-905'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-906' size-in-bits='786432' id='type-id-907'>
       <subrange length='4096' type-id='type-id-2' id='type-id-823'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='32' id='type-id-908'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-325' size-in-bits='32' id='type-id-908'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='80' id='type-id-909'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='80' id='type-id-909'>
       <subrange length='10' type-id='type-id-2' id='type-id-894'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='88' id='type-id-910'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='88' id='type-id-910'>
       <subrange length='11' type-id='type-id-2' id='type-id-911'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='96' id='type-id-912'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='96' id='type-id-912'>
       <subrange length='12' type-id='type-id-2' id='type-id-913'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='104' id='type-id-914'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='104' id='type-id-914'>
       <subrange length='13' type-id='type-id-2' id='type-id-915'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='112' id='type-id-916'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='112' id='type-id-916'>
       <subrange length='14' type-id='type-id-2' id='type-id-917'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='120' id='type-id-918'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='120' id='type-id-918'>
       <subrange length='15' type-id='type-id-2' id='type-id-919'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='128' id='type-id-920'>
-      <subrange length='16' type-id='type-id-2' id='type-id-76'/>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='128' id='type-id-920'>
+      <subrange length='16' type-id='type-id-2' id='type-id-79'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='136' id='type-id-921'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='136' id='type-id-921'>
       <subrange length='17' type-id='type-id-2' id='type-id-922'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='144' id='type-id-923'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='144' id='type-id-923'>
       <subrange length='18' type-id='type-id-2' id='type-id-924'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='152' id='type-id-925'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='152' id='type-id-925'>
       <subrange length='19' type-id='type-id-2' id='type-id-821'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='8' id='type-id-926'>
-      <subrange length='1' type-id='type-id-2' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='8' id='type-id-926'>
+      <subrange length='1' type-id='type-id-2' id='type-id-324'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='160' id='type-id-927'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='160' id='type-id-927'>
       <subrange length='20' type-id='type-id-2' id='type-id-827'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='168' id='type-id-928'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='168' id='type-id-928'>
       <subrange length='21' type-id='type-id-2' id='type-id-929'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='176' id='type-id-930'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='176' id='type-id-930'>
       <subrange length='22' type-id='type-id-2' id='type-id-931'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='184' id='type-id-932'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='184' id='type-id-932'>
       <subrange length='23' type-id='type-id-2' id='type-id-933'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='192' id='type-id-934'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='192' id='type-id-934'>
       <subrange length='24' type-id='type-id-2' id='type-id-935'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='200' id='type-id-936'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='200' id='type-id-936'>
       <subrange length='25' type-id='type-id-2' id='type-id-937'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='208' id='type-id-938'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='208' id='type-id-938'>
       <subrange length='26' type-id='type-id-2' id='type-id-939'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='224' id='type-id-940'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='224' id='type-id-940'>
       <subrange length='28' type-id='type-id-2' id='type-id-891'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='16' id='type-id-941'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='16' id='type-id-941'>
       <subrange length='2' type-id='type-id-2' id='type-id-502'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='248' id='type-id-942'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='248' id='type-id-942'>
       <subrange length='31' type-id='type-id-2' id='type-id-943'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='288' id='type-id-944'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='288' id='type-id-944'>
       <subrange length='36' type-id='type-id-2' id='type-id-498'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='24' id='type-id-945'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='24' id='type-id-945'>
       <subrange length='3' type-id='type-id-2' id='type-id-885'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='32' id='type-id-946'>
-      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='32' id='type-id-946'>
+      <subrange length='4' type-id='type-id-2' id='type-id-231'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='40' id='type-id-947'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='40' id='type-id-947'>
       <subrange length='5' type-id='type-id-2' id='type-id-818'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='48' id='type-id-948'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='48' id='type-id-948'>
       <subrange length='6' type-id='type-id-2' id='type-id-479'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='56' id='type-id-949'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='56' id='type-id-949'>
       <subrange length='7' type-id='type-id-2' id='type-id-950'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='64' id='type-id-951'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='64' id='type-id-951'>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-311' size-in-bits='72' id='type-id-952'>
+    <array-type-def dimensions='1' type-id='type-id-312' size-in-bits='72' id='type-id-952'>
       <subrange length='9' type-id='type-id-2' id='type-id-953'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='512' id='type-id-954'>
-      <subrange length='8' type-id='type-id-2' id='type-id-326'/>
+    <array-type-def dimensions='1' type-id='type-id-372' size-in-bits='512' id='type-id-954'>
+      <subrange length='8' type-id='type-id-2' id='type-id-327'/>
     </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-43'/>
-    <type-decl name='unsigned char' size-in-bits='8' id='type-id-101'/>
-    <type-decl name='unsigned int' size-in-bits='32' id='type-id-111'/>
-    <array-type-def dimensions='1' type-id='type-id-111' size-in-bits='64' id='type-id-955'>
+    <type-decl name='unnamed-enum-underlying-type-32' is-anonymous='yes' size-in-bits='32' alignment-in-bits='32' id='type-id-46'/>
+    <type-decl name='unsigned char' size-in-bits='8' id='type-id-104'/>
+    <type-decl name='unsigned int' size-in-bits='32' id='type-id-114'/>
+    <array-type-def dimensions='1' type-id='type-id-114' size-in-bits='64' id='type-id-955'>
       <subrange length='2' type-id='type-id-2' id='type-id-502'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='1024' id='type-id-956'>
-      <subrange length='16' type-id='type-id-2' id='type-id-76'/>
+      <subrange length='16' type-id='type-id-2' id='type-id-79'/>
     </array-type-def>
-    <type-decl name='unsigned short int' size-in-bits='16' id='type-id-28'/>
+    <type-decl name='unsigned short int' size-in-bits='16' id='type-id-31'/>
     <type-decl name='void' id='type-id-3'/>
     <class-decl name='PyBytesObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-957' visibility='default' filepath='./Include/cpython/bytesobject.h' line='5' column='1' id='type-id-958'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/cpython/bytesobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' 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-306' visibility='default' filepath='./Include/cpython/bytesobject.h' line='7' column='1'/>
+        <var-decl name='ob_shash' type-id='type-id-17' 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-373' visibility='default' filepath='./Include/cpython/bytesobject.h' line='8' column='1'/>
+        <var-decl name='ob_sval' type-id='type-id-374' visibility='default' filepath='./Include/cpython/bytesobject.h' line='8' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyBytesObject' type-id='type-id-958' filepath='./Include/cpython/bytesobject.h' line='15' column='1' id='type-id-957'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyCoCached' type-id='type-id-960' filepath='./Include/cpython/code.h' line='16' column='1' id='type-id-959'/>
-    <class-decl name='_PyExecutorArray' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-374' visibility='default' filepath='./Include/cpython/code.h' line='18' column='1' id='type-id-375'>
+    <class-decl name='_PyExecutorArray' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-375' visibility='default' filepath='./Include/cpython/code.h' line='18' column='1' id='type-id-376'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='19' column='1'/>
       </data-member>
         <var-decl name='capacity' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='20' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='executors' type-id='type-id-376' visibility='default' filepath='./Include/cpython/code.h' line='21' column='1'/>
+        <var-decl name='executors' type-id='type-id-377' visibility='default' filepath='./Include/cpython/code.h' line='21' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyExecutorArray' type-id='type-id-375' filepath='./Include/cpython/code.h' line='22' column='1' id='type-id-374'/>
-    <class-decl name='PyCodeObject' size-in-bits='1728' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1' id='type-id-368'>
+    <typedef-decl name='_PyExecutorArray' type-id='type-id-376' filepath='./Include/cpython/code.h' line='22' column='1' id='type-id-375'/>
+    <class-decl name='PyCodeObject' size-in-bits='1728' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1' id='type-id-369'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='co_consts' type-id='type-id-6' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
         <var-decl name='co_nfreevars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='115' 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='115' column='1'/>
+        <var-decl name='co_version' type-id='type-id-325' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='co_localsplusnames' type-id='type-id-6' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
         <var-decl name='co_weakreflist' type-id='type-id-6' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
-        <var-decl name='co_executors' type-id='type-id-369' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='co_executors' type-id='type-id-370' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='_co_cached' type-id='type-id-370' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='_co_cached' type-id='type-id-371' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1344'>
-        <var-decl name='_co_instrumentation_version' type-id='type-id-371' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='_co_instrumentation_version' type-id='type-id-372' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
-        <var-decl name='_co_monitoring' type-id='type-id-372' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='_co_monitoring' type-id='type-id-373' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
         <var-decl name='_co_unique_id' type-id='type-id-7' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
         <var-decl name='_co_firsttraceable' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
-        <var-decl name='co_extra' type-id='type-id-41' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='co_extra' type-id='type-id-44' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1664'>
-        <var-decl name='co_code_adaptive' type-id='type-id-373' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
+        <var-decl name='co_code_adaptive' type-id='type-id-374' visibility='default' filepath='./Include/cpython/code.h' line='115' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='PyCodeEvent' naming-typedef-id='type-id-961' filepath='./Include/cpython/code.h' line='230' column='1' id='type-id-962'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-962' filepath='./Include/cpython/code.h' line='234' column='1' id='type-id-961'/>
-    <typedef-decl name='PyCode_WatchCallback' type-id='type-id-963' filepath='./Include/cpython/code.h' line='246' column='1' id='type-id-364'/>
-    <class-decl name='Py_complex' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-362' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-964'>
+    <typedef-decl name='PyCode_WatchCallback' type-id='type-id-963' filepath='./Include/cpython/code.h' line='246' column='1' id='type-id-365'/>
+    <class-decl name='Py_complex' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-363' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-964'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='real' type-id='type-id-178' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>
+        <var-decl name='real' type-id='type-id-181' 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-178' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
+        <var-decl name='imag' type-id='type-id-181' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='Py_complex' type-id='type-id-964' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-362'/>
+    <typedef-decl name='Py_complex' type-id='type-id-964' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-363'/>
     <enum-decl name='PyContextEvent' naming-typedef-id='type-id-965' filepath='./Include/cpython/context.h' line='30' column='1' id='type-id-966'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='Py_CONTEXT_SWITCHED' value='1'/>
     </enum-decl>
     <typedef-decl name='PyContextEvent' type-id='type-id-966' filepath='./Include/cpython/context.h' line='37' column='1' id='type-id-965'/>
     <typedef-decl name='PyContext_WatchCallback' type-id='type-id-967' filepath='./Include/cpython/context.h' line='46' column='1' id='type-id-811'/>
     <typedef-decl name='wrapperfunc' type-id='type-id-968' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-969'/>
-    <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-382'>
+    <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-383'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-4' 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-41' visibility='default' filepath='./Include/cpython/descrobject.h' line='14' column='1'/>
+        <var-decl name='function' type-id='type-id-44' 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-969' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='PyDict_WatchEvent' naming-typedef-id='type-id-401' filepath='./Include/cpython/dictobject.h' line='88' column='1' id='type-id-970'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='PyDict_EVENT_ADDED' value='0'/>
       <enumerator name='PyDict_EVENT_MODIFIED' value='1'/>
       <enumerator name='PyDict_EVENT_DELETED' value='2'/>
     <typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-972' filepath='./Include/cpython/fileobject.h' line='12' column='1' id='type-id-404'/>
     <class-decl name='PyFunctionObject' size-in-bits='1216' is-struct='yes' naming-typedef-id='type-id-973' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-974'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-6' visibility='default' filepath='./Include/cpython/funcobject.h' line='38' column='1'/>
         <var-decl name='func_typeparams' type-id='type-id-6' 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='vectorcall' type-id='type-id-315' visibility='default' filepath='./Include/cpython/funcobject.h' line='46' column='1'/>
+        <var-decl name='vectorcall' type-id='type-id-316' visibility='default' filepath='./Include/cpython/funcobject.h' line='46' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
-        <var-decl name='func_version' type-id='type-id-324' visibility='default' filepath='./Include/cpython/funcobject.h' line='55' column='1'/>
+        <var-decl name='func_version' type-id='type-id-325' visibility='default' filepath='./Include/cpython/funcobject.h' line='55' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyFunctionObject' type-id='type-id-974' filepath='./Include/cpython/funcobject.h' line='62' column='1' id='type-id-973'/>
     <enum-decl name='PyFunction_WatchEvent' naming-typedef-id='type-id-975' filepath='./Include/cpython/funcobject.h' line='139' column='1' id='type-id-976'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-976' filepath='./Include/cpython/funcobject.h' line='143' column='1' id='type-id-975'/>
-    <typedef-decl name='PyFunction_WatchCallback' type-id='type-id-977' filepath='./Include/cpython/funcobject.h' line='160' column='1' id='type-id-416'/>
+    <typedef-decl name='PyFunction_WatchCallback' type-id='type-id-977' filepath='./Include/cpython/funcobject.h' line='160' column='1' id='type-id-417'/>
     <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='5' column='1' id='type-id-978'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-4' visibility='default' filepath='./Include/cpython/import.h' line='6' column='1'/>
         <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-244' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
+        <var-decl name='items' type-id='type-id-246' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyWideStringList' type-id='type-id-980' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-979'/>
         <var-decl name='dump_refs' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='dump_refs_file' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='151' column='1'/>
+        <var-decl name='dump_refs_file' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='151' 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='152' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='filesystem_encoding' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='153' column='1'/>
+        <var-decl name='filesystem_encoding' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='filesystem_errors' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='154' column='1'/>
+        <var-decl name='filesystem_errors' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='pycache_prefix' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>
+        <var-decl name='pycache_prefix' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' 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='156' column='1'/>
         <var-decl name='buffered_stdio' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='173' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1856'>
-        <var-decl name='stdio_encoding' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='174' column='1'/>
+        <var-decl name='stdio_encoding' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='174' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1920'>
-        <var-decl name='stdio_errors' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='175' column='1'/>
+        <var-decl name='stdio_errors' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='175' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1984'>
-        <var-decl name='check_hash_pycs_mode' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='179' column='1'/>
+        <var-decl name='check_hash_pycs_mode' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='179' 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='180' column='1'/>
         <var-decl name='pathconfig_warnings' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='196' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2304'>
-        <var-decl name='program_name' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='197' column='1'/>
+        <var-decl name='program_name' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='197' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2368'>
-        <var-decl name='pythonpath_env' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='198' column='1'/>
+        <var-decl name='pythonpath_env' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='198' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2432'>
-        <var-decl name='home' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='199' column='1'/>
+        <var-decl name='home' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2496'>
-        <var-decl name='platlibdir' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='200' column='1'/>
+        <var-decl name='platlibdir' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='200' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2560'>
         <var-decl name='module_search_paths_set' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='203' column='1'/>
         <var-decl name='module_search_paths' type-id='type-id-979' visibility='default' filepath='./Include/cpython/initconfig.h' line='204' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2752'>
-        <var-decl name='stdlib_dir' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='205' column='1'/>
+        <var-decl name='stdlib_dir' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='205' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2816'>
-        <var-decl name='executable' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='206' column='1'/>
+        <var-decl name='executable' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='206' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2880'>
-        <var-decl name='base_executable' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='207' column='1'/>
+        <var-decl name='base_executable' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='207' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2944'>
-        <var-decl name='prefix' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='208' column='1'/>
+        <var-decl name='prefix' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='208' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3008'>
-        <var-decl name='base_prefix' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='209' column='1'/>
+        <var-decl name='base_prefix' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='209' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3072'>
-        <var-decl name='exec_prefix' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='210' column='1'/>
+        <var-decl name='exec_prefix' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='210' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3136'>
-        <var-decl name='base_exec_prefix' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='211' column='1'/>
+        <var-decl name='base_exec_prefix' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='211' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3200'>
         <var-decl name='skip_source_first_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='214' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3264'>
-        <var-decl name='run_command' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='215' column='1'/>
+        <var-decl name='run_command' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='215' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3328'>
-        <var-decl name='run_module' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='216' column='1'/>
+        <var-decl name='run_module' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='216' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3392'>
-        <var-decl name='run_filename' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='217' column='1'/>
+        <var-decl name='run_filename' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='217' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3456'>
-        <var-decl name='sys_path_0' type-id='type-id-69' visibility='default' filepath='./Include/cpython/initconfig.h' line='220' column='1'/>
+        <var-decl name='sys_path_0' type-id='type-id-72' visibility='default' filepath='./Include/cpython/initconfig.h' line='220' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3520'>
         <var-decl name='_install_importlib' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='226' column='1'/>
         <var-decl name='_is_python_build' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='232' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyConfig' type-id='type-id-983' filepath='./Include/cpython/initconfig.h' line='244' column='1' id='type-id-274'/>
+    <typedef-decl name='PyConfig' type-id='type-id-983' filepath='./Include/cpython/initconfig.h' line='244' column='1' id='type-id-276'/>
     <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-984'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_bits' type-id='type-id-311' visibility='default' filepath='./Include/cpython/lock.h' line='30' column='1'/>
+        <var-decl name='_bits' type-id='type-id-312' visibility='default' filepath='./Include/cpython/lock.h' line='30' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyMutex' type-id='type-id-984' filepath='./Include/cpython/lock.h' line='31' column='1' id='type-id-754'/>
-    <typedef-decl name='digit' type-id='type-id-324' filepath='./Include/cpython/longintrepr.h' line='43' column='1' id='type-id-456'/>
+    <typedef-decl name='digit' type-id='type-id-325' filepath='./Include/cpython/longintrepr.h' line='43' column='1' id='type-id-456'/>
     <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-985'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='lv_tag' type-id='type-id-371' visibility='default' filepath='./Include/cpython/longintrepr.h' line='94' column='1'/>
+        <var-decl name='lv_tag' type-id='type-id-372' 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-875' visibility='default' filepath='./Include/cpython/longintrepr.h' line='95' column='1'/>
     <typedef-decl name='_PyLongValue' type-id='type-id-985' filepath='./Include/cpython/longintrepr.h' line='96' column='1' id='type-id-986'/>
     <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-987'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/longintrepr.h' line='99' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-986' 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-988' visibility='default' filepath='./Include/cpython/modsupport.h' line='7' column='1' id='type-id-989'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-311' visibility='default' filepath='./Include/cpython/modsupport.h' line='8' column='1'/>
+        <var-decl name='v' type-id='type-id-312' visibility='default' filepath='./Include/cpython/modsupport.h' line='8' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyOnceFlag' type-id='type-id-989' filepath='./Include/cpython/modsupport.h' line='9' column='1' id='type-id-988'/>
         <var-decl name='kwtuple' type-id='type-id-6' 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-278' visibility='default' filepath='./Include/cpython/modsupport.h' line='22' column='1'/>
+        <var-decl name='next' type-id='type-id-280' 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-595' visibility='default' filepath='./Include/cpython/object.h' line='61' column='1' id='type-id-992'>
         <var-decl name='nb_absolute' type-id='type-id-995' visibility='default' filepath='./Include/cpython/object.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='nb_bool' type-id='type-id-319' visibility='default' filepath='./Include/cpython/object.h' line='75' column='1'/>
+        <var-decl name='nb_bool' type-id='type-id-320' visibility='default' filepath='./Include/cpython/object.h' line='75' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='nb_invert' type-id='type-id-995' visibility='default' filepath='./Include/cpython/object.h' line='76' column='1'/>
         <var-decl name='nb_int' type-id='type-id-995' visibility='default' filepath='./Include/cpython/object.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='nb_reserved' type-id='type-id-41' visibility='default' filepath='./Include/cpython/object.h' line='83' column='1'/>
+        <var-decl name='nb_reserved' type-id='type-id-44' visibility='default' filepath='./Include/cpython/object.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
         <var-decl name='nb_float' type-id='type-id-995' visibility='default' filepath='./Include/cpython/object.h' line='84' column='1'/>
         <var-decl name='sq_item' type-id='type-id-998' visibility='default' filepath='./Include/cpython/object.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='was_sq_slice' type-id='type-id-41' visibility='default' filepath='./Include/cpython/object.h' line='113' column='1'/>
+        <var-decl name='was_sq_slice' type-id='type-id-44' visibility='default' filepath='./Include/cpython/object.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='sq_ass_item' type-id='type-id-999' visibility='default' filepath='./Include/cpython/object.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='was_sq_ass_slice' type-id='type-id-41' visibility='default' filepath='./Include/cpython/object.h' line='115' column='1'/>
+        <var-decl name='was_sq_ass_slice' type-id='type-id-44' visibility='default' filepath='./Include/cpython/object.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='sq_contains' type-id='type-id-1000' visibility='default' filepath='./Include/cpython/object.h' line='116' column='1'/>
     <typedef-decl name='PyBufferProcs' type-id='type-id-1006' filepath='./Include/cpython/object.h' line='140' column='1' id='type-id-598'/>
     <class-decl name='_typeobject' size-in-bits='3328' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='148' column='1' id='type-id-1008'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/cpython/object.h' line='149' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/cpython/object.h' line='149' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='tp_name' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='150' column='1'/>
         <var-decl name='tp_doc' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='183' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
-        <var-decl name='tp_traverse' type-id='type-id-318' visibility='default' filepath='./Include/cpython/object.h' line='187' column='1'/>
+        <var-decl name='tp_traverse' type-id='type-id-319' visibility='default' filepath='./Include/cpython/object.h' line='187' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1536'>
-        <var-decl name='tp_clear' type-id='type-id-319' visibility='default' filepath='./Include/cpython/object.h' line='190' column='1'/>
+        <var-decl name='tp_clear' type-id='type-id-320' visibility='default' filepath='./Include/cpython/object.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
         <var-decl name='tp_richcompare' type-id='type-id-1021' visibility='default' filepath='./Include/cpython/object.h' line='194' column='1'/>
         <var-decl name='tp_iternext' type-id='type-id-1023' visibility='default' filepath='./Include/cpython/object.h' line='201' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1856'>
-        <var-decl name='tp_methods' type-id='type-id-182' visibility='default' filepath='./Include/cpython/object.h' line='204' column='1'/>
+        <var-decl name='tp_methods' type-id='type-id-185' visibility='default' filepath='./Include/cpython/object.h' line='204' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1920'>
-        <var-decl name='tp_members' type-id='type-id-384' visibility='default' filepath='./Include/cpython/object.h' line='205' column='1'/>
+        <var-decl name='tp_members' type-id='type-id-385' visibility='default' filepath='./Include/cpython/object.h' line='205' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1984'>
-        <var-decl name='tp_getset' type-id='type-id-385' visibility='default' filepath='./Include/cpython/object.h' line='206' column='1'/>
+        <var-decl name='tp_getset' type-id='type-id-386' visibility='default' filepath='./Include/cpython/object.h' line='206' 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='208' column='1'/>
         <var-decl name='tp_free' type-id='type-id-473' visibility='default' filepath='./Include/cpython/object.h' line='216' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2624'>
-        <var-decl name='tp_is_gc' type-id='type-id-319' visibility='default' filepath='./Include/cpython/object.h' line='217' column='1'/>
+        <var-decl name='tp_is_gc' type-id='type-id-320' visibility='default' filepath='./Include/cpython/object.h' line='217' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2688'>
         <var-decl name='tp_bases' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='218' column='1'/>
         <var-decl name='tp_cache' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='220' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2880'>
-        <var-decl name='tp_subclasses' type-id='type-id-41' visibility='default' filepath='./Include/cpython/object.h' line='221' column='1'/>
+        <var-decl name='tp_subclasses' type-id='type-id-44' visibility='default' filepath='./Include/cpython/object.h' line='221' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2944'>
         <var-decl name='tp_weaklist' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='222' column='1'/>
         <var-decl name='tp_del' type-id='type-id-1009' visibility='default' filepath='./Include/cpython/object.h' line='223' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3072'>
-        <var-decl name='tp_version_tag' type-id='type-id-111' visibility='default' filepath='./Include/cpython/object.h' line='228' column='1'/>
+        <var-decl name='tp_version_tag' type-id='type-id-114' visibility='default' filepath='./Include/cpython/object.h' line='228' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3136'>
         <var-decl name='tp_finalize' type-id='type-id-1009' visibility='default' filepath='./Include/cpython/object.h' line='230' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3200'>
-        <var-decl name='tp_vectorcall' type-id='type-id-315' visibility='default' filepath='./Include/cpython/object.h' line='231' column='1'/>
+        <var-decl name='tp_vectorcall' type-id='type-id-316' visibility='default' filepath='./Include/cpython/object.h' line='231' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3264'>
-        <var-decl name='tp_watched' type-id='type-id-101' visibility='default' filepath='./Include/cpython/object.h' line='234' column='1'/>
+        <var-decl name='tp_watched' type-id='type-id-104' visibility='default' filepath='./Include/cpython/object.h' line='234' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3280'>
-        <var-decl name='tp_versions_used' type-id='type-id-350' visibility='default' filepath='./Include/cpython/object.h' line='241' column='1'/>
+        <var-decl name='tp_versions_used' type-id='type-id-351' visibility='default' filepath='./Include/cpython/object.h' line='241' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyType_WatchCallback' type-id='type-id-1029' filepath='./Include/cpython/object.h' line='449' column='1' id='type-id-604'/>
     <enum-decl name='PyRefTracerEvent' naming-typedef-id='type-id-1030' filepath='./Include/cpython/object.h' line='463' column='1' id='type-id-1031'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='PyRefTracer_CREATE' value='0'/>
       <enumerator name='PyRefTracer_DESTROY' value='1'/>
     </enum-decl>
     <typedef-decl name='PyRefTracer' type-id='type-id-1032' filepath='./Include/cpython/object.h' line='468' column='1' id='type-id-489'/>
     <class-decl name='PyObjectArenaAllocator' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-567' visibility='default' filepath='./Include/cpython/objimpl.h' line='59' column='1' id='type-id-1033'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ctx' type-id='type-id-41' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
+        <var-decl name='ctx' type-id='type-id-44' 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-1034' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>
     <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-1033' filepath='./Include/cpython/objimpl.h' line='68' column='1' id='type-id-567'/>
     <class-decl name='PyBaseExceptionObject' size-in-bits='576' is-struct='yes' naming-typedef-id='type-id-1036' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-1037'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-6' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
         <var-decl name='cause' type-id='type-id-6' 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-64' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
+        <var-decl name='suppress_context' type-id='type-id-67' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyBaseExceptionObject' type-id='type-id-1037' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-1036'/>
-    <typedef-decl name='atexit_datacallbackfunc' type-id='type-id-574' filepath='./Include/cpython/pylifecycle.h' line='87' column='1' id='type-id-40'/>
+    <typedef-decl name='atexit_datacallbackfunc' type-id='type-id-574' filepath='./Include/cpython/pylifecycle.h' line='87' column='1' id='type-id-43'/>
     <class-decl name='PyMemAllocatorEx' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-565' visibility='default' filepath='./Include/cpython/pymem.h' line='33' column='1' id='type-id-1038'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ctx' type-id='type-id-41' visibility='default' filepath='./Include/cpython/pymem.h' line='35' column='1'/>
+        <var-decl name='ctx' type-id='type-id-44' 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-1034' visibility='default' filepath='./Include/cpython/pymem.h' line='38' column='1'/>
         <var-decl name='debugger_pending_call' type-id='type-id-458' visibility='default' filepath='./Include/cpython/pystate.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='debugger_script_path' type-id='type-id-304' visibility='default' filepath='./Include/cpython/pystate.h' line='34' column='1'/>
+        <var-decl name='debugger_script_path' type-id='type-id-306' visibility='default' filepath='./Include/cpython/pystate.h' line='34' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyRemoteDebuggerSupport' type-id='type-id-1045' filepath='./Include/cpython/pystate.h' line='35' column='1' id='type-id-1044'/>
         <var-decl name='previous_item' type-id='type-id-1047' visibility='default' filepath='./Include/cpython/pystate.h' line='53' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyErr_StackItem' type-id='type-id-1046' filepath='./Include/cpython/pystate.h' line='55' column='1' id='type-id-422'/>
+    <typedef-decl name='_PyErr_StackItem' type-id='type-id-1046' filepath='./Include/cpython/pystate.h' line='55' column='1' id='type-id-423'/>
     <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='57' column='1' id='type-id-1048'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='previous' type-id='type-id-1049' visibility='default' filepath='./Include/cpython/pystate.h' line='58' column='1'/>
         <var-decl name='top' type-id='type-id-14' visibility='default' filepath='./Include/cpython/pystate.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='data' type-id='type-id-395' visibility='default' filepath='./Include/cpython/pystate.h' line='61' column='1'/>
+        <var-decl name='data' type-id='type-id-396' visibility='default' filepath='./Include/cpython/pystate.h' line='61' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyStackChunk' type-id='type-id-1048' filepath='./Include/cpython/pystate.h' line='62' column='1' id='type-id-1050'/>
-    <class-decl name='_ts' size-in-bits='6592' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='66' column='1' id='type-id-1051'>
+    <class-decl name='_ts' size-in-bits='6656' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='66' column='1' id='type-id-1051'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='prev' type-id='type-id-37' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>
+        <var-decl name='prev' type-id='type-id-40' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='next' type-id='type-id-37' visibility='default' filepath='./Include/cpython/pystate.h' line='70' column='1'/>
+        <var-decl name='next' type-id='type-id-40' visibility='default' filepath='./Include/cpython/pystate.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='interp' type-id='type-id-39' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1'/>
+        <var-decl name='interp' type-id='type-id-42' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='eval_breaker' type-id='type-id-371' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
+        <var-decl name='eval_breaker' type-id='type-id-372' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='_status' type-id='type-id-1052' visibility='default' filepath='./Include/cpython/pystate.h' line='101' column='1'/>
         <var-decl name='what_event' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pystate.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='current_frame' type-id='type-id-433' visibility='default' filepath='./Include/cpython/pystate.h' line='132' column='1'/>
+        <var-decl name='current_frame' type-id='type-id-415' visibility='default' filepath='./Include/cpython/pystate.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='c_profilefunc' type-id='type-id-1043' visibility='default' filepath='./Include/cpython/pystate.h' line='134' column='1'/>
         <var-decl name='current_exception' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pystate.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='exc_info' type-id='type-id-242' visibility='default' filepath='./Include/cpython/pystate.h' line='145' column='1'/>
+        <var-decl name='exc_info' type-id='type-id-244' visibility='default' filepath='./Include/cpython/pystate.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
         <var-decl name='dict' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pystate.h' line='147' column='1'/>
         <var-decl name='delete_later' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pystate.h' line='160' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
-        <var-decl name='critical_section' type-id='type-id-371' visibility='default' filepath='./Include/cpython/pystate.h' line='167' column='1'/>
+        <var-decl name='critical_section' type-id='type-id-372' visibility='default' filepath='./Include/cpython/pystate.h' line='167' 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='169' column='1'/>
         <var-decl name='context' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pystate.h' line='174' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1728'>
-        <var-decl name='context_ver' type-id='type-id-117' visibility='default' filepath='./Include/cpython/pystate.h' line='175' column='1'/>
+        <var-decl name='context_ver' type-id='type-id-120' visibility='default' filepath='./Include/cpython/pystate.h' line='175' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1792'>
-        <var-decl name='id' type-id='type-id-117' visibility='default' filepath='./Include/cpython/pystate.h' line='178' column='1'/>
+        <var-decl name='id' type-id='type-id-120' visibility='default' filepath='./Include/cpython/pystate.h' line='178' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1856'>
         <var-decl name='datastack_chunk' type-id='type-id-1053' visibility='default' filepath='./Include/cpython/pystate.h' line='180' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1920'>
-        <var-decl name='datastack_top' type-id='type-id-241' visibility='default' filepath='./Include/cpython/pystate.h' line='181' column='1'/>
+        <var-decl name='datastack_top' type-id='type-id-18' visibility='default' filepath='./Include/cpython/pystate.h' line='181' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1984'>
-        <var-decl name='datastack_limit' type-id='type-id-241' visibility='default' filepath='./Include/cpython/pystate.h' line='182' column='1'/>
+        <var-decl name='datastack_limit' type-id='type-id-18' visibility='default' filepath='./Include/cpython/pystate.h' line='182' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2048'>
-        <var-decl name='exc_state' type-id='type-id-422' visibility='default' filepath='./Include/cpython/pystate.h' line='197' column='1'/>
+        <var-decl name='exc_state' type-id='type-id-423' visibility='default' filepath='./Include/cpython/pystate.h' line='197' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2176'>
         <var-decl name='current_executor' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pystate.h' line='199' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2240'>
-        <var-decl name='dict_global_version' type-id='type-id-117' visibility='default' filepath='./Include/cpython/pystate.h' line='201' column='1'/>
+        <var-decl name='dict_global_version' type-id='type-id-120' visibility='default' filepath='./Include/cpython/pystate.h' line='201' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2304'>
         <var-decl name='threading_local_key' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pystate.h' line='204' column='1'/>
       <data-member access='public' layout-offset-in-bits='2432'>
         <var-decl name='remote_debugger_support' type-id='type-id-1044' visibility='default' filepath='./Include/cpython/pystate.h' line='210' column='1'/>
       </data-member>
+      <data-member access='public' layout-offset-in-bits='6592'>
+        <var-decl name='datastack_cached_chunk' type-id='type-id-1053' visibility='default' filepath='./Include/cpython/pystate.h' line='212' column='1'/>
+      </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__31' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='78' column='1' id='type-id-1052'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='initialized' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='83' column='1'/>
+        <var-decl name='initialized' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1'>
-        <var-decl name='bound' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='86' column='1'/>
+        <var-decl name='bound' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2'>
-        <var-decl name='unbound' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='88' column='1'/>
+        <var-decl name='unbound' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='88' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3'>
-        <var-decl name='bound_gilstate' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='90' column='1'/>
+        <var-decl name='bound_gilstate' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='90' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4'>
-        <var-decl name='active' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='92' column='1'/>
+        <var-decl name='active' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5'>
-        <var-decl name='finalizing' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='95' column='1'/>
+        <var-decl name='finalizing' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='95' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6'>
-        <var-decl name='cleared' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='96' column='1'/>
+        <var-decl name='cleared' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='96' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7'>
-        <var-decl name='finalized' type-id='type-id-111' visibility='default' filepath='./Include/cpython/pystate.h' line='97' column='1'/>
+        <var-decl name='finalized' type-id='type-id-114' visibility='default' filepath='./Include/cpython/pystate.h' line='97' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-1054' filepath='./Include/cpython/pystate.h' line='269' column='1' id='type-id-1055'/>
+    <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-1054' filepath='./Include/cpython/pystate.h' line='271' column='1' id='type-id-1055'/>
     <class-decl name='_Py_tss_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/cpython/pythread.h' line='35' column='1' id='type-id-1056'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_is_initialized' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pythread.h' line='36' column='1'/>
         <var-decl name='_key' type-id='type-id-571' visibility='default' filepath='./Include/cpython/pythread.h' line='37' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyTime_t' type-id='type-id-411' filepath='./Include/cpython/pytime.h' line='10' column='1' id='type-id-34'/>
+    <typedef-decl name='PyTime_t' type-id='type-id-411' filepath='./Include/cpython/pytime.h' line='10' column='1' id='type-id-37'/>
     <class-decl name='PyTupleObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1057' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-1058'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/cpython/tupleobject.h' line='6' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' 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_hash' type-id='type-id-306' visibility='default' filepath='./Include/cpython/tupleobject.h' line='8' column='1'/>
+        <var-decl name='ob_hash' type-id='type-id-17' visibility='default' filepath='./Include/cpython/tupleobject.h' line='8' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='ob_item' type-id='type-id-395' visibility='default' filepath='./Include/cpython/tupleobject.h' line='12' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-396' visibility='default' filepath='./Include/cpython/tupleobject.h' line='12' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyTupleObject' type-id='type-id-1058' filepath='./Include/cpython/tupleobject.h' line='13' column='1' id='type-id-1057'/>
     <class-decl name='PyASCIIObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1059' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='54' column='1' id='type-id-1060'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='99' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-306' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='101' column='1'/>
+        <var-decl name='hash' type-id='type-id-17' 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-1061' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='162' column='1'/>
     </class-decl>
     <class-decl name='__anonymous_struct__61' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='107' column='1' id='type-id-1061'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='interned' type-id='type-id-111' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='121' column='1'/>
+        <var-decl name='interned' type-id='type-id-114' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2'>
-        <var-decl name='kind' type-id='type-id-111' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='145' column='1'/>
+        <var-decl name='kind' type-id='type-id-114' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5'>
-        <var-decl name='compact' type-id='type-id-111' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='150' column='1'/>
+        <var-decl name='compact' type-id='type-id-114' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='150' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6'>
-        <var-decl name='ascii' type-id='type-id-111' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='154' column='1'/>
+        <var-decl name='ascii' type-id='type-id-114' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7'>
-        <var-decl name='statically_allocated' type-id='type-id-111' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='156' column='1'/>
+        <var-decl name='statically_allocated' type-id='type-id-114' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='156' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyASCIIObject' type-id='type-id-1060' filepath='./Include/cpython/unicodeobject.h' line='163' column='1' id='type-id-1059'/>
         <var-decl name='utf8_length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='utf8' type-id='type-id-24' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='172' column='1'/>
+        <var-decl name='utf8' type-id='type-id-27' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='172' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-1063' filepath='./Include/cpython/unicodeobject.h' line='173' column='1' id='type-id-1062'/>
         <var-decl name='doc' type-id='type-id-4' 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-41' visibility='default' filepath='./Include/descrobject.h' line='16' column='1'/>
+        <var-decl name='closure' type-id='type-id-44' 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-1068'>
         <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-267' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-888' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>
     <typedef-decl name='asdl_int_seq' type-id='type-id-1070' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-1069'/>
     <typedef-decl name='expr_ty' type-id='type-id-1071' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-683'/>
     <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-1072'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-1072' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-748'/>
     <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-1073'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='And' value='1'/>
       <enumerator name='Or' value='2'/>
     </enum-decl>
     <typedef-decl name='boolop_ty' type-id='type-id-1073' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-801'/>
     <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-1074'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-1074' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-711'/>
     <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-1075'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-878' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-874' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-854' 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-267' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>
+        <var-decl name='elements' type-id='type-id-269' 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-892' visibility='default' filepath='./Include/internal/pycore_ast.h' line='110' column='1'/>
     </class-decl>
     <typedef-decl name='asdl_keyword_seq' type-id='type-id-1087' filepath='./Include/internal/pycore_ast.h' line='111' column='1' id='type-id-1086'/>
     <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='359' column='1' id='type-id-1088'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='BoolOp_kind' value='1'/>
       <enumerator name='NamedExpr_kind' value='2'/>
       <enumerator name='BinOp_kind' value='3'/>
     </class-decl>
     <class-decl name='_PyContextTokenMissing' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1118' visibility='default' filepath='./Include/internal/pycore_context.h' line='19' column='1' id='type-id-1119'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_context.h' line='20' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_context.h' line='20' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyContextTokenMissing' type-id='type-id-1119' filepath='./Include/internal/pycore_context.h' line='21' column='1' id='type-id-1118'/>
     <typedef-decl name='xid_freefunc' type-id='type-id-574' filepath='./Include/internal/pycore_crossinterp.h' line='43' column='1' id='type-id-1124'/>
     <class-decl name='_xidata' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='48' column='1' id='type-id-1120'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='data' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='52' column='1'/>
+        <var-decl name='data' type-id='type-id-44' 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-6' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='59' column='1'/>
         <var-decl name='cookie' type-id='type-id-866' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='version' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='69' column='1'/>
+        <var-decl name='version' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free_threaded' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='70' column='1'/>
+        <var-decl name='free_threaded' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='runtime_state' type-id='type-id-1146' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='76' column='1'/>
     </class-decl>
     <class-decl name='_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='72' column='1' id='type-id-1146'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='73' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='finalizing' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='74' column='1'/>
+        <var-decl name='finalizing' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='interpreters_head' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='75' column='1'/>
+        <var-decl name='interpreters_head' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='75' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_interpreter_state' size-in-bits='1024' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='79' column='1' id='type-id-1147'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='80' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='id' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='81' column='1'/>
+        <var-decl name='id' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='next' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='82' column='1'/>
+        <var-decl name='next' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='threads_head' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='83' column='1'/>
+        <var-decl name='threads_head' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='threads_main' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='84' column='1'/>
+        <var-decl name='threads_main' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='gc' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='85' column='1'/>
+        <var-decl name='gc' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='imports_modules' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='86' column='1'/>
+        <var-decl name='imports_modules' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='sysdict' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='87' column='1'/>
+        <var-decl name='sysdict' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='builtins' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='88' column='1'/>
+        <var-decl name='builtins' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='88' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='ceval_gil' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='89' column='1'/>
+        <var-decl name='ceval_gil' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='89' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='gil_runtime_state' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='90' column='1'/>
+        <var-decl name='gil_runtime_state' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='90' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='gil_runtime_state_enabled' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='91' column='1'/>
+        <var-decl name='gil_runtime_state_enabled' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='gil_runtime_state_locked' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='92' column='1'/>
+        <var-decl name='gil_runtime_state_locked' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='gil_runtime_state_holder' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='93' column='1'/>
+        <var-decl name='gil_runtime_state_holder' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='code_object_generation' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='94' column='1'/>
+        <var-decl name='code_object_generation' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='94' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='tlbc_generation' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='95' column='1'/>
+        <var-decl name='tlbc_generation' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='95' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_thread_state' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='99' column='1' id='type-id-1148'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='100' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='prev' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='101' column='1'/>
+        <var-decl name='prev' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='next' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='102' column='1'/>
+        <var-decl name='next' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='102' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='interp' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='103' column='1'/>
+        <var-decl name='interp' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='103' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='current_frame' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='104' column='1'/>
+        <var-decl name='current_frame' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='104' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='thread_id' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='105' column='1'/>
+        <var-decl name='thread_id' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='105' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='native_thread_id' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='106' column='1'/>
+        <var-decl name='native_thread_id' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='datastack_chunk' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='107' column='1'/>
+        <var-decl name='datastack_chunk' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='status' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='108' column='1'/>
+        <var-decl name='status' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='108' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_interpreter_frame' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='112' column='1' id='type-id-1149'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='113' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='114' column='1'/>
+        <var-decl name='previous' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='executable' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='115' column='1'/>
+        <var-decl name='executable' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='instr_ptr' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='116' column='1'/>
+        <var-decl name='instr_ptr' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='localsplus' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='117' column='1'/>
+        <var-decl name='localsplus' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='117' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='owner' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='118' column='1'/>
+        <var-decl name='owner' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='stackpointer' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='119' column='1'/>
+        <var-decl name='stackpointer' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='tlbc_index' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='120' column='1'/>
+        <var-decl name='tlbc_index' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='120' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_code_object' size-in-bits='704' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='124' column='1' id='type-id-1150'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='125' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='filename' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='126' column='1'/>
+        <var-decl name='filename' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='126' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='name' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='127' column='1'/>
+        <var-decl name='name' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='127' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='qualname' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='128' column='1'/>
+        <var-decl name='qualname' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='linetable' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='129' column='1'/>
+        <var-decl name='linetable' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='firstlineno' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='130' column='1'/>
+        <var-decl name='firstlineno' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='130' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='argcount' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='131' column='1'/>
+        <var-decl name='argcount' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='localsplusnames' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='132' column='1'/>
+        <var-decl name='localsplusnames' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='localspluskinds' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='133' column='1'/>
+        <var-decl name='localspluskinds' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='co_code_adaptive' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='134' column='1'/>
+        <var-decl name='co_code_adaptive' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='134' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='co_tlbc' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='135' column='1'/>
+        <var-decl name='co_tlbc' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='135' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_pyobject' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='139' column='1' id='type-id-1151'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='140' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_type' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='141' column='1'/>
+        <var-decl name='ob_type' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='141' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_type_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='145' column='1' id='type-id-1152'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='146' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='146' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tp_name' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='147' column='1'/>
+        <var-decl name='tp_name' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='147' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tp_repr' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='148' column='1'/>
+        <var-decl name='tp_repr' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='148' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='tp_flags' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='149' column='1'/>
+        <var-decl name='tp_flags' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='149' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_tuple_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='153' column='1' id='type-id-1153'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='154' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_item' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='155' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='155' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='156' column='1'/>
+        <var-decl name='ob_size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='156' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_list_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='160' column='1' id='type-id-1154'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='161' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='161' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_item' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='162' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='162' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='163' column='1'/>
+        <var-decl name='ob_size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='163' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_set_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='167' column='1' id='type-id-1155'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='168' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='168' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='used' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='169' column='1'/>
+        <var-decl name='used' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='169' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='table' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='170' column='1'/>
+        <var-decl name='table' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='mask' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='171' column='1'/>
+        <var-decl name='mask' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='171' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_dict_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='175' column='1' id='type-id-1156'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='176' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='176' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ma_keys' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='177' column='1'/>
+        <var-decl name='ma_keys' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='177' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ma_values' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='178' column='1'/>
+        <var-decl name='ma_values' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='178' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_float_object' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='182' column='1' id='type-id-1157'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='183' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='183' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_fval' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='184' column='1'/>
+        <var-decl name='ob_fval' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='184' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_long_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='188' column='1' id='type-id-1158'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='189' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lv_tag' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='190' column='1'/>
+        <var-decl name='lv_tag' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_digit' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='191' column='1'/>
+        <var-decl name='ob_digit' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='191' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_bytes_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='195' column='1' id='type-id-1159'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='196' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='196' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ob_size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='197' column='1'/>
+        <var-decl name='ob_size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='197' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_sval' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='198' column='1'/>
+        <var-decl name='ob_sval' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='198' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_unicode_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='202' column='1' id='type-id-1160'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='203' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='203' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='state' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='204' column='1'/>
+        <var-decl name='state' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='204' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='length' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='205' column='1'/>
+        <var-decl name='length' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='205' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='asciiobject_size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='206' column='1'/>
+        <var-decl name='asciiobject_size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='206' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_gc' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='210' column='1' id='type-id-1161'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='211' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='211' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='collecting' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='212' column='1'/>
+        <var-decl name='collecting' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='212' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_gen_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='216' column='1' id='type-id-1162'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='217' column='1'/>
+        <var-decl name='size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='217' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='gi_name' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='218' column='1'/>
+        <var-decl name='gi_name' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='218' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='gi_iframe' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='219' column='1'/>
+        <var-decl name='gi_iframe' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='219' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='gi_frame_state' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='220' column='1'/>
+        <var-decl name='gi_frame_state' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='220' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_llist_node' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='223' column='1' id='type-id-1163'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='224' column='1'/>
+        <var-decl name='next' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='224' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='prev' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='225' column='1'/>
+        <var-decl name='prev' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='225' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_debugger_support' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='228' column='1' id='type-id-1164'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='eval_breaker' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='229' column='1'/>
+        <var-decl name='eval_breaker' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='229' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='remote_debugger_support' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='230' column='1'/>
+        <var-decl name='remote_debugger_support' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='230' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='remote_debugging_enabled' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='231' column='1'/>
+        <var-decl name='remote_debugging_enabled' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='231' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='debugger_pending_call' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='232' column='1'/>
+        <var-decl name='debugger_pending_call' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='232' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='debugger_script_path' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='233' column='1'/>
+        <var-decl name='debugger_script_path' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='233' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='debugger_script_path_size' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='234' column='1'/>
+        <var-decl name='debugger_script_path_size' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_debug_offsets.h' line='234' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_DebugOffsets' type-id='type-id-1145' filepath='./Include/internal/pycore_debug_offsets.h' line='236' column='1' id='type-id-1165'/>
     <class-decl name='_Py_dict_state' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='14' column='1' id='type-id-1166'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_keys_version' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='15' column='1'/>
+        <var-decl name='next_keys_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='15' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='watchers' type-id='type-id-813' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='16' column='1'/>
         <var-decl name='previous' type-id='type-id-1170' 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-39' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='44' column='1'/>
+        <var-decl name='interp' type-id='type-id-42' 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='1408' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='49' column='1' id='type-id-1172'>
         <var-decl name='user_signals' type-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='stack' type-id='type-id-56' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='84' column='1'/>
+        <var-decl name='stack' type-id='type-id-59' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
-        <var-decl name='old_stack' type-id='type-id-56' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='85' column='1'/>
+        <var-decl name='old_stack' type-id='type-id-59' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='85' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__42' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='50' column='1' id='type-id-1173'>
         <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-39' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='55' column='1'/>
+        <var-decl name='interp' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='c_stack' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='59' column='1'/>
         <var-decl name='repeat' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='interp' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='67' column='1'/>
+        <var-decl name='interp' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='67' 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='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='header' type-id='type-id-24' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='69' column='1'/>
+        <var-decl name='header' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='header_len' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='cancel_event' type-id='type-id-243' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='74' column='1'/>
+        <var-decl name='cancel_event' type-id='type-id-245' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='running' type-id='type-id-243' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='76' column='1'/>
+        <var-decl name='running' type-id='type-id-245' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='76' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist_state.h' line='34' column='1' id='type-id-825'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='freelist' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_freelist_state.h' line='38' column='1'/>
+        <var-decl name='freelist' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_freelist_state.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_freelist_state.h' line='41' column='1'/>
         <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-37' visibility='default' filepath='./Include/internal/pycore_gil.h' line='44' column='1'/>
+        <var-decl name='last_holder' type-id='type-id-40' 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='identifiers' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='814' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='332096'>
-        <var-decl name='ascii' type-id='type-id-829' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='818' column='1'/>
+        <var-decl name='ascii' type-id='type-id-831' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='818' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='381248'>
-        <var-decl name='latin1' type-id='type-id-831' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='822' column='1'/>
+        <var-decl name='latin1' type-id='type-id-829' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='822' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__58' size-in-bits='9856' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1' id='type-id-1181'>
         <var-decl name='_data' type-id='type-id-932' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__839' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='815' column='1' id='type-id-828'>
+    <class-decl name='__anonymous_struct__839' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='815' column='1' id='type-id-830'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_ascii' type-id='type-id-1059' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='816' column='1'/>
       </data-member>
         <var-decl name='_data' type-id='type-id-941' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='817' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__840' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='819' column='1' id='type-id-830'>
+    <class-decl name='__anonymous_struct__840' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='819' column='1' id='type-id-828'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_latin1' type-id='type-id-1062' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='820' column='1'/>
       </data-member>
         <var-decl name='key_hash' type-id='type-id-1219' 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-41' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='33' column='1'/>
+        <var-decl name='key' type-id='type-id-44' 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-41' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='34' column='1'/>
+        <var-decl name='value' type-id='type-id-44' 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-1218' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-1217'/>
     <typedef-decl name='_Py_GlobalMonitors' type-id='type-id-1230' filepath='./Include/internal/pycore_instruments.h' line='88' column='1' id='type-id-1231'/>
     <class-decl name='_PyCoLineInstrumentationData' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-1232' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='94' column='1' id='type-id-1233'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='bytes_per_entry' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='95' column='1'/>
+        <var-decl name='bytes_per_entry' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='95' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
         <var-decl name='data' type-id='type-id-926' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='96' column='1'/>
         <var-decl name='per_instruction_tools' type-id='type-id-1235' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='120' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_pending_call_func' type-id='type-id-255' filepath='./Include/internal/pycore_interp_structs.h' line='31' column='1' id='type-id-1237'/>
+    <typedef-decl name='_Py_pending_call_func' type-id='type-id-257' filepath='./Include/internal/pycore_interp_structs.h' line='31' column='1' id='type-id-1237'/>
     <class-decl name='_pending_call' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='33' column='1' id='type-id-841'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='func' type-id='type-id-1237' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='arg' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='35' column='1'/>
+        <var-decl name='arg' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='35' 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_interp_structs.h' line='36' column='1'/>
     </class-decl>
     <class-decl name='_pending_calls' size-in-bits='57856' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='41' column='1' id='type-id-1238'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='handling_thread' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='42' column='1'/>
+        <var-decl name='handling_thread' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='42' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='mutex' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='43' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='perf_status_t' naming-typedef-id='type-id-1239' filepath='./Include/internal/pycore_interp_structs.h' line='60' column='1' id='type-id-1240'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-1243' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free_state' type-id='type-id-255' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='73' column='1'/>
+        <var-decl name='free_state' type-id='type-id-257' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='state' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='74' column='1'/>
+        <var-decl name='state' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='74' 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_interp_structs.h' line='75' column='1'/>
         <var-decl name='trampoline_api' type-id='type-id-1241' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='map_file' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='88' column='1'/>
+        <var-decl name='map_file' type-id='type-id-70' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='88' 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_interp_structs.h' line='89' column='1'/>
     </class-decl>
     <class-decl name='_ceval_state' size-in-bits='58112' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='107' column='1' id='type-id-1247'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='instrumentation_version' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='111' column='1'/>
+        <var-decl name='instrumentation_version' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='111' 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_interp_structs.h' line='112' column='1'/>
         <var-decl name='pending' type-id='type-id-1238' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='115' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='atexit_callbackfunc' type-id='type-id-232' filepath='./Include/internal/pycore_interp_structs.h' line='122' column='1' id='type-id-855'/>
+    <typedef-decl name='atexit_callbackfunc' type-id='type-id-235' filepath='./Include/internal/pycore_interp_structs.h' line='122' column='1' id='type-id-855'/>
     <class-decl name='_atexit_runtime_state' size-in-bits='2176' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='124' column='1' id='type-id-1249'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='mutex' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='125' column='1'/>
     </class-decl>
     <class-decl name='atexit_callback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='137' column='1' id='type-id-1250'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='138' column='1'/>
+        <var-decl name='func' type-id='type-id-43' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='138' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='data' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='139' column='1'/>
+        <var-decl name='data' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='139' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='next' type-id='type-id-1251' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='140' column='1'/>
     </class-decl>
     <class-decl name='PyGC_Head' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1254' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='162' column='1' id='type-id-1255'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_gc_next' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='165' column='1'/>
+        <var-decl name='_gc_next' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='165' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='_gc_prev' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='169' column='1'/>
+        <var-decl name='_gc_prev' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='169' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyGC_Head' type-id='type-id-1255' filepath='./Include/internal/pycore_interp_structs.h' line='170' column='1' id='type-id-1254'/>
         <var-decl name='uncollectable' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='195' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_gc_runtime_state' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='207' column='1' id='type-id-272'>
+    <class-decl name='_gc_runtime_state' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='207' column='1' id='type-id-274'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='trash_delete_later' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='210' column='1'/>
       </data-member>
         <var-decl name='import_level' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='328' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='accumulated' type-id='type-id-34' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='329' column='1'/>
+        <var-decl name='accumulated' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='329' 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_interp_structs.h' line='330' column='1'/>
         <var-decl name='mutex' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='369' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='requested' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='373' column='1'/>
+        <var-decl name='requested' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='373' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='world_stopped' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='374' column='1'/>
+        <var-decl name='world_stopped' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='374' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='is_global' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='375' column='1'/>
+        <var-decl name='is_global' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='375' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
         <var-decl name='stop_event' type-id='type-id-1265' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='377' column='1'/>
         <var-decl name='thread_countdown' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='378' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='requester' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='380' column='1'/>
+        <var-decl name='requester' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='380' 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_structs.h' line='385' column='1' id='type-id-1266'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='set_class' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='387' column='1'/>
+        <var-decl name='set_class' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='387' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='set_bases' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='389' column='1'/>
+        <var-decl name='set_bases' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='389' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='set_eval_frame_func' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='391' column='1'/>
+        <var-decl name='set_eval_frame_func' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='391' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='builtin_dict' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='393' column='1'/>
+        <var-decl name='builtin_dict' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='393' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='func_modification' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='395' column='1'/>
+        <var-decl name='func_modification' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='395' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_rare_events' type-id='type-id-1266' filepath='./Include/internal/pycore_interp_structs.h' line='396' column='1' id='type-id-1267'/>
         <var-decl name='preallocated' type-id='type-id-876' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='431' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='19456'>
-        <var-decl name='preallocated_next' type-id='type-id-186' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='432' column='1'/>
+        <var-decl name='preallocated_next' type-id='type-id-189' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='432' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_py_code_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='437' column='1' id='type-id-1270'>
     </class-decl>
     <class-decl name='_func_version_cache_item' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='445' column='1' id='type-id-839'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='446' column='1'/>
+        <var-decl name='func' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='446' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='code' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='447' column='1'/>
     </class-decl>
     <class-decl name='_py_func_state' size-in-bits='524352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='450' column='1' id='type-id-1271'>
       <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_interp_structs.h' line='456' column='1'/>
+        <var-decl name='next_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='456' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='func_version_cache' type-id='type-id-840' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='461' column='1'/>
     </class-decl>
     <class-decl name='_types_runtime_state' size-in-bits='26944' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='477' column='1' id='type-id-1272'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_version_tag' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='481' column='1'/>
+        <var-decl name='next_version_tag' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='481' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='managed_static' type-id='type-id-1273' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='488' column='1'/>
     </class-decl>
     <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='494' column='1' id='type-id-906'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='version' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='495' column='1'/>
+        <var-decl name='version' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='495' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='499' column='1'/>
     <typedef-decl name='managed_static_type_state' type-id='type-id-1275' filepath='./Include/internal/pycore_interp_structs.h' line='523' column='1' id='type-id-486'/>
     <class-decl name='types_state' size-in-bits='1129536' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='527' column='1' id='type-id-1276'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_version_tag' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='531' column='1'/>
+        <var-decl name='next_version_tag' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='531' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='type_cache' type-id='type-id-1274' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='533' column='1'/>
         <var-decl name='lock' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='596' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='filters_version' type-id='type-id-188' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='597' column='1'/>
+        <var-decl name='filters_version' type-id='type-id-191' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='597' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='context' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='598' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='_Py_error_handler' naming-typedef-id='type-id-616' filepath='./Include/internal/pycore_interp_structs.h' line='610' column='1' id='type-id-1282'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='_Py_ERROR_UNKNOWN' value='0'/>
       <enumerator name='_Py_ERROR_STRICT' value='1'/>
       <enumerator name='_Py_ERROR_SURROGATEESCAPE' value='2'/>
     </class-decl>
     <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='635' column='1' id='type-id-1285'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='encoding' type-id='type-id-24' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='636' column='1'/>
+        <var-decl name='encoding' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='636' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='utf8' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='637' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='errors' type-id='type-id-24' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='638' column='1'/>
+        <var-decl name='errors' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='638' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='error_handler' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='639' column='1'/>
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='643' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='array' type-id='type-id-241' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='644' column='1'/>
+        <var-decl name='array' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='644' 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_interp_structs.h' line='649' column='1' id='type-id-1287'>
         <var-decl name='object__getattribute__' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='663' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='pytype_slotdef' type-id='type-id-382' filepath='./Include/internal/pycore_interp_structs.h' line='672' column='1' id='type-id-1290'/>
+    <typedef-decl name='pytype_slotdef' type-id='type-id-383' filepath='./Include/internal/pycore_interp_structs.h' line='672' column='1' id='type-id-1290'/>
     <class-decl name='_Py_interp_cached_objects' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='675' column='1' id='type-id-1291'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='interned_strings' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='679' column='1'/>
         <var-decl name='last_resort_memory_error' type-id='type-id-1036' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='702' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_is' size-in-bits='1806592' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='767' column='1' id='type-id-1295'>
+    <class-decl name='_is' size-in-bits='1806656' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='767' column='1' id='type-id-1295'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ceval' type-id='type-id-1247' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='772' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58112'>
-        <var-decl name='_malloced' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='775' column='1'/>
+        <var-decl name='_malloced' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='775' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58176'>
-        <var-decl name='next' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='777' column='1'/>
+        <var-decl name='next' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='777' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58240'>
         <var-decl name='id' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='779' column='1'/>
         <var-decl name='requires_idref' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='781' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58432'>
-        <var-decl name='_whence' type-id='type-id-188' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='783' column='1'/>
+        <var-decl name='_whence' type-id='type-id-191' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='783' 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_structs.h' line='789' column='1'/>
         <var-decl name='finalizing' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='792' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58624'>
-        <var-decl name='last_restart_version' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='794' column='1'/>
+        <var-decl name='last_restart_version' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='794' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='58688'>
         <var-decl name='threads' type-id='type-id-1296' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='809' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59072'>
-        <var-decl name='runtime' type-id='type-id-177' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='814' column='1'/>
+        <var-decl name='runtime' type-id='type-id-180' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='814' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59136'>
-        <var-decl name='_finalizing' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='821' column='1'/>
+        <var-decl name='_finalizing' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='821' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59200'>
         <var-decl name='_finalizing_id' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='823' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='59264'>
-        <var-decl name='gc' type-id='type-id-272' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='825' column='1'/>
+        <var-decl name='gc' type-id='type-id-274' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='825' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='61184'>
         <var-decl name='sysdict' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='840' column='1'/>
         <var-decl name='_gil' type-id='type-id-1177' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='848' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='63744'>
-        <var-decl name='_code_object_generation' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='850' column='1'/>
+        <var-decl name='_code_object_generation' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='850' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='63808'>
         <var-decl name='codecs' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='857' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64064'>
-        <var-decl name='config' type-id='type-id-274' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='859' column='1'/>
+        <var-decl name='config' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='859' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='67712'>
         <var-decl name='feature_flags' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='860' column='1'/>
         <var-decl name='func_watchers' type-id='type-id-814' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='869' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='68544'>
-        <var-decl name='active_func_watchers' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='871' column='1'/>
+        <var-decl name='active_func_watchers' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='871' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='68608'>
         <var-decl name='co_extra_user_count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='873' column='1'/>
         <var-decl name='context_watchers' type-id='type-id-812' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='920' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='88640'>
-        <var-decl name='active_code_watchers' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='922' column='1'/>
+        <var-decl name='active_code_watchers' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='922' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='88648'>
-        <var-decl name='active_context_watchers' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='923' column='1'/>
+        <var-decl name='active_context_watchers' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='923' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='88704'>
         <var-decl name='object_state' type-id='type-id-1299' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='925' column='1'/>
         <var-decl name='common_consts' type-id='type-id-817' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='939' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1785216'>
-        <var-decl name='jit' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='940' column='1'/>
+        <var-decl name='jit' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='940' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1785280'>
-        <var-decl name='executor_list_head' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='941' column='1'/>
+        <var-decl name='executor_list_head' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='941' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1785344'>
-        <var-decl name='executor_deletion_list_head' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='942' column='1'/>
+        <var-decl name='executor_deletion_list_head' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='942' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1785408'>
         <var-decl name='executor_deletion_list_remaining_capacity' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='943' column='1'/>
     </class-decl>
     <class-decl name='pythreads' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='795' column='1' id='type-id-1296'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_unique_id' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='796' column='1'/>
+        <var-decl name='next_unique_id' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='796' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='798' column='1'/>
+        <var-decl name='head' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='798' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='preallocated' type-id='type-id-1301' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='799' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='main' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='801' column='1'/>
+        <var-decl name='main' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='801' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='803' column='1'/>
         <var-decl name='stacksize' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp_structs.h' line='808' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_PyInterpreterFrame' size-in-bits='704' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='30' column='1' id='type-id-425'>
+    <class-decl name='_PyInterpreterFrame' size-in-bits='704' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='30' column='1' id='type-id-426'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='f_executable' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous' type-id='type-id-433' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='32' column='1'/>
+        <var-decl name='previous' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='f_funcobj' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='33' column='1'/>
         <var-decl name='f_locals' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='frame_obj' type-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='37' column='1'/>
+        <var-decl name='frame_obj' type-id='type-id-416' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='instr_ptr' type-id='type-id-365' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='38' column='1'/>
+        <var-decl name='instr_ptr' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
         <var-decl name='stackpointer' type-id='type-id-397' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='return_offset' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='44' column='1'/>
+        <var-decl name='return_offset' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='44' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='592'>
-        <var-decl name='owner' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='45' column='1'/>
+        <var-decl name='owner' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='600'>
-        <var-decl name='visited' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='50' column='1'/>
+        <var-decl name='visited' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='localsplus' type-id='type-id-436' visibility='default' filepath='./Include/internal/pycore_interpframe_structs.h' line='53' column='1'/>
     </class-decl>
     <class-decl name='PyEvent' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-1265' visibility='default' filepath='./Include/internal/pycore_lock.h' line='67' column='1' id='type-id-1303'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_lock.h' line='68' column='1'/>
+        <var-decl name='v' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_lock.h' line='68' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyEvent' type-id='type-id-1303' filepath='./Include/internal/pycore_lock.h' line='69' column='1' id='type-id-1265'/>
     <typedef-decl name='_PyRecursiveMutex' type-id='type-id-1304' filepath='./Include/internal/pycore_lock.h' line='153' column='1' id='type-id-1260'/>
     <class-decl name='_PyRWMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1305' visibility='default' filepath='./Include/internal/pycore_lock.h' line='187' column='1' id='type-id-1306'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='bits' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_lock.h' line='188' column='1'/>
+        <var-decl name='bits' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_lock.h' line='188' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyRWMutex' type-id='type-id-1306' filepath='./Include/internal/pycore_lock.h' line='189' column='1' id='type-id-1305'/>
         <var-decl name='tracer_func' type-id='type-id-489' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tracer_data' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='18' column='1'/>
+        <var-decl name='tracer_data' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='18' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_py_object_runtime_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='22' column='1' id='type-id-1308'>
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='42' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='pymem_uint' type-id='type-id-111' filepath='./Include/internal/pycore_obmalloc.h' line='12' column='1' id='type-id-1309'/>
-    <typedef-decl name='pymem_block' type-id='type-id-311' filepath='./Include/internal/pycore_obmalloc.h' line='251' column='1' id='type-id-1310'/>
+    <typedef-decl name='pymem_uint' type-id='type-id-114' filepath='./Include/internal/pycore_obmalloc.h' line='12' column='1' id='type-id-1309'/>
+    <typedef-decl name='pymem_block' type-id='type-id-312' filepath='./Include/internal/pycore_obmalloc.h' line='251' column='1' id='type-id-1310'/>
     <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-1311'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ref' type-id='type-id-1312' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='256' column='1'/>
     <typedef-decl name='poolp' type-id='type-id-1314' filepath='./Include/internal/pycore_obmalloc.h' line='266' column='1' id='type-id-896'/>
     <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-1315'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='address' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='275' column='1'/>
+        <var-decl name='address' type-id='type-id-372' 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-1313' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='278' column='1'/>
     </class-decl>
     <class-decl name='_qsbr_thread_state' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='41' column='1' id='type-id-1331'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='seq' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='43' column='1'/>
+        <var-decl name='seq' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='shared' type-id='type-id-1332' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='46' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='tstate' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='49' column='1'/>
+        <var-decl name='tstate' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='deferred_count' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='53' column='1'/>
         <var-decl name='deferred_page_memory' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='should_process' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='65' column='1'/>
+        <var-decl name='should_process' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='392'>
-        <var-decl name='allocated' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='68' column='1'/>
+        <var-decl name='allocated' type-id='type-id-347' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='freelist_next' type-id='type-id-573' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='69' column='1'/>
         <var-decl name='qsbr' type-id='type-id-1331' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='__padding' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='75' column='1'/>
+        <var-decl name='__padding' type-id='type-id-279' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='75' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_qsbr_shared' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='79' column='1' id='type-id-1297'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='wr_seq' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='81' column='1'/>
+        <var-decl name='wr_seq' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='rd_seq' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='84' column='1'/>
+        <var-decl name='rd_seq' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='84' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='array' type-id='type-id-1334' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='87' column='1'/>
     </class-decl>
     <class-decl name='debug_alloc_api_t' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1335' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='15' column='1' id='type-id-1336'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='api_id' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='17' column='1'/>
+        <var-decl name='api_id' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='alloc' type-id='type-id-565' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='18' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='_py_float_format_type' filepath='./Include/internal/pycore_runtime_structs.h' line='37' column='1' id='type-id-1340'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='_Py_time_runtime_state' size-in-bits='8' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='94' column='1' id='type-id-1348'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_unused' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='98' column='1'/>
+        <var-decl name='_unused' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='98' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_cached_objects' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='103' column='1' id='type-id-1349'>
         <var-decl name='ob' type-id='type-id-957' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='eos' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='126' column='1'/>
+        <var-decl name='eos' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='126' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='pyruntimestate' size-in-bits='2532608' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='146' column='1' id='type-id-1353'>
+    <class-decl name='pyruntimestate' size-in-bits='2532672' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='146' column='1' id='type-id-1353'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='debug_offsets' type-id='type-id-1165' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='159' column='1'/>
       </data-member>
         <var-decl name='initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='177' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6272'>
-        <var-decl name='_finalizing' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='184' column='1'/>
+        <var-decl name='_finalizing' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='184' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6336'>
         <var-decl name='_finalizing_id' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='186' column='1'/>
         <var-decl name='main_thread' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='209' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6720'>
-        <var-decl name='main_tstate' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='210' column='1'/>
+        <var-decl name='main_tstate' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='210' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6784'>
         <var-decl name='xi' type-id='type-id-1134' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='218' column='1'/>
         <var-decl name='open_code_hook' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='269' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='84992'>
-        <var-decl name='open_code_userdata' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='270' column='1'/>
+        <var-decl name='open_code_userdata' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='270' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='85056'>
         <var-decl name='audit_hooks' type-id='type-id-1360' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='274' column='1'/>
         <var-decl name='time' type-id='type-id-1348' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='280' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='112448'>
-        <var-decl name='cached_objects' type-id='type-id-1349' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='283' column='1'/>
+        <var-decl name='cached_objects' type-id='type-id-1349' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='293' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='112512'>
-        <var-decl name='static_objects' type-id='type-id-1350' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='284' column='1'/>
+        <var-decl name='static_objects' type-id='type-id-1350' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='294' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='726016'>
-        <var-decl name='_main_interpreter' type-id='type-id-1361' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='301' column='1'/>
+        <var-decl name='_main_interpreter' type-id='type-id-1361' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='311' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='pyinterpreters' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='188' column='1' id='type-id-1354'>
         <var-decl name='mutex' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='191' column='1'/>
+        <var-decl name='head' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='191' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='main' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='195' column='1'/>
+        <var-decl name='main' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='195' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='next_id' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='204' column='1'/>
         <var-decl name='check_enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='243' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='autoInterpreterState' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='248' column='1'/>
+        <var-decl name='autoInterpreterState' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='248' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_getargs_runtime_state' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='250' column='1' id='type-id-1358'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='static_parsers' type-id='type-id-278' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='251' column='1'/>
+        <var-decl name='static_parsers' type-id='type-id-280' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='251' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__53' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_runtime_structs.h' line='271' column='1' id='type-id-1360'>
         <var-decl name='warn_on_full_buffer' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_signal.h' line='57' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_BackoffCounter' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-354' visibility='default' filepath='./Include/internal/pycore_structs.h' line='13' column='1' id='type-id-1366'>
+    <class-decl name='_Py_BackoffCounter' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_structs.h' line='13' column='1' id='type-id-1366'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value_and_backoff' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_structs.h' line='14' column='1'/>
+        <var-decl name='value_and_backoff' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_structs.h' line='14' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_BackoffCounter' type-id='type-id-1366' filepath='./Include/internal/pycore_structs.h' line='15' column='1' id='type-id-354'/>
-    <union-decl name='_Py_CODEUNIT' size-in-bits='16' naming-typedef-id='type-id-363' visibility='default' filepath='./Include/internal/pycore_structs.h' line='25' column='1' id='type-id-1367'>
+    <typedef-decl name='_Py_BackoffCounter' type-id='type-id-1366' filepath='./Include/internal/pycore_structs.h' line='15' column='1' id='type-id-355'/>
+    <union-decl name='_Py_CODEUNIT' size-in-bits='16' naming-typedef-id='type-id-364' visibility='default' filepath='./Include/internal/pycore_structs.h' line='25' column='1' id='type-id-1367'>
       <data-member access='public'>
-        <var-decl name='cache' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_structs.h' line='26' column='1'/>
+        <var-decl name='cache' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_structs.h' line='26' column='1'/>
       </data-member>
       <data-member access='public'>
         <var-decl name='op' type-id='type-id-1368' visibility='default' filepath='./Include/internal/pycore_structs.h' line='30' column='1'/>
       </data-member>
       <data-member access='public'>
-        <var-decl name='counter' type-id='type-id-354' visibility='default' filepath='./Include/internal/pycore_structs.h' line='31' column='1'/>
+        <var-decl name='counter' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_structs.h' line='31' column='1'/>
       </data-member>
     </union-decl>
     <class-decl name='__anonymous_struct__32' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_structs.h' line='27' column='1' id='type-id-1368'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='code' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_structs.h' line='28' column='1'/>
+        <var-decl name='code' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_structs.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='arg' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_structs.h' line='29' column='1'/>
+        <var-decl name='arg' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_structs.h' line='29' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_CODEUNIT' type-id='type-id-1367' filepath='./Include/internal/pycore_structs.h' line='32' column='1' id='type-id-363'/>
+    <typedef-decl name='_Py_CODEUNIT' type-id='type-id-1367' filepath='./Include/internal/pycore_structs.h' line='32' column='1' id='type-id-364'/>
     <class-decl name='PyHamtNode' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1369' visibility='default' filepath='./Include/internal/pycore_structs.h' line='36' column='1' id='type-id-1370'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_structs.h' line='37' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_structs.h' line='37' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyHamtNode' type-id='type-id-1370' filepath='./Include/internal/pycore_structs.h' line='38' column='1' id='type-id-1369'/>
     <class-decl name='PyHamtObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1294' visibility='default' filepath='./Include/internal/pycore_structs.h' line='42' column='1' id='type-id-1371'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_structs.h' line='43' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_structs.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='h_root' type-id='type-id-1372' visibility='default' filepath='./Include/internal/pycore_structs.h' line='44' column='1'/>
     <typedef-decl name='PyHamtObject' type-id='type-id-1371' filepath='./Include/internal/pycore_structs.h' line='47' column='1' id='type-id-1294'/>
     <class-decl name='PyHamtNode_Bitmap' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1352' visibility='default' filepath='./Include/internal/pycore_structs.h' line='49' column='1' id='type-id-1373'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/internal/pycore_structs.h' line='50' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/internal/pycore_structs.h' line='50' 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_structs.h' line='51' column='1'/>
+        <var-decl name='b_bitmap' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_structs.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='b_array' type-id='type-id-395' visibility='default' filepath='./Include/internal/pycore_structs.h' line='52' column='1'/>
+        <var-decl name='b_array' type-id='type-id-396' visibility='default' filepath='./Include/internal/pycore_structs.h' line='52' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyHamtNode_Bitmap' type-id='type-id-1373' filepath='./Include/internal/pycore_structs.h' line='53' column='1' id='type-id-1352'/>
-    <union-decl name='_PyStackRef' size-in-bits='64' visibility='default' filepath='./Include/internal/pycore_structs.h' line='66' column='1' id='type-id-431'>
+    <union-decl name='_PyStackRef' size-in-bits='64' visibility='default' filepath='./Include/internal/pycore_structs.h' line='66' column='1' id='type-id-432'>
       <data-member access='public'>
-        <var-decl name='bits' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_structs.h' line='70' column='1'/>
+        <var-decl name='bits' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_structs.h' line='70' column='1'/>
       </data-member>
     </union-decl>
-    <typedef-decl name='_PyStackRef' type-id='type-id-431' filepath='./Include/internal/pycore_structs.h' line='72' column='1' id='type-id-435'/>
+    <typedef-decl name='_PyStackRef' type-id='type-id-432' filepath='./Include/internal/pycore_structs.h' line='72' column='1' id='type-id-435'/>
     <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='14' column='1' id='type-id-1374'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='initialized' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='21' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_tracemalloc.h' line='17' column='1' id='type-id-609'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-6' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lineno' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='50' column='1'/>
+        <var-decl name='lineno' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='50' 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='56' column='1' id='type-id-1375'>
         <var-decl name='hash' type-id='type-id-1219' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='nframe' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='59' column='1'/>
+        <var-decl name='nframe' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='80'>
-        <var-decl name='total_nframe' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='61' column='1'/>
+        <var-decl name='total_nframe' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
         <var-decl name='frames' type-id='type-id-905' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='62' column='1'/>
         <var-decl name='obj' type-id='type-id-565' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='73' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_PyThreadStateImpl' size-in-bits='7424' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='27' column='1' id='type-id-1378'>
+    <class-decl name='_PyThreadStateImpl' size-in-bits='7488' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='27' column='1' id='type-id-1378'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='base' type-id='type-id-1379' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='29' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='6592'>
-        <var-decl name='refcount' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='33' column='1'/>
-      </data-member>
       <data-member access='public' layout-offset-in-bits='6656'>
-        <var-decl name='c_stack_top' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='36' column='1'/>
+        <var-decl name='refcount' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6720'>
-        <var-decl name='c_stack_soft_limit' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='37' column='1'/>
+        <var-decl name='c_stack_top' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6784'>
-        <var-decl name='c_stack_hard_limit' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='38' column='1'/>
+        <var-decl name='c_stack_soft_limit' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6848'>
-        <var-decl name='asyncio_running_loop' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='40' column='1'/>
+        <var-decl name='c_stack_hard_limit' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6912'>
-        <var-decl name='asyncio_running_task' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='41' column='1'/>
+        <var-decl name='asyncio_running_loop' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='6976'>
+        <var-decl name='asyncio_running_task' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='41' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='7040'>
         <var-decl name='asyncio_tasks_head' type-id='type-id-1281' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='46' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='7104'>
+      <data-member access='public' layout-offset-in-bits='7168'>
         <var-decl name='qsbr' type-id='type-id-573' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='47' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='7168'>
+      <data-member access='public' layout-offset-in-bits='7232'>
         <var-decl name='mem_free_queue' type-id='type-id-1281' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='48' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='7296'>
-        <var-decl name='c_stack_init_base' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='80' column='1'/>
-      </data-member>
       <data-member access='public' layout-offset-in-bits='7360'>
-        <var-decl name='c_stack_init_top' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='81' column='1'/>
+        <var-decl name='c_stack_init_base' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='80' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='7424'>
+        <var-decl name='c_stack_init_top' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='81' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyThreadStateImpl' type-id='type-id-1378' filepath='./Include/internal/pycore_tstate.h' line='83' column='1' id='type-id-1300'/>
     </union-decl>
     <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/object.h' line='125' column='1' id='type-id-1389'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_refcnt' type-id='type-id-324' visibility='default' filepath='./Include/object.h' line='131' column='1'/>
+        <var-decl name='ob_refcnt' type-id='type-id-325' visibility='default' filepath='./Include/object.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='ob_overflow' type-id='type-id-350' visibility='default' filepath='./Include/object.h' line='132' column='1'/>
+        <var-decl name='ob_overflow' type-id='type-id-351' visibility='default' filepath='./Include/object.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='48'>
-        <var-decl name='ob_flags' type-id='type-id-350' visibility='default' filepath='./Include/object.h' line='133' column='1'/>
+        <var-decl name='ob_flags' type-id='type-id-351' visibility='default' filepath='./Include/object.h' line='133' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='PyVarObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-254' visibility='default' filepath='./Include/object.h' line='169' column='1' id='type-id-1390'>
+    <class-decl name='PyVarObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-256' visibility='default' filepath='./Include/object.h' line='169' column='1' id='type-id-1390'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/object.h' line='170' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' visibility='default' filepath='./Include/object.h' line='170' 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='171' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyVarObject' type-id='type-id-1390' filepath='./Include/object.h' line='172' column='1' id='type-id-254'/>
+    <typedef-decl name='PyVarObject' type-id='type-id-1390' filepath='./Include/object.h' line='172' column='1' id='type-id-256'/>
     <typedef-decl name='unaryfunc' type-id='type-id-1391' filepath='./Include/object.h' line='336' column='1' id='type-id-995'/>
     <typedef-decl name='binaryfunc' type-id='type-id-1385' filepath='./Include/object.h' line='337' column='1' id='type-id-993'/>
     <typedef-decl name='ternaryfunc' type-id='type-id-1392' filepath='./Include/object.h' line='338' column='1' id='type-id-994'/>
-    <typedef-decl name='inquiry' type-id='type-id-1393' filepath='./Include/object.h' line='339' column='1' id='type-id-319'/>
+    <typedef-decl name='inquiry' type-id='type-id-1393' filepath='./Include/object.h' line='339' column='1' id='type-id-320'/>
     <typedef-decl name='lenfunc' type-id='type-id-1394' filepath='./Include/object.h' line='340' column='1' id='type-id-997'/>
     <typedef-decl name='ssizeargfunc' type-id='type-id-1395' filepath='./Include/object.h' line='341' column='1' id='type-id-998'/>
     <typedef-decl name='ssizeobjargproc' type-id='type-id-1396' filepath='./Include/object.h' line='343' column='1' id='type-id-999'/>
     <typedef-decl name='objobjargproc' type-id='type-id-1397' filepath='./Include/object.h' line='345' column='1' id='type-id-1002'/>
     <typedef-decl name='objobjproc' type-id='type-id-1398' filepath='./Include/object.h' line='347' column='1' id='type-id-1000'/>
     <typedef-decl name='visitproc' type-id='type-id-398' filepath='./Include/object.h' line='348' column='1' id='type-id-399'/>
-    <typedef-decl name='traverseproc' type-id='type-id-1399' filepath='./Include/object.h' line='349' column='1' id='type-id-318'/>
+    <typedef-decl name='traverseproc' type-id='type-id-1399' filepath='./Include/object.h' line='349' column='1' id='type-id-319'/>
     <typedef-decl name='freefunc' type-id='type-id-574' filepath='./Include/object.h' line='352' column='1' id='type-id-473'/>
-    <typedef-decl name='destructor' type-id='type-id-316' filepath='./Include/object.h' line='353' column='1' id='type-id-1009'/>
+    <typedef-decl name='destructor' type-id='type-id-317' filepath='./Include/object.h' line='353' column='1' id='type-id-1009'/>
     <typedef-decl name='getattrfunc' type-id='type-id-1400' filepath='./Include/object.h' line='354' column='1' id='type-id-1010'/>
     <typedef-decl name='getattrofunc' type-id='type-id-1385' filepath='./Include/object.h' line='355' column='1' id='type-id-1018'/>
     <typedef-decl name='setattrfunc' type-id='type-id-1401' filepath='./Include/object.h' line='356' column='1' id='type-id-1011'/>
     <typedef-decl name='initproc' type-id='type-id-1397' filepath='./Include/object.h' line='365' column='1' id='type-id-1026'/>
     <typedef-decl name='newfunc' type-id='type-id-1404' filepath='./Include/object.h' line='366' column='1' id='type-id-1028'/>
     <typedef-decl name='allocfunc' type-id='type-id-1405' filepath='./Include/object.h' line='367' column='1' id='type-id-1027'/>
-    <typedef-decl name='vectorcallfunc' type-id='type-id-1406' filepath='./Include/object.h' line='370' column='1' id='type-id-315'/>
-    <enum-decl name='PySendResult' naming-typedef-id='type-id-269' filepath='./Include/object.h' line='695' column='1' id='type-id-1407'>
-      <underlying-type type-id='type-id-43'/>
+    <typedef-decl name='vectorcallfunc' type-id='type-id-1406' filepath='./Include/object.h' line='370' column='1' id='type-id-316'/>
+    <enum-decl name='PySendResult' naming-typedef-id='type-id-271' filepath='./Include/object.h' line='695' column='1' id='type-id-1407'>
+      <underlying-type type-id='type-id-46'/>
       <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-1407' filepath='./Include/object.h' line='699' column='1' id='type-id-269'/>
-    <class-decl name='Py_buffer' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-260' visibility='default' filepath='./Include/pybuffer.h' line='20' column='1' id='type-id-1408'>
+    <typedef-decl name='PySendResult' type-id='type-id-1407' filepath='./Include/object.h' line='699' column='1' id='type-id-271'/>
+    <class-decl name='Py_buffer' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-262' visibility='default' filepath='./Include/pybuffer.h' line='20' column='1' id='type-id-1408'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='buf' type-id='type-id-41' visibility='default' filepath='./Include/pybuffer.h' line='21' column='1'/>
+        <var-decl name='buf' type-id='type-id-44' 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-6' visibility='default' filepath='./Include/pybuffer.h' line='22' column='1'/>
         <var-decl name='ndim' type-id='type-id-5' visibility='default' filepath='./Include/pybuffer.h' line='27' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='format' type-id='type-id-24' visibility='default' filepath='./Include/pybuffer.h' line='28' column='1'/>
+        <var-decl name='format' type-id='type-id-27' visibility='default' filepath='./Include/pybuffer.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='shape' type-id='type-id-8' visibility='default' filepath='./Include/pybuffer.h' line='29' 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-41' visibility='default' filepath='./Include/pybuffer.h' line='32' column='1'/>
+        <var-decl name='internal' type-id='type-id-44' visibility='default' filepath='./Include/pybuffer.h' line='32' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='Py_buffer' type-id='type-id-1408' filepath='./Include/pybuffer.h' line='33' column='1' id='type-id-260'/>
+    <typedef-decl name='Py_buffer' type-id='type-id-1408' filepath='./Include/pybuffer.h' line='33' column='1' id='type-id-262'/>
     <typedef-decl name='getbufferproc' type-id='type-id-1409' filepath='./Include/pybuffer.h' line='35' column='1' id='type-id-603'/>
     <typedef-decl name='releasebufferproc' type-id='type-id-1410' filepath='./Include/pybuffer.h' line='36' column='1' id='type-id-1007'/>
-    <typedef-decl name='Py_ssize_t' type-id='type-id-189' filepath='./Include/pyport.h' line='156' column='1' id='type-id-7'/>
-    <typedef-decl name='Py_hash_t' type-id='type-id-7' filepath='./Include/pyport.h' line='170' column='1' id='type-id-306'/>
+    <typedef-decl name='Py_ssize_t' type-id='type-id-192' filepath='./Include/pyport.h' line='156' column='1' id='type-id-7'/>
+    <typedef-decl name='Py_hash_t' type-id='type-id-7' filepath='./Include/pyport.h' line='170' column='1' id='type-id-17'/>
     <typedef-decl name='Py_uhash_t' type-id='type-id-14' filepath='./Include/pyport.h' line='173' column='1' id='type-id-1219'/>
-    <typedef-decl name='PyThread_type_lock' type-id='type-id-41' filepath='./Include/pythread.h' line='4' column='1' id='type-id-243'/>
+    <typedef-decl name='PyThread_type_lock' type-id='type-id-44' filepath='./Include/pythread.h' line='4' column='1' id='type-id-245'/>
     <typedef-decl name='Py_tss_t' type-id='type-id-1056' filepath='./Include/pythread.h' line='109' column='1' id='type-id-1356'/>
     <typedef-decl name='PyMethodDef' type-id='type-id-1386' filepath='./Include/pytypedefs.h' line='14' column='1' id='type-id-1411'/>
     <typedef-decl name='PyGetSetDef' type-id='type-id-1067' filepath='./Include/pytypedefs.h' line='15' column='1' id='type-id-1412'/>
     <typedef-decl name='PyMemberDef' type-id='type-id-1068' filepath='./Include/pytypedefs.h' line='16' column='1' id='type-id-1413'/>
-    <typedef-decl name='PyObject' type-id='type-id-1387' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-392'/>
-    <typedef-decl name='PyLongObject' type-id='type-id-987' filepath='./Include/pytypedefs.h' line='19' column='1' id='type-id-258'/>
-    <typedef-decl name='PyTypeObject' type-id='type-id-1008' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-271'/>
-    <typedef-decl name='PyCodeObject' type-id='type-id-368' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-366'/>
+    <typedef-decl name='PyObject' type-id='type-id-1387' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-393'/>
+    <typedef-decl name='PyLongObject' type-id='type-id-987' filepath='./Include/pytypedefs.h' line='19' column='1' id='type-id-260'/>
+    <typedef-decl name='PyTypeObject' type-id='type-id-1008' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-273'/>
+    <typedef-decl name='PyCodeObject' type-id='type-id-369' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-367'/>
     <typedef-decl name='PyFrameObject' type-id='type-id-437' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-434'/>
     <typedef-decl name='PyThreadState' type-id='type-id-1051' filepath='./Include/pytypedefs.h' line='24' column='1' id='type-id-1379'/>
     <typedef-decl name='PyInterpreterState' type-id='type-id-1295' filepath='./Include/pytypedefs.h' line='25' column='1' id='type-id-1361'/>
-    <typedef-decl name='Py_UCS4' type-id='type-id-324' filepath='./Include/unicodeobject.h' line='94' column='1' id='type-id-307'/>
+    <typedef-decl name='Py_UCS4' type-id='type-id-325' filepath='./Include/unicodeobject.h' line='94' column='1' id='type-id-308'/>
     <typedef-decl name='__sighandler_t' type-id='type-id-1414' filepath='/usr/include/signal.h' line='72' column='1' id='type-id-1415'/>
-    <typedef-decl name='uintptr_t' type-id='type-id-2' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-371'/>
+    <typedef-decl name='uintptr_t' type-id='type-id-2' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-372'/>
     <union-decl name='__atomic_wide_counter' size-in-bits='64' naming-typedef-id='type-id-1416' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='25' column='1' id='type-id-1417'>
       <data-member access='public'>
         <var-decl name='__value64' type-id='type-id-464' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='27' column='1'/>
     </union-decl>
     <class-decl name='__anonymous_struct__33' 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-1418'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='__low' type-id='type-id-111' 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-114' 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-111' 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-114' 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-1417' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='33' column='1' id='type-id-1416'/>
       </data-member>
     </union-decl>
     <typedef-decl name='pthread_condattr_t' type-id='type-id-1419' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='45' column='1' id='type-id-1330'/>
-    <typedef-decl name='pthread_key_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='49' column='1' id='type-id-571'/>
+    <typedef-decl name='pthread_key_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='49' column='1' id='type-id-571'/>
     <union-decl name='pthread_mutex_t' size-in-bits='320' naming-typedef-id='type-id-1179' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='67' column='1' id='type-id-1420'>
       <data-member access='public'>
         <var-decl name='__data' type-id='type-id-1421' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='69' column='1'/>
         <var-decl name='__size' type-id='type-id-860' 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-188' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='71' column='1'/>
+        <var-decl name='__align' type-id='type-id-191' 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-1420' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='72' column='1' id='type-id-1179'/>
         <var-decl name='__sigaction_handler' type-id='type-id-1424' 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-48' 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-51' 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-232' 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-235' 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__2' 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-1424'>
     </union-decl>
     <typedef-decl name='int32_t' type-id='type-id-1426' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='26' column='1' id='type-id-458'/>
     <typedef-decl name='int64_t' type-id='type-id-1427' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='27' column='1' id='type-id-411'/>
-    <typedef-decl name='uint8_t' type-id='type-id-1428' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='24' column='1' id='type-id-311'/>
-    <typedef-decl name='uint16_t' type-id='type-id-1429' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-350'/>
-    <typedef-decl name='uint32_t' type-id='type-id-1430' 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-1431' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-117'/>
+    <typedef-decl name='uint8_t' type-id='type-id-1428' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='24' column='1' id='type-id-312'/>
+    <typedef-decl name='uint16_t' type-id='type-id-1429' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-351'/>
+    <typedef-decl name='uint32_t' type-id='type-id-1430' 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-1431' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-120'/>
     <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-1421'>
       <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-111' 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-114' 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-111' 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-114' 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-90' 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-93' 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-90' 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-93' 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-1432' 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-955' 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-111' 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-114' 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-111' 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-114' 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-955' 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='__uint8_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='38' column='1' id='type-id-1428'/>
-    <typedef-decl name='__uint16_t' type-id='type-id-28' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-1429'/>
+    <typedef-decl name='__uint8_t' type-id='type-id-104' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='38' column='1' id='type-id-1428'/>
+    <typedef-decl name='__uint16_t' type-id='type-id-31' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-1429'/>
     <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-1426'/>
-    <typedef-decl name='__uint32_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='42' column='1' id='type-id-1430'/>
-    <typedef-decl name='__int64_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-1427'/>
+    <typedef-decl name='__uint32_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='42' column='1' id='type-id-1430'/>
+    <typedef-decl name='__int64_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-1427'/>
     <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-1431'/>
-    <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-191'/>
-    <typedef-decl name='__uid_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-125'/>
-    <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-100'/>
-    <typedef-decl name='__off_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-1435'/>
-    <typedef-decl name='__off64_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-21'/>
-    <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-184'/>
-    <typedef-decl name='__clock_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='156' column='1' id='type-id-113'/>
-    <typedef-decl name='__ssize_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='194' column='1' id='type-id-190'/>
+    <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-194'/>
+    <typedef-decl name='__uid_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-128'/>
+    <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-103'/>
+    <typedef-decl name='__off_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-1435'/>
+    <typedef-decl name='__off64_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-24'/>
+    <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-187'/>
+    <typedef-decl name='__clock_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='156' column='1' id='type-id-116'/>
+    <typedef-decl name='__ssize_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='194' column='1' id='type-id-193'/>
     <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-1436'/>
     <typedef-decl name='FILE' type-id='type-id-1437' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-1438'/>
-    <class-decl name='__sigset_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-48' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='5' column='1' id='type-id-1439'>
+    <class-decl name='__sigset_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-51' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='5' column='1' id='type-id-1439'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='__val' type-id='type-id-956' 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-1439' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='8' column='1' id='type-id-48'/>
+    <typedef-decl name='__sigset_t' type-id='type-id-1439' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='8' column='1' id='type-id-51'/>
     <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-1440'>
       <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-41' 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-44' 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-1440' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='30' column='1' id='type-id-1441'/>
     </union-decl>
     <class-decl name='__anonymous_struct__45' 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-1445'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_pid' type-id='type-id-184' 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-187' 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-125' 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-128' 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__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='63' column='1' id='type-id-1446'>
     </class-decl>
     <class-decl name='__anonymous_struct__47' 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-1447'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_pid' type-id='type-id-184' 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-187' 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-125' 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-128' 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-1441' 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__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='79' column='1' id='type-id-1448'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_pid' type-id='type-id-184' 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-187' 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-125' 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-128' 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-113' 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-116' 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-113' 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-116' 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__49' 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-1449'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_addr' type-id='type-id-41' 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-44' 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-90' 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-93' 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-1452' 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__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='97' column='1' id='type-id-1453'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_lower' type-id='type-id-41' 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-44' 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-41' 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-44' 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__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='108' column='1' id='type-id-1450'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='si_band' type-id='type-id-188' 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-191' 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__52' 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-1451'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_call_addr' type-id='type-id-41' 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-44' 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-111' 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-114' 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-1443' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='124' column='1' id='type-id-1442'/>
-    <class-decl name='stack_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-56' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='26' column='1' id='type-id-1454'>
+    <class-decl name='stack_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-59' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='26' column='1' id='type-id-1454'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ss_sp' type-id='type-id-41' 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-44' 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-14' 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-1454' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='31' column='1' id='type-id-56'/>
+    <typedef-decl name='stack_t' type-id='type-id-1454' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='31' column='1' id='type-id-59'/>
     <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-1455'/>
     <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-1437'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_flags' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='_IO_read_ptr' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='54' column='1'/>
+        <var-decl name='_IO_read_ptr' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='_IO_read_end' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='55' column='1'/>
+        <var-decl name='_IO_read_end' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='_IO_read_base' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='56' column='1'/>
+        <var-decl name='_IO_read_base' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='_IO_write_base' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='57' column='1'/>
+        <var-decl name='_IO_write_base' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_IO_write_ptr' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='58' column='1'/>
+        <var-decl name='_IO_write_ptr' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_IO_write_end' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='59' column='1'/>
+        <var-decl name='_IO_write_end' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='_IO_buf_base' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='60' column='1'/>
+        <var-decl name='_IO_buf_base' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='_IO_buf_end' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='61' column='1'/>
+        <var-decl name='_IO_buf_end' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='_IO_save_base' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='64' column='1'/>
+        <var-decl name='_IO_save_base' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='_IO_backup_base' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='65' column='1'/>
+        <var-decl name='_IO_backup_base' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='_IO_save_end' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='66' column='1'/>
+        <var-decl name='_IO_save_end' type-id='type-id-27' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='_markers' type-id='type-id-1456' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>
         <var-decl name='_old_offset' type-id='type-id-1435' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='_cur_column' type-id='type-id-28' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>
+        <var-decl name='_cur_column' type-id='type-id-31' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1040'>
-        <var-decl name='_vtable_offset' type-id='type-id-427' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>
+        <var-decl name='_vtable_offset' type-id='type-id-428' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1048'>
-        <var-decl name='_shortbuf' type-id='type-id-373' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='79' column='1'/>
+        <var-decl name='_shortbuf' type-id='type-id-374' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
         <var-decl name='_lock' type-id='type-id-1458' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
-        <var-decl name='_offset' type-id='type-id-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>
+        <var-decl name='_offset' type-id='type-id-24' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
         <var-decl name='_codecvt' type-id='type-id-1459' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>
         <var-decl name='_freeres_list' type-id='type-id-1457' 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-41' 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-44' 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-14' 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-859' 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-100' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='49' column='1' id='type-id-1345'/>
-    <typedef-decl name='dev_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='59' column='1' id='type-id-1344'/>
-    <typedef-decl name='ssize_t' type-id='type-id-190' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-189'/>
+    <typedef-decl name='ino_t' type-id='type-id-103' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='49' column='1' id='type-id-1345'/>
+    <typedef-decl name='dev_t' type-id='type-id-194' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='59' column='1' id='type-id-1344'/>
+    <typedef-decl name='ssize_t' type-id='type-id-193' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-192'/>
     <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-476'/>
     <enum-decl name='decoding_state' filepath='Parser/lexer/state.h' line='15' column='1' id='type-id-1461'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='21' column='1' id='type-id-1462'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='36' column='1' id='type-id-1464'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='TOK_REGULAR_MODE' value='0'/>
       <enumerator name='TOK_FSTRING_MODE' value='1'/>
     </enum-decl>
     <enum-decl name='string_kind_t' filepath='Parser/lexer/state.h' line='41' column='1' id='type-id-1465'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='FSTRING' value='0'/>
       <enumerator name='TSTRING' 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='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='quote' type-id='type-id-64' visibility='default' filepath='Parser/lexer/state.h' line='54' column='1'/>
+        <var-decl name='quote' type-id='type-id-67' visibility='default' filepath='Parser/lexer/state.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='quote_size' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='55' column='1'/>
         <var-decl name='last_expr_end' type-id='type-id-7' visibility='default' filepath='Parser/lexer/state.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='last_expr_buffer' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='66' column='1'/>
+        <var-decl name='last_expr_buffer' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
         <var-decl name='in_debug' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='67' column='1'/>
     <typedef-decl name='tokenizer_mode' type-id='type-id-1466' filepath='Parser/lexer/state.h' line='71' column='1' id='type-id-901'/>
     <class-decl name='tok_state' size-in-bits='147776' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='74' column='1' id='type-id-1467'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='buf' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='77' column='1'/>
+        <var-decl name='buf' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='cur' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='78' column='1'/>
+        <var-decl name='cur' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='inp' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='79' column='1'/>
+        <var-decl name='inp' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='fp_interactive' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='interactive_src_start' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='81' column='1'/>
+        <var-decl name='interactive_src_start' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='interactive_src_end' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='82' column='1'/>
+        <var-decl name='interactive_src_end' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='82' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
         <var-decl name='end' type-id='type-id-4' visibility='default' filepath='Parser/lexer/state.h' line='83' column='1'/>
         <var-decl name='done' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='fp' type-id='type-id-67' visibility='default' filepath='Parser/lexer/state.h' line='87' column='1'/>
+        <var-decl name='fp' type-id='type-id-70' visibility='default' filepath='Parser/lexer/state.h' line='87' 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='88' column='1'/>
         <var-decl name='decoding_erred' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22016'>
-        <var-decl name='encoding' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='110' column='1'/>
+        <var-decl name='encoding' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22080'>
         <var-decl name='cont_line' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='111' column='1'/>
         <var-decl name='enc' type-id='type-id-4' visibility='default' filepath='Parser/lexer/state.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22528'>
-        <var-decl name='str' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='120' column='1'/>
+        <var-decl name='str' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='120' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22592'>
-        <var-decl name='input' type-id='type-id-24' visibility='default' filepath='Parser/lexer/state.h' line='121' column='1'/>
+        <var-decl name='input' type-id='type-id-27' visibility='default' filepath='Parser/lexer/state.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='22656'>
         <var-decl name='type_comments' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='123' column='1'/>
         <var-decl name='type' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='node' type-id='type-id-41' visibility='default' filepath='Parser/pegen.h' line='34' column='1'/>
+        <var-decl name='node' type-id='type-id-44' visibility='default' filepath='Parser/pegen.h' line='34' 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='35' column='1'/>
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='comment' type-id='type-id-24' visibility='default' filepath='Parser/pegen.h' line='57' column='1'/>
+        <var-decl name='comment' type-id='type-id-27' visibility='default' filepath='Parser/pegen.h' line='57' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='growable_comment_array' type-id='type-id-1478' filepath='Parser/pegen.h' line='61' column='1' id='type-id-1477'/>
         <var-decl name='keywords' type-id='type-id-1486' visibility='default' filepath='Parser/pegen.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='soft_keywords' type-id='type-id-251' visibility='default' filepath='Parser/pegen.h' line='77' column='1'/>
+        <var-decl name='soft_keywords' type-id='type-id-253' visibility='default' filepath='Parser/pegen.h' line='77' 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='78' column='1'/>
         <var-decl name='start_rule' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='errcode' type-id='type-id-183' visibility='default' filepath='Parser/pegen.h' line='80' column='1'/>
+        <var-decl name='errcode' type-id='type-id-186' visibility='default' filepath='Parser/pegen.h' line='80' 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='81' column='1'/>
     </class-decl>
     <typedef-decl name='Parser' type-id='type-id-1484' filepath='Parser/pegen.h' line='94' column='1' id='type-id-1483'/>
     <pointer-type-def type-id='type-id-1268' size-in-bits='64' id='type-id-808'/>
-    <pointer-type-def type-id='type-id-1438' size-in-bits='64' id='type-id-67'/>
+    <pointer-type-def type-id='type-id-1438' size-in-bits='64' id='type-id-70'/>
     <pointer-type-def type-id='type-id-1475' size-in-bits='64' id='type-id-1487'/>
     <pointer-type-def type-id='type-id-1487' size-in-bits='64' id='type-id-1486'/>
     <pointer-type-def type-id='type-id-1471' size-in-bits='64' id='type-id-1474'/>
     <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-1012'/>
     <pointer-type-def type-id='type-id-1036' size-in-bits='64' id='type-id-1168'/>
     <pointer-type-def type-id='type-id-598' size-in-bits='64' id='type-id-1020'/>
-    <pointer-type-def type-id='type-id-366' size-in-bits='64' id='type-id-347'/>
-    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-415'/>
-    <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-314'/>
-    <pointer-type-def type-id='type-id-1412' size-in-bits='64' id='type-id-385'/>
+    <pointer-type-def type-id='type-id-367' size-in-bits='64' id='type-id-348'/>
+    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-416'/>
+    <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-315'/>
+    <pointer-type-def type-id='type-id-1412' size-in-bits='64' id='type-id-386'/>
     <pointer-type-def type-id='type-id-1369' size-in-bits='64' id='type-id-1372'/>
-    <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-39'/>
+    <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-42'/>
     <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-1016'/>
-    <pointer-type-def type-id='type-id-1413' size-in-bits='64' id='type-id-384'/>
-    <pointer-type-def type-id='type-id-1411' size-in-bits='64' id='type-id-182'/>
+    <pointer-type-def type-id='type-id-1413' size-in-bits='64' id='type-id-385'/>
+    <pointer-type-def type-id='type-id-1411' size-in-bits='64' id='type-id-185'/>
     <pointer-type-def type-id='type-id-595' size-in-bits='64' id='type-id-1014'/>
-    <pointer-type-def type-id='type-id-392' size-in-bits='64' id='type-id-6'/>
+    <pointer-type-def type-id='type-id-393' size-in-bits='64' id='type-id-6'/>
     <pointer-type-def type-id='type-id-478' size-in-bits='64' id='type-id-468'/>
     <pointer-type-def type-id='type-id-1488' size-in-bits='64' id='type-id-1391'/>
     <pointer-type-def type-id='type-id-1489' size-in-bits='64' id='type-id-1406'/>
     <pointer-type-def type-id='type-id-1499' size-in-bits='64' id='type-id-1405'/>
     <pointer-type-def type-id='type-id-1500' size-in-bits='64' id='type-id-1122'/>
     <qualified-type-def type-id='type-id-6' const='yes' id='type-id-1501'/>
-    <pointer-type-def type-id='type-id-1501' size-in-bits='64' id='type-id-265'/>
-    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-241'/>
+    <pointer-type-def type-id='type-id-1501' size-in-bits='64' id='type-id-267'/>
+    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-18'/>
     <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-1015'/>
-    <pointer-type-def type-id='type-id-1379' size-in-bits='64' id='type-id-37'/>
-    <pointer-type-def type-id='type-id-271' size-in-bits='64' id='type-id-1'/>
-    <pointer-type-def type-id='type-id-307' size-in-bits='64' id='type-id-621'/>
-    <pointer-type-def type-id='type-id-260' size-in-bits='64' id='type-id-268'/>
+    <pointer-type-def type-id='type-id-1379' size-in-bits='64' id='type-id-40'/>
+    <pointer-type-def type-id='type-id-273' size-in-bits='64' id='type-id-1'/>
+    <pointer-type-def type-id='type-id-308' size-in-bits='64' id='type-id-621'/>
+    <pointer-type-def type-id='type-id-262' size-in-bits='64' id='type-id-270'/>
     <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-8'/>
     <pointer-type-def type-id='type-id-1472' size-in-bits='64' id='type-id-751'/>
     <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-1485'/>
     <pointer-type-def type-id='type-id-1455' size-in-bits='64' id='type-id-1458'/>
     <pointer-type-def type-id='type-id-868' size-in-bits='64' id='type-id-1456'/>
     <pointer-type-def type-id='type-id-869' size-in-bits='64' id='type-id-1460'/>
-    <pointer-type-def type-id='type-id-990' size-in-bits='64' id='type-id-278'/>
-    <pointer-type-def type-id='type-id-959' size-in-bits='64' id='type-id-370'/>
+    <pointer-type-def type-id='type-id-990' size-in-bits='64' id='type-id-280'/>
+    <pointer-type-def type-id='type-id-959' size-in-bits='64' id='type-id-371'/>
     <pointer-type-def type-id='type-id-1232' size-in-bits='64' id='type-id-1236'/>
-    <pointer-type-def type-id='type-id-1234' size-in-bits='64' id='type-id-372'/>
-    <pointer-type-def type-id='type-id-422' size-in-bits='64' id='type-id-242'/>
-    <pointer-type-def type-id='type-id-374' size-in-bits='64' id='type-id-369'/>
-    <pointer-type-def type-id='type-id-367' size-in-bits='64' id='type-id-340'/>
-    <pointer-type-def type-id='type-id-425' size-in-bits='64' id='type-id-433'/>
-    <pointer-type-def type-id='type-id-1380' size-in-bits='64' id='type-id-177'/>
+    <pointer-type-def type-id='type-id-1234' size-in-bits='64' id='type-id-373'/>
+    <pointer-type-def type-id='type-id-423' size-in-bits='64' id='type-id-244'/>
+    <pointer-type-def type-id='type-id-375' size-in-bits='64' id='type-id-370'/>
+    <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-341'/>
+    <pointer-type-def type-id='type-id-426' size-in-bits='64' id='type-id-415'/>
+    <pointer-type-def type-id='type-id-1380' size-in-bits='64' id='type-id-180'/>
     <pointer-type-def type-id='type-id-1050' size-in-bits='64' id='type-id-1053'/>
     <pointer-type-def type-id='type-id-435' size-in-bits='64' id='type-id-397'/>
     <pointer-type-def type-id='type-id-1300' size-in-bits='64' id='type-id-1301'/>
     <pointer-type-def type-id='type-id-1141' size-in-bits='64' id='type-id-1144'/>
     <pointer-type-def type-id='type-id-1121' size-in-bits='64' id='type-id-1502'/>
     <pointer-type-def type-id='type-id-870' size-in-bits='64' id='type-id-1362'/>
-    <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-365'/>
+    <pointer-type-def type-id='type-id-364' size-in-bits='64' id='type-id-366'/>
     <pointer-type-def type-id='type-id-1217' size-in-bits='64' id='type-id-1503'/>
     <pointer-type-def type-id='type-id-1504' size-in-bits='64' id='type-id-1223'/>
     <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-620'/>
     <pointer-type-def type-id='type-id-1214' size-in-bits='64' id='type-id-1227'/>
     <pointer-type-def type-id='type-id-1480' size-in-bits='64' id='type-id-1479'/>
     <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-1434'/>
-    <pointer-type-def type-id='type-id-871' size-in-bits='64' id='type-id-308'/>
+    <pointer-type-def type-id='type-id-871' size-in-bits='64' id='type-id-309'/>
     <pointer-type-def type-id='type-id-1115' size-in-bits='64' id='type-id-1078'/>
     <pointer-type-def type-id='type-id-1114' size-in-bits='64' id='type-id-1077'/>
     <pointer-type-def type-id='type-id-1113' size-in-bits='64' id='type-id-1076'/>
     <pointer-type-def type-id='type-id-1069' size-in-bits='64' id='type-id-746'/>
     <pointer-type-def type-id='type-id-1086' size-in-bits='64' id='type-id-710'/>
     <pointer-type-def type-id='type-id-1250' size-in-bits='64' id='type-id-1251'/>
-    <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-251'/>
+    <pointer-type-def type-id='type-id-27' size-in-bits='64' id='type-id-253'/>
     <pointer-type-def type-id='type-id-873' size-in-bits='64' id='type-id-1246'/>
     <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-991'/>
-    <pointer-type-def type-id='type-id-178' size-in-bits='64' id='type-id-186'/>
+    <pointer-type-def type-id='type-id-181' size-in-bits='64' id='type-id-189'/>
     <pointer-type-def type-id='type-id-1171' size-in-bits='64' id='type-id-1175'/>
     <pointer-type-def type-id='type-id-1505' size-in-bits='64' id='type-id-1393'/>
     <pointer-type-def type-id='type-id-1506' size-in-bits='64' id='type-id-1042'/>
     <pointer-type-def type-id='type-id-1522' size-in-bits='64' id='type-id-971'/>
     <pointer-type-def type-id='type-id-1523' size-in-bits='64' id='type-id-977'/>
     <pointer-type-def type-id='type-id-1524' size-in-bits='64' id='type-id-1383'/>
-    <pointer-type-def type-id='type-id-270' size-in-bits='64' id='type-id-255'/>
+    <pointer-type-def type-id='type-id-272' size-in-bits='64' id='type-id-257'/>
     <pointer-type-def type-id='type-id-1525' size-in-bits='64' id='type-id-1222'/>
-    <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-183'/>
+    <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-186'/>
     <pointer-type-def type-id='type-id-1281' size-in-bits='64' id='type-id-1302'/>
     <pointer-type-def type-id='type-id-1311' size-in-bits='64' id='type-id-1314'/>
     <pointer-type-def type-id='type-id-1330' size-in-bits='64' id='type-id-1329'/>
     <pointer-type-def type-id='type-id-1310' size-in-bits='64' id='type-id-1313'/>
     <pointer-type-def type-id='type-id-1290' size-in-bits='64' id='type-id-899'/>
-    <pointer-type-def type-id='type-id-1442' size-in-bits='64' id='type-id-194'/>
+    <pointer-type-def type-id='type-id-1442' size-in-bits='64' id='type-id-197'/>
     <pointer-type-def type-id='type-id-1467' size-in-bits='64' id='type-id-752'/>
     <pointer-type-def type-id='type-id-1463' size-in-bits='64' id='type-id-753'/>
     <pointer-type-def type-id='type-id-1375' size-in-bits='64' id='type-id-1377'/>
     <pointer-type-def type-id='type-id-1527' size-in-bits='64' id='type-id-1402'/>
     <pointer-type-def type-id='type-id-1528' size-in-bits='64' id='type-id-1394'/>
     <pointer-type-def type-id='type-id-1529' size-in-bits='64' id='type-id-1221'/>
-    <pointer-type-def type-id='type-id-311' size-in-bits='64' id='type-id-1235'/>
-    <pointer-type-def type-id='type-id-234' size-in-bits='64' id='type-id-232'/>
-    <pointer-type-def type-id='type-id-320' size-in-bits='64' id='type-id-316'/>
+    <pointer-type-def type-id='type-id-312' size-in-bits='64' id='type-id-1235'/>
+    <pointer-type-def type-id='type-id-237' size-in-bits='64' id='type-id-235'/>
+    <pointer-type-def type-id='type-id-321' size-in-bits='64' id='type-id-317'/>
     <pointer-type-def type-id='type-id-1530' size-in-bits='64' id='type-id-1410'/>
     <pointer-type-def type-id='type-id-1531' size-in-bits='64' id='type-id-1414'/>
     <pointer-type-def type-id='type-id-1532' size-in-bits='64' id='type-id-1425'/>
     <pointer-type-def type-id='type-id-1533' size-in-bits='64' id='type-id-1041'/>
     <pointer-type-def type-id='type-id-1534' size-in-bits='64' id='type-id-1035'/>
     <pointer-type-def type-id='type-id-1535' size-in-bits='64' id='type-id-1243'/>
-    <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-41'/>
+    <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-44'/>
     <pointer-type-def type-id='type-id-1536' size-in-bits='64' id='type-id-1242'/>
     <pointer-type-def type-id='type-id-1537' size-in-bits='64' id='type-id-1226'/>
     <pointer-type-def type-id='type-id-1538' size-in-bits='64' id='type-id-1034'/>
     <pointer-type-def type-id='type-id-1539' size-in-bits='64' id='type-id-1039'/>
     <pointer-type-def type-id='type-id-1540' size-in-bits='64' id='type-id-1040'/>
-    <pointer-type-def type-id='type-id-41' size-in-bits='64' id='type-id-267'/>
+    <pointer-type-def type-id='type-id-44' size-in-bits='64' id='type-id-269'/>
     <qualified-type-def type-id='type-id-1364' volatile='yes' id='type-id-1363'/>
-    <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-69'/>
-    <pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-244'/>
+    <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-72'/>
+    <pointer-type-def type-id='type-id-72' size-in-bits='64' id='type-id-246'/>
     <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-867'/>
     <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-868'/>
     <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-869'/>
     <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-873'/>
     <function-decl name='PyObject_Vectorcall' mangled-name='PyObject_Vectorcall' filepath='./Include/abstract.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Vectorcall'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyBytes_AsString' mangled-name='PyBytes_AsString' filepath='./Include/bytesobject.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_AsString'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-6'/>
-      <parameter type-id='type-id-251'/>
+      <parameter type-id='type-id-253'/>
       <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-362'/>
+      <parameter type-id='type-id-363'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyImport_ImportModuleAttrString' mangled-name='PyImport_ImportModuleAttrString' filepath='./Include/cpython/import.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleAttrString'>
       <return type-id='type-id-4'/>
     </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-178'/>
+      <parameter type-id='type-id-181'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyAST_Constant' filepath='./Include/internal/pycore_ast.h' line='843' 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-745'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-745'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_InternImmortal' mangled-name='_PyUnicode_InternImmortal' filepath='./Include/internal/pycore_unicodeobject.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternImmortal'>
-      <parameter type-id='type-id-39'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-18'/>
       <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-188'/>
+      <parameter type-id='type-id-191'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyLong_FromString' mangled-name='PyLong_FromString' filepath='./Include/longobject.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromString'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-251'/>
+      <parameter type-id='type-id-253'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyOS_strtoul' mangled-name='PyOS_strtoul' filepath='./Include/longobject.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtoul'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-251'/>
+      <parameter type-id='type-id-253'/>
       <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='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtol'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-251'/>
+      <parameter type-id='type-id-253'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='Py_BuildValue' mangled-name='Py_BuildValue' filepath='./Include/modsupport.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_BuildValue'>
       <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-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <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-4'/>
-      <parameter type-id='type-id-251'/>
+      <parameter type-id='type-id-253'/>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-178'/>
+      <return type-id='type-id-181'/>
     </function-decl>
     <function-decl name='_Py_Dealloc' mangled-name='_Py_Dealloc' filepath='./Include/refcount.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Dealloc'>
       <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-183'/>
+      <return type-id='type-id-186'/>
     </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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='strncmp' filepath='/usr/include/string.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
     <function-decl name='strchr' filepath='/usr/include/string.h' line='246' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='strlen' filepath='/usr/include/string.h' line='407' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyPegen_raise_error_known_location' filepath='Parser/pegen.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-308'/>
-      <return type-id='type-id-41'/>
+      <parameter type-id='type-id-309'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_Pypegen_set_syntax_error' filepath='Parser/pegen.h' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
     </function-decl>
     <function-decl name='_PyPegen_parse' filepath='Parser/pegen.h' line='386' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-750'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-4'/>
       <return type-id='type-id-752'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1489'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     <function-type size-in-bits='64' id='type-id-1493'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-6'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1494'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <return type-id='type-id-6'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1495'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1496'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-6'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1497'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-433'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-415'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-type>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1504'>
       <parameter type-id='type-id-620'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-1503'/>
     </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-6'/>
-      <parameter type-id='type-id-415'/>
+      <parameter type-id='type-id-416'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     <function-type size-in-bits='64' id='type-id-1509'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1510'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-270'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1511'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1512'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-1030'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1513'>
     <function-type size-in-bits='64' id='type-id-1514'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-399'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1515'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-1502'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1516'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-1125'/>
       <parameter type-id='type-id-1502'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1520'>
       <parameter type-id='type-id-961'/>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1521'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1523'>
       <parameter type-id='type-id-975'/>
-      <parameter type-id='type-id-314'/>
+      <parameter type-id='type-id-315'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1524'>
-      <parameter type-id='type-id-307'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-308'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1525'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1526'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
-      <return type-id='type-id-269'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-271'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1527'>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-306'/>
+      <return type-id='type-id-17'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1528'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-7'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1529'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-1219'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1530'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-268'/>
+      <parameter type-id='type-id-270'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1531'>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1532'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-194'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-197'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1533'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1534'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1535'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-111'/>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-114'/>
+      <parameter type-id='type-id-348'/>
       <return type-id='type-id-3'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1536'>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1537'>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1538'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1539'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1540'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-type>
   </abi-instr>
   <abi-instr address-size='64' path='Parser/pegen_errors.c' comp-dir-path='/src' language='LANG_C11'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_GetConstant' mangled-name='Py_GetConstant' filepath='./Include/object.h' line='636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstant'>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyErr_SetNone' mangled-name='PyErr_SetNone' filepath='./Include/pyerrors.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetNone'>
       <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-241'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
       <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-4'/>
-      <parameter type-id='type-id-308'/>
+      <parameter type-id='type-id-309'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyPegen_fill_token' filepath='Parser/pegen.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Parser/string_parser.c' comp-dir-path='/src' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-266'/>
+    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-268'/>
     <function-decl name='PyBytes_Size' mangled-name='PyBytes_Size' filepath='./Include/bytesobject.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_Size'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-266'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-268'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal2' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal2' filepath='./Include/internal/pycore_unicodeobject.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal2'>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-8'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-266'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-268'/>
       <return type-id='type-id-6'/>
     </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-6'/>
     </function-decl>
     <function-decl name='sprintf' filepath='/usr/include/stdio.h' line='358' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
       <subrange length='70' type-id='type-id-2' id='type-id-1542'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-591' size-in-bits='infinite' id='type-id-1543'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <qualified-type-def type-id='type-id-4' const='yes' id='type-id-591'/>
     <var-decl name='_PyParser_TokenNames' type-id='type-id-1543' mangled-name='_PyParser_TokenNames' visibility='default' filepath='./Include/internal/pycore_token.h' line='102' column='1' elf-symbol-id='_PyParser_TokenNames'/>
   </abi-instr>
   <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-1544' size-in-bits='64' id='type-id-1545'/>
-    <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-68'/>
+    <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-71'/>
     <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1547'/>
     <function-decl name='PyObject_CallNoArgs' mangled-name='PyObject_CallNoArgs' filepath='./Include/abstract.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallNoArgs'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-67'/>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_Py_CheckFunctionResult' mangled-name='_Py_CheckFunctionResult' filepath='./Include/internal/pycore_call.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_CheckFunctionResult'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyObject_MakeTpCall' mangled-name='_PyObject_MakeTpCall' filepath='./Include/internal/pycore_call.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MakeTpCall'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_UniversalNewlineFgetsWithSize' mangled-name='_Py_UniversalNewlineFgetsWithSize' filepath='./Include/internal/pycore_fileutils.h' line='306' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_UniversalNewlineFgetsWithSize'>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-68'/>
-      <return type-id='type-id-24'/>
+      <parameter type-id='type-id-71'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='PyObject_GetAttr' mangled-name='PyObject_GetAttr' filepath='./Include/object.h' line='451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetAttr'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-4'/>
-      <return type-id='type-id-67'/>
+      <return type-id='type-id-70'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-67'/>
-      <return type-id='type-id-188'/>
+      <parameter type-id='type-id-70'/>
+      <return type-id='type-id-191'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyLexer_remember_fstring_buffers' filepath='Parser/tokenizer/../lexer/buffer.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-752'/>
     </function-decl>
     <function-decl name='_PyLexer_update_ftstring_expr' filepath='Parser/tokenizer/../lexer/lexer.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-752'/>
-      <parameter type-id='type-id-64'/>
+      <parameter type-id='type-id-67'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTokenizer_tok_new' filepath='Parser/tokenizer/../lexer/state.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyTokenizer_error_ret' filepath='Parser/tokenizer/helpers.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-752'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyTokenizer_new_string' filepath='Parser/tokenizer/helpers.h' line='19' 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-752'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyTokenizer_translate_newlines' filepath='Parser/tokenizer/helpers.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-752'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyTokenizer_translate_into_utf8' filepath='Parser/tokenizer/helpers.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
     </function-decl>
   </abi-instr>
   <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-270' filepath='./Include/internal/pycore_lock.h' line='127' column='1' id='type-id-1548'/>
+    <typedef-decl name='_Py_once_fn_t' type-id='type-id-272' filepath='./Include/internal/pycore_lock.h' line='127' column='1' id='type-id-1548'/>
     <pointer-type-def type-id='type-id-988' size-in-bits='64' id='type-id-1549'/>
     <pointer-type-def type-id='type-id-1548' size-in-bits='64' id='type-id-1550'/>
     <function-decl name='Py_EnterRecursiveCall' mangled-name='Py_EnterRecursiveCall' filepath='./Include/ceval.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EnterRecursiveCall'>
     <function-decl name='_PyOnceFlag_CallOnceSlow' mangled-name='_PyOnceFlag_CallOnceSlow' filepath='./Include/internal/pycore_lock.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOnceFlag_CallOnceSlow'>
       <parameter type-id='type-id-1549'/>
       <parameter type-id='type-id-1550'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <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-6'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-188'/>
+      <parameter type-id='type-id-191'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInit__ast' mangled-name='PyInit__ast' filepath='Python/Python-ast.c' line='18409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__ast'>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Python/_warnings.c' comp-dir-path='/src' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-1260' size-in-bits='64' id='type-id-33'/>
+    <pointer-type-def type-id='type-id-1260' size-in-bits='64' id='type-id-36'/>
     <function-decl name='PyContextVar_New' mangled-name='PyContextVar_New' filepath='./Include/cpython/context.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyContextVar_New'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
     <function-decl name='PyContextVar_Get' mangled-name='PyContextVar_Get' filepath='./Include/cpython/context.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyContextVar_Get'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_GetModules' filepath='./Include/internal/pycore_import.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyImport_BlessMyLoader' filepath='./Include/internal/pycore_import.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyRecursiveMutex_Lock' mangled-name='_PyRecursiveMutex_Lock' filepath='./Include/internal/pycore_lock.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRecursiveMutex_Lock'>
-      <parameter type-id='type-id-33'/>
+      <parameter type-id='type-id-36'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyRecursiveMutex_TryUnlock' filepath='./Include/internal/pycore_lock.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-33'/>
+      <parameter type-id='type-id-36'/>
       <return type-id='type-id-5'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_GetOptionalAttr' mangled-name='_PySys_GetOptionalAttr' filepath='./Include/internal/pycore_sysmodule.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetOptionalAttr'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_DisplaySourceLine' mangled-name='_Py_DisplaySourceLine' filepath='./Include/internal/pycore_traceback.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DisplaySourceLine'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-18'/>
       <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-37'/>
-      <return type-id='type-id-415'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-416'/>
     </function-decl>
     <function-decl name='PyErr_ResourceWarning' mangled-name='PyErr_ResourceWarning' filepath='Python/_warnings.c' line='1421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ResourceWarning'>
       <parameter type-id='type-id-6' name='source' filepath='Python/_warnings.c' line='1421' column='1'/>
     <typedef-decl name='_PyInstruction' type-id='type-id-1555' filepath='./Include/internal/pycore_instruction_sequence.h' line='30' column='1' id='type-id-1554'/>
     <class-decl name='instruction_sequence' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='32' column='1' id='type-id-1557'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='33' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-1558' 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-183' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='43' column='1'/>
+        <var-decl name='s_labelmap' type-id='type-id-186' 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='253' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1562'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='_PyCompile_ConstCacheMergeOne' filepath='./Include/internal/pycore_compile.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInstructionSequence_ApplyLabelMap' filepath='./Include/internal/pycore_instruction_sequence.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_Py_set_localsplus_info' filepath='Python/assemble.c' line='480' 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-101'/>
+      <parameter type-id='type-id-104'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
   <abi-instr address-size='64' path='Python/ast_preprocess.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_Py_c_array_t' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-1564' visibility='default' filepath='./Include/internal/pycore_c_array.h' line='15' column='1' id='type-id-1565'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='array' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_c_array.h' line='16' column='1'/>
+        <var-decl name='array' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_c_array.h' line='16' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='allocated_entries' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_c_array.h' line='17' column='1'/>
   </abi-instr>
   <abi-instr address-size='64' path='Python/bltinmodule.c' comp-dir-path='/src' language='LANG_C11'>
     <pointer-type-def type-id='type-id-872' size-in-bits='64' id='type-id-1567'/>
-    <var-decl name='PyFilter_Type' type-id='type-id-271' 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-271' 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-271' 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-273' 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-273' 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-273' 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-6'/>
       <parameter 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-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-213'/>
+      <parameter type-id='type-id-216'/>
       <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-6'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <return type-id='type-id-6'/>
     </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-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_EnsureBuiltins' filepath='./Include/internal/pycore_ceval.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyAST_Compile' mangled-name='_PyAST_Compile' filepath='./Include/internal/pycore_compile.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAST_Compile'>
       <parameter type-id='type-id-648'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1567'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='_PyCompile_AstPreprocess' filepath='./Include/internal/pycore_compile.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-648'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1567'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyArg_ParseStackAndKeywords' mangled-name='_PyArg_ParseStackAndKeywords' filepath='./Include/internal/pycore_modsupport.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStackAndKeywords'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-278'/>
+      <parameter type-id='type-id-280'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-213'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-216'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PySys_GetRequiredAttr' mangled-name='_PySys_GetRequiredAttr' filepath='./Include/internal/pycore_sysmodule.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetRequiredAttr'>
   <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='90' 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-70'/>
+      <parameter type-id='type-id-73'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_open' mangled-name='_Py_open' filepath='./Include/internal/pycore_fileutils.h' line='105' 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='118' 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-44'/>
       <parameter type-id='type-id-14'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-111'/>
-      <return type-id='type-id-189'/>
+      <parameter type-id='type-id-114'/>
+      <return type-id='type-id-192'/>
     </function-decl>
     <function-decl name='_PyOS_URandomNonblock' mangled-name='_PyOS_URandomNonblock' filepath='Python/bootstrap_hash.c' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_URandomNonblock'>
-      <parameter type-id='type-id-41' name='buffer' filepath='Python/bootstrap_hash.c' line='546' column='1'/>
+      <parameter type-id='type-id-44' name='buffer' filepath='Python/bootstrap_hash.c' line='546' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Python/bootstrap_hash.c' line='546' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-64' size-in-bits='448' id='type-id-1568'>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='448' id='type-id-1568'>
       <subrange length='56' type-id='type-id-2' id='type-id-1569'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1570' size-in-bits='768' id='type-id-1571'>
-      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
+      <subrange length='4' type-id='type-id-2' id='type-id-231'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1570' size-in-bits='infinite' id='type-id-1572'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1573' size-in-bits='1728' id='type-id-1574'>
       <subrange length='27' type-id='type-id-2' id='type-id-1575'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1573' size-in-bits='infinite' id='type-id-1576'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1577' size-in-bits='256' id='type-id-1578'>
-      <subrange length='4' type-id='type-id-2' id='type-id-228'/>
+      <subrange length='4' type-id='type-id-2' id='type-id-231'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1577' size-in-bits='infinite' id='type-id-1579'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1580' size-in-bits='1088' id='type-id-1581'>
       <subrange length='17' type-id='type-id-2' id='type-id-922'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1580' size-in-bits='infinite' id='type-id-1582'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <typedef-decl name='conversion_func' type-id='type-id-1391' filepath='./Include/internal/pycore_ceval.h' line='272' column='1' id='type-id-1583'/>
     <class-decl name='_special_method' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='277' column='1' id='type-id-1584'>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_SpecialMethod' type-id='type-id-1584' filepath='./Include/internal/pycore_ceval.h' line='281' column='1' id='type-id-1585'/>
-    <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-38'/>
+    <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-41'/>
     <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-1586'>
       <data-member access='public'>
         <var-decl name='__size' type-id='type-id-1568' 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-188' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='59' column='1'/>
+        <var-decl name='__align' type-id='type-id-191' 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-1586' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='62' column='1' id='type-id-1587'/>
     <qualified-type-def type-id='type-id-1589' restrict='yes' id='type-id-1590'/>
     <qualified-type-def type-id='type-id-14' const='yes' id='type-id-1580'/>
     <pointer-type-def type-id='type-id-1587' size-in-bits='64' id='type-id-1591'/>
-    <qualified-type-def type-id='type-id-68' restrict='yes' id='type-id-1592'/>
-    <qualified-type-def type-id='type-id-267' restrict='yes' id='type-id-1593'/>
+    <qualified-type-def type-id='type-id-71' restrict='yes' id='type-id-1592'/>
+    <qualified-type-def type-id='type-id-269' restrict='yes' id='type-id-1593'/>
     <function-decl name='PyImport_ImportModuleLevel' mangled-name='PyImport_ImportModuleLevel' filepath='./Include/import.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleLevel'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PySys_Audit' filepath='./Include/internal/pycore_audit.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyStack_UnpackDict' filepath='./Include/internal/pycore_call.h' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
-      <return type-id='type-id-265'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-267'/>
     </function-decl>
     <function-decl name='_PyStack_UnpackDict_FreeNoDecRef' filepath='./Include/internal/pycore_call.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-265'/>
+      <parameter type-id='type-id-267'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_SetProfile' mangled-name='_PyEval_SetProfile' filepath='./Include/internal/pycore_ceval.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetProfile'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-1043'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_SetProfileAllThreads' filepath='./Include/internal/pycore_ceval.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1043'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_SetTrace' filepath='./Include/internal/pycore_ceval.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-1043'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_SetTraceAllThreads' filepath='./Include/internal/pycore_ceval.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1043'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_HandlePending' mangled-name='_Py_HandlePending' filepath='./Include/internal/pycore_ceval.h' line='268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HandlePending'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <var-decl name='_PyEval_BinaryOps' type-id='type-id-1576' mangled-name='_PyEval_BinaryOps' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='274' column='1' elf-symbol-id='_PyEval_BinaryOps'/>
     <function-decl name='_PyFloat_FromDouble_ConsumeInputs' filepath='./Include/internal/pycore_ceval.h' line='360' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-178'/>
+      <parameter type-id='type-id-181'/>
       <return type-id='type-id-435'/>
     </function-decl>
     <function-decl name='_Py_Specialize_LoadSuperAttr' filepath='./Include/internal/pycore_code.h' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_LoadAttr' filepath='./Include/internal/pycore_code.h' line='305' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_StoreAttr' filepath='./Include/internal/pycore_code.h' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_LoadGlobal' filepath='./Include/internal/pycore_code.h' line='309' 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-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_StoreSubscr' filepath='./Include/internal/pycore_code.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_Call' filepath='./Include/internal/pycore_code.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_CallKw' filepath='./Include/internal/pycore_code.h' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_BinaryOp' filepath='./Include/internal/pycore_code.h' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-397'/>
       <return type-id='type-id-3'/>
     <function-decl name='_Py_Specialize_CompareOp' filepath='./Include/internal/pycore_code.h' line='319' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_UnpackSequence' filepath='./Include/internal/pycore_code.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_ForIter' filepath='./Include/internal/pycore_code.h' line='323' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_Send' filepath='./Include/internal/pycore_code.h' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_ToBool' filepath='./Include/internal/pycore_code.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Specialize_ContainsOp' filepath='./Include/internal/pycore_code.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-435'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_Instrument' filepath='./Include/internal/pycore_code.h' line='519' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-348'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_IsDefaultImportFunc' filepath='./Include/internal/pycore_import.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation' filepath='./Include/internal/pycore_instruments.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_line' filepath='./Include/internal/pycore_instruments.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_instruction' filepath='./Include/internal/pycore_instruments.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_jump' filepath='./Include/internal/pycore_instruments.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-365'/>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
-      <parameter type-id='type-id-365'/>
-      <return type-id='type-id-365'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
+      <parameter type-id='type-id-366'/>
+      <return type-id='type-id-366'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_arg' filepath='./Include/internal/pycore_instruments.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_2args' filepath='./Include/internal/pycore_instruments.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_call_instrumentation_exc2' filepath='./Include/internal/pycore_instruments.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-430'/>
-      <parameter type-id='type-id-365'/>
+      <parameter type-id='type-id-431'/>
+      <parameter type-id='type-id-366'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFrame_GetLocals' filepath='./Include/internal/pycore_interpframe.h' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-430'/>
+      <parameter type-id='type-id-431'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyThreadState_PushFrame' filepath='./Include/internal/pycore_interpframe.h' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-430'/>
+      <return type-id='type-id-431'/>
     </function-decl>
     <function-decl name='_PyThreadState_PopFrame' mangled-name='_PyThreadState_PopFrame' filepath='./Include/internal/pycore_interpframe.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_PopFrame'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-430'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-431'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyModuleSpec_IsInitializing' filepath='./Include/internal/pycore_moduleobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyModuleSpec_GetFileOrigin' filepath='./Include/internal/pycore_moduleobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyModule_IsPossiblyShadowing' filepath='./Include/internal/pycore_moduleobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </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-37'/>
-      <return type-id='type-id-242'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-244'/>
     </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-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyErr_SetObject' filepath='./Include/internal/pycore_pyerrors.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IsRunningMain' mangled-name='_PyInterpreterState_IsRunningMain' filepath='./Include/internal/pycore_pystate.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IsRunningMain'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_GetMainModule' filepath='./Include/internal/pycore_pystate.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_CheckMainModule' filepath='./Include/internal/pycore_pystate.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyTraceBack_FromFrame' filepath='./Include/internal/pycore_traceback.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-415'/>
+      <parameter type-id='type-id-416'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyErr_SetHandledException' mangled-name='PyErr_SetHandledException' filepath='./Include/pyerrors.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetHandledException'>
       <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-415'/>
+      <parameter type-id='type-id-416'/>
       <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-38'/>
+      <return type-id='type-id-41'/>
     </function-decl>
     <function-decl name='pthread_attr_destroy' filepath='/usr/include/pthread.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1591'/>
     </function-decl>
     <function-decl name='pthread_attr_getguardsize' filepath='/usr/include/pthread.h' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1589'/>
-      <parameter type-id='type-id-68'/>
+      <parameter type-id='type-id-71'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_attr_getstack' filepath='/usr/include/pthread.h' line='379' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_getattr_np' filepath='/usr/include/pthread.h' line='432' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-38'/>
+      <parameter type-id='type-id-41'/>
       <parameter type-id='type-id-1591'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_InitializeRecursionLimits' mangled-name='_Py_InitializeRecursionLimits' filepath='Python/ceval.c' line='536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_InitializeRecursionLimits'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='536' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='536' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyUnstable_ThreadState_SetStackProtection' mangled-name='PyUnstable_ThreadState_SetStackProtection' filepath='Python/ceval.c' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_ThreadState_SetStackProtection'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='551' column='1'/>
-      <parameter type-id='type-id-41' name='stack_start_addr' filepath='Python/ceval.c' line='552' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='551' column='1'/>
+      <parameter type-id='type-id-44' name='stack_start_addr' filepath='Python/ceval.c' line='552' column='1'/>
       <parameter type-id='type-id-14' name='stack_size' filepath='Python/ceval.c' line='552' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_ThreadState_ResetStackProtection' mangled-name='PyUnstable_ThreadState_ResetStackProtection' filepath='Python/ceval.c' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_ThreadState_ResetStackProtection'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='569' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='569' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_MatchKeys' mangled-name='_PyEval_MatchKeys' filepath='Python/ceval.c' line='728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchKeys'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='728' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='728' column='1'/>
       <parameter type-id='type-id-6' name='map' filepath='Python/ceval.c' line='728' column='1'/>
       <parameter type-id='type-id-6' name='keys' filepath='Python/ceval.c' line='728' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_MatchClass' mangled-name='_PyEval_MatchClass' filepath='Python/ceval.c' line='832' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchClass'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='832' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='832' column='1'/>
       <parameter type-id='type-id-6' name='subject' filepath='Python/ceval.c' line='832' column='1'/>
       <parameter type-id='type-id-6' name='type' filepath='Python/ceval.c' line='832' column='1'/>
       <parameter type-id='type-id-7' name='nargs' filepath='Python/ceval.c' line='833' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>
-      <parameter type-id='type-id-415' name='f' filepath='Python/ceval.c' line='984' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Python/ceval.c' line='984' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='992' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>
-      <parameter type-id='type-id-415' name='f' filepath='Python/ceval.c' line='992' column='1'/>
+      <parameter type-id='type-id-416' name='f' filepath='Python/ceval.c' line='992' column='1'/>
       <parameter type-id='type-id-5' name='throwflag' filepath='Python/ceval.c' line='992' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyObjectArray_FromStackRefArray' mangled-name='_PyObjectArray_FromStackRefArray' filepath='Python/ceval.c' line='1050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObjectArray_FromStackRefArray'>
       <parameter type-id='type-id-397' name='input' filepath='Python/ceval.c' line='1050' column='1'/>
       <parameter type-id='type-id-7' name='nargs' filepath='Python/ceval.c' line='1050' column='1'/>
-      <parameter type-id='type-id-241' name='scratch' filepath='Python/ceval.c' line='1050' column='1'/>
-      <return type-id='type-id-241'/>
+      <parameter type-id='type-id-18' name='scratch' filepath='Python/ceval.c' line='1050' column='1'/>
+      <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyObjectArray_Free' mangled-name='_PyObjectArray_Free' filepath='Python/ceval.c' line='1071' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObjectArray_Free'>
-      <parameter type-id='type-id-241' name='array' filepath='Python/ceval.c' line='1071' column='1'/>
-      <parameter type-id='type-id-241' name='scratch' filepath='Python/ceval.c' line='1071' column='1'/>
+      <parameter type-id='type-id-18' name='array' filepath='Python/ceval.c' line='1071' column='1'/>
+      <parameter type-id='type-id-18' name='scratch' filepath='Python/ceval.c' line='1071' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FrameClearAndPop' mangled-name='_PyEval_FrameClearAndPop' filepath='Python/ceval.c' line='1929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FrameClearAndPop'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='1929' column='1'/>
-      <parameter type-id='type-id-430' name='frame' filepath='Python/ceval.c' line='1929' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='1929' column='1'/>
+      <parameter type-id='type-id-431' name='frame' filepath='Python/ceval.c' line='1929' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEvalFramePushAndInit' mangled-name='_PyEvalFramePushAndInit' filepath='Python/ceval.c' line='1941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvalFramePushAndInit'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='1941' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='1941' column='1'/>
       <parameter type-id='type-id-435' name='func' filepath='Python/ceval.c' line='1941' column='1'/>
       <parameter type-id='type-id-6' name='locals' filepath='Python/ceval.c' line='1942' column='1'/>
       <parameter type-id='type-id-439' name='args' filepath='Python/ceval.c' line='1942' column='1'/>
       <parameter type-id='type-id-14' name='argcount' filepath='Python/ceval.c' line='1943' column='1'/>
       <parameter type-id='type-id-6' name='kwnames' filepath='Python/ceval.c' line='1943' column='1'/>
-      <parameter type-id='type-id-430' name='previous' filepath='Python/ceval.c' line='1943' column='1'/>
-      <return type-id='type-id-430'/>
+      <parameter type-id='type-id-431' name='previous' filepath='Python/ceval.c' line='1943' column='1'/>
+      <return type-id='type-id-431'/>
     </function-decl>
     <function-decl name='_PyEval_ExceptionGroupMatch' mangled-name='_PyEval_ExceptionGroupMatch' filepath='Python/ceval.c' line='2268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_ExceptionGroupMatch'>
-      <parameter type-id='type-id-430' name='frame' filepath='Python/ceval.c' line='2268' column='1'/>
+      <parameter type-id='type-id-431' name='frame' filepath='Python/ceval.c' line='2268' column='1'/>
       <parameter type-id='type-id-6' name='exc_value' filepath='Python/ceval.c' line='2268' column='1'/>
       <parameter type-id='type-id-6' name='match_type' filepath='Python/ceval.c' line='2269' column='1'/>
-      <parameter type-id='type-id-241' name='match' filepath='Python/ceval.c' line='2269' column='1'/>
-      <parameter type-id='type-id-241' name='rest' filepath='Python/ceval.c' line='2269' column='1'/>
+      <parameter type-id='type-id-18' name='match' filepath='Python/ceval.c' line='2269' column='1'/>
+      <parameter type-id='type-id-18' name='rest' filepath='Python/ceval.c' line='2269' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_UnpackIterableStackRef' mangled-name='_PyEval_UnpackIterableStackRef' filepath='Python/ceval.c' line='2357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_UnpackIterableStackRef'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='2357' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='2357' column='1'/>
       <parameter type-id='type-id-6' name='v' filepath='Python/ceval.c' line='2357' column='1'/>
       <parameter type-id='type-id-5' name='argcnt' filepath='Python/ceval.c' line='2358' column='1'/>
       <parameter type-id='type-id-5' name='argcntafter' filepath='Python/ceval.c' line='2358' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_MonitorRaise' mangled-name='_PyEval_MonitorRaise' filepath='Python/ceval.c' line='2501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MonitorRaise'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='2501' column='1'/>
-      <parameter type-id='type-id-430' name='frame' filepath='Python/ceval.c' line='2501' column='1'/>
-      <parameter type-id='type-id-365' name='instr' filepath='Python/ceval.c' line='2502' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='2501' column='1'/>
+      <parameter type-id='type-id-431' name='frame' filepath='Python/ceval.c' line='2501' column='1'/>
+      <parameter type-id='type-id-366' name='instr' filepath='Python/ceval.c' line='2502' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_EnterTracing' mangled-name='PyThreadState_EnterTracing' filepath='Python/ceval.c' line='2576' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_EnterTracing'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='2576' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='2576' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThreadState_LeaveTracing' mangled-name='PyThreadState_LeaveTracing' filepath='Python/ceval.c' line='2583' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_LeaveTracing'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='2583' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='2583' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='2607' 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='2714' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>
-      <return type-id='type-id-415'/>
+      <return type-id='type-id-416'/>
     </function-decl>
     <function-decl name='PyEval_GetLocals' mangled-name='PyEval_GetLocals' filepath='Python/ceval.c' line='2762' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetLocals'>
       <return type-id='type-id-6'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PyEval_ImportName' mangled-name='_PyEval_ImportName' filepath='Python/ceval.c' line='3080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_ImportName'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3080' column='1'/>
-      <parameter type-id='type-id-430' name='frame' filepath='Python/ceval.c' line='3080' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3080' column='1'/>
+      <parameter type-id='type-id-431' name='frame' filepath='Python/ceval.c' line='3080' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Python/ceval.c' line='3081' column='1'/>
       <parameter type-id='type-id-6' name='fromlist' filepath='Python/ceval.c' line='3081' column='1'/>
       <parameter type-id='type-id-6' name='level' filepath='Python/ceval.c' line='3081' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_ImportFrom' mangled-name='_PyEval_ImportFrom' filepath='Python/ceval.c' line='3119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_ImportFrom'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3119' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3119' column='1'/>
       <parameter type-id='type-id-6' name='v' filepath='Python/ceval.c' line='3119' column='1'/>
       <parameter type-id='type-id-6' name='name' filepath='Python/ceval.c' line='3119' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_CheckExceptTypeValid' mangled-name='_PyEval_CheckExceptTypeValid' filepath='Python/ceval.c' line='3293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptTypeValid'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3293' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3293' column='1'/>
       <parameter type-id='type-id-6' name='right' filepath='Python/ceval.c' line='3293' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_CheckExceptStarTypeValid' mangled-name='_PyEval_CheckExceptStarTypeValid' filepath='Python/ceval.c' line='3318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptStarTypeValid'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3318' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3318' column='1'/>
       <parameter type-id='type-id-6' name='right' filepath='Python/ceval.c' line='3318' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_Check_ArgsIterable' mangled-name='_Py_Check_ArgsIterable' filepath='Python/ceval.c' line='3355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Check_ArgsIterable'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3355' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3355' column='1'/>
       <parameter type-id='type-id-6' name='func' filepath='Python/ceval.c' line='3355' column='1'/>
       <parameter type-id='type-id-6' name='args' filepath='Python/ceval.c' line='3355' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_FormatKwargsError' mangled-name='_PyEval_FormatKwargsError' filepath='Python/ceval.c' line='3375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatKwargsError'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3375' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3375' column='1'/>
       <parameter type-id='type-id-6' name='func' filepath='Python/ceval.c' line='3375' column='1'/>
       <parameter type-id='type-id-6' name='kwargs' filepath='Python/ceval.c' line='3375' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FormatExcCheckArg' mangled-name='_PyEval_FormatExcCheckArg' filepath='Python/ceval.c' line='3418' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcCheckArg'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3418' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3418' column='1'/>
       <parameter type-id='type-id-6' name='exc' filepath='Python/ceval.c' line='3418' column='1'/>
       <parameter type-id='type-id-4' name='format_str' filepath='Python/ceval.c' line='3419' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/ceval.c' line='3419' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FormatExcUnbound' mangled-name='_PyEval_FormatExcUnbound' filepath='Python/ceval.c' line='3447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcUnbound'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3447' column='1'/>
-      <parameter type-id='type-id-347' name='co' filepath='Python/ceval.c' line='3447' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3447' column='1'/>
+      <parameter type-id='type-id-348' name='co' filepath='Python/ceval.c' line='3447' column='1'/>
       <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3447' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_FormatAwaitableError' mangled-name='_PyEval_FormatAwaitableError' filepath='Python/ceval.c' line='3464' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatAwaitableError'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3464' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3464' column='1'/>
       <parameter type-id='type-id-1' name='type' filepath='Python/ceval.c' line='3464' column='1'/>
       <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3464' column='1'/>
       <return type-id='type-id-3'/>
       <parameter type-id='type-id-473' name='free' filepath='Python/ceval.c' line='3484' column='1'/>
       <return type-id='type-id-7'/>
     </function-decl>
-    <function-decl name='_PyEval_GetANext' mangled-name='_PyEval_GetANext' filepath='Python/ceval.c' line='3511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetANext'>
-      <parameter type-id='type-id-6' name='aiter' filepath='Python/ceval.c' line='3511' column='1'/>
+    <function-decl name='_PyEval_GetANext' mangled-name='_PyEval_GetANext' filepath='Python/ceval.c' line='3527' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetANext'>
+      <parameter type-id='type-id-6' name='aiter' filepath='Python/ceval.c' line='3527' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyEval_LoadGlobalStackRef' mangled-name='_PyEval_LoadGlobalStackRef' filepath='Python/ceval.c' line='3550' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_LoadGlobalStackRef'>
-      <parameter type-id='type-id-6' name='globals' filepath='Python/ceval.c' line='3550' column='1'/>
-      <parameter type-id='type-id-6' name='builtins' filepath='Python/ceval.c' line='3550' column='1'/>
-      <parameter type-id='type-id-6' name='name' filepath='Python/ceval.c' line='3550' column='1'/>
-      <parameter type-id='type-id-397' name='writeto' filepath='Python/ceval.c' line='3550' column='1'/>
+    <function-decl name='_PyEval_LoadGlobalStackRef' mangled-name='_PyEval_LoadGlobalStackRef' filepath='Python/ceval.c' line='3566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_LoadGlobalStackRef'>
+      <parameter type-id='type-id-6' name='globals' filepath='Python/ceval.c' line='3566' column='1'/>
+      <parameter type-id='type-id-6' name='builtins' filepath='Python/ceval.c' line='3566' column='1'/>
+      <parameter type-id='type-id-6' name='name' filepath='Python/ceval.c' line='3566' column='1'/>
+      <parameter type-id='type-id-397' name='writeto' filepath='Python/ceval.c' line='3566' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyEval_GetAwaitable' mangled-name='_PyEval_GetAwaitable' filepath='Python/ceval.c' line='3590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetAwaitable'>
-      <parameter type-id='type-id-6' name='iterable' filepath='Python/ceval.c' line='3590' column='1'/>
-      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3590' column='1'/>
+    <function-decl name='_PyEval_GetAwaitable' mangled-name='_PyEval_GetAwaitable' filepath='Python/ceval.c' line='3606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetAwaitable'>
+      <parameter type-id='type-id-6' name='iterable' filepath='Python/ceval.c' line='3606' column='1'/>
+      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3606' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyEval_LoadName' mangled-name='_PyEval_LoadName' filepath='Python/ceval.c' line='3614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_LoadName'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval.c' line='3614' column='1'/>
-      <parameter type-id='type-id-430' name='frame' filepath='Python/ceval.c' line='3614' column='1'/>
-      <parameter type-id='type-id-6' name='name' filepath='Python/ceval.c' line='3614' column='1'/>
+    <function-decl name='_PyEval_LoadName' mangled-name='_PyEval_LoadName' filepath='Python/ceval.c' line='3630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_LoadName'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval.c' line='3630' column='1'/>
+      <parameter type-id='type-id-431' name='frame' filepath='Python/ceval.c' line='3630' column='1'/>
+      <parameter type-id='type-id-6' name='name' filepath='Python/ceval.c' line='3630' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyEval_SpecialMethodCanSuggest' mangled-name='_PyEval_SpecialMethodCanSuggest' filepath='Python/ceval.c' line='3657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SpecialMethodCanSuggest'>
-      <parameter type-id='type-id-6' name='self' filepath='Python/ceval.c' line='3657' column='1'/>
-      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3657' column='1'/>
+    <function-decl name='_PyEval_SpecialMethodCanSuggest' mangled-name='_PyEval_SpecialMethodCanSuggest' filepath='Python/ceval.c' line='3673' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SpecialMethodCanSuggest'>
+      <parameter type-id='type-id-6' name='self' filepath='Python/ceval.c' line='3673' column='1'/>
+      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3673' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
     <typedef-decl name='pthread_mutexattr_t' type-id='type-id-1595' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='36' column='1' id='type-id-1594'/>
     <qualified-type-def type-id='type-id-1594' const='yes' id='type-id-1596'/>
     <pointer-type-def type-id='type-id-1596' size-in-bits='64' id='type-id-1597'/>
-    <qualified-type-def type-id='type-id-116' const='yes' id='type-id-1598'/>
-    <pointer-type-def type-id='type-id-1598' size-in-bits='64' id='type-id-181'/>
-    <qualified-type-def type-id='type-id-181' restrict='yes' id='type-id-212'/>
+    <qualified-type-def type-id='type-id-119' const='yes' id='type-id-1598'/>
+    <pointer-type-def type-id='type-id-1598' size-in-bits='64' id='type-id-184'/>
+    <qualified-type-def type-id='type-id-184' restrict='yes' id='type-id-215'/>
     <pointer-type-def type-id='type-id-1178' size-in-bits='64' id='type-id-1599'/>
     <qualified-type-def type-id='type-id-1599' restrict='yes' id='type-id-1600'/>
     <pointer-type-def type-id='type-id-1179' size-in-bits='64' id='type-id-1601'/>
     <qualified-type-def type-id='type-id-1601' restrict='yes' id='type-id-1602'/>
     <function-decl name='_Py_RunGC' filepath='./Include/internal/pycore_gc.h' line='362' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_SetNone' filepath='./Include/internal/pycore_pyerrors.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_CheckSignalsTstate' filepath='./Include/internal/pycore_pyerrors.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <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-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_IsMainThread' filepath='./Include/internal/pycore_pystate.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThreadState_MustExit' filepath='./Include/internal/pycore_pystate.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThreadState_HangThread' filepath='./Include/internal/pycore_pystate.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_Attach' filepath='./Include/internal/pycore_pystate.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_Detach' filepath='./Include/internal/pycore_pystate.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_Suspend' filepath='./Include/internal/pycore_pystate.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <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-1600'/>
       <parameter type-id='type-id-1602'/>
-      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-215'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyEval_ThreadsInitialized' mangled-name='PyEval_ThreadsInitialized' filepath='Python/ceval_gil.c' line='453' 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='602' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_AcquireThread'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval_gil.c' line='602' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval_gil.c' line='602' 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='609' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ReleaseThread'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval_gil.c' line='609' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval_gil.c' line='609' 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='807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AddPendingCall'>
       <parameter type-id='type-id-1237' name='func' filepath='Python/ceval_gil.c' line='807' column='1'/>
-      <parameter type-id='type-id-41' name='arg' filepath='Python/ceval_gil.c' line='807' column='1'/>
+      <parameter type-id='type-id-44' name='arg' filepath='Python/ceval_gil.c' line='807' 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='1034' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MakePendingCalls'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/ceval_gil.c' line='1034' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/ceval_gil.c' line='1034' 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='1059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_MakePendingCalls'>
     </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-465'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-188'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
   <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-4' 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-72'/>
+      <return type-id='type-id-75'/>
     </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-4'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </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-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyUnicodeError_GetParams' filepath='./Include/internal/pycore_pyerrors.h' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-8'/>
       <parameter type-id='type-id-8'/>
       <parameter type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_normalize_encoding' filepath='Python/codecs.c' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
         <var-decl name='c_filename' type-id='type-id-6' visibility='default' filepath='Python/compile.c' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='c_st' type-id='type-id-214' visibility='default' filepath='Python/compile.c' line='92' column='1'/>
+        <var-decl name='c_st' type-id='type-id-217' visibility='default' filepath='Python/compile.c' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='c_future' type-id='type-id-1606' visibility='default' filepath='Python/compile.c' line='93' column='1'/>
         <var-decl name='c_stack' type-id='type-id-6' visibility='default' filepath='Python/compile.c' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='c_save_nested_seqs' type-id='type-id-346' visibility='default' filepath='Python/compile.c' line='103' column='1'/>
+        <var-decl name='c_save_nested_seqs' type-id='type-id-347' visibility='default' filepath='Python/compile.c' line='103' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='672'>
         <var-decl name='c_disable_warning' type-id='type-id-5' visibility='default' filepath='Python/compile.c' line='106' column='1'/>
       <subrange length='267' type-id='type-id-2' id='type-id-1609'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1610' size-in-bits='90112' id='type-id-1611'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1612' size-in-bits='8544' id='type-id-1613'>
       <subrange length='267' type-id='type-id-2' id='type-id-1609'/>
     <array-type-def dimensions='1' type-id='type-id-1614' size-in-bits='440' id='type-id-1615'>
       <subrange length='11' type-id='type-id-2' id='type-id-911'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-361' size-in-bits='2048' id='type-id-1616'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+    <array-type-def dimensions='1' type-id='type-id-362' size-in-bits='2048' id='type-id-1616'>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
     <class-decl name='_PyCompile_CodeUnitMetadata' size-in-bits='768' is-struct='yes' naming-typedef-id='type-id-1617' visibility='default' filepath='./Include/internal/pycore_compile.h' line='56' column='1' id='type-id-1618'>
       <data-member access='public' layout-offset-in-bits='0'>
     </class-decl>
     <typedef-decl name='_PyCompile_CodeUnitMetadata' type-id='type-id-1618' filepath='./Include/internal/pycore_compile.h' line='78' column='1' id='type-id-1617'/>
     <enum-decl name='_PyCompile_optype' naming-typedef-id='type-id-1619' filepath='./Include/internal/pycore_compile.h' line='82' column='1' id='type-id-1620'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='COMPILE_OP_FAST' value='0'/>
       <enumerator name='COMPILE_OP_GLOBAL' value='1'/>
       <enumerator name='COMPILE_OP_DEREF' value='2'/>
     </enum-decl>
     <typedef-decl name='_PyCompile_optype' type-id='type-id-1620' filepath='./Include/internal/pycore_compile.h' line='87' column='1' id='type-id-1619'/>
     <enum-decl name='_PyCompile_FBlockType' filepath='./Include/internal/pycore_compile.h' line='96' column='1' id='type-id-1621'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='COMPILE_FBLOCK_WHILE_LOOP' value='0'/>
       <enumerator name='COMPILE_FBLOCK_FOR_LOOP' value='1'/>
       <enumerator name='COMPILE_FBLOCK_TRY_EXCEPT' value='2'/>
         <var-decl name='fb_exit' type-id='type-id-1624' visibility='default' filepath='./Include/internal/pycore_compile.h' line='117' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='fb_datum' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_compile.h' line='119' column='1'/>
+        <var-decl name='fb_datum' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_compile.h' line='119' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyCompile_FBlockInfo' type-id='type-id-1623' filepath='./Include/internal/pycore_compile.h' line='120' column='1' id='type-id-1622'/>
     <typedef-decl name='_PyJumpTargetLabel' type-id='type-id-1627' filepath='./Include/internal/pycore_instruction_sequence.h' line='55' column='1' id='type-id-1624'/>
     <class-decl name='opcode_metadata' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1072' column='1' id='type-id-1628'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='valid_entry' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1073' column='1'/>
+        <var-decl name='valid_entry' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1073' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='instr_format' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1074' column='1'/>
+        <var-decl name='instr_format' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1074' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='flags' type-id='type-id-350' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1075' column='1'/>
+        <var-decl name='flags' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1075' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='opcode_macro_expansion' size-in-bits='352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1323' column='1' id='type-id-1629'>
         <var-decl name='uop' type-id='type-id-1630' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1325' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='16'>
-        <var-decl name='size' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1325' column='1'/>
+        <var-decl name='size' type-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1325' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='24'>
-        <var-decl name='offset' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1325' column='1'/>
+        <var-decl name='offset' type-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1325' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='pseudo_targets' size-in-bits='40' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='2081' column='1' id='type-id-1631'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='as_sequence' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='2082' column='1'/>
+        <var-decl name='as_sequence' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='2082' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
         <var-decl name='targets' type-id='type-id-946' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='2083' column='1'/>
       </data-member>
     </class-decl>
     <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-1632'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-1632' filepath='./Include/internal/pycore_symtable.h' line='36' column='1' id='type-id-1633'/>
     <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='38' column='1' id='type-id-1634'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-1640'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='89' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-393' 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-6' 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_generator' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='108' column='1'/>
+        <var-decl name='ste_generator' type-id='type-id-114' 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_coroutine' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='109' column='1'/>
+        <var-decl name='ste_coroutine' type-id='type-id-114' 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_annotations_used' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='110' column='1'/>
+        <var-decl name='ste_annotations_used' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='ste_comprehension' type-id='type-id-1635' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='111' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='800'>
-        <var-decl name='ste_varargs' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='112' column='1'/>
+        <var-decl name='ste_varargs' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='801'>
-        <var-decl name='ste_varkeywords' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='113' column='1'/>
+        <var-decl name='ste_varkeywords' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='802'>
-        <var-decl name='ste_returns_value' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='114' column='1'/>
+        <var-decl name='ste_returns_value' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='803'>
-        <var-decl name='ste_needs_class_closure' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='116' column='1'/>
+        <var-decl name='ste_needs_class_closure' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='804'>
-        <var-decl name='ste_needs_classdict' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='119' column='1'/>
+        <var-decl name='ste_needs_classdict' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='805'>
-        <var-decl name='ste_comp_inlined' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='121' column='1'/>
+        <var-decl name='ste_comp_inlined' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='806'>
-        <var-decl name='ste_comp_iter_target' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='122' column='1'/>
+        <var-decl name='ste_comp_iter_target' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='122' 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-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='123' column='1'/>
+        <var-decl name='ste_can_see_class_scope' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='808'>
-        <var-decl name='ste_has_docstring' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='125' column='1'/>
+        <var-decl name='ste_has_docstring' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='125' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='809'>
-        <var-decl name='ste_method' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='126' column='1'/>
+        <var-decl name='ste_method' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='126' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='810'>
-        <var-decl name='ste_has_conditional_annotations' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='127' column='1'/>
+        <var-decl name='ste_has_conditional_annotations' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='127' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='811'>
-        <var-decl name='ste_in_conditional_block' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='128' column='1'/>
+        <var-decl name='ste_in_conditional_block' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='812'>
-        <var-decl name='ste_in_unevaluated_annotation' type-id='type-id-111' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='129' column='1'/>
+        <var-decl name='ste_in_unevaluated_annotation' type-id='type-id-114' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='129' 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='130' column='1'/>
         <var-decl name='ste_annotation_block' type-id='type-id-1638' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='ste_table' type-id='type-id-214' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='133' column='1'/>
+        <var-decl name='ste_table' type-id='type-id-217' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='133' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PySTEntryObject' type-id='type-id-1640' filepath='./Include/internal/pycore_symtable.h' line='134' column='1' id='type-id-1641'/>
     <typedef-decl name='int16_t' type-id='type-id-1642' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='25' column='1' id='type-id-1630'/>
-    <typedef-decl name='__int16_t' type-id='type-id-90' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='39' column='1' id='type-id-1642'/>
+    <typedef-decl name='__int16_t' type-id='type-id-93' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='39' column='1' id='type-id-1642'/>
     <pointer-type-def type-id='type-id-1641' size-in-bits='64' id='type-id-1643'/>
     <pointer-type-def type-id='type-id-1643' size-in-bits='64' id='type-id-1644'/>
     <pointer-type-def type-id='type-id-1617' size-in-bits='64' id='type-id-1645'/>
     <qualified-type-def type-id='type-id-1629' const='yes' id='type-id-1610'/>
     <qualified-type-def type-id='type-id-1628' const='yes' id='type-id-1612'/>
     <qualified-type-def type-id='type-id-1631' const='yes' id='type-id-1614'/>
-    <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-214'/>
+    <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-217'/>
     <function-decl name='_PyAST_ExprAsUnicode' filepath='./Include/internal/pycore_ast.h' line='935' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-683'/>
       <return type-id='type-id-6'/>
       <parameter type-id='type-id-1621'/>
       <parameter type-id='type-id-1624'/>
       <parameter type-id='type-id-1624'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCompile_PopFBlock' filepath='./Include/internal/pycore_compile.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
       <parameter type-id='type-id-706'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-1645'/>
     </function-decl>
     <function-decl name='_PyCompile_DeferredAnnotations' filepath='./Include/internal/pycore_compile.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCompile_Mangle' filepath='./Include/internal/pycore_compile.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyCompile_LookupArg' filepath='./Include/internal/pycore_compile.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PyCompile_Symtable' filepath='./Include/internal/pycore_compile.h' line='160' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
-      <return type-id='type-id-214'/>
+      <return type-id='type-id-217'/>
     </function-decl>
     <function-decl name='_PyCompile_SymtableEntry' filepath='./Include/internal/pycore_compile.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
     <function-decl name='_PyCompile_AddDeferredAnnotation' filepath='./Include/internal/pycore_compile.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
       <parameter type-id='type-id-634'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCompile_EnterConditionalBlock' filepath='./Include/internal/pycore_compile.h' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_PyCompile_OptimizeAndAssemble' filepath='./Include/internal/pycore_compile.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='_PyCompile_DictAddObj' filepath='./Include/internal/pycore_compile.h' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
     <function-decl name='_PyST_GetSymbol' filepath='./Include/internal/pycore_symtable.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1643'/>
       <parameter type-id='type-id-6'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='_PyST_GetScope' filepath='./Include/internal/pycore_symtable.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1643'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySymtable_Lookup' filepath='./Include/internal/pycore_symtable.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-214'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-217'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-1643'/>
     </function-decl>
     <function-decl name='_PySymtable_LookupOptional' filepath='./Include/internal/pycore_symtable.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-214'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-217'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-1644'/>
       <return type-id='type-id-5'/>
     </function-decl>
         <var-decl name='u_conditional_annotation_indices' type-id='type-id-6' visibility='default' filepath='Python/compile.c' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='u_next_conditional_annotation_index' type-id='type-id-188' visibility='default' filepath='Python/compile.c' line='64' column='1'/>
+        <var-decl name='u_next_conditional_annotation_index' type-id='type-id-191' visibility='default' filepath='Python/compile.c' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='u_instr_sequence' type-id='type-id-1655' visibility='default' filepath='Python/compile.c' line='66' column='1'/>
     <pointer-type-def type-id='type-id-1652' size-in-bits='64' id='type-id-1655'/>
     <class-decl name='_PyCfgBuilder' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1651'/>
     <function-decl name='_PyCode_GetFreevars' filepath='./Include/internal/pycore_code.h' line='261' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyAST_Preprocess' filepath='./Include/internal/pycore_compile.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1649'/>
       <parameter type-id='type-id-1556'/>
       <parameter type-id='type-id-681'/>
-      <parameter type-id='type-id-346'/>
+      <parameter type-id='type-id-347'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyCfgBuilder_Free' filepath='./Include/internal/pycore_flowgraph.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1656'/>
       <parameter type-id='type-id-1645'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-1563'/>
       <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-6'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='_PyInstructionSequence_New' mangled-name='_PyInstructionSequence_New' filepath='./Include/internal/pycore_instruction_sequence.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInstructionSequence_New'>
       <return type-id='type-id-6'/>
       <parameter type-id='type-id-648'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-1639'/>
-      <return type-id='type-id-214'/>
+      <return type-id='type-id-217'/>
     </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-214'/>
+      <parameter type-id='type-id-217'/>
       <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'>
     <function-decl name='_PyCompile_CodeGen' mangled-name='_PyCompile_CodeGen' filepath='Python/compile.c' line='1608' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_CodeGen'>
       <parameter type-id='type-id-6' name='ast' filepath='Python/compile.c' line='1608' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/compile.c' line='1608' column='1'/>
-      <parameter type-id='type-id-213' name='pflags' filepath='Python/compile.c' line='1608' column='1'/>
+      <parameter type-id='type-id-216' name='pflags' filepath='Python/compile.c' line='1608' column='1'/>
       <parameter type-id='type-id-5' name='optimize' filepath='Python/compile.c' line='1609' column='1'/>
       <parameter type-id='type-id-5' name='compile_mode' filepath='Python/compile.c' line='1609' column='1'/>
       <return type-id='type-id-6'/>
       <parameter type-id='type-id-1645' name='umd' filepath='Python/compile.c' line='1683' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/compile.c' line='1683' column='1'/>
       <parameter type-id='type-id-6' name='seq' filepath='Python/compile.c' line='1684' column='1'/>
-      <return type-id='type-id-347'/>
+      <return type-id='type-id-348'/>
     </function-decl>
     <function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='1737' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>
       <parameter type-id='type-id-6' name='code' filepath='Python/compile.c' line='1737' column='1'/>
   </abi-instr>
   <abi-instr address-size='64' path='Python/context.c' comp-dir-path='/src' language='LANG_C11'>
     <pointer-type-def type-id='type-id-1294' size-in-bits='64' id='type-id-1658'/>
-    <var-decl name='PyContext_Type' type-id='type-id-271' 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-271' 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-271' 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-271' visibility='default' filepath='./Include/internal/pycore_context.h' line='10' column='1'/>
+    <var-decl name='PyContext_Type' type-id='type-id-273' 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-273' 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-273' 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-273' visibility='default' filepath='./Include/internal/pycore_context.h' line='10' column='1'/>
     <function-decl name='_PyHamt_New' filepath='./Include/internal/pycore_hamt.h' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-1658'/>
     </function-decl>
     <function-decl name='_PyHamt_Find' filepath='./Include/internal/pycore_hamt.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1658'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyHamt_Eq' filepath='./Include/internal/pycore_hamt.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
     <pointer-type-def type-id='type-id-1662' size-in-bits='64' id='type-id-1664'/>
     <class-decl name='PyCriticalSection' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1659'/>
     <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1660'/>
-    <function-decl name='_PyCriticalSection_BeginSlow' mangled-name='_PyCriticalSection_BeginSlow' filepath='Python/critical_section.c' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_BeginSlow'>
-      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='20' column='1'/>
-      <parameter type-id='type-id-32' name='m' filepath='Python/critical_section.c' line='20' column='1'/>
+    <function-decl name='_PyCriticalSection_BeginSlow' mangled-name='_PyCriticalSection_BeginSlow' filepath='Python/critical_section.c' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_BeginSlow'>
+      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='21' column='1'/>
+      <parameter type-id='type-id-35' name='m' filepath='Python/critical_section.c' line='21' 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='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection2_BeginSlow'>
-      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='56' column='1'/>
-      <parameter type-id='type-id-32' name='m1' filepath='Python/critical_section.c' line='56' column='1'/>
-      <parameter type-id='type-id-32' name='m2' filepath='Python/critical_section.c' line='56' column='1'/>
-      <parameter type-id='type-id-5' name='is_m1_locked' filepath='Python/critical_section.c' line='57' column='1'/>
+    <function-decl name='_PyCriticalSection2_BeginSlow' mangled-name='_PyCriticalSection2_BeginSlow' filepath='Python/critical_section.c' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection2_BeginSlow'>
+      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='66' column='1'/>
+      <parameter type-id='type-id-35' name='m1' filepath='Python/critical_section.c' line='66' column='1'/>
+      <parameter type-id='type-id-35' name='m2' filepath='Python/critical_section.c' line='66' column='1'/>
+      <parameter type-id='type-id-5' name='is_m1_locked' filepath='Python/critical_section.c' line='67' 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='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_SuspendAll'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/critical_section.c' line='79' column='1'/>
+    <function-decl name='_PyCriticalSection_SuspendAll' mangled-name='_PyCriticalSection_SuspendAll' filepath='Python/critical_section.c' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_SuspendAll'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/critical_section.c' line='95' 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='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_Resume'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/critical_section.c' line='103' column='1'/>
+    <function-decl name='_PyCriticalSection_Resume' mangled-name='_PyCriticalSection_Resume' filepath='Python/critical_section.c' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_Resume'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/critical_section.c' line='119' 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='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_Begin'>
-      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='139' column='1'/>
-      <parameter type-id='type-id-6' name='op' filepath='Python/critical_section.c' line='139' column='1'/>
+    <function-decl name='PyCriticalSection_Begin' mangled-name='PyCriticalSection_Begin' filepath='Python/critical_section.c' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_Begin'>
+      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='155' column='1'/>
+      <parameter type-id='type-id-6' name='op' filepath='Python/critical_section.c' line='155' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyCriticalSection_BeginMutex' mangled-name='PyCriticalSection_BeginMutex' filepath='Python/critical_section.c' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_BeginMutex'>
-      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='148' column='1'/>
-      <parameter type-id='type-id-32' name='m' filepath='Python/critical_section.c' line='148' column='1'/>
+    <function-decl name='PyCriticalSection_BeginMutex' mangled-name='PyCriticalSection_BeginMutex' filepath='Python/critical_section.c' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_BeginMutex'>
+      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='164' column='1'/>
+      <parameter type-id='type-id-35' name='m' filepath='Python/critical_section.c' line='164' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyCriticalSection_End' mangled-name='PyCriticalSection_End' filepath='Python/critical_section.c' line='157' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_End'>
-      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='157' column='1'/>
+    <function-decl name='PyCriticalSection_End' mangled-name='PyCriticalSection_End' filepath='Python/critical_section.c' line='173' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_End'>
+      <parameter type-id='type-id-1663' name='c' filepath='Python/critical_section.c' line='173' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyCriticalSection2_Begin' mangled-name='PyCriticalSection2_Begin' filepath='Python/critical_section.c' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_Begin'>
-      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='166' column='1'/>
-      <parameter type-id='type-id-6' name='a' filepath='Python/critical_section.c' line='166' column='1'/>
-      <parameter type-id='type-id-6' name='b' filepath='Python/critical_section.c' line='166' column='1'/>
+    <function-decl name='PyCriticalSection2_Begin' mangled-name='PyCriticalSection2_Begin' filepath='Python/critical_section.c' line='182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_Begin'>
+      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='182' column='1'/>
+      <parameter type-id='type-id-6' name='a' filepath='Python/critical_section.c' line='182' column='1'/>
+      <parameter type-id='type-id-6' name='b' filepath='Python/critical_section.c' line='182' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyCriticalSection2_BeginMutex' mangled-name='PyCriticalSection2_BeginMutex' filepath='Python/critical_section.c' line='175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_BeginMutex'>
-      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='175' column='1'/>
-      <parameter type-id='type-id-32' name='m1' filepath='Python/critical_section.c' line='175' column='1'/>
-      <parameter type-id='type-id-32' name='m2' filepath='Python/critical_section.c' line='175' column='1'/>
+    <function-decl name='PyCriticalSection2_BeginMutex' mangled-name='PyCriticalSection2_BeginMutex' filepath='Python/critical_section.c' line='191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_BeginMutex'>
+      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='191' column='1'/>
+      <parameter type-id='type-id-35' name='m1' filepath='Python/critical_section.c' line='191' column='1'/>
+      <parameter type-id='type-id-35' name='m2' filepath='Python/critical_section.c' line='191' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyCriticalSection2_End' mangled-name='PyCriticalSection2_End' filepath='Python/critical_section.c' line='184' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_End'>
-      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='184' column='1'/>
+    <function-decl name='PyCriticalSection2_End' mangled-name='PyCriticalSection2_End' filepath='Python/critical_section.c' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_End'>
+      <parameter type-id='type-id-1664' name='c' filepath='Python/critical_section.c' line='200' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
     </class-decl>
     <typedef-decl name='_PyXI_excinfo' type-id='type-id-1670' filepath='./Include/internal/pycore_crossinterp.h' line='304' column='1' id='type-id-1672'/>
     <enum-decl name='error_code' filepath='./Include/internal/pycore_crossinterp.h' line='312' column='1' id='type-id-1673'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <enumerator name='_PyXI_ERR_NO_ERROR' value='0'/>
       <enumerator name='_PyXI_ERR_UNCAUGHT_EXCEPTION' value='-1'/>
       <enumerator name='_PyXI_ERR_OTHER' value='-2'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyXI_session_result' type-id='type-id-1680' filepath='./Include/internal/pycore_crossinterp.h' line='360' column='1' id='type-id-1679'/>
-    <class-decl name='xi_failure' size-in-bits='192' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='1740' column='1' id='type-id-1675'>
+    <class-decl name='xi_failure' size-in-bits='192' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='1746' column='1' id='type-id-1675'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='code' type-id='type-id-1674' visibility='default' filepath='Python/crossinterp.c' line='1742' column='1'/>
+        <var-decl name='code' type-id='type-id-1674' visibility='default' filepath='Python/crossinterp.c' line='1748' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='msg' type-id='type-id-4' visibility='default' filepath='Python/crossinterp.c' line='1744' column='1'/>
+        <var-decl name='msg' type-id='type-id-4' visibility='default' filepath='Python/crossinterp.c' line='1750' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='msg_owned' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='1745' column='1'/>
+        <var-decl name='msg_owned' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='1751' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='xi_session' size-in-bits='384' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='2463' column='1' id='type-id-1677'>
+    <class-decl name='xi_session' size-in-bits='384' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='2469' column='1' id='type-id-1677'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='status' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2466' column='1'/>
+        <var-decl name='status' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2472' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='switched' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2467' column='1'/>
+        <var-decl name='switched' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2473' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='prev_tstate' type-id='type-id-37' visibility='default' filepath='Python/crossinterp.c' line='2473' column='1'/>
+        <var-decl name='prev_tstate' type-id='type-id-40' visibility='default' filepath='Python/crossinterp.c' line='2479' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='init_tstate' type-id='type-id-37' visibility='default' filepath='Python/crossinterp.c' line='2476' column='1'/>
+        <var-decl name='init_tstate' type-id='type-id-40' visibility='default' filepath='Python/crossinterp.c' line='2482' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='own_init_tstate' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2478' column='1'/>
+        <var-decl name='own_init_tstate' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2484' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224'>
-        <var-decl name='running' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2485' column='1'/>
+        <var-decl name='running' type-id='type-id-5' visibility='default' filepath='Python/crossinterp.c' line='2491' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='main_ns' type-id='type-id-6' visibility='default' filepath='Python/crossinterp.c' line='2489' column='1'/>
+        <var-decl name='main_ns' type-id='type-id-6' visibility='default' filepath='Python/crossinterp.c' line='2495' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='_preserved' type-id='type-id-6' visibility='default' filepath='Python/crossinterp.c' line='2494' column='1'/>
+        <var-decl name='_preserved' type-id='type-id-6' visibility='default' filepath='Python/crossinterp.c' line='2500' column='1'/>
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-1665' size-in-bits='64' id='type-id-1681'/>
-    <pointer-type-def type-id='type-id-37' size-in-bits='64' id='type-id-1682'/>
+    <pointer-type-def type-id='type-id-40' size-in-bits='64' id='type-id-1682'/>
     <pointer-type-def type-id='type-id-1668' size-in-bits='64' id='type-id-1683'/>
     <pointer-type-def type-id='type-id-1672' size-in-bits='64' id='type-id-1684'/>
     <pointer-type-def type-id='type-id-1676' size-in-bits='64' id='type-id-1685'/>
     <pointer-type-def type-id='type-id-1679' size-in-bits='64' id='type-id-1687'/>
     <qualified-type-def type-id='type-id-1665' const='yes' id='type-id-1688'/>
     <pointer-type-def type-id='type-id-1688' size-in-bits='64' id='type-id-1689'/>
-    <pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-176'/>
+    <pointer-type-def type-id='type-id-191' size-in-bits='64' id='type-id-179'/>
     <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-72'/>
+      <parameter type-id='type-id-75'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_NewInterpreterFromConfig' mangled-name='Py_NewInterpreterFromConfig' filepath='./Include/cpython/pylifecycle.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreterFromConfig'>
       <parameter type-id='type-id-1682'/>
       <parameter type-id='type-id-1689'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='Py_CompileStringExFlags' mangled-name='Py_CompileStringExFlags' filepath='./Include/cpython/pythonrun.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringExFlags'>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyEval_AddPendingCall' mangled-name='_PyEval_AddPendingCall' filepath='./Include/internal/pycore_ceval.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_AddPendingCall'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-1237'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-1667'/>
     </function-decl>
     <function-decl name='_PyEval_GetBuiltins' filepath='./Include/internal/pycore_ceval.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <var-decl name='PyExc_InterpreterError' type-id='type-id-6' mangled-name='PyExc_InterpreterError' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='18' column='1' elf-symbol-id='PyExc_InterpreterError'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyErr_SetFromPyStatus' mangled-name='_PyErr_SetFromPyStatus' filepath='./Include/internal/pycore_initconfig.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetFromPyStatus'>
-      <parameter type-id='type-id-72'/>
+      <parameter type-id='type-id-75'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_LookUpID' mangled-name='_PyInterpreterState_LookUpID' filepath='./Include/internal/pycore_interp.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_LookUpID'>
       <parameter type-id='type-id-411'/>
-      <return type-id='type-id-39'/>
+      <return type-id='type-id-42'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IsReady' mangled-name='_PyInterpreterState_IsReady' filepath='./Include/internal/pycore_interp.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IsReady'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetWhence' filepath='./Include/internal/pycore_interp.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <parameter type-id='type-id-188'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-191'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyModule_GetFilenameUTF8' filepath='./Include/internal/pycore_moduleobject.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyErr_ChainExceptions1Tstate' filepath='./Include/internal/pycore_pyerrors.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetRunningMain' mangled-name='_PyInterpreterState_SetRunningMain' filepath='./Include/internal/pycore_pystate.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetRunningMain'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetNotRunningMain' mangled-name='_PyInterpreterState_SetNotRunningMain' filepath='./Include/internal/pycore_pystate.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetNotRunningMain'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_SetInterpreterAlreadyRunning' mangled-name='_PyErr_SetInterpreterAlreadyRunning' filepath='./Include/internal/pycore_pystate.h' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetInterpreterAlreadyRunning'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_NewBound' mangled-name='_PyThreadState_NewBound' filepath='./Include/internal/pycore_pystate.h' line='222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_NewBound'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-37'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <function-decl name='_PyObject_SupportedAsScript' filepath='./Include/internal/pycore_pythonrun.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyInterpreterState_GetDict' mangled-name='PyInterpreterState_GetDict' filepath='./Include/pystate.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_GetDict'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-6'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-411'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <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-37'/>
+      <parameter type-id='type-id-40'/>
       <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-37'/>
-      <return type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-40'/>
     </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-37'/>
-      <return type-id='type-id-39'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-42'/>
     </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='_PyXIData_Init' mangled-name='_PyXIData_Init' filepath='Python/crossinterp.c' line='355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_Init'>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='355' column='1'/>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/crossinterp.c' line='356' column='1'/>
-      <parameter type-id='type-id-41' name='shared' filepath='Python/crossinterp.c' line='357' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/crossinterp.c' line='356' column='1'/>
+      <parameter type-id='type-id-44' name='shared' filepath='Python/crossinterp.c' line='357' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='357' column='1'/>
       <parameter type-id='type-id-1123' name='new_object' filepath='Python/crossinterp.c' line='358' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyXIData_InitWithSize' mangled-name='_PyXIData_InitWithSize' filepath='Python/crossinterp.c' line='379' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_InitWithSize'>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='379' column='1'/>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/crossinterp.c' line='380' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/crossinterp.c' line='380' column='1'/>
       <parameter type-id='type-id-1580' name='size' filepath='Python/crossinterp.c' line='381' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='381' column='1'/>
       <parameter type-id='type-id-1123' name='new_object' filepath='Python/crossinterp.c' line='382' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyXIData_Clear' mangled-name='_PyXIData_Clear' filepath='Python/crossinterp.c' line='398' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_Clear'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/crossinterp.c' line='398' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/crossinterp.c' line='398' column='1'/>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='398' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_CheckXIData' mangled-name='_PyObject_CheckXIData' filepath='Python/crossinterp.c' line='431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CheckXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='431' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='431' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='431' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_GetXIDataNoFallback' mangled-name='_PyObject_GetXIDataNoFallback' filepath='Python/crossinterp.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetXIDataNoFallback'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='524' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='524' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='525' column='1'/>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='525' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyObject_GetXIData' mangled-name='_PyObject_GetXIData' filepath='Python/crossinterp.c' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='531' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='531' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='532' column='1'/>
       <parameter type-id='type-id-1125' name='fallback' filepath='Python/crossinterp.c' line='532' column='1'/>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='533' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyPickle_LoadFromXIData' mangled-name='_PyPickle_LoadFromXIData' filepath='Python/crossinterp.c' line='724' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPickle_LoadFromXIData'>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='724' column='1'/>
+    <function-decl name='_PyPickle_LoadFromXIData' mangled-name='_PyPickle_LoadFromXIData' filepath='Python/crossinterp.c' line='725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPickle_LoadFromXIData'>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='725' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyPickle_GetXIData' mangled-name='_PyPickle_GetXIData' filepath='Python/crossinterp.c' line='759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPickle_GetXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='759' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='759' column='1'/>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='759' column='1'/>
+    <function-decl name='_PyPickle_GetXIData' mangled-name='_PyPickle_GetXIData' filepath='Python/crossinterp.c' line='760' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPickle_GetXIData'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='760' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='760' column='1'/>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='760' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyMarshal_ReadObjectFromXIData' mangled-name='_PyMarshal_ReadObjectFromXIData' filepath='Python/crossinterp.c' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMarshal_ReadObjectFromXIData'>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='801' column='1'/>
+    <function-decl name='_PyMarshal_ReadObjectFromXIData' mangled-name='_PyMarshal_ReadObjectFromXIData' filepath='Python/crossinterp.c' line='802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMarshal_ReadObjectFromXIData'>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='802' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyMarshal_GetXIData' mangled-name='_PyMarshal_GetXIData' filepath='Python/crossinterp.c' line='818' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMarshal_GetXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='818' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='818' column='1'/>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='818' column='1'/>
+    <function-decl name='_PyMarshal_GetXIData' mangled-name='_PyMarshal_GetXIData' filepath='Python/crossinterp.c' line='819' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMarshal_GetXIData'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='819' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='819' column='1'/>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='819' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_GetScriptXIData' mangled-name='_PyCode_GetScriptXIData' filepath='Python/crossinterp.c' line='958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetScriptXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='958' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='959' column='1'/>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='959' column='1'/>
+    <function-decl name='_PyCode_GetScriptXIData' mangled-name='_PyCode_GetScriptXIData' filepath='Python/crossinterp.c' line='959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetScriptXIData'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='959' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='960' column='1'/>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='960' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyCode_GetPureScriptXIData' mangled-name='_PyCode_GetPureScriptXIData' filepath='Python/crossinterp.c' line='965' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetPureScriptXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='965' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='966' column='1'/>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='966' column='1'/>
+    <function-decl name='_PyCode_GetPureScriptXIData' mangled-name='_PyCode_GetPureScriptXIData' filepath='Python/crossinterp.c' line='966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetPureScriptXIData'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='966' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='967' column='1'/>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='967' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXIData_NewObject' mangled-name='_PyXIData_NewObject' filepath='Python/crossinterp.c' line='975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_NewObject'>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='975' column='1'/>
+    <function-decl name='_PyXIData_NewObject' mangled-name='_PyXIData_NewObject' filepath='Python/crossinterp.c' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_NewObject'>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='976' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyXIData_Release' mangled-name='_PyXIData_Release' filepath='Python/crossinterp.c' line='1025' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_Release'>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='1025' column='1'/>
+    <function-decl name='_PyXIData_Release' mangled-name='_PyXIData_Release' filepath='Python/crossinterp.c' line='1026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_Release'>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='1026' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXIData_ReleaseAndRawFree' mangled-name='_PyXIData_ReleaseAndRawFree' filepath='Python/crossinterp.c' line='1031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_ReleaseAndRawFree'>
-      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='1031' column='1'/>
+    <function-decl name='_PyXIData_ReleaseAndRawFree' mangled-name='_PyXIData_ReleaseAndRawFree' filepath='Python/crossinterp.c' line='1032' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_ReleaseAndRawFree'>
+      <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp.c' line='1032' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXI_NewExcInfo' mangled-name='_PyXI_NewExcInfo' filepath='Python/crossinterp.c' line='1636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewExcInfo'>
-      <parameter type-id='type-id-6' name='exc' filepath='Python/crossinterp.c' line='1636' column='1'/>
+    <function-decl name='_PyXI_NewExcInfo' mangled-name='_PyXI_NewExcInfo' filepath='Python/crossinterp.c' line='1642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewExcInfo'>
+      <parameter type-id='type-id-6' name='exc' filepath='Python/crossinterp.c' line='1642' column='1'/>
       <return type-id='type-id-1684'/>
     </function-decl>
-    <function-decl name='_PyXI_FreeExcInfo' mangled-name='_PyXI_FreeExcInfo' filepath='Python/crossinterp.c' line='1663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeExcInfo'>
-      <parameter type-id='type-id-1684' name='info' filepath='Python/crossinterp.c' line='1663' column='1'/>
+    <function-decl name='_PyXI_FreeExcInfo' mangled-name='_PyXI_FreeExcInfo' filepath='Python/crossinterp.c' line='1669' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeExcInfo'>
+      <parameter type-id='type-id-1684' name='info' filepath='Python/crossinterp.c' line='1669' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyXI_FormatExcInfo' mangled-name='_PyXI_FormatExcInfo' filepath='Python/crossinterp.c' line='1670' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FormatExcInfo'>
-      <parameter type-id='type-id-1684' name='info' filepath='Python/crossinterp.c' line='1670' column='1'/>
+    <function-decl name='_PyXI_FormatExcInfo' mangled-name='_PyXI_FormatExcInfo' filepath='Python/crossinterp.c' line='1676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FormatExcInfo'>
+      <parameter type-id='type-id-1684' name='info' filepath='Python/crossinterp.c' line='1676' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyXI_ExcInfoAsObject' mangled-name='_PyXI_ExcInfoAsObject' filepath='Python/crossinterp.c' line='1676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ExcInfoAsObject'>
-      <parameter type-id='type-id-1684' name='info' filepath='Python/crossinterp.c' line='1676' column='1'/>
+    <function-decl name='_PyXI_ExcInfoAsObject' mangled-name='_PyXI_ExcInfoAsObject' filepath='Python/crossinterp.c' line='1682' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ExcInfoAsObject'>
+      <parameter type-id='type-id-1684' name='info' filepath='Python/crossinterp.c' line='1682' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyXI_NewFailure' mangled-name='_PyXI_NewFailure' filepath='Python/crossinterp.c' line='1767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewFailure'>
+    <function-decl name='_PyXI_NewFailure' mangled-name='_PyXI_NewFailure' filepath='Python/crossinterp.c' line='1773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewFailure'>
       <return type-id='type-id-1685'/>
     </function-decl>
-    <function-decl name='_PyXI_FreeFailure' mangled-name='_PyXI_FreeFailure' filepath='Python/crossinterp.c' line='1779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeFailure'>
-      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1779' column='1'/>
+    <function-decl name='_PyXI_FreeFailure' mangled-name='_PyXI_FreeFailure' filepath='Python/crossinterp.c' line='1785' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeFailure'>
+      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1785' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyXI_GetFailureCode' mangled-name='_PyXI_GetFailureCode' filepath='Python/crossinterp.c' line='1786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_GetFailureCode'>
-      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1786' column='1'/>
+    <function-decl name='_PyXI_GetFailureCode' mangled-name='_PyXI_GetFailureCode' filepath='Python/crossinterp.c' line='1792' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_GetFailureCode'>
+      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1792' column='1'/>
       <return type-id='type-id-1674'/>
     </function-decl>
-    <function-decl name='_PyXI_InitFailureUTF8' mangled-name='_PyXI_InitFailureUTF8' filepath='Python/crossinterp.c' line='1795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_InitFailureUTF8'>
-      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1795' column='1'/>
-      <parameter type-id='type-id-1674' name='code' filepath='Python/crossinterp.c' line='1796' column='1'/>
-      <parameter type-id='type-id-4' name='msg' filepath='Python/crossinterp.c' line='1796' column='1'/>
+    <function-decl name='_PyXI_InitFailureUTF8' mangled-name='_PyXI_InitFailureUTF8' filepath='Python/crossinterp.c' line='1801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_InitFailureUTF8'>
+      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1801' column='1'/>
+      <parameter type-id='type-id-1674' name='code' filepath='Python/crossinterp.c' line='1802' column='1'/>
+      <parameter type-id='type-id-4' name='msg' filepath='Python/crossinterp.c' line='1802' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyXI_InitFailure' mangled-name='_PyXI_InitFailure' filepath='Python/crossinterp.c' line='1806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_InitFailure'>
-      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1806' column='1'/>
-      <parameter type-id='type-id-1674' name='code' filepath='Python/crossinterp.c' line='1806' column='1'/>
-      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='1806' column='1'/>
+    <function-decl name='_PyXI_InitFailure' mangled-name='_PyXI_InitFailure' filepath='Python/crossinterp.c' line='1812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_InitFailure'>
+      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='1812' column='1'/>
+      <parameter type-id='type-id-1674' name='code' filepath='Python/crossinterp.c' line='1812' column='1'/>
+      <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp.c' line='1812' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXI_NewSession' mangled-name='_PyXI_NewSession' filepath='Python/crossinterp.c' line='2498' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewSession'>
+    <function-decl name='_PyXI_NewSession' mangled-name='_PyXI_NewSession' filepath='Python/crossinterp.c' line='2504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewSession'>
       <return type-id='type-id-1686'/>
     </function-decl>
-    <function-decl name='_PyXI_FreeSession' mangled-name='_PyXI_FreeSession' filepath='Python/crossinterp.c' line='2509' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeSession'>
-      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2509' column='1'/>
+    <function-decl name='_PyXI_FreeSession' mangled-name='_PyXI_FreeSession' filepath='Python/crossinterp.c' line='2515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeSession'>
+      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2515' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyXI_Enter' mangled-name='_PyXI_Enter' filepath='Python/crossinterp.c' line='2618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Enter'>
-      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2618' column='1'/>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/crossinterp.c' line='2619' column='1'/>
-      <parameter type-id='type-id-6' name='nsupdates' filepath='Python/crossinterp.c' line='2619' column='1'/>
-      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='2620' column='1'/>
+    <function-decl name='_PyXI_Enter' mangled-name='_PyXI_Enter' filepath='Python/crossinterp.c' line='2624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Enter'>
+      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2624' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/crossinterp.c' line='2625' column='1'/>
+      <parameter type-id='type-id-6' name='nsupdates' filepath='Python/crossinterp.c' line='2625' column='1'/>
+      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='2626' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXI_Exit' mangled-name='_PyXI_Exit' filepath='Python/crossinterp.c' line='2737' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Exit'>
-      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2737' column='1'/>
-      <parameter type-id='type-id-1685' name='override' filepath='Python/crossinterp.c' line='2737' column='1'/>
-      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='2738' column='1'/>
+    <function-decl name='_PyXI_Exit' mangled-name='_PyXI_Exit' filepath='Python/crossinterp.c' line='2743' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Exit'>
+      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2743' column='1'/>
+      <parameter type-id='type-id-1685' name='override' filepath='Python/crossinterp.c' line='2743' column='1'/>
+      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='2744' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXI_GetMainNamespace' mangled-name='_PyXI_GetMainNamespace' filepath='Python/crossinterp.c' line='2916' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_GetMainNamespace'>
-      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2916' column='1'/>
-      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='2916' column='1'/>
+    <function-decl name='_PyXI_GetMainNamespace' mangled-name='_PyXI_GetMainNamespace' filepath='Python/crossinterp.c' line='2922' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_GetMainNamespace'>
+      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='2922' column='1'/>
+      <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp.c' line='2922' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyXI_Preserve' mangled-name='_PyXI_Preserve' filepath='Python/crossinterp.c' line='3017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Preserve'>
-      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='3017' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Python/crossinterp.c' line='3017' column='1'/>
-      <parameter type-id='type-id-6' name='value' filepath='Python/crossinterp.c' line='3017' column='1'/>
-      <parameter type-id='type-id-1685' name='p_failure' filepath='Python/crossinterp.c' line='3018' column='1'/>
+    <function-decl name='_PyXI_Preserve' mangled-name='_PyXI_Preserve' filepath='Python/crossinterp.c' line='3023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Preserve'>
+      <parameter type-id='type-id-1686' name='session' filepath='Python/crossinterp.c' line='3023' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Python/crossinterp.c' line='3023' column='1'/>
+      <parameter type-id='type-id-6' name='value' filepath='Python/crossinterp.c' line='3023' column='1'/>
+      <parameter type-id='type-id-1685' name='p_failure' filepath='Python/crossinterp.c' line='3024' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyXI_GetPreserved' mangled-name='_PyXI_GetPreserved' filepath='Python/crossinterp.c' line='3049' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_GetPreserved'>
-      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='3049' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Python/crossinterp.c' line='3049' column='1'/>
+    <function-decl name='_PyXI_GetPreserved' mangled-name='_PyXI_GetPreserved' filepath='Python/crossinterp.c' line='3055' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_GetPreserved'>
+      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='3055' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Python/crossinterp.c' line='3055' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyXI_ClearResult' mangled-name='_PyXI_ClearResult' filepath='Python/crossinterp.c' line='3059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ClearResult'>
-      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='3059' column='1'/>
+    <function-decl name='_PyXI_ClearResult' mangled-name='_PyXI_ClearResult' filepath='Python/crossinterp.c' line='3065' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ClearResult'>
+      <parameter type-id='type-id-1687' name='result' filepath='Python/crossinterp.c' line='3065' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_PyXI_NewInterpreter' mangled-name='_PyXI_NewInterpreter' filepath='Python/crossinterp.c' line='3206' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewInterpreter'>
-      <parameter type-id='type-id-1681' name='config' filepath='Python/crossinterp.c' line='3206' column='1'/>
-      <parameter type-id='type-id-176' name='maybe_whence' filepath='Python/crossinterp.c' line='3206' column='1'/>
-      <parameter type-id='type-id-1682' name='p_tstate' filepath='Python/crossinterp.c' line='3207' column='1'/>
-      <parameter type-id='type-id-1682' name='p_save_tstate' filepath='Python/crossinterp.c' line='3207' column='1'/>
-      <return type-id='type-id-39'/>
+    <function-decl name='_PyXI_NewInterpreter' mangled-name='_PyXI_NewInterpreter' filepath='Python/crossinterp.c' line='3212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewInterpreter'>
+      <parameter type-id='type-id-1681' name='config' filepath='Python/crossinterp.c' line='3212' column='1'/>
+      <parameter type-id='type-id-179' name='maybe_whence' filepath='Python/crossinterp.c' line='3212' column='1'/>
+      <parameter type-id='type-id-1682' name='p_tstate' filepath='Python/crossinterp.c' line='3213' column='1'/>
+      <parameter type-id='type-id-1682' name='p_save_tstate' filepath='Python/crossinterp.c' line='3213' column='1'/>
+      <return type-id='type-id-42'/>
     </function-decl>
-    <function-decl name='_PyXI_EndInterpreter' mangled-name='_PyXI_EndInterpreter' filepath='Python/crossinterp.c' line='3253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_EndInterpreter'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/crossinterp.c' line='3253' column='1'/>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp.c' line='3254' column='1'/>
-      <parameter type-id='type-id-1682' name='p_save_tstate' filepath='Python/crossinterp.c' line='3254' column='1'/>
+    <function-decl name='_PyXI_EndInterpreter' mangled-name='_PyXI_EndInterpreter' filepath='Python/crossinterp.c' line='3259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_EndInterpreter'>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/crossinterp.c' line='3259' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp.c' line='3260' column='1'/>
+      <parameter type-id='type-id-1682' name='p_save_tstate' filepath='Python/crossinterp.c' line='3260' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyXIData_GetNotShareableErrorType' mangled-name='_PyXIData_GetNotShareableErrorType' filepath='Python/crossinterp_data_lookup.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_GetNotShareableErrorType'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='66' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='66' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyXIData_SetNotShareableError' mangled-name='_PyXIData_SetNotShareableError' filepath='Python/crossinterp_data_lookup.h' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_SetNotShareableError'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='74' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='74' column='1'/>
       <parameter type-id='type-id-4' name='msg' filepath='Python/crossinterp_data_lookup.h' line='74' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyXIData_FormatNotShareableError' mangled-name='_PyXIData_FormatNotShareableError' filepath='Python/crossinterp_data_lookup.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_FormatNotShareableError'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='81' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='81' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/crossinterp_data_lookup.h' line='82' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyXI_UnwrapNotShareableError' mangled-name='_PyXI_UnwrapNotShareableError' filepath='Python/crossinterp_data_lookup.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_UnwrapNotShareableError'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='92' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='92' column='1'/>
       <parameter type-id='type-id-1685' name='failure' filepath='Python/crossinterp_data_lookup.h' line='92' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyXIData_Lookup' mangled-name='_PyXIData_Lookup' filepath='Python/crossinterp_data_lookup.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_Lookup'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='120' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='120' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp_data_lookup.h' line='120' column='1'/>
       <return type-id='type-id-1130'/>
     </function-decl>
     <function-decl name='_PyXIData_RegisterClass' mangled-name='_PyXIData_RegisterClass' filepath='Python/crossinterp_data_lookup.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_RegisterClass'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='316' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='316' column='1'/>
       <parameter type-id='type-id-1' name='cls' filepath='Python/crossinterp_data_lookup.h' line='317' column='1'/>
       <parameter type-id='type-id-1130' name='getdata' filepath='Python/crossinterp_data_lookup.h' line='317' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyXIData_UnregisterClass' mangled-name='_PyXIData_UnregisterClass' filepath='Python/crossinterp_data_lookup.h' line='352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXIData_UnregisterClass'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='352' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='352' column='1'/>
       <parameter type-id='type-id-1' name='cls' filepath='Python/crossinterp_data_lookup.h' line='352' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyBytes_GetXIData' mangled-name='_PyBytes_GetXIData' filepath='Python/crossinterp_data_lookup.h' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_GetXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='438' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='438' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp_data_lookup.h' line='438' column='1'/>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp_data_lookup.h' line='438' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyBytes_GetXIDataWrapped' mangled-name='_PyBytes_GetXIDataWrapped' filepath='Python/crossinterp_data_lookup.h' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_GetXIDataWrapped'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='449' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='449' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp_data_lookup.h' line='450' column='1'/>
       <parameter type-id='type-id-14' name='size' filepath='Python/crossinterp_data_lookup.h' line='450' column='1'/>
       <parameter type-id='type-id-1123' name='newfunc' filepath='Python/crossinterp_data_lookup.h' line='450' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyCode_GetXIData' mangled-name='_PyCode_GetXIData' filepath='Python/crossinterp_data_lookup.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='699' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='699' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/crossinterp_data_lookup.h' line='699' column='1'/>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp_data_lookup.h' line='699' column='1'/>
       <return type-id='type-id-5'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyFunction_GetXIData' mangled-name='_PyFunction_GetXIData' filepath='Python/crossinterp_data_lookup.h' line='756' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFunction_GetXIData'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='756' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/crossinterp_data_lookup.h' line='756' column='1'/>
       <parameter type-id='type-id-6' name='func' filepath='Python/crossinterp_data_lookup.h' line='756' column='1'/>
       <parameter type-id='type-id-1502' name='xidata' filepath='Python/crossinterp_data_lookup.h' line='757' column='1'/>
       <return type-id='type-id-5'/>
     <function-decl name='Py_fopen' mangled-name='Py_fopen' filepath='./Include/cpython/fileutils.h' line='5' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_fopen'>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-67'/>
+      <return type-id='type-id-70'/>
     </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-6'/>
     </function-decl>
     <function-decl name='strerror' filepath='/usr/include/string.h' line='419' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyErr_SetLocaleString' mangled-name='_PyErr_SetLocaleString' filepath='Python/errors.c' line='301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetLocaleString'>
       <parameter type-id='type-id-6' name='exception' filepath='Python/errors.c' line='301' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyErr_GetExcInfo' mangled-name='PyErr_GetExcInfo' filepath='Python/errors.c' line='612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GetExcInfo'>
-      <parameter type-id='type-id-241' name='p_type' filepath='Python/errors.c' line='612' column='1'/>
-      <parameter type-id='type-id-241' name='p_value' filepath='Python/errors.c' line='612' column='1'/>
-      <parameter type-id='type-id-241' name='p_traceback' filepath='Python/errors.c' line='612' column='1'/>
+      <parameter type-id='type-id-18' name='p_type' filepath='Python/errors.c' line='612' column='1'/>
+      <parameter type-id='type-id-18' name='p_value' filepath='Python/errors.c' line='612' column='1'/>
+      <parameter type-id='type-id-18' name='p_traceback' filepath='Python/errors.c' line='612' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyErr_SetExcInfo' mangled-name='PyErr_SetExcInfo' filepath='Python/errors.c' line='619' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetExcInfo'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyErr_FormatV' mangled-name='_PyErr_FormatV' filepath='Python/errors.c' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_FormatV'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/errors.c' line='1200' column='1'/>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/errors.c' line='1200' column='1'/>
       <parameter type-id='type-id-6' name='exception' filepath='Python/errors.c' line='1200' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/errors.c' line='1201' column='1'/>
-      <parameter type-id='type-id-308' name='vargs' filepath='Python/errors.c' line='1201' column='1'/>
+      <parameter type-id='type-id-309' name='vargs' filepath='Python/errors.c' line='1201' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_FormatV'>
       <parameter type-id='type-id-6' name='exception' filepath='Python/errors.c' line='1219' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/errors.c' line='1219' column='1'/>
-      <parameter type-id='type-id-308' name='vargs' filepath='Python/errors.c' line='1219' column='1'/>
+      <parameter type-id='type-id-309' name='vargs' filepath='Python/errors.c' line='1219' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyErr_NewExceptionWithDoc' mangled-name='PyErr_NewExceptionWithDoc' filepath='Python/errors.c' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_NewExceptionWithDoc'>
       <parameter type-id='type-id-6' name='dict' filepath='Python/errors.c' line='1334' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyErr_WriteUnraisable' mangled-name='PyErr_WriteUnraisable' filepath='Python/errors.c' line='1760' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WriteUnraisable'>
-      <parameter type-id='type-id-6' name='obj' filepath='Python/errors.c' line='1760' column='1'/>
+    <function-decl name='PyErr_WriteUnraisable' mangled-name='PyErr_WriteUnraisable' filepath='Python/errors.c' line='1758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WriteUnraisable'>
+      <parameter type-id='type-id-6' name='obj' filepath='Python/errors.c' line='1758' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyErr_SyntaxLocation' mangled-name='PyErr_SyntaxLocation' filepath='Python/errors.c' line='1767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocation'>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='1767' column='1'/>
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1767' column='1'/>
+    <function-decl name='PyErr_SyntaxLocation' mangled-name='PyErr_SyntaxLocation' filepath='Python/errors.c' line='1765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocation'>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='1765' column='1'/>
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1765' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyErr_RangedSyntaxLocationObject' mangled-name='PyErr_RangedSyntaxLocationObject' filepath='Python/errors.c' line='1887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_RangedSyntaxLocationObject'>
-      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1887' column='1'/>
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1887' column='1'/>
-      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1887' column='1'/>
-      <parameter type-id='type-id-5' name='end_lineno' filepath='Python/errors.c' line='1888' column='1'/>
-      <parameter type-id='type-id-5' name='end_col_offset' filepath='Python/errors.c' line='1888' column='1'/>
+    <function-decl name='PyErr_RangedSyntaxLocationObject' mangled-name='PyErr_RangedSyntaxLocationObject' filepath='Python/errors.c' line='1885' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_RangedSyntaxLocationObject'>
+      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1885' column='1'/>
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1885' column='1'/>
+      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1885' column='1'/>
+      <parameter type-id='type-id-5' name='end_lineno' filepath='Python/errors.c' line='1886' column='1'/>
+      <parameter type-id='type-id-5' name='end_col_offset' filepath='Python/errors.c' line='1886' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyErr_SyntaxLocationEx' mangled-name='PyErr_SyntaxLocationEx' filepath='Python/errors.c' line='1893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocationEx'>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='1893' column='1'/>
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1893' column='1'/>
-      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1893' column='1'/>
+    <function-decl name='PyErr_SyntaxLocationEx' mangled-name='PyErr_SyntaxLocationEx' filepath='Python/errors.c' line='1891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocationEx'>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='1891' column='1'/>
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1891' column='1'/>
+      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1891' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyErr_ProgramText' mangled-name='PyErr_ProgramText' filepath='Python/errors.c' line='2004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramText'>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='2004' column='1'/>
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='2004' column='1'/>
+    <function-decl name='PyErr_ProgramText' mangled-name='PyErr_ProgramText' filepath='Python/errors.c' line='2002' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramText'>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='2002' column='1'/>
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='2002' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyTokenizer_FindEncodingFilename' filepath='Python/errors.c' line='2021' column='1' visibility='default' binding='global' size-in-bits='64'>
+    <function-decl name='_PyTokenizer_FindEncodingFilename' filepath='Python/errors.c' line='2019' 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-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
-    <function-decl name='PyErr_ProgramTextObject' mangled-name='PyErr_ProgramTextObject' filepath='Python/errors.c' line='2058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramTextObject'>
-      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='2058' column='1'/>
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='2058' column='1'/>
+    <function-decl name='PyErr_ProgramTextObject' mangled-name='PyErr_ProgramTextObject' filepath='Python/errors.c' line='2056' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramTextObject'>
+      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='2056' column='1'/>
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='2056' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
     </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-1692'>
       <data-member access='public'>
-        <var-decl name='__wch' type-id='type-id-111' 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-114' 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-864' 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-1690' filepath='/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h' line='6' column='1' id='type-id-1693'/>
     <pointer-type-def type-id='type-id-1693' size-in-bits='64' id='type-id-1694'/>
     <qualified-type-def type-id='type-id-1694' restrict='yes' id='type-id-1695'/>
-    <qualified-type-def type-id='type-id-70' restrict='yes' id='type-id-1696'/>
+    <qualified-type-def type-id='type-id-73' restrict='yes' id='type-id-1696'/>
     <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-26'/>
+      <parameter type-id='type-id-29'/>
       <parameter type-id='type-id-15'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-14'/>
     </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-13'/>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-14'/>
     </function-decl>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-15'/>
       <parameter type-id='type-id-13'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </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-111'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-114'/>
+      <parameter type-id='type-id-114'/>
       <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-26'/>
+      <parameter type-id='type-id-29'/>
       <parameter type-id='type-id-15'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-1695'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='863' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EncodeLocale'>
-      <parameter type-id='type-id-25' name='text' filepath='Python/fileutils.c' line='863' column='1'/>
-      <parameter type-id='type-id-68' name='error_pos' filepath='Python/fileutils.c' line='863' column='1'/>
-      <return type-id='type-id-24'/>
+      <parameter type-id='type-id-28' name='text' filepath='Python/fileutils.c' line='863' column='1'/>
+      <parameter type-id='type-id-71' name='error_pos' filepath='Python/fileutils.c' line='863' column='1'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_Py_stat' mangled-name='_Py_stat' filepath='Python/fileutils.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_stat'>
       <parameter type-id='type-id-6' name='path' filepath='Python/fileutils.c' line='1360' column='1'/>
-      <parameter type-id='type-id-70' name='statbuf' filepath='Python/fileutils.c' line='1360' column='1'/>
+      <parameter type-id='type-id-73' name='statbuf' filepath='Python/fileutils.c' line='1360' 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='1602' 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='1602' column='1'/>
       <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1602' column='1'/>
-      <parameter type-id='type-id-183' name='atomic_flag_works' filepath='Python/fileutils.c' line='1602' column='1'/>
+      <parameter type-id='type-id-186' name='atomic_flag_works' filepath='Python/fileutils.c' line='1602' 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='1611' 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='1611' column='1'/>
       <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1611' column='1'/>
-      <parameter type-id='type-id-183' name='atomic_flag_works' filepath='Python/fileutils.c' line='1611' column='1'/>
+      <parameter type-id='type-id-186' name='atomic_flag_works' filepath='Python/fileutils.c' line='1611' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='Py_fclose' mangled-name='Py_fclose' filepath='Python/fileutils.c' line='1847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_fclose'>
-      <parameter type-id='type-id-67' name='file' filepath='Python/fileutils.c' line='1847' column='1'/>
+      <parameter type-id='type-id-70' name='file' filepath='Python/fileutils.c' line='1847' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_normpath' mangled-name='_Py_normpath' filepath='Python/fileutils.c' line='2616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_normpath'>
-      <parameter type-id='type-id-69' name='path' filepath='Python/fileutils.c' line='2616' column='1'/>
+      <parameter type-id='type-id-72' name='path' filepath='Python/fileutils.c' line='2616' column='1'/>
       <parameter type-id='type-id-7' name='size' filepath='Python/fileutils.c' line='2616' column='1'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_Py_closerange' mangled-name='_Py_closerange' filepath='Python/fileutils.c' line='3003' 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='3003' column='1'/>
   <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-1697'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='decimal_point' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='55' column='1'/>
+        <var-decl name='decimal_point' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='thousands_sep' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='56' column='1'/>
+        <var-decl name='thousands_sep' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='grouping' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='62' column='1'/>
+        <var-decl name='grouping' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='int_curr_symbol' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='68' column='1'/>
+        <var-decl name='int_curr_symbol' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='currency_symbol' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='69' column='1'/>
+        <var-decl name='currency_symbol' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='mon_decimal_point' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='70' column='1'/>
+        <var-decl name='mon_decimal_point' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='mon_thousands_sep' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='71' column='1'/>
+        <var-decl name='mon_thousands_sep' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='mon_grouping' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='72' column='1'/>
+        <var-decl name='mon_grouping' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='72' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='positive_sign' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='73' column='1'/>
+        <var-decl name='positive_sign' type-id='type-id-27' visibility='default' filepath='/usr/include/locale.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='negative_sign' type-id='type-id-24' visibility='default' filepath='/usr/include/locale.h' line='74' column='1'/>
+        <var-decl name='negative_sign' type-id='type-id-27' 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-64' visibility='default' filepath='/usr/include/locale.h' line='75' column='1'/>
+        <var-decl name='int_frac_digits' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='76' column='1'/>
+        <var-decl name='frac_digits' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='78' column='1'/>
+        <var-decl name='p_cs_precedes' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='80' column='1'/>
+        <var-decl name='p_sep_by_space' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='82' column='1'/>
+        <var-decl name='n_cs_precedes' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='84' column='1'/>
+        <var-decl name='n_sep_by_space' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='91' column='1'/>
+        <var-decl name='p_sign_posn' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='92' column='1'/>
+        <var-decl name='n_sign_posn' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='95' column='1'/>
+        <var-decl name='int_p_cs_precedes' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='97' column='1'/>
+        <var-decl name='int_p_sep_by_space' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='99' column='1'/>
+        <var-decl name='int_n_cs_precedes' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='101' column='1'/>
+        <var-decl name='int_n_sep_by_space' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='108' column='1'/>
+        <var-decl name='int_p_sign_posn' type-id='type-id-67' 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-64' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>
+        <var-decl name='int_n_sign_posn' type-id='type-id-67' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-1697' size-in-bits='64' id='type-id-1698'/>
     <function-decl name='_Py_GetLocaleconvNumeric' filepath='./Include/internal/pycore_fileutils.h' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1698'/>
-      <parameter type-id='type-id-241'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyUnicode_FastFill' filepath='./Include/internal/pycore_unicodeobject.h' line='43' 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-7'/>
-      <parameter type-id='type-id-307'/>
+      <parameter type-id='type-id-308'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_FastCopyCharacters' filepath='./Include/internal/pycore_unicodeobject.h' line='53' 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-7'/>
-      <return type-id='type-id-307'/>
+      <return type-id='type-id-308'/>
     </function-decl>
     <function-decl name='_PyUnicode_InsertThousandsGrouping' filepath='./Include/internal/pycore_unicodeobject.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-381'/>
+      <parameter type-id='type-id-382'/>
       <parameter type-id='type-id-7'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-7'/>
     <array-type-def dimensions='1' type-id='type-id-1699' size-in-bits='384' id='type-id-1700'>
       <subrange length='6' type-id='type-id-2' id='type-id-479'/>
     </array-type-def>
-    <qualified-type-def type-id='type-id-271' const='yes' id='type-id-1701'/>
+    <qualified-type-def type-id='type-id-273' const='yes' id='type-id-1701'/>
     <pointer-type-def type-id='type-id-1701' size-in-bits='64' id='type-id-1702'/>
     <qualified-type-def type-id='type-id-1702' const='yes' id='type-id-1699'/>
     <var-decl name='PyUnstable_ExecutableKinds' type-id='type-id-1700' 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='41' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
-      <return type-id='type-id-415'/>
+      <parameter type-id='type-id-348'/>
+      <return type-id='type-id-416'/>
     </function-decl>
     <function-decl name='_PyGC_VisitFrameStack' filepath='./Include/internal/pycore_gc.h' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-430'/>
+      <parameter type-id='type-id-431'/>
       <parameter type-id='type-id-399'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyUnstable_InterpreterFrame_GetCode' mangled-name='PyUnstable_InterpreterFrame_GetCode' filepath='Python/frame.c' line='133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetCode'>
-      <parameter type-id='type-id-433' name='frame' filepath='Python/frame.c' line='133' column='1'/>
+      <parameter type-id='type-id-415' name='frame' filepath='Python/frame.c' line='133' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyUnstable_InterpreterFrame_GetLasti' mangled-name='PyUnstable_InterpreterFrame_GetLasti' filepath='Python/frame.c' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetLasti'>
-      <parameter type-id='type-id-433' name='frame' filepath='Python/frame.c' line='139' column='1'/>
-      <return type-id='type-id-5'/>
-    </function-decl>
   </abi-instr>
   <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='13' column='1' id='type-id-1703'>
     <var-decl name='_PyImport_FrozenAliases' type-id='type-id-1708' visibility='default' filepath='./Include/internal/pycore_import.h' line='115' column='1'/>
   </abi-instr>
   <abi-instr address-size='64' path='Python/frozenmain.c' comp-dir-path='/src' language='LANG_C11'>
-    <pointer-type-def type-id='type-id-274' size-in-bits='64' id='type-id-71'/>
+    <pointer-type-def type-id='type-id-276' size-in-bits='64' id='type-id-74'/>
     <function-decl name='PyConfig_InitPythonConfig' mangled-name='PyConfig_InitPythonConfig' filepath='./Include/cpython/initconfig.h' line='246' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitPythonConfig'>
-      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-74'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_Clear' mangled-name='PyConfig_Clear' filepath='./Include/cpython/initconfig.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Clear'>
-      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-74'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_SetBytesArgv' mangled-name='PyConfig_SetBytesArgv' filepath='./Include/cpython/initconfig.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesArgv'>
-      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-74'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-135'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-138'/>
+      <return type-id='type-id-75'/>
     </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-240'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-243'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='Py_ExitStatusException' mangled-name='Py_ExitStatusException' filepath='./Include/cpython/pylifecycle.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ExitStatusException'>
-      <parameter type-id='type-id-72'/>
+      <parameter type-id='type-id-75'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <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='30' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </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-251' name='argv' filepath='Python/frozenmain.c' line='21' column='1'/>
+      <parameter type-id='type-id-253' 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='/src' language='LANG_C11'>
     <typedef-decl name='gcvisitobjects_t' type-id='type-id-398' filepath='./Include/cpython/objimpl.h' line='103' column='1' id='type-id-1709'/>
-    <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-180'/>
-    <function-decl name='PyInterpreterState_ThreadHead' mangled-name='PyInterpreterState_ThreadHead' filepath='./Include/cpython/pystate.h' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_ThreadHead'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-37'/>
+    <pointer-type-def type-id='type-id-37' size-in-bits='64' id='type-id-183'/>
+    <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-42'/>
+      <return type-id='type-id-40'/>
     </function-decl>
-    <function-decl name='PyThreadState_Next' mangled-name='PyThreadState_Next' filepath='./Include/cpython/pystate.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Next'>
-      <parameter type-id='type-id-37'/>
-      <return type-id='type-id-37'/>
+    <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-40'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <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-34'/>
-      <return type-id='type-id-178'/>
+      <parameter type-id='type-id-37'/>
+      <return type-id='type-id-181'/>
     </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-180'/>
+      <parameter type-id='type-id-183'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyGC_ClearAllFreeLists' filepath='./Include/internal/pycore_gc.h' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTuple_MaybeUntrack' filepath='./Include/internal/pycore_tuple.h' line='14' 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='2435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_GC_VisitObjects'>
       <parameter type-id='type-id-1709' name='callback' filepath='Python/gc.c' line='2435' column='1'/>
-      <parameter type-id='type-id-41' name='arg' filepath='Python/gc.c' line='2435' column='1'/>
+      <parameter type-id='type-id-44' name='arg' filepath='Python/gc.c' line='2435' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
   </abi-instr>
   <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-39'/>
-      <return type-id='type-id-37'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <function-decl name='PyArg_Parse' mangled-name='PyArg_Parse' filepath='Python/getargs.c' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_Parse'>
       <parameter type-id='type-id-6' name='args' filepath='Python/getargs.c' line='71' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_ParseStack' mangled-name='_PyArg_ParseStack' filepath='Python/getargs.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStack'>
-      <parameter type-id='type-id-265' name='args' filepath='Python/getargs.c' line='121' column='1'/>
+      <parameter type-id='type-id-267' name='args' filepath='Python/getargs.c' line='121' column='1'/>
       <parameter type-id='type-id-7' name='nargs' filepath='Python/getargs.c' line='121' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/getargs.c' line='121' column='1'/>
       <parameter is-variadic='yes'/>
     <function-decl name='PyArg_VaParse' mangled-name='PyArg_VaParse' filepath='Python/getargs.c' line='133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParse'>
       <parameter type-id='type-id-6' name='args' filepath='Python/getargs.c' line='133' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/getargs.c' line='133' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/getargs.c' line='133' column='1'/>
+      <parameter type-id='type-id-309' name='va' filepath='Python/getargs.c' line='133' 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='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParse_SizeT'>
       <parameter type-id='type-id-6' name='args' filepath='Python/getargs.c' line='146' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/getargs.c' line='146' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/getargs.c' line='146' column='1'/>
+      <parameter type-id='type-id-309' name='va' filepath='Python/getargs.c' line='146' 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='1362' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywords_SizeT'>
       <parameter type-id='type-id-6' name='keywords' filepath='Python/getargs.c' line='1389' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/getargs.c' line='1390' column='1'/>
       <parameter type-id='type-id-991' name='kwlist' filepath='Python/getargs.c' line='1391' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/getargs.c' line='1391' column='1'/>
+      <parameter type-id='type-id-309' name='va' filepath='Python/getargs.c' line='1391' 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='1413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywords_SizeT'>
       <parameter type-id='type-id-6' name='keywords' filepath='Python/getargs.c' line='1414' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/getargs.c' line='1415' column='1'/>
       <parameter type-id='type-id-991' name='kwlist' filepath='Python/getargs.c' line='1416' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/getargs.c' line='1416' column='1'/>
+      <parameter type-id='type-id-309' name='va' filepath='Python/getargs.c' line='1416' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArg_ParseTupleAndKeywordsFast' mangled-name='_PyArg_ParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast'>
       <parameter type-id='type-id-6' name='args' filepath='Python/getargs.c' line='1439' column='1'/>
       <parameter type-id='type-id-6' name='keywords' filepath='Python/getargs.c' line='1439' column='1'/>
-      <parameter type-id='type-id-278' name='parser' filepath='Python/getargs.c' line='1440' column='1'/>
+      <parameter type-id='type-id-280' name='parser' filepath='Python/getargs.c' line='1440' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-5'/>
     </function-decl>
   <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-25' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>
+    <var-decl name='_PyOS_optarg' type-id='type-id-28' 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='/src' language='LANG_C11'>
     <qualified-type-def type-id='type-id-2' const='yes' id='type-id-1711'/>
     <var-decl name='Py_Version' type-id='type-id-1711' 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='/src' language='LANG_C11'>
-    <var-decl name='_PyHamt_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>
-    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>
-    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>
-    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>
-    <var-decl name='_PyHamtKeys_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>
-    <var-decl name='_PyHamtValues_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>
-    <var-decl name='_PyHamtItems_Type' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='30' column='1'/>
+    <var-decl name='_PyHamt_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>
+    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>
+    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>
+    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>
+    <var-decl name='_PyHamtKeys_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>
+    <var-decl name='_PyHamtValues_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>
+    <var-decl name='_PyHamtItems_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='30' column='1'/>
   </abi-instr>
   <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-1712' filepath='./Include/internal/pycore_hashtable.h' line='97' column='1' id='type-id-1713'/>
     <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1712'/>
     <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-41' name='key' filepath='Python/hashtable.c' line='93' column='1'/>
+      <parameter type-id='type-id-44' name='key' filepath='Python/hashtable.c' line='93' column='1'/>
       <return type-id='type-id-1219'/>
     </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-41' name='key1' filepath='Python/hashtable.c' line='100' column='1'/>
-      <parameter type-id='type-id-41' name='key2' filepath='Python/hashtable.c' line='100' column='1'/>
+      <parameter type-id='type-id-44' name='key1' filepath='Python/hashtable.c' line='100' column='1'/>
+      <parameter type-id='type-id-44' 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-620' name='ht' filepath='Python/hashtable.c' line='182' column='1'/>
-      <parameter type-id='type-id-41' name='key' filepath='Python/hashtable.c' line='182' column='1'/>
-      <return type-id='type-id-41'/>
+      <parameter type-id='type-id-44' name='key' filepath='Python/hashtable.c' line='182' column='1'/>
+      <return type-id='type-id-44'/>
     </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-620' name='ht' filepath='Python/hashtable.c' line='268' column='1'/>
       <parameter type-id='type-id-1713' name='func' filepath='Python/hashtable.c' line='269' column='1'/>
-      <parameter type-id='type-id-41' name='user_data' filepath='Python/hashtable.c' line='270' column='1'/>
+      <parameter type-id='type-id-44' 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-1714'>
       <parameter type-id='type-id-620'/>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-type>
   </abi-instr>
   <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-1715'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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-1715' filepath='./Include/internal/pycore_importdl.h' line='23' column='1' id='type-id-1716'/>
     <enum-decl name='ext_module_origin' filepath='./Include/internal/pycore_importdl.h' line='25' column='1' id='type-id-1717'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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'/>
       </data-member>
     </class-decl>
     <enum-decl name='_Py_ext_module_loader_result_error_kind' filepath='./Include/internal/pycore_importdl.h' line='72' column='1' id='type-id-1723'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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'/>
     </enum-decl>
     <typedef-decl name='PyModInitFunction' type-id='type-id-468' filepath='./Include/internal/pycore_importdl.h' line='91' column='1' id='type-id-1724'/>
     <typedef-decl name='PyThread_ident_t' type-id='type-id-464' filepath='./Include/internal/pycore_pythread.h' line='119' column='1' id='type-id-1725'/>
-    <enum-decl name='_PyTime_round_t' naming-typedef-id='type-id-179' filepath='./Include/internal/pycore_time.h' line='68' column='1' id='type-id-1726'>
-      <underlying-type type-id='type-id-43'/>
+    <enum-decl name='_PyTime_round_t' naming-typedef-id='type-id-182' filepath='./Include/internal/pycore_time.h' line='68' column='1' id='type-id-1726'>
+      <underlying-type type-id='type-id-46'/>
       <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-1726' filepath='./Include/internal/pycore_time.h' line='92' column='1' id='type-id-179'/>
+    <typedef-decl name='_PyTime_round_t' type-id='type-id-1726' filepath='./Include/internal/pycore_time.h' line='92' column='1' id='type-id-182'/>
     <pointer-type-def type-id='type-id-1719' size-in-bits='64' id='type-id-1727'/>
     <pointer-type-def type-id='type-id-1720' size-in-bits='64' id='type-id-1728'/>
     <pointer-type-def type-id='type-id-1722' size-in-bits='64' id='type-id-1721'/>
     <var-decl name='PyImport_Inittab' type-id='type-id-1257' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='10' column='1' elf-symbol-id='PyImport_Inittab'/>
     <function-decl name='_PyEval_EnsureBuiltinsWithModule' filepath='./Include/internal/pycore_ceval.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-18'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_ext_module_loader_info_clear' filepath='./Include/internal/pycore_importdl.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_PyImport_GetModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1727'/>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-1724'/>
     </function-decl>
     <function-decl name='_PyImport_RunModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRecursiveMutex_IsLockedByCurrentThread' mangled-name='_PyRecursiveMutex_IsLockedByCurrentThread' filepath='./Include/internal/pycore_lock.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRecursiveMutex_IsLockedByCurrentThread'>
-      <parameter type-id='type-id-33'/>
+      <parameter type-id='type-id-36'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyRecursiveMutex_Unlock' mangled-name='_PyRecursiveMutex_Unlock' filepath='./Include/internal/pycore_lock.h' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRecursiveMutex_Unlock'>
-      <parameter type-id='type-id-33'/>
+      <parameter type-id='type-id-36'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_KeyedHash' filepath='./Include/internal/pycore_pyhash.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-117'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-120'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-117'/>
+      <return type-id='type-id-120'/>
     </function-decl>
     <function-decl name='_PyMem_DefaultRawMalloc' filepath='./Include/internal/pycore_pymem.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyMem_DefaultRawRealloc' filepath='./Include/internal/pycore_pymem.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyMem_DefaultRawFree' filepath='./Include/internal/pycore_pymem.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <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'>
       <return type-id='type-id-1725'/>
     </function-decl>
     <function-decl name='_PySys_ClearAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-4'/>
       <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='176' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMicroseconds'>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-179'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-182'/>
+      <return type-id='type-id-37'/>
     </function-decl>
     <function-decl name='PyModule_Add' mangled-name='PyModule_Add' filepath='./Include/modsupport.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_Add'>
       <parameter type-id='type-id-6'/>
     <function-decl name='PyImport_GetModuleDict' mangled-name='PyImport_GetModuleDict' filepath='Python/import.c' line='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetModuleDict'>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_AddModuleRef' mangled-name='PyImport_AddModuleRef' filepath='Python/import.c' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AddModuleRef'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='350' column='1'/>
+    <function-decl name='PyImport_AddModuleRef' mangled-name='PyImport_AddModuleRef' filepath='Python/import.c' line='370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AddModuleRef'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='370' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_AddModuleObject' mangled-name='PyImport_AddModuleObject' filepath='Python/import.c' line='364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AddModuleObject'>
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='364' column='1'/>
+    <function-decl name='PyImport_AddModuleObject' mangled-name='PyImport_AddModuleObject' filepath='Python/import.c' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AddModuleObject'>
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='384' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_AddModule' mangled-name='PyImport_AddModule' filepath='Python/import.c' line='401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AddModule'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='401' column='1'/>
+    <function-decl name='PyImport_AddModule' mangled-name='PyImport_AddModule' filepath='Python/import.c' line='421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AddModule'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='421' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyState_FindModule' mangled-name='PyState_FindModule' filepath='Python/import.c' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_FindModule'>
-      <parameter type-id='type-id-475' name='module' filepath='Python/import.c' line='546' column='1'/>
+    <function-decl name='PyState_FindModule' mangled-name='PyState_FindModule' filepath='Python/import.c' line='566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_FindModule'>
+      <parameter type-id='type-id-475' name='module' filepath='Python/import.c' line='566' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='_PyState_AddModule' mangled-name='_PyState_AddModule' filepath='Python/import.c' line='561' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyState_AddModule'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/import.c' line='561' column='1'/>
-      <parameter type-id='type-id-6' name='module' filepath='Python/import.c' line='561' column='1'/>
-      <parameter type-id='type-id-475' name='def' filepath='Python/import.c' line='561' column='1'/>
+    <function-decl name='_PyState_AddModule' mangled-name='_PyState_AddModule' filepath='Python/import.c' line='581' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyState_AddModule'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/import.c' line='581' column='1'/>
+      <parameter type-id='type-id-6' name='module' filepath='Python/import.c' line='581' column='1'/>
+      <parameter type-id='type-id-475' name='def' filepath='Python/import.c' line='581' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/import.c' line='579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_AddModule'>
-      <parameter type-id='type-id-6' name='module' filepath='Python/import.c' line='579' column='1'/>
-      <parameter type-id='type-id-475' name='def' filepath='Python/import.c' line='579' column='1'/>
+    <function-decl name='PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/import.c' line='599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_AddModule'>
+      <parameter type-id='type-id-6' name='module' filepath='Python/import.c' line='599' column='1'/>
+      <parameter type-id='type-id-475' name='def' filepath='Python/import.c' line='599' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/import.c' line='609' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_RemoveModule'>
-      <parameter type-id='type-id-475' name='def' filepath='Python/import.c' line='609' column='1'/>
+    <function-decl name='PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/import.c' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_RemoveModule'>
+      <parameter type-id='type-id-475' name='def' filepath='Python/import.c' line='629' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyImport_ClearExtension' mangled-name='_PyImport_ClearExtension' filepath='Python/import.c' line='883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_ClearExtension'>
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='883' column='1'/>
-      <parameter type-id='type-id-6' name='filename' filepath='Python/import.c' line='883' column='1'/>
+    <function-decl name='_PyImport_ClearExtension' mangled-name='_PyImport_ClearExtension' filepath='Python/import.c' line='903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_ClearExtension'>
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='903' column='1'/>
+      <parameter type-id='type-id-6' name='filename' filepath='Python/import.c' line='903' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyImport_ExtendInittab' mangled-name='PyImport_ExtendInittab' filepath='Python/import.c' line='2424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExtendInittab'>
-      <parameter type-id='type-id-1257' name='newtab' filepath='Python/import.c' line='2424' column='1'/>
+    <function-decl name='PyImport_ExtendInittab' mangled-name='PyImport_ExtendInittab' filepath='Python/import.c' line='2459' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExtendInittab'>
+      <parameter type-id='type-id-1257' name='newtab' filepath='Python/import.c' line='2459' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2469' column='1'/>
-      <parameter type-id='type-id-468' name='initfunc' filepath='Python/import.c' line='2469' column='1'/>
+    <function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2504' column='1'/>
+      <parameter type-id='type-id-468' name='initfunc' filepath='Python/import.c' line='2504' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyImport_GetMagicNumber' mangled-name='PyImport_GetMagicNumber' filepath='Python/import.c' line='2546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicNumber'>
-      <return type-id='type-id-188'/>
+    <function-decl name='PyImport_GetMagicNumber' mangled-name='PyImport_GetMagicNumber' filepath='Python/import.c' line='2581' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicNumber'>
+      <return type-id='type-id-191'/>
     </function-decl>
-    <function-decl name='PyImport_GetMagicTag' mangled-name='PyImport_GetMagicTag' filepath='Python/import.c' line='2554' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicTag'>
+    <function-decl name='PyImport_GetMagicTag' mangled-name='PyImport_GetMagicTag' filepath='Python/import.c' line='2589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicTag'>
       <return type-id='type-id-4'/>
     </function-decl>
-    <function-decl name='PyImport_ExecCodeModule' mangled-name='PyImport_ExecCodeModule' filepath='Python/import.c' line='2575' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModule'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2575' column='1'/>
-      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2575' column='1'/>
+    <function-decl name='PyImport_ExecCodeModule' mangled-name='PyImport_ExecCodeModule' filepath='Python/import.c' line='2610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModule'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2610' column='1'/>
+      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2610' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ExecCodeModuleEx' mangled-name='PyImport_ExecCodeModuleEx' filepath='Python/import.c' line='2582' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleEx'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2582' column='1'/>
-      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2582' column='1'/>
-      <parameter type-id='type-id-4' name='pathname' filepath='Python/import.c' line='2582' column='1'/>
+    <function-decl name='PyImport_ExecCodeModuleEx' mangled-name='PyImport_ExecCodeModuleEx' filepath='Python/import.c' line='2617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleEx'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2617' column='1'/>
+      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2617' column='1'/>
+      <parameter type-id='type-id-4' name='pathname' filepath='Python/import.c' line='2617' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ExecCodeModuleWithPathnames' mangled-name='PyImport_ExecCodeModuleWithPathnames' filepath='Python/import.c' line='2589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleWithPathnames'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2589' column='1'/>
-      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2589' column='1'/>
-      <parameter type-id='type-id-4' name='pathname' filepath='Python/import.c' line='2590' column='1'/>
-      <parameter type-id='type-id-4' name='cpathname' filepath='Python/import.c' line='2591' column='1'/>
+    <function-decl name='PyImport_ExecCodeModuleWithPathnames' mangled-name='PyImport_ExecCodeModuleWithPathnames' filepath='Python/import.c' line='2624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleWithPathnames'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2624' column='1'/>
+      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2624' column='1'/>
+      <parameter type-id='type-id-4' name='pathname' filepath='Python/import.c' line='2625' column='1'/>
+      <parameter type-id='type-id-4' name='cpathname' filepath='Python/import.c' line='2626' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ExecCodeModuleObject' mangled-name='PyImport_ExecCodeModuleObject' filepath='Python/import.c' line='2691' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleObject'>
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2691' column='1'/>
-      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2691' column='1'/>
-      <parameter type-id='type-id-6' name='pathname' filepath='Python/import.c' line='2691' column='1'/>
-      <parameter type-id='type-id-6' name='cpathname' filepath='Python/import.c' line='2692' column='1'/>
+    <function-decl name='PyImport_ExecCodeModuleObject' mangled-name='PyImport_ExecCodeModuleObject' filepath='Python/import.c' line='2726' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleObject'>
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2726' column='1'/>
+      <parameter type-id='type-id-6' name='co' filepath='Python/import.c' line='2726' column='1'/>
+      <parameter type-id='type-id-6' name='pathname' filepath='Python/import.c' line='2726' column='1'/>
+      <parameter type-id='type-id-6' name='cpathname' filepath='Python/import.c' line='2727' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ImportFrozenModuleObject' mangled-name='PyImport_ImportFrozenModuleObject' filepath='Python/import.c' line='3060' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportFrozenModuleObject'>
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='3060' column='1'/>
+    <function-decl name='PyImport_ImportFrozenModuleObject' mangled-name='PyImport_ImportFrozenModuleObject' filepath='Python/import.c' line='3095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportFrozenModuleObject'>
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='3095' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyImport_GetImporter' mangled-name='PyImport_GetImporter' filepath='Python/import.c' line='3380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetImporter'>
-      <parameter type-id='type-id-6' name='path' filepath='Python/import.c' line='3380' column='1'/>
+    <function-decl name='PyImport_GetImporter' mangled-name='PyImport_GetImporter' filepath='Python/import.c' line='3415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetImporter'>
+      <parameter type-id='type-id-6' name='path' filepath='Python/import.c' line='3415' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ImportModuleNoBlock' mangled-name='PyImport_ImportModuleNoBlock' filepath='Python/import.c' line='3450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleNoBlock'>
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='3450' column='1'/>
+    <function-decl name='PyImport_ImportModuleNoBlock' mangled-name='PyImport_ImportModuleNoBlock' filepath='Python/import.c' line='3485' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleNoBlock'>
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='3485' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ReloadModule' mangled-name='PyImport_ReloadModule' filepath='Python/import.c' line='3927' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ReloadModule'>
-      <parameter type-id='type-id-6' name='m' filepath='Python/import.c' line='3927' column='1'/>
+    <function-decl name='PyImport_ReloadModule' mangled-name='PyImport_ReloadModule' filepath='Python/import.c' line='3983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ReloadModule'>
+      <parameter type-id='type-id-6' name='m' filepath='Python/import.c' line='3983' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyImport_ImportModuleAttr' mangled-name='PyImport_ImportModuleAttr' filepath='Python/import.c' line='4220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleAttr'>
-      <parameter type-id='type-id-6' name='modname' filepath='Python/import.c' line='4220' column='1'/>
-      <parameter type-id='type-id-6' name='attrname' filepath='Python/import.c' line='4220' column='1'/>
+    <function-decl name='PyImport_ImportModuleAttr' mangled-name='PyImport_ImportModuleAttr' filepath='Python/import.c' line='4276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleAttr'>
+      <parameter type-id='type-id-6' name='modname' filepath='Python/import.c' line='4276' column='1'/>
+      <parameter type-id='type-id-6' name='attrname' filepath='Python/import.c' line='4276' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyInit__imp' mangled-name='PyInit__imp' filepath='Python/import.c' line='4897' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__imp'>
+    <function-decl name='PyInit__imp' mangled-name='PyInit__imp' filepath='Python/import.c' line='4953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__imp'>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Python/initconfig.c' comp-dir-path='/src' language='LANG_C11'>
     <typedef-decl name='PyInitConfig' type-id='type-id-1729' filepath='./Include/cpython/initconfig.h' line='288' column='1' id='type-id-1730'/>
-    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='68' column='1' id='type-id-247'>
+    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='68' column='1' id='type-id-249'>
       <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='69' column='1'/>
       </data-member>
         <var-decl name='use_bytes_argv' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='bytes_argv' type-id='type-id-135' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1'/>
+        <var-decl name='bytes_argv' type-id='type-id-138' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='wchar_argv' type-id='type-id-1731' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='72' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyArgv' type-id='type-id-247' filepath='./Include/internal/pycore_initconfig.h' line='73' column='1' id='type-id-1732'/>
+    <typedef-decl name='_PyArgv' type-id='type-id-249' filepath='./Include/internal/pycore_initconfig.h' line='73' column='1' id='type-id-1732'/>
     <class-decl name='_PyPreCmdline' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1733' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='101' column='1' id='type-id-1734'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='argv' type-id='type-id-979' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='102' column='1'/>
         <var-decl name='preconfig' type-id='type-id-982' visibility='default' filepath='Python/initconfig.c' line='3697' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='config' type-id='type-id-274' visibility='default' filepath='Python/initconfig.c' line='3698' column='1'/>
+        <var-decl name='config' type-id='type-id-276' visibility='default' filepath='Python/initconfig.c' line='3698' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='3968'>
         <var-decl name='inittab' type-id='type-id-1257' visibility='default' filepath='Python/initconfig.c' line='3699' column='1'/>
         <var-decl name='inittab_size' type-id='type-id-7' visibility='default' filepath='Python/initconfig.c' line='3700' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4096'>
-        <var-decl name='status' type-id='type-id-72' visibility='default' filepath='Python/initconfig.c' line='3701' column='1'/>
+        <var-decl name='status' type-id='type-id-75' visibility='default' filepath='Python/initconfig.c' line='3701' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4352'>
-        <var-decl name='err_msg' type-id='type-id-24' visibility='default' filepath='Python/initconfig.c' line='3702' column='1'/>
+        <var-decl name='err_msg' type-id='type-id-27' visibility='default' filepath='Python/initconfig.c' line='3702' column='1'/>
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-1730' size-in-bits='64' id='type-id-1735'/>
     <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-1736'/>
     <pointer-type-def type-id='type-id-979' size-in-bits='64' id='type-id-1737'/>
     <pointer-type-def type-id='type-id-1733' size-in-bits='64' id='type-id-1738'/>
-    <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-1739'/>
+    <pointer-type-def type-id='type-id-253' size-in-bits='64' id='type-id-1739'/>
     <qualified-type-def type-id='type-id-982' const='yes' id='type-id-1740'/>
-    <pointer-type-def type-id='type-id-1740' size-in-bits='64' id='type-id-250'/>
+    <pointer-type-def type-id='type-id-1740' size-in-bits='64' id='type-id-252'/>
     <qualified-type-def type-id='type-id-979' const='yes' id='type-id-1741'/>
-    <pointer-type-def type-id='type-id-1741' size-in-bits='64' id='type-id-239'/>
+    <pointer-type-def type-id='type-id-1741' size-in-bits='64' id='type-id-242'/>
     <qualified-type-def type-id='type-id-1732' const='yes' id='type-id-1742'/>
     <pointer-type-def type-id='type-id-1742' size-in-bits='64' id='type-id-1743'/>
     <qualified-type-def type-id='type-id-1733' const='yes' id='type-id-1744'/>
     <pointer-type-def type-id='type-id-1744' size-in-bits='64' id='type-id-1745'/>
-    <qualified-type-def type-id='type-id-25' restrict='yes' id='type-id-27'/>
-    <qualified-type-def type-id='type-id-69' const='yes' id='type-id-1746'/>
+    <qualified-type-def type-id='type-id-28' restrict='yes' id='type-id-30'/>
+    <qualified-type-def type-id='type-id-72' const='yes' id='type-id-1746'/>
     <pointer-type-def type-id='type-id-1746' size-in-bits='64' id='type-id-1731'/>
-    <qualified-type-def type-id='type-id-69' restrict='yes' id='type-id-26'/>
-    <qualified-type-def type-id='type-id-244' restrict='yes' id='type-id-1747'/>
-    <pointer-type-def type-id='type-id-244' size-in-bits='64' id='type-id-1748'/>
+    <qualified-type-def type-id='type-id-72' restrict='yes' id='type-id-29'/>
+    <qualified-type-def type-id='type-id-246' restrict='yes' id='type-id-1747'/>
+    <pointer-type-def type-id='type-id-246' size-in-bits='64' id='type-id-1748'/>
     <function-decl name='PyPreConfig_InitIsolatedConfig' mangled-name='PyPreConfig_InitIsolatedConfig' filepath='./Include/cpython/initconfig.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitIsolatedConfig'>
       <parameter type-id='type-id-1736'/>
       <return type-id='type-id-3'/>
     <var-decl name='Py_HashRandomizationFlag' type-id='type-id-5' mangled-name='Py_HashRandomizationFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='21' column='1' elf-symbol-id='Py_HashRandomizationFlag'/>
     <var-decl name='Py_IsolatedFlag' type-id='type-id-5' mangled-name='Py_IsolatedFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='22' column='1' elf-symbol-id='Py_IsolatedFlag'/>
     <function-decl name='Py_PreInitializeFromArgs' mangled-name='Py_PreInitializeFromArgs' filepath='./Include/cpython/pylifecycle.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromArgs'>
-      <parameter type-id='type-id-250'/>
+      <parameter type-id='type-id-252'/>
       <parameter type-id='type-id-7'/>
-      <parameter type-id='type-id-244'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-246'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <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-4'/>
-      <parameter type-id='type-id-68'/>
-      <return type-id='type-id-69'/>
+      <parameter type-id='type-id-71'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_Py_DecodeUTF8Ex' filepath='./Include/internal/pycore_fileutils.h' line='195' 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-244'/>
-      <parameter type-id='type-id-68'/>
-      <parameter type-id='type-id-266'/>
+      <parameter type-id='type-id-246'/>
+      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-268'/>
       <parameter type-id='type-id-616'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_EncodeUTF8Ex' filepath='./Include/internal/pycore_fileutils.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-251'/>
-      <parameter type-id='type-id-68'/>
-      <parameter type-id='type-id-266'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-253'/>
+      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-268'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-616'/>
       <return type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_GetLocaleEncoding' filepath='./Include/internal/pycore_fileutils.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_Py_isabs' filepath='./Include/internal/pycore_fileutils.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-28'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_abspath' filepath='./Include/internal/pycore_fileutils.h' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-244'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-246'/>
       <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-1731'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyArgv_AsWstrList' filepath='./Include/internal/pycore_initconfig.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1743'/>
       <parameter type-id='type-id-1737'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_str_to_int' filepath='./Include/internal/pycore_initconfig.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_get_xoption' filepath='./Include/internal/pycore_initconfig.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-239'/>
-      <parameter type-id='type-id-25'/>
-      <return type-id='type-id-25'/>
+      <parameter type-id='type-id-242'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-28'/>
     </function-decl>
     <function-decl name='_Py_GetEnv' filepath='./Include/internal/pycore_initconfig.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_get_env_flag' filepath='./Include/internal/pycore_initconfig.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-3'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PyPreCmdline_SetConfig' filepath='./Include/internal/pycore_initconfig.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1745'/>
-      <parameter type-id='type-id-71'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyPreCmdline_Read' filepath='./Include/internal/pycore_initconfig.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1738'/>
-      <parameter type-id='type-id-250'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-252'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyPreConfig_InitFromPreConfig' filepath='./Include/internal/pycore_initconfig.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1736'/>
-      <parameter type-id='type-id-250'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-252'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyPreConfig_AsDict' filepath='./Include/internal/pycore_initconfig.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-250'/>
+      <parameter type-id='type-id-252'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyPreConfig_GetConfig' filepath='./Include/internal/pycore_initconfig.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1736'/>
-      <parameter type-id='type-id-240'/>
+      <parameter type-id='type-id-243'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyConfig_InitPathConfig' filepath='./Include/internal/pycore_initconfig.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-74'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_IsLocaleCoercionTarget' filepath='./Include/internal/pycore_pylifecycle.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_PySys_ReadPreinitWarnOptions' filepath='./Include/internal/pycore_pylifecycle.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1737'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PySys_ReadPreinitXOptions' filepath='./Include/internal/pycore_pylifecycle.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-71'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74'/>
+      <return type-id='type-id-75'/>
     </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-240'/>
+      <parameter type-id='type-id-243'/>
       <parameter type-id='type-id-1743'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyMem_RawStrdup' filepath='./Include/internal/pycore_pymem.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyMem_DefaultRawWcsdup' filepath='./Include/internal/pycore_pymem.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <return type-id='type-id-69'/>
+      <parameter type-id='type-id-28'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='_PySys_SetFlagObj' filepath='./Include/internal/pycore_sysmodule.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-7'/>
     <function-decl name='setlocale' filepath='/usr/include/locale.h' line='122' 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-24'/>
+      <return type-id='type-id-27'/>
     </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-488'/>
     </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-15'/>
-      <parameter type-id='type-id-187'/>
+      <parameter type-id='type-id-190'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-2'/>
     </function-decl>
     <function-decl name='strdup' filepath='/usr/include/string.h' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-4'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-25'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-476'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </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-26'/>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-1747'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </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-27'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-1747'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-188'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='589' 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='589' column='1'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>
-      <parameter type-id='type-id-72' name='status' filepath='Python/initconfig.c' line='593' column='1'/>
+      <parameter type-id='type-id-75' name='status' filepath='Python/initconfig.c' line='593' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='596' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>
-      <parameter type-id='type-id-72' name='status' filepath='Python/initconfig.c' line='596' column='1'/>
+      <parameter type-id='type-id-75' name='status' filepath='Python/initconfig.c' line='596' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>
       <parameter type-id='type-id-1737' name='list' filepath='Python/initconfig.c' line='734' column='1'/>
       <parameter type-id='type-id-7' name='index' filepath='Python/initconfig.c' line='735' column='1'/>
-      <parameter type-id='type-id-25' name='item' filepath='Python/initconfig.c' line='735' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-28' name='item' filepath='Python/initconfig.c' line='735' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>
       <parameter type-id='type-id-1737' name='list' filepath='Python/initconfig.c' line='775' column='1'/>
-      <parameter type-id='type-id-25' name='item' filepath='Python/initconfig.c' line='775' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-28' name='item' filepath='Python/initconfig.c' line='775' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>
-      <parameter type-id='type-id-183' name='argc' filepath='Python/initconfig.c' line='872' column='1'/>
+      <parameter type-id='type-id-186' name='argc' filepath='Python/initconfig.c' line='872' column='1'/>
       <parameter type-id='type-id-1748' name='argv' filepath='Python/initconfig.c' line='872' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='1005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='1005' column='1'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='1005' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='1116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='1116' column='1'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='1116' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='1148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='1148' column='1'/>
-      <parameter type-id='type-id-244' name='config_str' filepath='Python/initconfig.c' line='1148' column='1'/>
-      <parameter type-id='type-id-25' name='str' filepath='Python/initconfig.c' line='1148' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='1148' column='1'/>
+      <parameter type-id='type-id-246' name='config_str' filepath='Python/initconfig.c' line='1148' column='1'/>
+      <parameter type-id='type-id-28' name='str' filepath='Python/initconfig.c' line='1148' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='1210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='1210' column='1'/>
-      <parameter type-id='type-id-244' name='config_str' filepath='Python/initconfig.c' line='1210' column='1'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='1210' column='1'/>
+      <parameter type-id='type-id-246' name='config_str' filepath='Python/initconfig.c' line='1210' column='1'/>
       <parameter type-id='type-id-4' name='str' filepath='Python/initconfig.c' line='1211' column='1'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='1281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>
-      <parameter type-id='type-id-240' name='config' filepath='Python/initconfig.c' line='1281' column='1'/>
+      <parameter type-id='type-id-243' name='config' filepath='Python/initconfig.c' line='1281' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='1515' column='1'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='1515' column='1'/>
       <parameter type-id='type-id-6' name='dict' filepath='Python/initconfig.c' line='1515' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='3435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='3435' column='1'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='3435' column='1'/>
       <parameter type-id='type-id-7' name='argc' filepath='Python/initconfig.c' line='3435' column='1'/>
       <parameter type-id='type-id-1731' name='argv' filepath='Python/initconfig.c' line='3435' column='1'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='3447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='3447' column='1'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='3447' column='1'/>
       <parameter type-id='type-id-1737' name='list' filepath='Python/initconfig.c' line='3447' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Python/initconfig.c' line='3448' column='1'/>
-      <parameter type-id='type-id-244' name='items' filepath='Python/initconfig.c' line='3448' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-246' name='items' filepath='Python/initconfig.c' line='3448' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='3531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>
-      <parameter type-id='type-id-71' name='config' filepath='Python/initconfig.c' line='3531' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74' name='config' filepath='Python/initconfig.c' line='3531' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='3538' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyInitConfig_GetError' mangled-name='PyInitConfig_GetError' filepath='Python/initconfig.c' line='3741' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_GetError'>
       <parameter type-id='type-id-1735' name='config' filepath='Python/initconfig.c' line='3741' column='1'/>
-      <parameter type-id='type-id-266' name='perr_msg' filepath='Python/initconfig.c' line='3741' column='1'/>
+      <parameter type-id='type-id-268' name='perr_msg' filepath='Python/initconfig.c' line='3741' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInitConfig_GetExitCode' mangled-name='PyInitConfig_GetExitCode' filepath='Python/initconfig.c' line='3772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_GetExitCode'>
       <parameter type-id='type-id-1735' name='config' filepath='Python/initconfig.c' line='3772' column='1'/>
-      <parameter type-id='type-id-183' name='exitcode' filepath='Python/initconfig.c' line='3772' column='1'/>
+      <parameter type-id='type-id-186' name='exitcode' filepath='Python/initconfig.c' line='3772' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInitConfig_HasOption' mangled-name='PyInitConfig_HasOption' filepath='Python/initconfig.c' line='3804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_HasOption'>
     <function-decl name='PyInitConfig_GetStr' mangled-name='PyInitConfig_GetStr' filepath='Python/initconfig.c' line='3905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_GetStr'>
       <parameter type-id='type-id-1735' name='config' filepath='Python/initconfig.c' line='3905' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Python/initconfig.c' line='3905' column='1'/>
-      <parameter type-id='type-id-251' name='value' filepath='Python/initconfig.c' line='3905' column='1'/>
+      <parameter type-id='type-id-253' name='value' filepath='Python/initconfig.c' line='3905' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInitConfig_GetStrList' mangled-name='PyInitConfig_GetStrList' filepath='Python/initconfig.c' line='3935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_GetStrList'>
       <parameter type-id='type-id-1735' name='config' filepath='Python/initconfig.c' line='3935' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Python/initconfig.c' line='3935' column='1'/>
-      <parameter type-id='type-id-68' name='length' filepath='Python/initconfig.c' line='3935' column='1'/>
+      <parameter type-id='type-id-71' name='length' filepath='Python/initconfig.c' line='3935' column='1'/>
       <parameter type-id='type-id-1739' name='items' filepath='Python/initconfig.c' line='3935' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInitConfig_FreeStrList' mangled-name='PyInitConfig_FreeStrList' filepath='Python/initconfig.c' line='3969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_FreeStrList'>
       <parameter type-id='type-id-14' name='length' filepath='Python/initconfig.c' line='3969' column='1'/>
-      <parameter type-id='type-id-251' name='items' filepath='Python/initconfig.c' line='3969' column='1'/>
+      <parameter type-id='type-id-253' name='items' filepath='Python/initconfig.c' line='3969' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyInitConfig_SetInt' mangled-name='PyInitConfig_SetInt' filepath='Python/initconfig.c' line='3979' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_SetInt'>
       <parameter type-id='type-id-1735' name='config' filepath='Python/initconfig.c' line='4170' column='1'/>
       <parameter type-id='type-id-4' name='name' filepath='Python/initconfig.c' line='4170' column='1'/>
       <parameter type-id='type-id-14' name='length' filepath='Python/initconfig.c' line='4171' column='1'/>
-      <parameter type-id='type-id-135' name='items' filepath='Python/initconfig.c' line='4171' column='1'/>
+      <parameter type-id='type-id-138' name='items' filepath='Python/initconfig.c' line='4171' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyInitConfig_AddModule' mangled-name='PyInitConfig_AddModule' filepath='Python/initconfig.c' line='4196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInitConfig_AddModule'>
     </function-decl>
     <function-decl name='PyConfig_GetInt' mangled-name='PyConfig_GetInt' filepath='Python/initconfig.c' line='4477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_GetInt'>
       <parameter type-id='type-id-4' name='name' filepath='Python/initconfig.c' line='4477' column='1'/>
-      <parameter type-id='type-id-183' name='value' filepath='Python/initconfig.c' line='4477' column='1'/>
+      <parameter type-id='type-id-186' name='value' filepath='Python/initconfig.c' line='4477' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyConfig_Names' mangled-name='PyConfig_Names' filepath='Python/initconfig.c' line='4527' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Names'>
     </function-decl>
   </abi-instr>
   <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-271' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='77' column='1'/>
+    <var-decl name='_PyInstructionSequence_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='77' column='1'/>
   </abi-instr>
   <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='39' column='1' id='type-id-1749'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='active' type-id='type-id-311' visibility='default' filepath='./Include/cpython/monitoring.h' line='40' column='1'/>
+        <var-decl name='active' type-id='type-id-312' visibility='default' filepath='./Include/cpython/monitoring.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='8'>
-        <var-decl name='opaque' type-id='type-id-311' visibility='default' filepath='./Include/cpython/monitoring.h' line='41' column='1'/>
+        <var-decl name='opaque' type-id='type-id-312' visibility='default' filepath='./Include/cpython/monitoring.h' line='41' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyMonitoringState' type-id='type-id-1749' filepath='./Include/cpython/monitoring.h' line='42' column='1' id='type-id-1750'/>
     <pointer-type-def type-id='type-id-1750' size-in-bits='64' id='type-id-1751'/>
-    <var-decl name='_PyInstrumentation_MISSING' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='68' column='1'/>
-    <var-decl name='_PyInstrumentation_DISABLE' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='69' column='1'/>
+    <var-decl name='_PyInstrumentation_MISSING' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='68' column='1'/>
+    <var-decl name='_PyInstrumentation_DISABLE' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='69' column='1'/>
     <function-decl name='PyMonitoring_EnterScope' mangled-name='PyMonitoring_EnterScope' filepath='Python/instrumentation.c' line='2647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMonitoring_EnterScope'>
       <parameter type-id='type-id-1751' name='state_array' filepath='Python/instrumentation.c' line='2647' column='1'/>
       <parameter type-id='type-id-462' name='version' filepath='Python/instrumentation.c' line='2647' column='1'/>
-      <parameter type-id='type-id-328' name='event_types' filepath='Python/instrumentation.c' line='2648' column='1'/>
+      <parameter type-id='type-id-329' name='event_types' filepath='Python/instrumentation.c' line='2648' column='1'/>
       <parameter type-id='type-id-7' name='length' filepath='Python/instrumentation.c' line='2648' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
     <function-decl name='_PyInterpreterConfig_InitFromState' mangled-name='_PyInterpreterConfig_InitFromState' filepath='Python/interpconfig.c' line='250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_InitFromState'>
       <parameter type-id='type-id-1681' name='config' filepath='Python/interpconfig.c' line='250' column='1'/>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/interpconfig.c' line='251' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/interpconfig.c' line='251' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
       <subrange length='12' type-id='type-id-2' id='type-id-913'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1752' size-in-bits='infinite' id='type-id-1754'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1755' size-in-bits='768' id='type-id-1756'>
       <subrange length='6' type-id='type-id-2' id='type-id-479'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1755' size-in-bits='infinite' id='type-id-1757'>
-      <subrange length='infinite' id='type-id-230'/>
+      <subrange length='infinite' id='type-id-233'/>
     </array-type-def>
     <typedef-decl name='intrinsic_func1' type-id='type-id-1758' filepath='./Include/internal/pycore_intrinsics.h' line='35' column='1' id='type-id-1759'/>
     <typedef-decl name='intrinsic_func2' type-id='type-id-1760' filepath='./Include/internal/pycore_intrinsics.h' line='36' column='1' id='type-id-1761'/>
     <qualified-type-def type-id='type-id-1762' const='yes' id='type-id-1752'/>
     <qualified-type-def type-id='type-id-1764' const='yes' id='type-id-1755'/>
     <function-decl name='_Py_set_function_type_params' filepath='./Include/internal/pycore_function.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyAsyncGenValueWrapperNew' filepath='./Include/internal/pycore_genobject.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
       <return type-id='type-id-6'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1766'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-1767'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-6'/>
     </function-type>
   </abi-instr>
   <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-324' filepath='./Include/internal/pycore_instruments.h' line='15' column='1' id='type-id-1768'/>
+    <typedef-decl name='_PyMonitoringEventSet' type-id='type-id-325' filepath='./Include/internal/pycore_instruments.h' line='15' column='1' id='type-id-1768'/>
     <pointer-type-def type-id='type-id-1768' size-in-bits='64' id='type-id-1769'/>
     <function-decl name='_PyMonitoring_RegisterCallback' filepath='./Include/internal/pycore_instruments.h' line='30' 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='33' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1768'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyMonitoring_GetLocalEvents' filepath='./Include/internal/pycore_instruments.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-1769'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-64' size-in-bits='256' id='type-id-1770'>
-      <subrange length='32' type-id='type-id-2' id='type-id-79'/>
+    <array-type-def dimensions='1' type-id='type-id-67' size-in-bits='256' id='type-id-1770'>
+      <subrange length='32' type-id='type-id-2' id='type-id-82'/>
     </array-type-def>
     <class-decl name='_PySeqLock' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-1771' visibility='default' filepath='./Include/internal/pycore_lock.h' line='208' column='1' id='type-id-1772'>
       <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='209' column='1'/>
+        <var-decl name='sequence' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_lock.h' line='209' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PySeqLock' type-id='type-id-1772' filepath='./Include/internal/pycore_lock.h' line='210' column='1' id='type-id-1771'/>
         <var-decl name='__size' type-id='type-id-1770' 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-188' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='38' column='1'/>
+        <var-decl name='__align' type-id='type-id-191' 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-1778' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='39' column='1' id='type-id-1776'/>
     <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1782'/>
     <pointer-type-def type-id='type-id-1774' size-in-bits='64' id='type-id-1783'/>
     <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-180'/>
+      <parameter type-id='type-id-183'/>
       <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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-44'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-1783'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PySemaphore_Wait' mangled-name='_PySemaphore_Wait' filepath='./Include/internal/pycore_semaphore.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Wait'>
       <parameter type-id='type-id-1781'/>
-      <parameter type-id='type-id-34'/>
+      <parameter type-id='type-id-37'/>
       <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='243' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-34'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-37'/>
+      <return type-id='type-id-37'/>
     </function-decl>
     <function-decl name='_PyDeadline_Get' mangled-name='_PyDeadline_Get' filepath='./Include/internal/pycore_time.h' line='306' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Get'>
-      <parameter type-id='type-id-34'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37'/>
+      <return type-id='type-id-37'/>
     </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='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEvent_WaitTimed'>
       <parameter type-id='type-id-1779' name='evt' filepath='Python/lock.c' line='279' column='1'/>
-      <parameter type-id='type-id-34' name='timeout_ns' filepath='Python/lock.c' line='279' column='1'/>
+      <parameter type-id='type-id-37' name='timeout_ns' filepath='Python/lock.c' line='279' column='1'/>
       <parameter type-id='type-id-5' name='detach' filepath='Python/lock.c' line='279' 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='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_BeginRead'>
       <parameter type-id='type-id-1782' name='seqlock' filepath='Python/lock.c' line='569' 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='580' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_EndRead'>
       <parameter type-id='type-id-1782' name='seqlock' filepath='Python/lock.c' line='580' column='1'/>
-      <parameter type-id='type-id-324' name='previous' filepath='Python/lock.c' line='580' column='1'/>
+      <parameter type-id='type-id-325' name='previous' filepath='Python/lock.c' line='580' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySeqLock_AfterFork' mangled-name='_PySeqLock_AfterFork' filepath='Python/lock.c' line='595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_AfterFork'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyMutex_IsLocked' mangled-name='PyMutex_IsLocked' filepath='Python/lock.c' line='626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMutex_IsLocked'>
-      <parameter type-id='type-id-32' name='m' filepath='Python/lock.c' line='626' column='1'/>
+      <parameter type-id='type-id-35' name='m' filepath='Python/lock.c' line='626' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1773'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-type>
     </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-1785'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='st_dev' type-id='type-id-191' 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-194' 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-1786' 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-1787' 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-123' 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-126' 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-125' 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-128' 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-121' 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-124' 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-191' 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-194' 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-1435' 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-1789' 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-116' 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-119' 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-116' 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-119' 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-116' 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-119' 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-1784' 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-111' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-121'/>
+    <typedef-decl name='__gid_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-124'/>
     <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-1786'/>
-    <typedef-decl name='__mode_t' type-id='type-id-111' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-123'/>
+    <typedef-decl name='__mode_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-126'/>
     <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-1787'/>
-    <typedef-decl name='__blksize_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='175' column='1' id='type-id-1788'/>
-    <typedef-decl name='__blkcnt_t' type-id='type-id-188' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='180' column='1' id='type-id-1789'/>
-    <pointer-type-def type-id='type-id-1785' size-in-bits='64' id='type-id-70'/>
+    <typedef-decl name='__blksize_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='175' column='1' id='type-id-1788'/>
+    <typedef-decl name='__blkcnt_t' type-id='type-id-191' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='180' column='1' id='type-id-1789'/>
+    <pointer-type-def type-id='type-id-1785' size-in-bits='64' id='type-id-73'/>
     <function-decl name='_Py_fstat_noraise' mangled-name='_Py_fstat_noraise' filepath='./Include/internal/pycore_fileutils.h' line='95' 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-70'/>
+      <parameter type-id='type-id-73'/>
       <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-231'/>
+      <parameter type-id='type-id-234'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-488'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyMarshal_WriteLongToFile' mangled-name='PyMarshal_WriteLongToFile' filepath='Python/marshal.c' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteLongToFile'>
-      <parameter type-id='type-id-188' name='x' filepath='Python/marshal.c' line='740' column='1'/>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/marshal.c' line='740' column='1'/>
-      <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='740' column='1'/>
+    <function-decl name='PyMarshal_WriteLongToFile' mangled-name='PyMarshal_WriteLongToFile' filepath='Python/marshal.c' line='744' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteLongToFile'>
+      <parameter type-id='type-id-191' name='x' filepath='Python/marshal.c' line='744' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/marshal.c' line='744' column='1'/>
+      <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='744' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyMarshal_WriteObjectToFile' mangled-name='PyMarshal_WriteObjectToFile' filepath='Python/marshal.c' line='755' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteObjectToFile'>
-      <parameter type-id='type-id-6' name='x' filepath='Python/marshal.c' line='755' column='1'/>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/marshal.c' line='755' column='1'/>
-      <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='755' column='1'/>
+    <function-decl name='PyMarshal_WriteObjectToFile' mangled-name='PyMarshal_WriteObjectToFile' filepath='Python/marshal.c' line='759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteObjectToFile'>
+      <parameter type-id='type-id-6' name='x' filepath='Python/marshal.c' line='759' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/marshal.c' line='759' column='1'/>
+      <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='759' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyMarshal_ReadShortFromFile' mangled-name='PyMarshal_ReadShortFromFile' filepath='Python/marshal.c' line='1721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadShortFromFile'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/marshal.c' line='1721' column='1'/>
+    <function-decl name='PyMarshal_ReadShortFromFile' mangled-name='PyMarshal_ReadShortFromFile' filepath='Python/marshal.c' line='1725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadShortFromFile'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/marshal.c' line='1725' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyMarshal_ReadLongFromFile' mangled-name='PyMarshal_ReadLongFromFile' filepath='Python/marshal.c' line='1737' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLongFromFile'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/marshal.c' line='1737' column='1'/>
-      <return type-id='type-id-188'/>
+    <function-decl name='PyMarshal_ReadLongFromFile' mangled-name='PyMarshal_ReadLongFromFile' filepath='Python/marshal.c' line='1741' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLongFromFile'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/marshal.c' line='1741' column='1'/>
+      <return type-id='type-id-191'/>
     </function-decl>
-    <function-decl name='PyMarshal_ReadLastObjectFromFile' mangled-name='PyMarshal_ReadLastObjectFromFile' filepath='Python/marshal.c' line='1773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLastObjectFromFile'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/marshal.c' line='1773' column='1'/>
+    <function-decl name='PyMarshal_ReadLastObjectFromFile' mangled-name='PyMarshal_ReadLastObjectFromFile' filepath='Python/marshal.c' line='1777' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLastObjectFromFile'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/marshal.c' line='1777' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyMarshal_ReadObjectFromFile' mangled-name='PyMarshal_ReadObjectFromFile' filepath='Python/marshal.c' line='1798' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromFile'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/marshal.c' line='1798' column='1'/>
+    <function-decl name='PyMarshal_ReadObjectFromFile' mangled-name='PyMarshal_ReadObjectFromFile' filepath='Python/marshal.c' line='1802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromFile'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/marshal.c' line='1802' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyMarshal_Init' mangled-name='PyMarshal_Init' filepath='Python/marshal.c' line='2126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_Init'>
+    <function-decl name='PyMarshal_Init' mangled-name='PyMarshal_Init' filepath='Python/marshal.c' line='2130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_Init'>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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-6' name='obj' filepath='Python/modsupport.c' line='14' column='1'/>
-      <parameter type-id='type-id-41' name='result' filepath='Python/modsupport.c' line='14' column='1'/>
+      <parameter type-id='type-id-44' 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='493' 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='504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_VaBuildValue'>
       <parameter type-id='type-id-4' name='format' filepath='Python/modsupport.c' line='504' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/modsupport.c' line='504' column='1'/>
+      <parameter type-id='type-id-309' name='va' filepath='Python/modsupport.c' line='504' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_VaBuildValue_SizeT' mangled-name='_Py_VaBuildValue_SizeT' filepath='Python/modsupport.c' line='510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_VaBuildValue_SizeT'>
       <parameter type-id='type-id-4' name='format' filepath='Python/modsupport.c' line='510' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/modsupport.c' line='510' column='1'/>
+      <parameter type-id='type-id-309' name='va' filepath='Python/modsupport.c' line='510' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='PyModule_AddObject' mangled-name='PyModule_AddObject' filepath='Python/modsupport.c' line='624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddObject'>
       <parameter type-id='type-id-5' name='z' filepath='Python/modsupport.c' line='663' column='1'/>
       <parameter type-id='type-id-5' name='level' filepath='Python/modsupport.c' line='663' column='1'/>
       <parameter type-id='type-id-5' name='serial' filepath='Python/modsupport.c' line='663' column='1'/>
-      <return type-id='type-id-324'/>
+      <return type-id='type-id-325'/>
     </function-decl>
     <function-decl name='Py_PACK_VERSION' mangled-name='Py_PACK_VERSION' filepath='Python/modsupport.c' line='670' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PACK_VERSION'>
       <parameter type-id='type-id-5' name='x' filepath='Python/modsupport.c' line='670' column='1'/>
       <parameter type-id='type-id-5' name='y' filepath='Python/modsupport.c' line='670' column='1'/>
-      <return type-id='type-id-324'/>
+      <return type-id='type-id-325'/>
     </function-decl>
   </abi-instr>
   <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-24' name='str' filepath='Python/mysnprintf.c' line='53' column='1'/>
+      <parameter type-id='type-id-27' name='str' filepath='Python/mysnprintf.c' line='53' column='1'/>
       <parameter type-id='type-id-14' name='size' filepath='Python/mysnprintf.c' line='53' column='1'/>
       <parameter type-id='type-id-4' name='format' filepath='Python/mysnprintf.c' line='53' column='1'/>
-      <parameter type-id='type-id-308' name='va' filepath='Python/mysnprintf.c' line='53' column='1'/>
+      <parameter type-id='type-id-309' 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='/src' language='LANG_C11'>
     <class-decl name='_PyRawMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1790' visibility='default' filepath='./Include/internal/pycore_lock.h' line='97' column='1' id='type-id-1791'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='v' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_lock.h' line='98' column='1'/>
+        <var-decl name='v' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_lock.h' line='98' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyRawMutex' type-id='type-id-1791' filepath='./Include/internal/pycore_lock.h' line='99' column='1' id='type-id-1790'/>
       <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='238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec_clamp'>
-      <parameter type-id='type-id-34'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-188'/>
       <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-1793'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-114'/>
       <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-1794'/>
-      <parameter type-id='type-id-226'/>
-      <parameter type-id='type-id-212'/>
+      <parameter type-id='type-id-229'/>
+      <parameter type-id='type-id-215'/>
       <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'>
   </abi-instr>
   <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='136' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-69'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-72'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_wrealpath' filepath='./Include/internal/pycore_fileutils.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-69'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-72'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </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-26'/>
-      <parameter type-id='type-id-27'/>
-      <return type-id='type-id-69'/>
+      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
+      <return type-id='type-id-72'/>
     </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-26'/>
-      <parameter type-id='type-id-27'/>
+      <parameter type-id='type-id-29'/>
+      <parameter type-id='type-id-30'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </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'/>
     </function-decl>
     <function-decl name='Py_SetPath' mangled-name='Py_SetPath' filepath='Python/pathconfig.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetPath'>
-      <parameter type-id='type-id-25' name='path' filepath='Python/pathconfig.c' line='204' column='1'/>
+      <parameter type-id='type-id-28' name='path' filepath='Python/pathconfig.c' line='204' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_SetPythonHome' mangled-name='Py_SetPythonHome' filepath='Python/pathconfig.c' line='240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetPythonHome'>
-      <parameter type-id='type-id-25' name='home' filepath='Python/pathconfig.c' line='240' column='1'/>
+      <parameter type-id='type-id-28' name='home' filepath='Python/pathconfig.c' line='240' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_SetProgramName' mangled-name='Py_SetProgramName' filepath='Python/pathconfig.c' line='258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetProgramName'>
-      <parameter type-id='type-id-25' name='program_name' filepath='Python/pathconfig.c' line='258' column='1'/>
+      <parameter type-id='type-id-28' name='program_name' filepath='Python/pathconfig.c' line='258' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='Py_GetPath' mangled-name='Py_GetPath' filepath='Python/pathconfig.c' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPath'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='Py_GetPrefix' mangled-name='Py_GetPrefix' filepath='Python/pathconfig.c' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPrefix'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='Py_GetExecPrefix' mangled-name='Py_GetExecPrefix' filepath='Python/pathconfig.c' line='306' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetExecPrefix'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='Py_GetProgramFullPath' mangled-name='Py_GetProgramFullPath' filepath='Python/pathconfig.c' line='313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetProgramFullPath'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='Py_GetPythonHome' mangled-name='Py_GetPythonHome' filepath='Python/pathconfig.c' line='320' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPythonHome'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
     <function-decl name='Py_GetProgramName' mangled-name='Py_GetProgramName' filepath='Python/pathconfig.c' line='327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetProgramName'>
-      <return type-id='type-id-69'/>
+      <return type-id='type-id-72'/>
     </function-decl>
   </abi-instr>
   <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-1795'/>
+    <qualified-type-def type-id='type-id-224' restrict='yes' id='type-id-1795'/>
     <var-decl name='_Py_perfmap_jit_callbacks' type-id='type-id-1796' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='112' 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-1795'/>
-      <parameter type-id='type-id-231'/>
+      <parameter type-id='type-id-234'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-1796' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='111' 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-184'/>
+      <return type-id='type-id-187'/>
     </function-decl>
     <function-decl name='PyUnstable_PerfTrampoline_CompileCode' mangled-name='PyUnstable_PerfTrampoline_CompileCode' filepath='Python/perf_trampoline.c' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfTrampoline_CompileCode'>
-      <parameter type-id='type-id-347' name='co' filepath='Python/perf_trampoline.c' line='456' column='1'/>
+      <parameter type-id='type-id-348' name='co' filepath='Python/perf_trampoline.c' line='456' 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='595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfTrampoline_SetPersistAfterFork'>
   </abi-instr>
   <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-1797' filepath='./Include/cpython/pymem.h' line='16' column='1' id='type-id-1798'>
-      <underlying-type type-id='type-id-43'/>
+      <underlying-type type-id='type-id-46'/>
       <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='59' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1737'/>
-      <parameter type-id='type-id-239'/>
+      <parameter type-id='type-id-242'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyWideStringList_Extend' filepath='./Include/internal/pycore_initconfig.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1737'/>
-      <parameter type-id='type-id-239'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-242'/>
+      <return type-id='type-id-75'/>
     </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'/>
     </function-decl>
     <function-decl name='_Py_SetLocaleFromEnv' mangled-name='_Py_SetLocaleFromEnv' filepath='./Include/internal/pycore_pylifecycle.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetLocaleFromEnv'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </function-decl>
     <function-decl name='_PyMem_GetAllocatorName' filepath='./Include/internal/pycore_pymem.h' line='94' 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='wcsncmp' filepath='/usr/include/wchar.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-25'/>
-      <parameter type-id='type-id-25'/>
+      <parameter type-id='type-id-28'/>
+      <parameter type-id='type-id-28'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
   <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-454' size-in-bits='2048' id='type-id-1800'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
     <array-type-def dimensions='1' type-id='type-id-1801' size-in-bits='8192' id='type-id-1802'>
-      <subrange length='256' type-id='type-id-2' id='type-id-81'/>
+      <subrange length='256' type-id='type-id-2' id='type-id-84'/>
     </array-type-def>
-    <qualified-type-def type-id='type-id-111' const='yes' id='type-id-1801'/>
+    <qualified-type-def type-id='type-id-114' const='yes' id='type-id-1801'/>
     <var-decl name='_Py_ctype_table' type-id='type-id-1802' 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-1800' 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-1800' 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='/src' language='LANG_C11'>
-    <array-type-def dimensions='1' type-id='type-id-101' size-in-bits='128' id='type-id-1803'>
-      <subrange length='16' type-id='type-id-2' id='type-id-76'/>
+    <array-type-def dimensions='1' type-id='type-id-104' size-in-bits='128' id='type-id-1803'>
+      <subrange length='16' type-id='type-id-2' id='type-id-79'/>
     </array-type-def>
-    <array-type-def dimensions='1' type-id='type-id-101' size-in-bits='192' id='type-id-1804'>
+    <array-type-def dimensions='1' type-id='type-id-104' size-in-bits='192' id='type-id-1804'>
       <subrange length='24' type-id='type-id-2' id='type-id-935'/>
     </array-type-def>
     <class-decl name='PyHash_FuncDef' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1805' visibility='default' filepath='./Include/cpython/pyhash.h' line='34' column='1' id='type-id-1806'>
         <var-decl name='name' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pyhash.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='hash_bits' type-id='type-id-276' visibility='default' filepath='./Include/cpython/pyhash.h' line='37' column='1'/>
+        <var-decl name='hash_bits' type-id='type-id-278' visibility='default' filepath='./Include/cpython/pyhash.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='seed_bits' type-id='type-id-276' visibility='default' filepath='./Include/cpython/pyhash.h' line='38' column='1'/>
+        <var-decl name='seed_bits' type-id='type-id-278' visibility='default' filepath='./Include/cpython/pyhash.h' line='38' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyHash_FuncDef' type-id='type-id-1806' filepath='./Include/cpython/pyhash.h' line='39' column='1' id='type-id-1805'/>
     </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='46' column='1' id='type-id-1810'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='prefix' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='47' column='1'/>
+        <var-decl name='prefix' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='47' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='suffix' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='48' column='1'/>
+        <var-decl name='suffix' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='48' 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='51' column='1' id='type-id-1811'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='k0' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='52' column='1'/>
+        <var-decl name='k0' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='k1' type-id='type-id-117' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='53' column='1'/>
+        <var-decl name='k1' type-id='type-id-120' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='53' 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='56' column='1' id='type-id-1812'>
         <var-decl name='padding' type-id='type-id-1803' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='suffix' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='58' column='1'/>
+        <var-decl name='suffix' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='58' 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='60' column='1' id='type-id-1813'>
         <var-decl name='padding' type-id='type-id-1803' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='hashsalt' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='62' column='1'/>
+        <var-decl name='hashsalt' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='62' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_HashSecret_t' type-id='type-id-1809' filepath='./Include/internal/pycore_pyhash.h' line='64' column='1' id='type-id-1808'/>
       <return type-id='type-id-1814'/>
     </function-decl>
     <function-type size-in-bits='64' id='type-id-1815'>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-7'/>
-      <return type-id='type-id-306'/>
+      <return type-id='type-id-17'/>
     </function-type>
   </abi-instr>
   <abi-instr address-size='64' path='Python/pylifecycle.c' comp-dir-path='/src' language='LANG_C11'>
         <var-decl name='write_state' type-id='type-id-1243' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='98' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free_state' type-id='type-id-255' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='101' column='1'/>
+        <var-decl name='free_state' type-id='type-id-257' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='101' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_PyPerf_Callbacks' type-id='type-id-1817' filepath='./Include/internal/pycore_ceval.h' line='102' column='1' id='type-id-1796'/>
     <typedef-decl name='PyOS_sighandler_t' type-id='type-id-1414' filepath='./Include/pylifecycle.h' line='59' column='1' id='type-id-1818'/>
     <typedef-decl name='nl_item' type-id='type-id-5' filepath='/usr/include/nl_types.h' line='36' column='1' id='type-id-1819'/>
-    <typedef-decl name='sigset_t' type-id='type-id-48' filepath='/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h' line='7' column='1' id='type-id-92'/>
-    <pointer-type-def type-id='type-id-39' size-in-bits='64' id='type-id-1820'/>
-    <pointer-type-def type-id='type-id-1796' size-in-bits='64' id='type-id-238'/>
+    <typedef-decl name='sigset_t' type-id='type-id-51' filepath='/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h' line='7' column='1' id='type-id-95'/>
+    <pointer-type-def type-id='type-id-42' size-in-bits='64' id='type-id-1820'/>
+    <pointer-type-def type-id='type-id-1796' size-in-bits='64' id='type-id-241'/>
     <qualified-type-def type-id='type-id-1169' const='yes' id='type-id-1821'/>
     <pointer-type-def type-id='type-id-1821' size-in-bits='64' id='type-id-1822'/>
     <qualified-type-def type-id='type-id-1822' restrict='yes' id='type-id-1823'/>
     <pointer-type-def type-id='type-id-1169' size-in-bits='64' id='type-id-1824'/>
     <qualified-type-def type-id='type-id-1824' restrict='yes' id='type-id-1825'/>
-    <pointer-type-def type-id='type-id-92' size-in-bits='64' id='type-id-63'/>
+    <pointer-type-def type-id='type-id-95' size-in-bits='64' id='type-id-66'/>
     <function-decl name='_PySys_ClearAuditHooks' filepath='./Include/internal/pycore_audit.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_FinishPendingCalls' filepath='./Include/internal/pycore_ceval.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_Fini' filepath='./Include/internal/pycore_ceval.h' line='87' 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='104' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-238'/>
+      <parameter type-id='type-id-241'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyPerfTrampoline_Init' filepath='./Include/internal/pycore_ceval.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyEval_InitGIL' filepath='./Include/internal/pycore_ceval.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <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='133' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyCode_Init' filepath='./Include/internal/pycore_code.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyCode_Fini' filepath='./Include/internal/pycore_code.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyContext_Init' filepath='./Include/internal/pycore_context.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyXI_Init' filepath='./Include/internal/pycore_crossinterp.h' line='274' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyXI_Fini' filepath='./Include/internal/pycore_crossinterp.h' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyXI_InitTypes' filepath='./Include/internal/pycore_crossinterp.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyXI_FiniTypes' filepath='./Include/internal/pycore_crossinterp.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyDtoa_Init' filepath='./Include/internal/pycore_dtoa.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyDtoa_Fini' filepath='./Include/internal/pycore_dtoa.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </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-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyExc_ClearExceptionGroupType' filepath='./Include/internal/pycore_exceptions.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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='130' 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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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='15' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyFloat_InitTypes' filepath='./Include/internal/pycore_floatobject.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyFloat_FiniType' filepath='./Include/internal/pycore_floatobject.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_CollectNoFail' filepath='./Include/internal/pycore_gc.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_FixupBuiltin' filepath='./Include/internal/pycore_import.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_ClearModules' filepath='./Include/internal/pycore_import.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_ClearModulesByIndex' filepath='./Include/internal/pycore_import.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_InitDefaultImportFunc' filepath='./Include/internal/pycore_import.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyImport_GetImportlibLoader' filepath='./Include/internal/pycore_import.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyImport_Init' filepath='./Include/internal/pycore_import.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyImport_Fini' filepath='./Include/internal/pycore_import.h' line='91' 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='94' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyImport_InitExternal' filepath='./Include/internal/pycore_import.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyImport_FiniCore' filepath='./Include/internal/pycore_import.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_FiniExternal' filepath='./Include/internal/pycore_import.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyPreConfig_InitFromConfig' filepath='./Include/internal/pycore_initconfig.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1736'/>
-      <parameter type-id='type-id-240'/>
+      <parameter type-id='type-id-243'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyPreConfig_Read' filepath='./Include/internal/pycore_initconfig.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1736'/>
       <parameter type-id='type-id-1743'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyPreConfig_Write' filepath='./Include/internal/pycore_initconfig.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-250'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-252'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyConfig_Copy' filepath='./Include/internal/pycore_initconfig.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-71'/>
-      <parameter type-id='type-id-240'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74'/>
+      <parameter type-id='type-id-243'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyConfig_InitImportConfig' filepath='./Include/internal/pycore_initconfig.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-71'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-74'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyConfig_Read' filepath='./Include/internal/pycore_initconfig.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-71'/>
+      <parameter type-id='type-id-74'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyConfig_Write' filepath='./Include/internal/pycore_initconfig.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-240'/>
-      <parameter type-id='type-id-177'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-243'/>
+      <parameter type-id='type-id-180'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_Clear' filepath='./Include/internal/pycore_interp.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_New' mangled-name='_PyInterpreterState_New' filepath='./Include/internal/pycore_interp.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_New'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-1820'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyInterpolation_InitTypes' filepath='./Include/internal/pycore_interpolation.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyLong_InitTypes' filepath='./Include/internal/pycore_long.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyLong_FiniTypes' filepath='./Include/internal/pycore_long.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-5'/>
     </function-decl>
     <function-decl name='_PyObject_InitState' filepath='./Include/internal/pycore_object.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_GetConstant_Init' filepath='./Include/internal/pycore_object.h' line='1001' 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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-240'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-243'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyErr_InitTypes' filepath='./Include/internal/pycore_pyerrors.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyErr_FiniTypes' filepath='./Include/internal/pycore_pyerrors.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_ClearFileSystemEncoding' filepath='./Include/internal/pycore_pylifecycle.h' line='19' 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='20' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_Py_InitVersion' filepath='./Include/internal/pycore_pylifecycle.h' line='29' 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='30' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyBuiltin_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PySys_Create' filepath='./Include/internal/pycore_pylifecycle.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <parameter type-id='type-id-241'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-40'/>
+      <parameter type-id='type-id-18'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PySys_UpdateConfig' filepath='./Include/internal/pycore_pylifecycle.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PySys_FiniTypes' filepath='./Include/internal/pycore_pylifecycle.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyBuiltins_AddExceptions' filepath='./Include/internal/pycore_pylifecycle.h' line='39' 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='40' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-240'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-243'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyGC_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyAtExit_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyDateTime_InitTypes' filepath='./Include/internal/pycore_pylifecycle.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-177'/>
+      <parameter type-id='type-id-180'/>
       <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-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </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-37'/>
+      <parameter type-id='type-id-40'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_FiniDelayed' filepath='./Include/internal/pycore_pymem.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_IsRunningMain' filepath='./Include/internal/pycore_pystate.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyThreadState_SetShuttingDown' filepath='./Include/internal/pycore_pystate.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_New' mangled-name='_PyThreadState_New' filepath='./Include/internal/pycore_pystate.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_New'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-5'/>
-      <return type-id='type-id-37'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <function-decl name='_PyThreadState_Bind' filepath='./Include/internal/pycore_pystate.h' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_RemoveExcept' filepath='./Include/internal/pycore_pystate.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
-      <return type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <function-decl name='_PyThreadState_DeleteList' filepath='./Include/internal/pycore_pystate.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyThreadState_ClearMimallocHeaps' filepath='./Include/internal/pycore_pystate.h' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_Enable' filepath='./Include/internal/pycore_pystate.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-180'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <var-decl name='_PyRuntime' type-id='type-id-1380' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='19' column='1' elf-symbol-id='_PyRuntime'/>
     <function-decl name='_PyRuntimeState_Init' filepath='./Include/internal/pycore_runtime.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-180'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyRuntimeState_Fini' filepath='./Include/internal/pycore_runtime.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-177'/>
+      <parameter type-id='type-id-180'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PySys_SetAttr' filepath='./Include/internal/pycore_sysmodule.h' line='19' 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-39'/>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-4'/>
     </function-decl>
     <function-decl name='_Py_DumpASCII' filepath='./Include/internal/pycore_traceback.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
     </function-decl>
     <function-decl name='_Py_DumpHexadecimal' filepath='./Include/internal/pycore_traceback.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-371'/>
+      <parameter type-id='type-id-372'/>
       <parameter type-id='type-id-7'/>
       <return type-id='type-id-3'/>
     </function-decl>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTraceMalloc_Init' filepath='./Include/internal/pycore_tracemalloc.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyTraceMalloc_Start' filepath='./Include/internal/pycore_tracemalloc.h' line='147' 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='_PyTypes_InitTypes' filepath='./Include/internal/pycore_typeobject.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyTypes_FiniTypes' filepath='./Include/internal/pycore_typeobject.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTypes_FiniExtTypes' filepath='./Include/internal/pycore_typeobject.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTypes_Fini' filepath='./Include/internal/pycore_typeobject.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitState' filepath='./Include/internal/pycore_unicodeobject.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitGlobalObjects' filepath='./Include/internal/pycore_unicodeobject.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyUnicode_InitTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyUnicode_Fini' filepath='./Include/internal/pycore_unicodeobject.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_FiniTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='280' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyUnicode_ClearInterned' filepath='./Include/internal/pycore_unicodeobject.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyWarnings_InitState' filepath='./Include/internal/pycore_warnings.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-5'/>
     </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-37'/>
+      <return type-id='type-id-40'/>
     </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-4'/>
     </function-decl>
     <function-decl name='nl_langinfo' filepath='/usr/include/langinfo.h' line='661' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1819'/>
-      <return type-id='type-id-24'/>
+      <return type-id='type-id-27'/>
     </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-63'/>
+      <parameter type-id='type-id-66'/>
       <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'>
     <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-488'/>
       <parameter type-id='type-id-15'/>
-      <parameter type-id='type-id-308'/>
+      <parameter type-id='type-id-309'/>
       <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='Py_PreInitializeFromBytesArgs' mangled-name='Py_PreInitializeFromBytesArgs' filepath='Python/pylifecycle.c' line='1014' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromBytesArgs'>
-      <parameter type-id='type-id-250' name='src_config' filepath='Python/pylifecycle.c' line='1014' column='1'/>
+      <parameter type-id='type-id-252' name='src_config' filepath='Python/pylifecycle.c' line='1014' column='1'/>
       <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='1014' column='1'/>
-      <parameter type-id='type-id-251' name='argv' filepath='Python/pylifecycle.c' line='1014' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-253' name='argv' filepath='Python/pylifecycle.c' line='1014' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='1030' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitialize'>
-      <parameter type-id='type-id-250' name='src_config' filepath='Python/pylifecycle.c' line='1030' column='1'/>
-      <return type-id='type-id-72'/>
+      <parameter type-id='type-id-252' name='src_config' filepath='Python/pylifecycle.c' line='1030' column='1'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='Py_InitializeEx' mangled-name='Py_InitializeEx' filepath='Python/pylifecycle.c' line='1456' 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='1456' column='1'/>
     <function-decl name='Py_Initialize' mangled-name='Py_Initialize' filepath='Python/pylifecycle.c' line='1484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Initialize'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Finalize'>
+    <function-decl name='Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2271' 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='2413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>
-      <return type-id='type-id-37'/>
+    <function-decl name='Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>
+      <return type-id='type-id-40'/>
     </function-decl>
-    <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='3381' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>
-      <parameter type-id='type-id-4' name='msg' filepath='Python/pylifecycle.c' line='3381' column='1'/>
+    <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='3382' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>
+      <parameter type-id='type-id-4' name='msg' filepath='Python/pylifecycle.c' line='3382' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='3425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>
-      <parameter type-id='type-id-4' name='func' filepath='Python/pylifecycle.c' line='3425' column='1'/>
-      <parameter type-id='type-id-4' name='msg' filepath='Python/pylifecycle.c' line='3425' column='1'/>
+    <function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='3426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>
+      <parameter type-id='type-id-4' name='func' filepath='Python/pylifecycle.c' line='3426' column='1'/>
+      <parameter type-id='type-id-4' name='msg' filepath='Python/pylifecycle.c' line='3426' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='3475' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>
-      <parameter type-id='type-id-232' name='func' filepath='Python/pylifecycle.c' line='3475' column='1'/>
+    <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='3476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>
+      <parameter type-id='type-id-235' name='func' filepath='Python/pylifecycle.c' line='3476' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='3512' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>
-      <parameter type-id='type-id-5' name='sts' filepath='Python/pylifecycle.c' line='3512' column='1'/>
+    <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='3513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>
+      <parameter type-id='type-id-5' name='sts' filepath='Python/pylifecycle.c' line='3513' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='3533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pylifecycle.c' line='3533' column='1'/>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/pylifecycle.c' line='3533' column='1'/>
+    <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='3534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pylifecycle.c' line='3534' column='1'/>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/pylifecycle.c' line='3534' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='3565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>
-      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3565' column='1'/>
+    <function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='3566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>
+      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3566' column='1'/>
       <return type-id='type-id-1818'/>
     </function-decl>
-    <function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3604' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>
-      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3604' column='1'/>
-      <parameter type-id='type-id-1818' name='handler' filepath='Python/pylifecycle.c' line='3604' column='1'/>
+    <function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>
+      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3605' column='1'/>
+      <parameter type-id='type-id-1818' name='handler' filepath='Python/pylifecycle.c' line='3605' column='1'/>
       <return type-id='type-id-1818'/>
     </function-decl>
   </abi-instr>
     <pointer-type-def type-id='type-id-1348' size-in-bits='64' id='type-id-1827'/>
     <pointer-type-def type-id='type-id-1327' size-in-bits='64' id='type-id-1828'/>
     <function-decl name='_PyEval_InitState' filepath='./Include/internal/pycore_ceval.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_AcquireLock' filepath='./Include/internal/pycore_ceval.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyEval_ReleaseLock' filepath='./Include/internal/pycore_ceval.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-40'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyGC_InitState' filepath='./Include/internal/pycore_gc.h' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-273'/>
+      <parameter type-id='type-id-275'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_ClearCore' filepath='./Include/internal/pycore_import.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyImport_GetModulesRef' filepath='./Include/internal/pycore_import.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyType_InitCache' filepath='./Include/internal/pycore_object.h' line='319' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyObject_FiniState' filepath='./Include/internal/pycore_object.h' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <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-14'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-41'/>
+      <parameter type-id='type-id-44'/>
       <parameter type-id='type-id-14'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
-      <return type-id='type-id-346'/>
+      <parameter type-id='type-id-42'/>
+      <return type-id='type-id-347'/>
     </function-decl>
     <function-decl name='_PyErr_SetModuleNotFoundError' filepath='./Include/internal/pycore_pyerrors.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-5'/>
     </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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <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-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyMem_AbandonDelayed' filepath='./Include/internal/pycore_pymem.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <var-decl name='_Py_tss_tstate' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_pystate.h' line='93' column='1'/>
+    <var-decl name='_Py_tss_tstate' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_pystate.h' line='93' column='1'/>
     <function-decl name='_PyThread_AfterFork' filepath='./Include/internal/pycore_pythread.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1828'/>
       <return type-id='type-id-3'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_Py_qsbr_fini' filepath='./Include/internal/pycore_qsbr.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyTime_Init' filepath='./Include/internal/pycore_time.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-1827'/>
-      <return type-id='type-id-72'/>
+      <return type-id='type-id-75'/>
     </function-decl>
     <function-decl name='_PyTypes_AfterFork' filepath='./Include/internal/pycore_typeobject.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='./Include/pythread.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_set'>
       <parameter type-id='type-id-1826'/>
-      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='./Include/pythread.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_get'>
       <parameter type-id='type-id-1826'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='_PyThreadState_GetCurrent' mangled-name='_PyThreadState_GetCurrent' filepath='Python/pystate.c' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetCurrent'>
-      <return type-id='type-id-37'/>
+      <return type-id='type-id-40'/>
     </function-decl>
     <function-decl name='PyInterpreterState_New' mangled-name='PyInterpreterState_New' filepath='Python/pystate.c' line='800' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_New'>
-      <return type-id='type-id-39'/>
+      <return type-id='type-id-42'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Clear' mangled-name='PyInterpreterState_Clear' filepath='Python/pystate.c' line='979' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Clear'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='979' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='979' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetWhence' mangled-name='_PyInterpreterState_GetWhence' filepath='Python/pystate.c' line='1205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetWhence'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1205' column='1'/>
-      <return type-id='type-id-188'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1205' column='1'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_ObjectToID' mangled-name='_PyInterpreterState_ObjectToID' filepath='Python/pystate.c' line='1278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_ObjectToID'>
       <parameter type-id='type-id-6' name='idobj' filepath='Python/pystate.c' line='1278' column='1'/>
       <return type-id='type-id-411'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_GetIDObject' mangled-name='_PyInterpreterState_GetIDObject' filepath='Python/pystate.c' line='1322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetIDObject'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1322' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1322' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IDIncref' mangled-name='_PyInterpreterState_IDIncref' filepath='Python/pystate.c' line='1335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IDIncref'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1335' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1335' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_IDDecref' mangled-name='_PyInterpreterState_IDDecref' filepath='Python/pystate.c' line='1342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IDDecref'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1342' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1342' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_RequiresIDRef' mangled-name='_PyInterpreterState_RequiresIDRef' filepath='Python/pystate.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_RequiresIDRef'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1360' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1360' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_RequireIDRef' mangled-name='_PyInterpreterState_RequireIDRef' filepath='Python/pystate.c' line='1366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_RequireIDRef'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1366' column='1'/>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1366' column='1'/>
       <parameter type-id='type-id-5' name='required' filepath='Python/pystate.c' line='1366' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_LookUpIDObject' mangled-name='_PyInterpreterState_LookUpIDObject' filepath='Python/pystate.c' line='1433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_LookUpIDObject'>
       <parameter type-id='type-id-6' name='requested_id' filepath='Python/pystate.c' line='1433' column='1'/>
-      <return type-id='type-id-39'/>
+      <return type-id='type-id-42'/>
     </function-decl>
-    <function-decl name='_PyThreadState_Prealloc' mangled-name='_PyThreadState_Prealloc' filepath='Python/pystate.c' line='1693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Prealloc'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='1693' column='1'/>
-      <return type-id='type-id-37'/>
+    <function-decl name='_PyThreadState_Prealloc' mangled-name='_PyThreadState_Prealloc' filepath='Python/pystate.c' line='1694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Prealloc'>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='1694' column='1'/>
+      <return type-id='type-id-40'/>
     </function-decl>
-    <function-decl name='_PyThreadState_Init' mangled-name='_PyThreadState_Init' filepath='Python/pystate.c' line='1701' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Init'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/pystate.c' line='1701' column='1'/>
+    <function-decl name='_PyThreadState_Init' mangled-name='_PyThreadState_Init' filepath='Python/pystate.c' line='1702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Init'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/pystate.c' line='1702' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyThreadState_DeleteCurrent' mangled-name='PyThreadState_DeleteCurrent' filepath='Python/pystate.c' line='1960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_DeleteCurrent'>
+    <function-decl name='PyThreadState_DeleteCurrent' mangled-name='PyThreadState_DeleteCurrent' filepath='Python/pystate.c' line='1966' 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='2046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/pystate.c' line='2046' column='1'/>
+    <function-decl name='_PyThreadState_GetDict' mangled-name='_PyThreadState_GetDict' filepath='Python/pystate.c' line='2052' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/pystate.c' line='2052' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='2095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>
-      <parameter type-id='type-id-37' name='tstate' filepath='Python/pystate.c' line='2095' column='1'/>
-      <return type-id='type-id-117'/>
+    <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='2101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>
+      <parameter type-id='type-id-40' name='tstate' filepath='Python/pystate.c' line='2101' column='1'/>
+      <return type-id='type-id-120'/>
     </function-decl>
-    <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='2495' 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='2495' column='1'/>
-      <parameter type-id='type-id-6' name='exc' filepath='Python/pystate.c' line='2495' column='1'/>
+    <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='2501' 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='2501' column='1'/>
+      <parameter type-id='type-id-6' name='exc' filepath='Python/pystate.c' line='2501' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyThreadState_GetUnchecked' mangled-name='PyThreadState_GetUnchecked' filepath='Python/pystate.c' line='2537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetUnchecked'>
-      <return type-id='type-id-37'/>
+    <function-decl name='PyThreadState_GetUnchecked' mangled-name='PyThreadState_GetUnchecked' filepath='Python/pystate.c' line='2543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetUnchecked'>
+      <return type-id='type-id-40'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='2615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>
-      <return type-id='type-id-39'/>
+    <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='2621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>
+      <return type-id='type-id-42'/>
     </function-decl>
-    <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='2646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>
+    <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='2652' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyGILState_Check' mangled-name='PyGILState_Check' filepath='Python/pystate.c' line='2843' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Check'>
+    <function-decl name='PyGILState_Check' mangled-name='PyGILState_Check' filepath='Python/pystate.c' line='2849' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Check'>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='2969' column='1'/>
+    <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='2975' column='1'/>
       <return type-id='type-id-1055'/>
     </function-decl>
-    <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2979' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>
-      <parameter type-id='type-id-39' name='interp' filepath='Python/pystate.c' line='2979' column='1'/>
-      <parameter type-id='type-id-1055' name='eval_frame' filepath='Python/pystate.c' line='2980' column='1'/>
+    <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2985' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>
+      <parameter type-id='type-id-42' name='interp' filepath='Python/pystate.c' line='2985' column='1'/>
+      <parameter type-id='type-id-1055' name='eval_frame' filepath='Python/pystate.c' line='2986' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
   <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='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex'>
       <parameter type-id='type-id-4' name='argbuf' filepath='Python/pystrhex.c' line='145' column='1'/>
-      <parameter type-id='type-id-263' name='arglen' filepath='Python/pystrhex.c' line='145' column='1'/>
+      <parameter type-id='type-id-265' name='arglen' filepath='Python/pystrhex.c' line='145' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_Py_strhex_bytes_with_sep' mangled-name='_Py_strhex_bytes_with_sep' filepath='Python/pystrhex.c' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes_with_sep'>
       <parameter type-id='type-id-4' name='argbuf' filepath='Python/pystrhex.c' line='167' column='1'/>
-      <parameter type-id='type-id-263' name='arglen' filepath='Python/pystrhex.c' line='167' column='1'/>
+      <parameter type-id='type-id-265' name='arglen' filepath='Python/pystrhex.c' line='167' column='1'/>
       <parameter type-id='type-id-6' name='sep' filepath='Python/pystrhex.c' line='168' column='1'/>
-      <parameter type-id='type-id-276' name='bytes_per_group' filepath='Python/pystrhex.c' line='168' column='1'/>
+      <parameter type-id='type-id-278' name='bytes_per_group' filepath='Python/pystrhex.c' line='168' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
   <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='79' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
+      <parameter type-id='type-id-42'/>
       <parameter type-id='type-id-4'/>
       <return type-id='type-id-6'/>
     </function-decl>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-213'/>
+      <parameter type-id='type-id-216'/>
       <parameter type-id='type-id-745'/>
       <return type-id='type-id-648'/>
     </function-decl>
     <function-decl name='_PyParser_ASTFromFile' filepath='./Include/internal/pycore_parser.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-213'/>
-      <parameter type-id='type-id-183'/>
+      <parameter type-id='type-id-216'/>
+      <parameter type-id='type-id-186'/>
       <parameter type-id='type-id-745'/>
       <return type-id='type-id-648'/>
     </function-decl>
     <function-decl name='_PyParser_InteractiveASTFromFile' filepath='./Include/internal/pycore_parser.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-5'/>
       <parameter type-id='type-id-4'/>
       <parameter type-id='type-id-4'/>
-      <parameter type-id='type-id-213'/>
-      <parameter type-id='type-id-183'/>
-      <parameter type-id='type-id-241'/>
+      <parameter type-id='type-id-216'/>
+      <parameter type-id='type-id-186'/>
+      <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-745'/>
       <return type-id='type-id-648'/>
     </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-67'/>
+      <parameter type-id='type-id-70'/>
       <parameter type-id='type-id-6'/>
       <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-67'/>
+      <parameter type-id='type-id-70'/>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveLoopFlags' mangled-name='PyRun_InteractiveLoopFlags' filepath='Python/pythonrun.c' line='183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoopFlags'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='183' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='183' column='1'/>
       <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='183' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='183' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='183' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOneObject' mangled-name='PyRun_InteractiveOneObject' filepath='Python/pythonrun.c' line='357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneObject'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='357' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='357' column='1'/>
       <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='357' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='357' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='357' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOneFlags' mangled-name='PyRun_InteractiveOneFlags' filepath='Python/pythonrun.c' line='370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneFlags'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='370' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='370' column='1'/>
       <parameter type-id='type-id-4' name='filename_str' filepath='Python/pythonrun.c' line='370' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='370' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='370' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFileExFlags' mangled-name='PyRun_SimpleFileExFlags' filepath='Python/pythonrun.c' line='548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileExFlags'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='548' column='1'/>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='548' column='1'/>
       <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='548' column='1'/>
       <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='548' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='549' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='549' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyRun_SimpleStringFlags' mangled-name='PyRun_SimpleStringFlags' filepath='Python/pythonrun.c' line='592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleStringFlags'>
       <parameter type-id='type-id-4' name='command' filepath='Python/pythonrun.c' line='592' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='592' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='592' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1197' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>
-      <parameter type-id='type-id-6' name='unused' filepath='Python/pythonrun.c' line='1197' column='1'/>
-      <parameter type-id='type-id-6' name='value' filepath='Python/pythonrun.c' line='1197' column='1'/>
-      <parameter type-id='type-id-6' name='tb' filepath='Python/pythonrun.c' line='1197' column='1'/>
+    <function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>
+      <parameter type-id='type-id-6' name='unused' filepath='Python/pythonrun.c' line='1198' column='1'/>
+      <parameter type-id='type-id-6' name='value' filepath='Python/pythonrun.c' line='1198' column='1'/>
+      <parameter type-id='type-id-6' name='tb' filepath='Python/pythonrun.c' line='1198' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1305' column='1'/>
-      <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='1305' column='1'/>
-      <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1305' column='1'/>
-      <parameter type-id='type-id-6' name='globals' filepath='Python/pythonrun.c' line='1305' column='1'/>
-      <parameter type-id='type-id-6' name='locals' filepath='Python/pythonrun.c' line='1306' column='1'/>
-      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1306' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='1306' column='1'/>
+    <function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1306' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1306' column='1'/>
+      <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='1306' column='1'/>
+      <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1306' column='1'/>
+      <parameter type-id='type-id-6' name='globals' filepath='Python/pythonrun.c' line='1306' column='1'/>
+      <parameter type-id='type-id-6' name='locals' filepath='Python/pythonrun.c' line='1307' column='1'/>
+      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1307' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='1307' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1639' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Python/pythonrun.c' line='1639' column='1'/>
+    <function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1640' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Python/pythonrun.c' line='1640' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1646' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Python/pythonrun.c' line='1646' column='1'/>
-      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1646' column='1'/>
+    <function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1647' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Python/pythonrun.c' line='1647' column='1'/>
+      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1647' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1653' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1653' column='1'/>
-      <parameter type-id='type-id-4' name='name' filepath='Python/pythonrun.c' line='1653' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='1653' column='1'/>
+    <function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1654' column='1'/>
+      <parameter type-id='type-id-4' name='name' filepath='Python/pythonrun.c' line='1654' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='1654' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1660' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1660' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1660' column='1'/>
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1660' column='1'/>
-      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1660' column='1'/>
-      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1660' column='1'/>
+    <function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1661' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1661' column='1'/>
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1661' column='1'/>
+      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1661' column='1'/>
+      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1661' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1667' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1667' column='1'/>
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1667' column='1'/>
-      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1667' column='1'/>
-      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1667' column='1'/>
-      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1667' column='1'/>
+    <function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1668' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1668' column='1'/>
+      <parameter type-id='type-id-4' 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-6' name='g' filepath='Python/pythonrun.c' line='1668' column='1'/>
+      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1668' column='1'/>
+      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1668' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>
-      <parameter type-id='type-id-67' name='fp' filepath='Python/pythonrun.c' line='1674' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1674' column='1'/>
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1674' column='1'/>
-      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1674' column='1'/>
-      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1674' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='1675' column='1'/>
+    <function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1675' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>
+      <parameter type-id='type-id-70' name='fp' filepath='Python/pythonrun.c' line='1675' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1675' column='1'/>
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1675' column='1'/>
+      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1675' column='1'/>
+      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1675' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='1676' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1682' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>
-      <parameter type-id='type-id-67' name='f' filepath='Python/pythonrun.c' line='1682' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1682' column='1'/>
+    <function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1683' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>
+      <parameter type-id='type-id-70' name='f' filepath='Python/pythonrun.c' line='1683' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1683' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>
-      <parameter type-id='type-id-67' name='f' filepath='Python/pythonrun.c' line='1689' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1689' column='1'/>
-      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1689' column='1'/>
+    <function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>
+      <parameter type-id='type-id-70' name='f' filepath='Python/pythonrun.c' line='1690' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1690' column='1'/>
+      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1690' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRun_String' mangled-name='PyRun_String' filepath='Python/pythonrun.c' line='1697' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_String'>
-      <parameter type-id='type-id-4' name='str' filepath='Python/pythonrun.c' line='1697' column='1'/>
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1697' column='1'/>
-      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1697' column='1'/>
-      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1697' column='1'/>
+    <function-decl name='PyRun_String' mangled-name='PyRun_String' filepath='Python/pythonrun.c' line='1698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_String'>
+      <parameter type-id='type-id-4' name='str' filepath='Python/pythonrun.c' line='1698' column='1'/>
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1698' column='1'/>
+      <parameter type-id='type-id-6' name='g' filepath='Python/pythonrun.c' line='1698' column='1'/>
+      <parameter type-id='type-id-6' name='l' filepath='Python/pythonrun.c' line='1698' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyRun_SimpleString' mangled-name='PyRun_SimpleString' filepath='Python/pythonrun.c' line='1704' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleString'>
-      <parameter type-id='type-id-4' name='s' filepath='Python/pythonrun.c' line='1704' column='1'/>
+    <function-decl name='PyRun_SimpleString' mangled-name='PyRun_SimpleString' filepath='Python/pythonrun.c' line='1705' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleString'>
+      <parameter type-id='type-id-4' name='s' filepath='Python/pythonrun.c' line='1705' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='Py_CompileString' mangled-name='Py_CompileString' filepath='Python/pythonrun.c' line='1711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileString'>
-      <parameter type-id='type-id-4' name='str' filepath='Python/pythonrun.c' line='1711' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1711' column='1'/>
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1711' column='1'/>
+    <function-decl name='Py_CompileString' mangled-name='Py_CompileString' filepath='Python/pythonrun.c' line='1712' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileString'>
+      <parameter type-id='type-id-4' name='str' filepath='Python/pythonrun.c' line='1712' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1712' column='1'/>
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1712' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='Py_CompileStringFlags' mangled-name='Py_CompileStringFlags' filepath='Python/pythonrun.c' line='1718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringFlags'>
-      <parameter type-id='type-id-4' name='str' filepath='Python/pythonrun.c' line='1718' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1718' column='1'/>
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1718' column='1'/>
-      <parameter type-id='type-id-213' name='flags' filepath='Python/pythonrun.c' line='1719' column='1'/>
+    <function-decl name='Py_CompileStringFlags' mangled-name='Py_CompileStringFlags' filepath='Python/pythonrun.c' line='1719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringFlags'>
+      <parameter type-id='type-id-4' name='str' filepath='Python/pythonrun.c' line='1719' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1719' column='1'/>
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1719' column='1'/>
+      <parameter type-id='type-id-216' name='flags' filepath='Python/pythonrun.c' line='1720' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
-    <function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1726' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>
-      <parameter type-id='type-id-67' name='f' filepath='Python/pythonrun.c' line='1726' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1726' column='1'/>
+    <function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>
+      <parameter type-id='type-id-70' name='f' filepath='Python/pythonrun.c' line='1727' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1727' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='1733' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>
-      <parameter type-id='type-id-67' name='f' filepath='Python/pythonrun.c' line='1733' column='1'/>
-      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1733' column='1'/>
+    <function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='1734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>
+      <parameter type-id='type-id-70' name='f' filepath='Python/pythonrun.c' line='1734' column='1'/>
+      <parameter type-id='type-id-4' name='p' filepath='Python/pythonrun.c' line='1734' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
         <var-decl name='adjustable' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_time.h' line='249' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='resolution' type-id='type-id-178' visibility='default' filepath='./Include/internal/pycore_time.h' line='250' column='1'/>
+        <var-decl name='resolution' type-id='type-id-181' visibility='default' filepath='./Include/internal/pycore_time.h' line='250' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='_Py_clock_info_t' type-id='type-id-1830' filepath='./Include/internal/pycore_time.h' line='251' column='1' id='type-id-1829'/>
         <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-188' 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-191' 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-4' 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-546' 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-1829' size-in-bits='64' id='type-id-222'/>
-    <qualified-type-def type-id='type-id-224' const='yes' id='type-id-1831'/>
+    <typedef-decl name='time_t' type-id='type-id-546' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='10' column='1' id='type-id-227'/>
+    <pointer-type-def type-id='type-id-1829' size-in-bits='64' id='type-id-225'/>
+    <qualified-type-def type-id='type-id-227' const='yes' id='type-id-1831'/>
     <pointer-type-def type-id='type-id-1831' size-in-bits='64' id='type-id-1832'/>
     <qualified-type-def type-id='type-id-1832' restrict='yes' id='type-id-1833'/>
-    <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-223'/>
-    <pointer-type-def type-id='type-id-203' size-in-bits='64' id='type-id-221'/>
-    <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-225'/>
-    <qualified-type-def type-id='type-id-225' restrict='yes' id='type-id-1834'/>
+    <pointer-type-def type-id='type-id-227' size-in-bits='64' id='type-id-226'/>
+    <pointer-type-def type-id='type-id-206' size-in-bits='64' id='type-id-224'/>
+    <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-228'/>
+    <qualified-type-def type-id='type-id-228' restrict='yes' id='type-id-1834'/>
     <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-1833'/>
       <parameter type-id='type-id-1834'/>
-      <return type-id='type-id-225'/>
+      <return type-id='type-id-228'/>
     </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-1833'/>
       <parameter type-id='type-id-1834'/>
-      <return type-id='type-id-225'/>
+      <return type-id='type-id-228'/>
     </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-226'/>
-      <parameter type-id='type-id-185'/>
+      <parameter type-id='type-id-229'/>
+      <parameter type-id='type-id-188'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyLong_AsTime_t' mangled-name='_PyLong_AsTime_t' filepath='Python/pytime.c' line='205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsTime_t'>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='205' column='1'/>
-      <return type-id='type-id-224'/>
+      <return type-id='type-id-227'/>
     </function-decl>
     <function-decl name='_PyLong_FromTime_t' mangled-name='_PyLong_FromTime_t' filepath='Python/pytime.c' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromTime_t'>
-      <parameter type-id='type-id-224' name='t' filepath='Python/pytime.c' line='225' column='1'/>
+      <parameter type-id='type-id-227' name='t' filepath='Python/pytime.c' line='225' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTime_t' mangled-name='_PyTime_ObjectToTime_t' filepath='Python/pytime.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTime_t'>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='397' column='1'/>
-      <parameter type-id='type-id-223' name='sec' filepath='Python/pytime.c' line='397' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='397' column='1'/>
+      <parameter type-id='type-id-226' name='sec' filepath='Python/pytime.c' line='397' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='397' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line='432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimespec'>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='432' column='1'/>
-      <parameter type-id='type-id-223' name='sec' filepath='Python/pytime.c' line='432' column='1'/>
-      <parameter type-id='type-id-176' name='nsec' filepath='Python/pytime.c' line='432' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='433' column='1'/>
+      <parameter type-id='type-id-226' name='sec' filepath='Python/pytime.c' line='432' column='1'/>
+      <parameter type-id='type-id-179' name='nsec' filepath='Python/pytime.c' line='432' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='433' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTimeval' mangled-name='_PyTime_ObjectToTimeval' filepath='Python/pytime.c' line='440' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimeval'>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='440' column='1'/>
-      <parameter type-id='type-id-223' name='sec' filepath='Python/pytime.c' line='440' column='1'/>
-      <parameter type-id='type-id-176' name='usec' filepath='Python/pytime.c' line='440' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='441' column='1'/>
+      <parameter type-id='type-id-226' name='sec' filepath='Python/pytime.c' line='440' column='1'/>
+      <parameter type-id='type-id-179' name='usec' filepath='Python/pytime.c' line='440' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='441' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromSeconds' mangled-name='_PyTime_FromSeconds' filepath='Python/pytime.c' line='448' 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='448' column='1'/>
-      <return type-id='type-id-34'/>
+      <return type-id='type-id-37'/>
     </function-decl>
     <function-decl name='_PyTime_FromLong' mangled-name='_PyTime_FromLong' filepath='Python/pytime.c' line='473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromLong'>
-      <parameter type-id='type-id-180' name='tp' filepath='Python/pytime.c' line='473' column='1'/>
+      <parameter type-id='type-id-183' name='tp' filepath='Python/pytime.c' line='473' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='473' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromSecondsObject' mangled-name='_PyTime_FromSecondsObject' filepath='Python/pytime.c' line='626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSecondsObject'>
-      <parameter type-id='type-id-180' name='tp' filepath='Python/pytime.c' line='626' column='1'/>
+      <parameter type-id='type-id-183' name='tp' filepath='Python/pytime.c' line='626' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='626' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='626' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='626' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_FromMillisecondsObject' mangled-name='_PyTime_FromMillisecondsObject' filepath='Python/pytime.c' line='633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromMillisecondsObject'>
-      <parameter type-id='type-id-180' name='tp' filepath='Python/pytime.c' line='633' column='1'/>
+      <parameter type-id='type-id-183' name='tp' filepath='Python/pytime.c' line='633' column='1'/>
       <parameter type-id='type-id-6' name='obj' filepath='Python/pytime.c' line='633' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='633' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='633' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_AsLong' mangled-name='_PyTime_AsLong' filepath='Python/pytime.c' line='660' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsLong'>
-      <parameter type-id='type-id-34' name='ns' filepath='Python/pytime.c' line='660' column='1'/>
+      <parameter type-id='type-id-37' name='ns' filepath='Python/pytime.c' line='660' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyTime_AsMilliseconds' mangled-name='_PyTime_AsMilliseconds' filepath='Python/pytime.c' line='786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMilliseconds'>
-      <parameter type-id='type-id-34' name='ns' filepath='Python/pytime.c' line='786' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='786' column='1'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37' name='ns' filepath='Python/pytime.c' line='786' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='786' column='1'/>
+      <return type-id='type-id-37'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimeval' mangled-name='_PyTime_AsTimeval' filepath='Python/pytime.c' line='834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval'>
-      <parameter type-id='type-id-34' name='t' filepath='Python/pytime.c' line='834' column='1'/>
-      <parameter type-id='type-id-221' name='tv' filepath='Python/pytime.c' line='834' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='834' column='1'/>
+      <parameter type-id='type-id-37' name='t' filepath='Python/pytime.c' line='834' column='1'/>
+      <parameter type-id='type-id-224' name='tv' filepath='Python/pytime.c' line='834' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='834' 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='841' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval_clamp'>
-      <parameter type-id='type-id-34' name='t' filepath='Python/pytime.c' line='841' column='1'/>
-      <parameter type-id='type-id-221' name='tv' filepath='Python/pytime.c' line='841' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='841' column='1'/>
+      <parameter type-id='type-id-37' name='t' filepath='Python/pytime.c' line='841' column='1'/>
+      <parameter type-id='type-id-224' name='tv' filepath='Python/pytime.c' line='841' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='841' 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='848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimevalTime_t'>
-      <parameter type-id='type-id-34' name='t' filepath='Python/pytime.c' line='848' column='1'/>
-      <parameter type-id='type-id-223' name='p_secs' filepath='Python/pytime.c' line='848' column='1'/>
-      <parameter type-id='type-id-183' name='us' filepath='Python/pytime.c' line='848' column='1'/>
-      <parameter type-id='type-id-179' name='round' filepath='Python/pytime.c' line='849' column='1'/>
+      <parameter type-id='type-id-37' name='t' filepath='Python/pytime.c' line='848' column='1'/>
+      <parameter type-id='type-id-226' name='p_secs' filepath='Python/pytime.c' line='848' column='1'/>
+      <parameter type-id='type-id-186' name='us' filepath='Python/pytime.c' line='848' column='1'/>
+      <parameter type-id='type-id-182' name='round' filepath='Python/pytime.c' line='849' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimespec' mangled-name='_PyTime_AsTimespec' filepath='Python/pytime.c' line='892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec'>
-      <parameter type-id='type-id-34' name='t' filepath='Python/pytime.c' line='892' column='1'/>
-      <parameter type-id='type-id-185' name='ts' filepath='Python/pytime.c' line='892' column='1'/>
+      <parameter type-id='type-id-37' name='t' filepath='Python/pytime.c' line='892' column='1'/>
+      <parameter type-id='type-id-188' name='ts' filepath='Python/pytime.c' line='892' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_Time' mangled-name='PyTime_Time' filepath='Python/pytime.c' line='1009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_Time'>
-      <parameter type-id='type-id-180' name='result' filepath='Python/pytime.c' line='1009' column='1'/>
+      <parameter type-id='type-id-183' name='result' filepath='Python/pytime.c' line='1009' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_TimeRaw' mangled-name='PyTime_TimeRaw' filepath='Python/pytime.c' line='1020' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_TimeRaw'>
-      <parameter type-id='type-id-180' name='result' filepath='Python/pytime.c' line='1020' column='1'/>
+      <parameter type-id='type-id-183' name='result' filepath='Python/pytime.c' line='1020' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_Monotonic' mangled-name='PyTime_Monotonic' filepath='Python/pytime.c' line='1223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_Monotonic'>
-      <parameter type-id='type-id-180' name='result' filepath='Python/pytime.c' line='1223' column='1'/>
+      <parameter type-id='type-id-183' name='result' filepath='Python/pytime.c' line='1223' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_MonotonicWithInfo' mangled-name='_PyTime_MonotonicWithInfo' filepath='Python/pytime.c' line='1245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_MonotonicWithInfo'>
-      <parameter type-id='type-id-180' name='tp' filepath='Python/pytime.c' line='1245' column='1'/>
-      <parameter type-id='type-id-222' name='info' filepath='Python/pytime.c' line='1245' column='1'/>
+      <parameter type-id='type-id-183' name='tp' filepath='Python/pytime.c' line='1245' column='1'/>
+      <parameter type-id='type-id-225' name='info' filepath='Python/pytime.c' line='1245' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyTime_PerfCounter' mangled-name='PyTime_PerfCounter' filepath='Python/pytime.c' line='1259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_PerfCounter'>
-      <parameter type-id='type-id-180' name='result' filepath='Python/pytime.c' line='1259' column='1'/>
+      <parameter type-id='type-id-183' name='result' filepath='Python/pytime.c' line='1259' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_localtime' mangled-name='_PyTime_localtime' filepath='Python/pytime.c' line='1273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_localtime'>
-      <parameter type-id='type-id-224' name='t' filepath='Python/pytime.c' line='1273' column='1'/>
-      <parameter type-id='type-id-225' name='tm' filepath='Python/pytime.c' line='1273' column='1'/>
+      <parameter type-id='type-id-227' name='t' filepath='Python/pytime.c' line='1273' column='1'/>
+      <parameter type-id='type-id-228' name='tm' filepath='Python/pytime.c' line='1273' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyTime_gmtime' mangled-name='_PyTime_gmtime' filepath='Python/pytime.c' line='1312' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_gmtime'>
-      <parameter type-id='type-id-224' name='t' filepath='Python/pytime.c' line='1312' column='1'/>
-      <parameter type-id='type-id-225' name='tm' filepath='Python/pytime.c' line='1312' column='1'/>
+      <parameter type-id='type-id-227' name='t' filepath='Python/pytime.c' line='1312' column='1'/>
+      <parameter type-id='type-id-228' name='tm' filepath='Python/pytime.c' line='1312' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyDeadline_Init' mangled-name='_PyDeadline_Init' filepath='Python/pytime.c' line='1340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Init'>
-      <parameter type-id='type-id-34' name='timeout' filepath='Python/pytime.c' line='1340' column='1'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37' name='timeout' filepath='Python/pytime.c' line='1340' column='1'/>
+      <return type-id='type-id-37'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Python/remote_debugging.c' comp-dir-path='/src' language='LANG_C11'>
     <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-1835'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='iov_base' type-id='type-id-41' 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-44' 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-14' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='29' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='pid_t' type-id='type-id-184' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='97' column='1' id='type-id-91'/>
+    <typedef-decl name='pid_t' type-id='type-id-187' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='97' column='1' id='type-id-94'/>
     <qualified-type-def type-id='type-id-1835' const='yes' id='type-id-1836'/>
-    <pointer-type-def type-id='type-id-1836' size-in-bits='64' id='type-id-193'/>
+    <pointer-type-def type-id='type-id-1836' size-in-bits='64' id='type-id-196'/>
     <function-decl name='getpagesize' filepath='/usr/include/unistd.h' line='1011' column='1' visibility='default' binding='global' size-in-bits='64'>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='process_vm_readv' filepath='/usr/include/x86_64-linux-gnu/bits/uio-ext.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-91'/>
-      <parameter type-id='type-id-193'/>
+      <parameter type-id='type-id-94'/>
+      <parameter type-id='type-id-196'/>
       <parameter type-id='type-id-2'/>
-      <parameter type-id='type-id-193'/>
+      <parameter type-id='type-id-196'/>
       <parameter type-id='type-id-2'/>
       <parameter type-id='type-id-2'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </function-decl>
     <function-decl name='process_vm_writev' filepath='/usr/include/x86_64-linux-gnu/bits/uio-ext.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-91'/>
-      <parameter type-id='type-id-193'/>
+      <parameter type-id='type-id-94'/>
+      <parameter type-id='type-id-196'/>
       <parameter type-id='type-id-2'/>
-      <parameter type-id='type-id-193'/>
+      <parameter type-id='type-id-196'/>
       <parameter type-id='type-id-2'/>
       <parameter type-id='type-id-2'/>
-      <return type-id='type-id-189'/>
+      <return type-id='type-id-192'/>
     </function-decl>
   </abi-instr>
   <abi-instr address-size='64' path='Python/specialize.c' comp-dir-path='/src' language='LANG_C11'>
     <class-decl name='_PyCode8' size-in-bits='1728' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1' id='type-id-1837'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-254' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-256' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='co_consts' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
         <var-decl name='co_nfreevars' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' 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/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='co_version' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
         <var-decl name='co_localsplusnames' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
         <var-decl name='co_weakreflist' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
-        <var-decl name='co_executors' type-id='type-id-369' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='co_executors' type-id='type-id-370' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='_co_cached' type-id='type-id-370' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='_co_cached' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1344'>
-        <var-decl name='_co_instrumentation_version' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='_co_instrumentation_version' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
-        <var-decl name='_co_monitoring' type-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='_co_monitoring' type-id='type-id-373' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1472'>
         <var-decl name='_co_unique_id' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
         <var-decl name='_co_firsttraceable' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
-        <var-decl name='co_extra' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
+        <var-decl name='co_extra' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1664'>
         <var-decl name='co_code_adaptive' type-id='type-id-866' visibility='default' filepath='./Include/internal/pycore_code.h' line='527' column='1'/>
     </class-decl>
     <typedef-decl name='_py_validate_type' type-id='type-id-1029' filepath='./Include/internal/pycore_typeobject.h' line='144' column='1' id='type-id-1838'/>
     <qualified-type-def type-id='type-id-1837' const='yes' id='type-id-1839'/>
-    <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-1840'/>
+    <pointer-type-def type-id='type-id-114' size-in-bits='64' id='type-id-1840'/>
     <var-decl name='_Py_InitCleanup' type-id='type-id-1839' mangled-name='_Py_InitCleanup' visibility='default' filepath='./Include/internal/pycore_code.h' line='529' column='1' elf-symbol-id='_Py_InitCleanup'/>
     <function-decl name='_PyDict_GetKeysVersionForCurrentState' filepath='./Include/internal/pycore_dict.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-39'/>
-      <parameter type-id='type-id-396'/>
-      <return type-id='type-id-324'/>
+      <parameter type-id='type-id-42'/>
+      <parameter type-id='type-id-16'/>
+      <return type-id='type-id-325'/>
     </function-decl>
     <function-decl name='_PyDict_LookupIndex' filepath='./Include/internal/pycore_dict.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-396'/>
+      <parameter type-id='type-id-16'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDictKeys_StringLookup' filepath='./Include/internal/pycore_dict.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-393'/>
+      <parameter type-id='type-id-394'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDictKeys_StringLookupAndVersion' filepath='./Include/internal/pycore_dict.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-393'/>
+      <parameter type-id='type-id-394'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-461'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyDictKeys_StringLookupSplit' filepath='./Include/internal/pycore_dict.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-393'/>
+      <parameter type-id='type-id-394'/>
       <parameter type-id='type-id-6'/>
       <return type-id='type-id-7'/>
     </function-decl>
     <function-decl name='_PyType_CacheInitForSpecialization' filepath='./Include/internal/pycore_object.h' line='908' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-601'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-111'/>
+      <parameter type-id='type-id-114'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_Py_slot_tp_getattro' filepath='./Include/internal/pycore_typeobject.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
     <function-decl name='_PyType_CacheGetItemForSpecialization' filepath='./Include/internal/pycore_typeobject.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-601'/>
       <parameter type-id='type-id-6'/>
-      <parameter type-id='type-id-324'/>
+      <parameter type-id='type-id-325'/>
       <return type-id='type-id-5'/>
     </function-decl>
   </abi-instr>
     </function-decl>
   </abi-instr>
   <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-271' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='136' column='1'/>
+    <var-decl name='PySTEntry_Type' type-id='type-id-273' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='136' column='1'/>
   </abi-instr>
   <abi-instr address-size='64' path='Python/thread.c' comp-dir-path='/src' language='LANG_C11'>
     <typedef-decl name='PyThread_handle_t' type-id='type-id-445' filepath='./Include/internal/pycore_pythread.h' line='120' column='1' id='type-id-1841'/>
     <pointer-type-def type-id='type-id-1845' size-in-bits='64' id='type-id-1846'/>
     <qualified-type-def type-id='type-id-1846' restrict='yes' id='type-id-1847'/>
     <pointer-type-def type-id='type-id-465' size-in-bits='64' id='type-id-1848'/>
-    <pointer-type-def type-id='type-id-38' size-in-bits='64' id='type-id-1849'/>
+    <pointer-type-def type-id='type-id-41' size-in-bits='64' id='type-id-1849'/>
     <qualified-type-def type-id='type-id-1849' restrict='yes' id='type-id-1850'/>
     <pointer-type-def type-id='type-id-1851' size-in-bits='64' id='type-id-1852'/>
     <var-decl name='PY_TIMEOUT_MAX' type-id='type-id-1844' 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='148' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-34'/>
-      <return type-id='type-id-34'/>
+      <parameter type-id='type-id-37'/>
+      <return type-id='type-id-37'/>
     </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-1850'/>
       <parameter type-id='type-id-1590'/>
       <parameter type-id='type-id-1852'/>
-      <parameter type-id='type-id-231'/>
+      <parameter type-id='type-id-234'/>
       <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-41'/>
+      <parameter type-id='type-id-44'/>
       <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-38'/>
-      <parameter type-id='type-id-267'/>
+      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-269'/>
       <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-38'/>
+      <parameter type-id='type-id-41'/>
       <return type-id='type-id-5'/>
     </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'>
     </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-1329'/>
-      <parameter type-id='type-id-192'/>
+      <parameter type-id='type-id-195'/>
       <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'>
     </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-571'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </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-1793'/>
     </function-decl>
     <function-decl name='confstr' filepath='/usr/include/unistd.h' line='644' column='1' visibility='default' binding='global' size-in-bits='64'>
       <parameter type-id='type-id-5'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-14'/>
     </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-188'/>
+      <return type-id='type-id-191'/>
     </function-decl>
     <function-decl name='PyThread_get_stacksize' mangled-name='PyThread_get_stacksize' filepath='Python/thread.c' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_stacksize'>
       <return type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='PyThread_acquire_lock_timed_with_retries' mangled-name='PyThread_acquire_lock_timed_with_retries' filepath='Python/thread.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed_with_retries'>
-      <parameter type-id='type-id-243' name='lock' filepath='Python/thread.c' line='132' column='1'/>
+      <parameter type-id='type-id-245' name='lock' filepath='Python/thread.c' line='132' column='1'/>
       <parameter type-id='type-id-465' name='timeout' filepath='Python/thread.c' line='133' column='1'/>
-      <return type-id='type-id-36'/>
+      <return type-id='type-id-39'/>
     </function-decl>
     <function-decl name='PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_alloc'>
       <return type-id='type-id-1826'/>
     </function-decl>
     <function-decl name='PyThread_start_joinable_thread' mangled-name='PyThread_start_joinable_thread' filepath='Python/thread_pthread.h' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_joinable_thread'>
       <parameter type-id='type-id-574' name='func' filepath='Python/thread_pthread.h' line='328' column='1'/>
-      <parameter type-id='type-id-41' name='arg' filepath='Python/thread_pthread.h' line='328' column='1'/>
+      <parameter type-id='type-id-44' name='arg' filepath='Python/thread_pthread.h' line='328' column='1'/>
       <parameter type-id='type-id-1843' name='ident' filepath='Python/thread_pthread.h' line='329' column='1'/>
       <parameter type-id='type-id-1842' name='handle' filepath='Python/thread_pthread.h' line='329' 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='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_new_thread'>
       <parameter type-id='type-id-574' name='func' filepath='Python/thread_pthread.h' line='341' column='1'/>
-      <parameter type-id='type-id-41' name='arg' filepath='Python/thread_pthread.h' line='341' column='1'/>
+      <parameter type-id='type-id-44' name='arg' filepath='Python/thread_pthread.h' line='341' 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='352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_join_thread'>
       <return type-id='type-id-3'/>
     </function-decl>
     <function-decl name='PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pthread.h' line='505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed'>
-      <parameter type-id='type-id-243' name='lock' filepath='Python/thread_pthread.h' line='505' column='1'/>
+      <parameter type-id='type-id-245' name='lock' filepath='Python/thread_pthread.h' line='505' column='1'/>
       <parameter type-id='type-id-465' name='microseconds' filepath='Python/thread_pthread.h' line='505' column='1'/>
       <parameter type-id='type-id-5' name='intr_flag' filepath='Python/thread_pthread.h' line='506' column='1'/>
-      <return type-id='type-id-36'/>
+      <return type-id='type-id-39'/>
     </function-decl>
     <function-decl name='PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='890' 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='926' 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='926' column='1'/>
-      <parameter type-id='type-id-41' name='value' filepath='Python/thread_pthread.h' line='926' column='1'/>
+      <parameter type-id='type-id-44' name='value' filepath='Python/thread_pthread.h' line='926' 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='937' 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='937' column='1'/>
-      <return type-id='type-id-41'/>
+      <return type-id='type-id-44'/>
     </function-decl>
     <function-decl name='PyThread_ReInitTLS' mangled-name='PyThread_ReInitTLS' filepath='Python/thread_pthread.h' line='948' 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-1851'>
-      <parameter type-id='type-id-41'/>
-      <return type-id='type-id-41'/>
+      <parameter type-id='type-id-44'/>
+      <return type-id='type-id-44'/>
     </function-type>
   </abi-instr>
   <abi-instr address-size='64' path='Python/traceback.c' comp-dir-path='/src' language='LANG_C11'>
         <var-decl name='dli_fname' type-id='type-id-4' visibility='default' filepath='/usr/include/dlfcn.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='dli_fbase' type-id='type-id-41' visibility='default' filepath='/usr/include/dlfcn.h' line='93' column='1'/>
+        <var-decl name='dli_fbase' type-id='type-id-44' visibility='default' filepath='/usr/include/dlfcn.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='dli_sname' type-id='type-id-4' visibility='default' filepath='/usr/include/dlfcn.h' line='94' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='dli_saddr' type-id='type-id-41' visibility='default' filepath='/usr/include/dlfcn.h' line='95' column='1'/>
+        <var-decl name='dli_saddr' type-id='type-id-44' visibility='default' filepath='/usr/include/dlfcn.h' line='95' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='Dl_info' type-id='type-id-1854' filepath='/usr/include/dlfcn.h' line='96' column='1' id='type-id-1853'/>
-    <pointer-type-def type-id='type-id-1853' size-in-bits='64' id='type-id-73'/>
+    <pointer-type-def type-id='type-id-1853' size-in-bits='64' id='type-id-76'/>
     <function-decl name='_PyObject_CallMethodFormat' filepath='./Include/internal/pycore_call.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-37'/>
+      <parameter type-id='type-id-40'/>
       <parameter type-id='type-id-6'/>
       <parameter type-id='type-id-4'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-6'/>
     </function-decl>
     <function-decl name='_PyCode_SafeAddr2Line' filepath='./Include/internal/pycore_code.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-347'/>
+      <parameter type-id='type-id-348'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='_PyGILState_GetInterpreterStateUnsafe' filepath='./Include/internal/pycore_pystate.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <return type-id='type-id-39'/>
+      <return type-id='type-id-42'/>
     </function-decl>
-    <var-decl name='PyTraceBack_Type' type-id='type-id-271' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>
+    <var-decl name='PyTraceBack_Type' type-id='type-id-273' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>
     <function-decl name='dladdr1' filepath='/usr/include/dlfcn.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-41'/>
-      <parameter type-id='type-id-73'/>
-      <parameter type-id='type-id-267'/>
+      <parameter type-id='type-id-44'/>
+      <parameter type-id='type-id-76'/>
+      <parameter type-id='type-id-269'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='backtrace' filepath='/usr/include/execinfo.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-267'/>
+      <parameter type-id='type-id-269'/>
       <parameter type-id='type-id-5'/>
       <return type-id='type-id-5'/>
     </function-decl>
     <function-decl name='pthread_getname_np' filepath='/usr/include/pthread.h' line='458' column='1' visibility='default' binding='global' size-in-bits='64'>
-      <parameter type-id='type-id-38'/>
-      <parameter type-id='type-id-24'/>
+      <parameter type-id='type-id-41'/>
+      <parameter type-id='type-id-27'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-5'/>
     </function-decl>
     </function-decl>
   </abi-instr>
   <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='1197' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>
-      <parameter type-id='type-id-111' name='domain' filepath='Python/tracemalloc.c' line='1197' column='1'/>
-      <parameter type-id='type-id-371' name='ptr' filepath='Python/tracemalloc.c' line='1197' column='1'/>
-      <parameter type-id='type-id-14' name='size' filepath='Python/tracemalloc.c' line='1198' column='1'/>
+    <function-decl name='PyTraceMalloc_Track' mangled-name='PyTraceMalloc_Track' filepath='Python/tracemalloc.c' line='1207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>
+      <parameter type-id='type-id-114' name='domain' filepath='Python/tracemalloc.c' line='1207' column='1'/>
+      <parameter type-id='type-id-372' name='ptr' filepath='Python/tracemalloc.c' line='1207' column='1'/>
+      <parameter type-id='type-id-14' name='size' filepath='Python/tracemalloc.c' line='1208' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='Python/tracemalloc.c' line='1223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>
-      <parameter type-id='type-id-111' name='domain' filepath='Python/tracemalloc.c' line='1223' column='1'/>
-      <parameter type-id='type-id-371' name='ptr' filepath='Python/tracemalloc.c' line='1223' column='1'/>
+    <function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='Python/tracemalloc.c' line='1233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>
+      <parameter type-id='type-id-114' name='domain' filepath='Python/tracemalloc.c' line='1233' column='1'/>
+      <parameter type-id='type-id-372' name='ptr' filepath='Python/tracemalloc.c' line='1233' column='1'/>
       <return type-id='type-id-5'/>
     </function-decl>
-    <function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='Python/tracemalloc.c' line='1299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>
-      <parameter type-id='type-id-111' name='domain' filepath='Python/tracemalloc.c' line='1299' column='1'/>
-      <parameter type-id='type-id-371' name='ptr' filepath='Python/tracemalloc.c' line='1299' column='1'/>
+    <function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='Python/tracemalloc.c' line='1309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>
+      <parameter type-id='type-id-114' name='domain' filepath='Python/tracemalloc.c' line='1309' column='1'/>
+      <parameter type-id='type-id-372' name='ptr' filepath='Python/tracemalloc.c' line='1309' column='1'/>
       <return type-id='type-id-6'/>
     </function-decl>
   </abi-instr>
index f428396411c5e5cc176611e6b14accd001a8c08c..c1b97d428e2e9b67482183640344dfcb297e27c9 100644 (file)
@@ -208,6 +208,8 @@ struct _ts {
     */
     PyObject *threading_local_sentinel;
     _PyRemoteDebuggerSupport remote_debugger_support;
+
+    _PyStackChunk *datastack_cached_chunk;
 };
 
 /* other API */
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2026-03-11-00-13-59.gh-issue-142183.2iVhJH.rst b/Misc/NEWS.d/next/Core_and_Builtins/2026-03-11-00-13-59.gh-issue-142183.2iVhJH.rst
new file mode 100644 (file)
index 0000000..827224d
--- /dev/null
@@ -0,0 +1 @@
+Avoid a pathological case where repeated calls at a specific stack depth could be significantly slower.
index 7188e5bf361fa59e20722d52a4139a0d1b64525f..2b67a40fe4f78732035f59228ed71739d50e6ce0 100644 (file)
@@ -1575,6 +1575,7 @@ init_threadstate(_PyThreadStateImpl *_tstate,
     tstate->datastack_chunk = NULL;
     tstate->datastack_top = NULL;
     tstate->datastack_limit = NULL;
+    tstate->datastack_cached_chunk = NULL;
     tstate->what_event = -1;
     tstate->current_executor = NULL;
     tstate->dict_global_version = 0;
@@ -1714,6 +1715,11 @@ clear_datastack(PyThreadState *tstate)
         _PyObject_VirtualFree(chunk, chunk->size);
         chunk = prev;
     }
+    if (tstate->datastack_cached_chunk != NULL) {
+        _PyObject_VirtualFree(tstate->datastack_cached_chunk,
+                              tstate->datastack_cached_chunk->size);
+        tstate->datastack_cached_chunk = NULL;
+    }
 }
 
 void
@@ -3029,9 +3035,20 @@ push_chunk(PyThreadState *tstate, int size)
     while (allocate_size < (int)sizeof(PyObject*)*(size + MINIMUM_OVERHEAD)) {
         allocate_size *= 2;
     }
-    _PyStackChunk *new = allocate_chunk(allocate_size, tstate->datastack_chunk);
-    if (new == NULL) {
-        return NULL;
+    _PyStackChunk *new;
+    if (tstate->datastack_cached_chunk != NULL
+        && (size_t)allocate_size <= tstate->datastack_cached_chunk->size)
+    {
+        new = tstate->datastack_cached_chunk;
+        tstate->datastack_cached_chunk = NULL;
+        new->previous = tstate->datastack_chunk;
+        new->top = 0;
+    }
+    else {
+        new = allocate_chunk(allocate_size, tstate->datastack_chunk);
+        if (new == NULL) {
+            return NULL;
+        }
     }
     if (tstate->datastack_chunk) {
         tstate->datastack_chunk->top = tstate->datastack_top -
@@ -3067,12 +3084,17 @@ _PyThreadState_PopFrame(PyThreadState *tstate, _PyInterpreterFrame * frame)
     if (base == &tstate->datastack_chunk->data[0]) {
         _PyStackChunk *chunk = tstate->datastack_chunk;
         _PyStackChunk *previous = chunk->previous;
+        _PyStackChunk *cached = tstate->datastack_cached_chunk;
         // push_chunk ensures that the root chunk is never popped:
         assert(previous);
         tstate->datastack_top = &previous->data[previous->top];
         tstate->datastack_chunk = previous;
-        _PyObject_VirtualFree(chunk, chunk->size);
         tstate->datastack_limit = (PyObject **)(((char *)previous) + previous->size);
+        chunk->previous = NULL;
+        if (cached != NULL) {
+            _PyObject_VirtualFree(cached, cached->size);
+        }
+        tstate->datastack_cached_chunk = chunk;
     }
     else {
         assert(tstate->datastack_top);