]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480)
authorNeil Schemenauer <nas-github@arctrix.com>
Wed, 30 Jul 2025 18:06:44 +0000 (11:06 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Jul 2025 18:06:44 +0000 (11:06 -0700)
The free threading build uses QSBR to delay the freeing of dictionary
keys and list arrays when the objects are accessed by multiple threads
in order to allow concurrent reads to proceed with holding the object
lock. The requests are processed in batches to reduce execution
overhead, but for large memory blocks this can lead to excess memory
usage.

Take into account the size of the memory block when deciding when to
process QSBR requests.

Also track the amount of memory being held by QSBR for mimalloc pages.
Advance the write sequence if this memory exceeds a limit.  Advancing
the sequence will allow it to be freed more quickly.

Process the held QSBR items from the "eval breaker", rather than from
`_PyMem_FreeDelayed()`.  This gives a higher chance that the global read
sequence has advanced enough so that items can be freed.

(cherry picked from commit 113de8545ffe74a4a1dddb9351fa1cbd3562b621)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Co-authored-by: Sam Gross <colesbury@gmail.com>
Doc/data/python3.13.abi
Include/internal/pycore_pymem.h
Include/internal/pycore_qsbr.h
Misc/NEWS.d/next/Core_and_Builtins/2025-06-03-21-06-22.gh-issue-133136.Usnvri.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/listobject.c
Objects/obmalloc.c
Python/ceval_gil.c
Python/qsbr.c

index 617006a648960534f3bd6df4e0ece6530eaef2b9..062ef3a2e77f79210cdb191bb2ed7402153eaf6e 100644 (file)
     <elf-symbol name='_PyBytesWriter_Resize' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyBytesWriter_WriteBytes' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyBytes_DecodeEscape' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PyBytes_DecodeEscape2' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyBytes_Find' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyBytes_Join' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyBytes_Repeat' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyErr_ProgramDecodedTextObject' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyErr_SetFromPyStatus' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyErr_SetKeyError' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PyErr_SetLocaleString' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyErr_SetString' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyEvalFramePushAndInit' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyEval_AddPendingCall' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyStructSequence_NewType' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PySuper_Lookup' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PySys_GetAttr' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PySys_GetOptionalAttr' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PySys_GetOptionalAttrString' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PySys_GetRequiredAttr' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PySys_GetRequiredAttrString' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PySys_GetSizeOf' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyThreadState_GetCurrent' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyThreadState_GetDict' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyTuple_Resize' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyType_GetDict' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyType_GetModuleByDef2' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PyType_GetModuleByDef3' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyType_Lookup' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyType_LookupRef' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyType_Name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyUnicode_CheckConsistency' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyUnicode_Copy' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyUnicode_DecodeUnicodeEscapeInternal' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
+    <elf-symbol name='_PyUnicode_DecodeUnicodeEscapeInternal2' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyUnicode_EncodeUTF16' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyUnicode_EncodeUTF32' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_PyUnicode_Equal' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_Py_ctype_tolower' size='256' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
     <elf-symbol name='_Py_ctype_toupper' size='256' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>\r
   </elf-variable-symbols>\r
-  <abi-instr address-size='64' path='./Modules/_abc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <function-decl name='_PyType_SetFlags' filepath='./Include/internal/pycore_typeobject.h' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+  <abi-instr address-size='64' path='./Modules/_abc.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <function-decl name='_PyType_SetFlags' filepath='./Include/internal/pycore_typeobject.h' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-2'/>\r
       <parameter type-id='type-id-2'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_SetFlagsRecursive' filepath='./Include/internal/pycore_typeobject.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_SetFlagsRecursive' filepath='./Include/internal/pycore_typeobject.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-2'/>\r
       <parameter type-id='type-id-2'/>\r
     </function-decl>\r
     <type-decl name='unsigned long int' size-in-bits='64' id='type-id-2'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyUnicode_EncodeUTF7' filepath='./Include/internal/pycore_unicodeobject.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-8'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_DecodeRawUnicodeEscapeStateful' filepath='./Include/internal/pycore_unicodeobject.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_DecodeRawUnicodeEscapeStateful' filepath='./Include/internal/pycore_unicodeobject.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-8'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_AsLatin1String' filepath='./Include/internal/pycore_unicodeobject.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_AsLatin1String' filepath='./Include/internal/pycore_unicodeobject.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_EncodeCharmap' filepath='./Include/internal/pycore_unicodeobject.h' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_EncodeCharmap' filepath='./Include/internal/pycore_unicodeobject.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='_PyIO_Module' type-id='type-id-9' visibility='default' filepath='./Modules/_io/_iomodule.h' line='143' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/src' language='LANG_C11'>\r
     <typedef-decl name='_PyIO_State' type-id='type-id-10' filepath='./Modules/_io/_iomodule.h' line='35' column='1' id='type-id-11'/>\r
     <typedef-decl name='Py_off_t' type-id='type-id-12' filepath='./Modules/_io/_iomodule.h' line='109' column='1' id='type-id-13'/>\r
     <class-decl name='_io_state' size-in-bits='1024' is-struct='yes' visibility='default' filepath='./Modules/_io/_iomodule.h' line='145' column='1' id='type-id-10'>\r
       <return type-id='type-id-13'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='bytesio_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='17' column='1'/>\r
     <var-decl name='bytesiobuf_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='18' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='fileio_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='19' column='1'/>\r
     <function-decl name='_PyIOBase_finalize' filepath='./Modules/_io/_iomodule.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='iobase_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='20' column='1'/>\r
     <var-decl name='rawiobase_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='22' column='1'/>\r
     <function-decl name='_PyIO_trap_eintr' filepath='./Modules/_io/_iomodule.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='stringio_spec' type-id='type-id-16' visibility='default' filepath='./Modules/_io/_iomodule.h' line='23' column='1'/>\r
     <function-decl name='_PyIncrementalNewlineDecoder_decode' filepath='./Modules/_io/_iomodule.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyCodec_LookupTextEncoding' filepath='./Include/internal/pycore_codecs.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='gettext' filepath='/usr/include/libintl.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-17'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/src' language='LANG_C11'>\r
     <qualified-type-def type-id='type-id-22' const='yes' id='type-id-23'/>\r
     <pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-24'/>\r
     <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-25'/>\r
     </function-decl>\r
     <type-decl name='unsigned short int' size-in-bits='16' id='type-id-22'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyMutex_TryUnlock' filepath='./Include/internal/pycore_lock.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-26'/>\r
       <return type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyTraceMalloc_IsTracing' filepath='./Include/internal/pycore_tracemalloc.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyTraceMalloc_Init' filepath='./Include/internal/pycore_tracemalloc.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-5'/>\r
-    </function-decl>\r
-    <function-decl name='_PyTraceMalloc_Stop' filepath='./Include/internal/pycore_tracemalloc.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-3'/>\r
-    </function-decl>\r
     <function-decl name='_PyTraceMalloc_GetTracebackLimit' filepath='./Include/internal/pycore_tracemalloc.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/_weakref.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <function-decl name='_PyWeakref_GetWeakrefCount' filepath='./Include/internal/pycore_weakref.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+  <abi-instr address-size='64' path='./Modules/_weakref.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <function-decl name='_PyWeakref_GetWeakrefCount' filepath='./Include/internal/pycore_weakref.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
       <parameter type-id='type-id-28' name='interp' filepath='./Modules/atexitmodule.c' line='27' column='1'/>\r
       <parameter type-id='type-id-29' name='func' filepath='./Modules/atexitmodule.c' line='28' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/src' language='LANG_C11'>\r
     <enum-decl name='__rlimit_resource' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='31' column='1' id='type-id-31'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='RLIMIT_CPU' value='0'/>\r
     <pointer-type-def type-id='type-id-35' size-in-bits='64' id='type-id-49'/>\r
     <pointer-type-def type-id='type-id-45' size-in-bits='64' id='type-id-50'/>\r
     <qualified-type-def type-id='type-id-50' restrict='yes' id='type-id-51'/>\r
-    <function-decl name='_Py_DumpExtensionModules' filepath='./Include/internal/pycore_pyerrors.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_DumpExtensionModules' filepath='./Include/internal/pycore_pyerrors.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/src' language='LANG_C11'>\r
     <type-decl name='char' size-in-bits='8' id='type-id-53'/>\r
     <type-decl name='int' size-in-bits='32' id='type-id-5'/>\r
     <type-decl name='unsigned long int' size-in-bits='64' id='type-id-2'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/getpath.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/getpath.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_wfopen' filepath='./Include/internal/pycore_fileutils.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
       <parameter type-id='type-id-18'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <array-type-def dimensions='1' type-id='type-id-62' size-in-bits='1024' id='type-id-63'>\r
       <subrange length='16' type-id='type-id-2' id='type-id-64'/>\r
     </array-type-def>\r
       </data-member>\r
     </class-decl>\r
     <typedef-decl name='posix_spawn_file_actions_t' type-id='type-id-83' filepath='/usr/include/spawn.h' line='49' column='1' id='type-id-82'/>\r
-    <typedef-decl name='__compar_fn_t' type-id='type-id-85' filepath='/usr/include/stdlib.h' line='816' column='1' id='type-id-86'/>\r
     <typedef-decl name='__cpu_mask' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='32' column='1' id='type-id-62'/>\r
-    <class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-87' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='39' column='1' id='type-id-88'>\r
+    <class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-85' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='39' column='1' id='type-id-86'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='__bits' type-id='type-id-63' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='41' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='cpu_set_t' type-id='type-id-88' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='42' column='1' id='type-id-87'/>\r
-    <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='22' column='1' id='type-id-89'>\r
+    <typedef-decl name='cpu_set_t' type-id='type-id-86' filepath='/usr/include/x86_64-linux-gnu/bits/cpu-set.h' line='42' column='1' id='type-id-85'/>\r
+    <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-87'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='d_ino' type-id='type-id-90' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='28' column='1'/>\r
+        <var-decl name='d_ino' type-id='type-id-88' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='28' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='d_off' type-id='type-id-14' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='29' column='1'/>\r
         <var-decl name='d_reclen' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='144'>\r
-        <var-decl name='d_type' type-id='type-id-91' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='32' column='1'/>\r
+        <var-decl name='d_type' type-id='type-id-89' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='152'>\r
         <var-decl name='d_name' type-id='type-id-68' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/dirent.h' line='33' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='winsize' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='27' column='1' id='type-id-92'>\r
+    <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-90'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='ws_row' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='29' column='1'/>\r
       </data-member>\r
         <var-decl name='ws_ypixel' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/ioctl-types.h' line='32' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='__priority_which' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='187' column='1' id='type-id-93'>\r
+    <enum-decl name='__priority_which' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='187' column='1' id='type-id-91'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PRIO_PROCESS' value='0'/>\r
       <enumerator name='PRIO_PGRP' value='1'/>\r
       <enumerator name='PRIO_USER' value='2'/>\r
     </enum-decl>\r
-    <class-decl name='statvfs' size-in-bits='896' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='29' column='1' id='type-id-94'>\r
+    <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-92'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <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'/>\r
       </data-member>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='f_blocks' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='41' column='1'/>\r
+        <var-decl name='f_blocks' type-id='type-id-93' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='41' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='f_bfree' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='42' column='1'/>\r
+        <var-decl name='f_bfree' type-id='type-id-93' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='f_bavail' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='43' column='1'/>\r
+        <var-decl name='f_bavail' type-id='type-id-93' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='f_files' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='44' column='1'/>\r
+        <var-decl name='f_files' type-id='type-id-94' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='f_ffree' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='45' column='1'/>\r
+        <var-decl name='f_ffree' type-id='type-id-94' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='f_favail' type-id='type-id-96' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='46' column='1'/>\r
+        <var-decl name='f_favail' type-id='type-id-94' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
         <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'/>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='__f_spare' type-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='54' column='1'/>\r
+        <var-decl name='__f_spare' type-id='type-id-95' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/statvfs.h' line='54' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='termios' size-in-bits='480' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='24' column='1' id='type-id-98'>\r
+    <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-96'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='c_iflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='26' column='1'/>\r
+        <var-decl name='c_iflag' type-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='26' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='c_oflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='27' column='1'/>\r
+        <var-decl name='c_oflag' type-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='27' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='c_cflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='28' column='1'/>\r
+        <var-decl name='c_cflag' type-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='28' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='c_lflag' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='29' column='1'/>\r
+        <var-decl name='c_lflag' type-id='type-id-97' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='29' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='c_line' type-id='type-id-65' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='30' column='1'/>\r
         <var-decl name='c_cc' type-id='type-id-66' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='416'>\r
-        <var-decl name='c_ispeed' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='32' column='1'/>\r
+        <var-decl name='c_ispeed' type-id='type-id-98' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='c_ospeed' type-id='type-id-100' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='33' column='1'/>\r
+        <var-decl name='c_ospeed' type-id='type-id-98' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/termios-struct.h' line='33' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='cc_t' type-id='type-id-91' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='23' column='1' id='type-id-65'/>\r
-    <typedef-decl name='speed_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='24' column='1' id='type-id-100'/>\r
-    <typedef-decl name='tcflag_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='25' column='1' id='type-id-99'/>\r
-    <typedef-decl name='__id_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='159' column='1' id='type-id-102'/>\r
-    <typedef-decl name='__fsblkcnt64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='185' column='1' id='type-id-95'/>\r
-    <typedef-decl name='__fsfilcnt64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='189' column='1' id='type-id-96'/>\r
-    <typedef-decl name='clock_t' type-id='type-id-103' filepath='/usr/include/x86_64-linux-gnu/bits/types/clock_t.h' line='7' column='1' id='type-id-104'/>\r
-    <class-decl name='iovec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='26' column='1' id='type-id-105'>\r
+    <typedef-decl name='cc_t' type-id='type-id-89' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='23' column='1' id='type-id-65'/>\r
+    <typedef-decl name='speed_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='24' column='1' id='type-id-98'/>\r
+    <typedef-decl name='tcflag_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/termios.h' line='25' column='1' id='type-id-97'/>\r
+    <typedef-decl name='__id_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='159' column='1' id='type-id-100'/>\r
+    <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-93'/>\r
+    <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-94'/>\r
+    <typedef-decl name='clock_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types/clock_t.h' line='7' column='1' id='type-id-102'/>\r
+    <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-103'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='iov_base' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='28' column='1'/>\r
       </data-member>\r
         <var-decl name='iov_len' type-id='type-id-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h' line='29' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='itimerspec' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='8' column='1' id='type-id-106'>\r
+    <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-104'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='it_interval' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='10' column='1'/>\r
+        <var-decl name='it_interval' type-id='type-id-105' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='10' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='it_value' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='11' column='1'/>\r
+        <var-decl name='it_value' type-id='type-id-105' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h' line='11' column='1'/>\r
       </data-member>\r
     </class-decl>\r
     <class-decl name='sched_param' size-in-bits='32' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h' line='23' column='1' id='type-id-81'>\r
         <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'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='eventfd_t' type-id='type-id-108' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='27' column='1' id='type-id-109'/>\r
-    <typedef-decl name='__priority_which_t' type-id='type-id-93' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='40' column='1' id='type-id-110'/>\r
-    <class-decl name='tms' size-in-bits='256' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='32' column='1' id='type-id-111'>\r
+    <typedef-decl name='eventfd_t' type-id='type-id-106' filepath='/usr/include/x86_64-linux-gnu/sys/eventfd.h' line='27' column='1' id='type-id-107'/>\r
+    <typedef-decl name='__priority_which_t' type-id='type-id-91' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='40' column='1' id='type-id-108'/>\r
+    <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-109'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tms_utime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='34' column='1'/>\r
+        <var-decl name='tms_utime' type-id='type-id-102' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tms_stime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='35' column='1'/>\r
+        <var-decl name='tms_stime' type-id='type-id-102' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='tms_cutime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='37' column='1'/>\r
+        <var-decl name='tms_cutime' type-id='type-id-102' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='37' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='tms_cstime' type-id='type-id-104' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='38' column='1'/>\r
+        <var-decl name='tms_cstime' type-id='type-id-102' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/times.h' line='38' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='gid_t' type-id='type-id-112' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-113'/>\r
-    <typedef-decl name='mode_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='69' column='1' id='type-id-115'/>\r
-    <typedef-decl name='uid_t' type-id='type-id-116' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-117'/>\r
-    <typedef-decl name='pid_t' type-id='type-id-118' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='97' column='1' id='type-id-79'/>\r
-    <typedef-decl name='id_t' type-id='type-id-102' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='103' column='1' id='type-id-119'/>\r
-    <class-decl name='utsname' size-in-bits='3120' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='48' column='1' id='type-id-120'>\r
+    <typedef-decl name='gid_t' type-id='type-id-110' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-111'/>\r
+    <typedef-decl name='mode_t' type-id='type-id-112' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='69' column='1' id='type-id-113'/>\r
+    <typedef-decl name='uid_t' type-id='type-id-114' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-115'/>\r
+    <typedef-decl name='pid_t' type-id='type-id-116' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='97' column='1' id='type-id-79'/>\r
+    <typedef-decl name='id_t' type-id='type-id-100' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='103' column='1' id='type-id-117'/>\r
+    <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-118'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='sysname' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='51' column='1'/>\r
       </data-member>\r
         <var-decl name='domainname' type-id='type-id-70' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/utsname.h' line='67' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='idtype_t' naming-typedef-id='type-id-121' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='75' column='1' id='type-id-122'>\r
+    <enum-decl name='idtype_t' naming-typedef-id='type-id-119' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='75' column='1' id='type-id-120'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='P_ALL' value='0'/>\r
       <enumerator name='P_PID' value='1'/>\r
       <enumerator name='P_PGID' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='idtype_t' type-id='type-id-122' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='79' column='1' id='type-id-121'/>\r
-    <pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-123'/>\r
-    <pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-124'/>\r
-    <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-125'/>\r
+    <typedef-decl name='idtype_t' type-id='type-id-120' filepath='/usr/include/x86_64-linux-gnu/sys/wait.h' line='79' column='1' id='type-id-119'/>\r
+    <pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-121'/>\r
+    <pointer-type-def type-id='type-id-110' size-in-bits='64' id='type-id-122'/>\r
+    <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-123'/>\r
     <pointer-type-def type-id='type-id-73' size-in-bits='64' id='type-id-84'/>\r
-    <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-126'/>\r
-    <qualified-type-def type-id='type-id-127' restrict='yes' id='type-id-128'/>\r
-    <qualified-type-def type-id='type-id-112' const='yes' id='type-id-129'/>\r
+    <pointer-type-def type-id='type-id-114' size-in-bits='64' id='type-id-124'/>\r
+    <qualified-type-def type-id='type-id-125' restrict='yes' id='type-id-126'/>\r
+    <qualified-type-def type-id='type-id-110' const='yes' id='type-id-127'/>\r
+    <pointer-type-def type-id='type-id-127' size-in-bits='64' id='type-id-128'/>\r
+    <qualified-type-def type-id='type-id-85' const='yes' id='type-id-129'/>\r
     <pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-130'/>\r
-    <qualified-type-def type-id='type-id-87' const='yes' id='type-id-131'/>\r
+    <qualified-type-def type-id='type-id-103' const='yes' id='type-id-131'/>\r
     <pointer-type-def type-id='type-id-131' size-in-bits='64' id='type-id-132'/>\r
-    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-133'/>\r
+    <qualified-type-def type-id='type-id-104' const='yes' id='type-id-133'/>\r
     <pointer-type-def type-id='type-id-133' size-in-bits='64' id='type-id-134'/>\r
-    <qualified-type-def type-id='type-id-106' const='yes' id='type-id-135'/>\r
+    <qualified-type-def type-id='type-id-82' const='yes' id='type-id-135'/>\r
     <pointer-type-def type-id='type-id-135' size-in-bits='64' id='type-id-136'/>\r
-    <qualified-type-def type-id='type-id-82' const='yes' id='type-id-137'/>\r
-    <pointer-type-def type-id='type-id-137' size-in-bits='64' id='type-id-138'/>\r
-    <qualified-type-def type-id='type-id-138' restrict='yes' id='type-id-139'/>\r
-    <qualified-type-def type-id='type-id-76' const='yes' id='type-id-140'/>\r
-    <pointer-type-def type-id='type-id-140' size-in-bits='64' id='type-id-141'/>\r
-    <qualified-type-def type-id='type-id-141' restrict='yes' id='type-id-142'/>\r
-    <qualified-type-def type-id='type-id-81' const='yes' id='type-id-143'/>\r
-    <pointer-type-def type-id='type-id-143' size-in-bits='64' id='type-id-144'/>\r
-    <qualified-type-def type-id='type-id-144' restrict='yes' id='type-id-145'/>\r
-    <qualified-type-def type-id='type-id-80' const='yes' id='type-id-146'/>\r
-    <pointer-type-def type-id='type-id-146' size-in-bits='64' id='type-id-147'/>\r
-    <qualified-type-def type-id='type-id-147' restrict='yes' id='type-id-148'/>\r
-    <qualified-type-def type-id='type-id-98' const='yes' id='type-id-149'/>\r
+    <qualified-type-def type-id='type-id-136' restrict='yes' id='type-id-137'/>\r
+    <qualified-type-def type-id='type-id-76' const='yes' id='type-id-138'/>\r
+    <pointer-type-def type-id='type-id-138' size-in-bits='64' id='type-id-139'/>\r
+    <qualified-type-def type-id='type-id-139' restrict='yes' id='type-id-140'/>\r
+    <qualified-type-def type-id='type-id-81' const='yes' id='type-id-141'/>\r
+    <pointer-type-def type-id='type-id-141' size-in-bits='64' id='type-id-142'/>\r
+    <qualified-type-def type-id='type-id-142' restrict='yes' id='type-id-143'/>\r
+    <qualified-type-def type-id='type-id-80' const='yes' id='type-id-144'/>\r
+    <pointer-type-def type-id='type-id-144' size-in-bits='64' id='type-id-145'/>\r
+    <qualified-type-def type-id='type-id-145' restrict='yes' id='type-id-146'/>\r
+    <qualified-type-def type-id='type-id-96' const='yes' id='type-id-147'/>\r
+    <pointer-type-def type-id='type-id-147' size-in-bits='64' id='type-id-148'/>\r
+    <qualified-type-def type-id='type-id-90' const='yes' id='type-id-149'/>\r
     <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-150'/>\r
-    <qualified-type-def type-id='type-id-92' const='yes' id='type-id-151'/>\r
-    <pointer-type-def type-id='type-id-151' size-in-bits='64' id='type-id-152'/>\r
-    <pointer-type-def type-id='type-id-87' size-in-bits='64' id='type-id-153'/>\r
-    <pointer-type-def type-id='type-id-89' size-in-bits='64' id='type-id-154'/>\r
-    <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-155'/>\r
-    <pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-156'/>\r
-    <pointer-type-def type-id='type-id-106' size-in-bits='64' id='type-id-157'/>\r
-    <pointer-type-def type-id='type-id-79' size-in-bits='64' id='type-id-158'/>\r
+    <pointer-type-def type-id='type-id-85' size-in-bits='64' id='type-id-151'/>\r
+    <pointer-type-def type-id='type-id-87' size-in-bits='64' id='type-id-152'/>\r
+    <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-153'/>\r
+    <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-154'/>\r
+    <pointer-type-def type-id='type-id-104' size-in-bits='64' id='type-id-155'/>\r
+    <pointer-type-def type-id='type-id-79' size-in-bits='64' id='type-id-156'/>\r
+    <qualified-type-def type-id='type-id-156' restrict='yes' id='type-id-157'/>\r
+    <pointer-type-def type-id='type-id-82' size-in-bits='64' id='type-id-158'/>\r
     <qualified-type-def type-id='type-id-158' restrict='yes' id='type-id-159'/>\r
-    <pointer-type-def type-id='type-id-82' size-in-bits='64' id='type-id-160'/>\r
+    <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-160'/>\r
     <qualified-type-def type-id='type-id-160' restrict='yes' id='type-id-161'/>\r
-    <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-162'/>\r
-    <qualified-type-def type-id='type-id-162' restrict='yes' id='type-id-163'/>\r
-    <pointer-type-def type-id='type-id-81' size-in-bits='64' id='type-id-164'/>\r
-    <pointer-type-def type-id='type-id-94' size-in-bits='64' id='type-id-165'/>\r
-    <qualified-type-def type-id='type-id-165' restrict='yes' id='type-id-166'/>\r
-    <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-167'/>\r
-    <pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-168'/>\r
-    <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-169'/>\r
+    <pointer-type-def type-id='type-id-81' size-in-bits='64' id='type-id-162'/>\r
+    <pointer-type-def type-id='type-id-92' size-in-bits='64' id='type-id-163'/>\r
+    <qualified-type-def type-id='type-id-163' restrict='yes' id='type-id-164'/>\r
+    <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-165'/>\r
+    <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-166'/>\r
+    <pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-167'/>\r
     <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-72'/>\r
     <class-decl name='__spawn_action' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>\r
     <function-decl name='_PyEval_ReInitThreads' filepath='./Include/internal/pycore_ceval.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_GetTicksPerSecond' filepath='./Include/internal/pycore_fileutils.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-168'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyImport_AcquireLock' filepath='./Include/internal/pycore_import.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_DeleteExceptMain' filepath='./Include/internal/pycore_pystate.h' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PySignal_AfterFork' filepath='./Include/internal/pycore_pystate.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyRuntimeState_ReInitThreads' filepath='./Include/internal/pycore_runtime.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_FromSecondsDouble' filepath='./Include/internal/pycore_time.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-171'/>\r
       <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-173'/>\r
-      <parameter type-id='type-id-174'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_FromTimespec' filepath='./Include/internal/pycore_time.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-174'/>\r
-      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-173'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_AddMethod' filepath='./Include/internal/pycore_typeobject.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_AddMethod' filepath='./Include/internal/pycore_typeobject.h' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
-      <parameter type-id='type-id-176'/>\r
+      <parameter type-id='type-id-174'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='619' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_BeforeFork'>\r
+    <function-decl name='PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_BeforeFork'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyOS_AfterFork_Parent' mangled-name='PyOS_AfterFork_Parent' filepath='./Modules/posixmodule.c' line='630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Parent'>\r
+    <function-decl name='PyOS_AfterFork_Parent' mangled-name='PyOS_AfterFork_Parent' filepath='./Modules/posixmodule.c' line='633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Parent'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyOS_AfterFork_Child' mangled-name='PyOS_AfterFork_Child' filepath='./Modules/posixmodule.c' line='641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Child'>\r
+    <function-decl name='PyOS_AfterFork_Child' mangled-name='PyOS_AfterFork_Child' filepath='./Modules/posixmodule.c' line='644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork_Child'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork'>\r
+    <function-decl name='PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='724' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>\r
-      <parameter type-id='type-id-113' name='gid' filepath='./Modules/posixmodule.c' line='750' column='1'/>\r
+    <function-decl name='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='753' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>\r
+      <parameter type-id='type-id-111' name='gid' filepath='./Modules/posixmodule.c' line='753' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='758' column='1'/>\r
-      <parameter type-id='type-id-168' name='p' filepath='./Modules/posixmodule.c' line='758' column='1'/>\r
+    <function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='761' column='1'/>\r
+      <parameter type-id='type-id-166' name='p' filepath='./Modules/posixmodule.c' line='761' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_Gid_Converter' mangled-name='_Py_Gid_Converter' filepath='./Modules/posixmodule.c' line='864' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='864' column='1'/>\r
-      <parameter type-id='type-id-156' name='p' filepath='./Modules/posixmodule.c' line='864' column='1'/>\r
+    <function-decl name='_Py_Gid_Converter' mangled-name='_Py_Gid_Converter' filepath='./Modules/posixmodule.c' line='867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='./Modules/posixmodule.c' line='867' column='1'/>\r
+      <parameter type-id='type-id-154' name='p' filepath='./Modules/posixmodule.c' line='867' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='opendir' filepath='/usr/include/dirent.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-123'/>\r
+      <return type-id='type-id-121'/>\r
     </function-decl>\r
     <function-decl name='fdopendir' filepath='/usr/include/dirent.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-123'/>\r
+      <return type-id='type-id-121'/>\r
     </function-decl>\r
     <function-decl name='closedir' filepath='/usr/include/dirent.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-123'/>\r
+      <parameter type-id='type-id-121'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='rewinddir' filepath='/usr/include/dirent.h' line='209' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-123'/>\r
+      <parameter type-id='type-id-121'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='setgroups' filepath='/usr/include/grp.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-130'/>\r
+      <parameter type-id='type-id-128'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='getgrouplist' filepath='/usr/include/grp.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-112'/>\r
-      <parameter type-id='type-id-124'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-110'/>\r
+      <parameter type-id='type-id-122'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='initgroups' filepath='/usr/include/grp.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='openpty' filepath='/usr/include/pty.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-17'/>\r
+      <parameter type-id='type-id-148'/>\r
       <parameter type-id='type-id-150'/>\r
-      <parameter type-id='type-id-152'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='forkpty' filepath='/usr/include/pty.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-17'/>\r
+      <parameter type-id='type-id-148'/>\r
       <parameter type-id='type-id-150'/>\r
-      <parameter type-id='type-id-152'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_setparam' filepath='/usr/include/sched.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
-      <parameter type-id='type-id-144'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-142'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_getparam' filepath='/usr/include/sched.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
-      <parameter type-id='type-id-164'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-162'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_setscheduler' filepath='/usr/include/sched.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-144'/>\r
+      <parameter type-id='type-id-142'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_getscheduler' filepath='/usr/include/sched.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_get_priority_max' filepath='/usr/include/sched.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_rr_get_interval' filepath='/usr/include/sched.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
-      <parameter type-id='type-id-178'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-176'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_setaffinity' filepath='/usr/include/sched.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-132'/>\r
+      <parameter type-id='type-id-130'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sched_getaffinity' filepath='/usr/include/sched.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-153'/>\r
+      <parameter type-id='type-id-151'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='killpg' filepath='/usr/include/signal.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawn' filepath='/usr/include/spawn.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-159'/>\r
-      <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-139'/>\r
-      <parameter type-id='type-id-142'/>\r
-      <parameter type-id='type-id-128'/>\r
-      <parameter type-id='type-id-128'/>\r
+      <parameter type-id='type-id-157'/>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-137'/>\r
+      <parameter type-id='type-id-140'/>\r
+      <parameter type-id='type-id-126'/>\r
+      <parameter type-id='type-id-126'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnp' filepath='/usr/include/spawn.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-158'/>\r
+      <parameter type-id='type-id-156'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-138'/>\r
-      <parameter type-id='type-id-141'/>\r
-      <parameter type-id='type-id-127'/>\r
-      <parameter type-id='type-id-127'/>\r
+      <parameter type-id='type-id-136'/>\r
+      <parameter type-id='type-id-139'/>\r
+      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-125'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_init' filepath='/usr/include/spawn.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-162'/>\r
+      <parameter type-id='type-id-160'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_destroy' filepath='/usr/include/spawn.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-162'/>\r
+      <parameter type-id='type-id-160'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_setsigdefault' filepath='/usr/include/spawn.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-163'/>\r
-      <parameter type-id='type-id-148'/>\r
+      <parameter type-id='type-id-161'/>\r
+      <parameter type-id='type-id-146'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_setsigmask' filepath='/usr/include/spawn.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-163'/>\r
-      <parameter type-id='type-id-148'/>\r
+      <parameter type-id='type-id-161'/>\r
+      <parameter type-id='type-id-146'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_setflags' filepath='/usr/include/spawn.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-162'/>\r
+      <parameter type-id='type-id-160'/>\r
       <parameter type-id='type-id-78'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_setpgroup' filepath='/usr/include/spawn.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-162'/>\r
+      <parameter type-id='type-id-160'/>\r
       <parameter type-id='type-id-79'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_setschedpolicy' filepath='/usr/include/spawn.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-162'/>\r
+      <parameter type-id='type-id-160'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='posix_spawnattr_setschedparam' filepath='/usr/include/spawn.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-163'/>\r
-      <parameter type-id='type-id-145'/>\r
+      <parameter type-id='type-id-161'/>\r
+      <parameter type-id='type-id-143'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-160'/>\r
+      <parameter type-id='type-id-158'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-160'/>\r
+      <parameter type-id='type-id-158'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-161'/>\r
+      <parameter type-id='type-id-159'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-179'/>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-115'/>\r
+      <parameter type-id='type-id-113'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-160'/>\r
+      <parameter type-id='type-id-158'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-160'/>\r
+      <parameter type-id='type-id-158'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-160'/>\r
+      <parameter type-id='type-id-158'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='qsort' filepath='/usr/include/stdlib.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-86'/>\r
-      <return type-id='type-id-3'/>\r
-    </function-decl>\r
     <function-decl name='posix_openpt' filepath='/usr/include/stdlib.h' line='978' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='getloadavg' filepath='/usr/include/stdlib.h' line='1013' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-180'/>\r
+      <parameter type-id='type-id-178'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='strtok_r' filepath='/usr/include/string.h' line='366' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-181'/>\r
       <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-182'/>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-180'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='access' filepath='/usr/include/unistd.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pipe' filepath='/usr/include/unistd.h' line='437' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pipe2' filepath='/usr/include/unistd.h' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='chown' filepath='/usr/include/unistd.h' line='493' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fchown' filepath='/usr/include/unistd.h' line='498' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='lchown' filepath='/usr/include/unistd.h' line='503' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fchownat' filepath='/usr/include/unistd.h' line='511' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-110'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     </function-decl>\r
     <function-decl name='execve' filepath='/usr/include/unistd.h' line='572' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-127'/>\r
-      <parameter type-id='type-id-127'/>\r
+      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-125'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fexecve' filepath='/usr/include/unistd.h' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-127'/>\r
-      <parameter type-id='type-id-127'/>\r
+      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-125'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='execv' filepath='/usr/include/unistd.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-127'/>\r
+      <parameter type-id='type-id-125'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='nice' filepath='/usr/include/unistd.h' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     <function-decl name='pathconf' filepath='/usr/include/unistd.h' line='633' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='fpathconf' filepath='/usr/include/unistd.h' line='637' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='getpgrp' filepath='/usr/include/unistd.h' line='656' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='getpgid' filepath='/usr/include/unistd.h' line='661' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
-      <return type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='setpgid' filepath='/usr/include/unistd.h' line='668' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-116'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setpgrp' filepath='/usr/include/unistd.h' line='682' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setsid' filepath='/usr/include/unistd.h' line='689' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='getsid' filepath='/usr/include/unistd.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
-      <return type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='getuid' filepath='/usr/include/unistd.h' line='697' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-116'/>\r
+      <return type-id='type-id-114'/>\r
     </function-decl>\r
     <function-decl name='geteuid' filepath='/usr/include/unistd.h' line='700' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-116'/>\r
+      <return type-id='type-id-114'/>\r
     </function-decl>\r
     <function-decl name='getgid' filepath='/usr/include/unistd.h' line='703' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-112'/>\r
+      <return type-id='type-id-110'/>\r
     </function-decl>\r
     <function-decl name='getegid' filepath='/usr/include/unistd.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-112'/>\r
+      <return type-id='type-id-110'/>\r
     </function-decl>\r
     <function-decl name='getgroups' filepath='/usr/include/unistd.h' line='711' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-124'/>\r
+      <parameter type-id='type-id-122'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setuid' filepath='/usr/include/unistd.h' line='722' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-114'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setreuid' filepath='/usr/include/unistd.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-114'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='seteuid' filepath='/usr/include/unistd.h' line='732' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-114'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setgid' filepath='/usr/include/unistd.h' line='739' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setregid' filepath='/usr/include/unistd.h' line='744' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-112'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-110'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setegid' filepath='/usr/include/unistd.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='getresuid' filepath='/usr/include/unistd.h' line='755' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-126'/>\r
-      <parameter type-id='type-id-126'/>\r
-      <parameter type-id='type-id-126'/>\r
-      <return type-id='type-id-5'/>\r
-    </function-decl>\r
-    <function-decl name='getresgid' filepath='/usr/include/unistd.h' line='760' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-124'/>\r
       <parameter type-id='type-id-124'/>\r
       <parameter type-id='type-id-124'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
+    <function-decl name='getresgid' filepath='/usr/include/unistd.h' line='760' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-122'/>\r
+      <parameter type-id='type-id-122'/>\r
+      <parameter type-id='type-id-122'/>\r
+      <return type-id='type-id-5'/>\r
+    </function-decl>\r
     <function-decl name='setresuid' filepath='/usr/include/unistd.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-114'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setresgid' filepath='/usr/include/unistd.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-112'/>\r
-      <parameter type-id='type-id-112'/>\r
-      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-110'/>\r
+      <parameter type-id='type-id-110'/>\r
+      <parameter type-id='type-id-110'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fork' filepath='/usr/include/unistd.h' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='ttyname_r' filepath='/usr/include/unistd.h' line='803' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='readlinkat' filepath='/usr/include/unistd.h' line='851' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-181'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <function-decl name='unlink' filepath='/usr/include/unistd.h' line='858' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
     </function-decl>\r
     <function-decl name='tcgetpgrp' filepath='/usr/include/unistd.h' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='tcsetpgrp' filepath='/usr/include/unistd.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='getlogin' filepath='/usr/include/unistd.h' line='881' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-17'/>\r
+    <function-decl name='getlogin_r' filepath='/usr/include/unistd.h' line='889' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-17'/>\r
+      <parameter type-id='type-id-21'/>\r
+      <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='chroot' filepath='/usr/include/unistd.h' line='977' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
     </function-decl>\r
     <function-decl name='copy_file_range' filepath='/usr/include/unistd.h' line='1142' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-123'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-123'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-101'/>\r
-      <return type-id='type-id-184'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <function-decl name='fdatasync' filepath='/usr/include/unistd.h' line='1150' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-132'/>\r
+      <parameter type-id='type-id-130'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-153'/>\r
+      <return type-id='type-id-151'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-153'/>\r
+      <parameter type-id='type-id-151'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-123'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-125'/>\r
+      <parameter type-id='type-id-123'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-101'/>\r
-      <return type-id='type-id-185'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <return type-id='type-id-183'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-101'/>\r
+      <parameter type-id='type-id-99'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-101'/>\r
+      <parameter type-id='type-id-99'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-155'/>\r
+      <parameter type-id='type-id-153'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-109'/>\r
+      <parameter type-id='type-id-107'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-110'/>\r
-      <parameter type-id='type-id-119'/>\r
+      <parameter type-id='type-id-108'/>\r
+      <parameter type-id='type-id-117'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-110'/>\r
-      <parameter type-id='type-id-119'/>\r
+      <parameter type-id='type-id-108'/>\r
+      <parameter type-id='type-id-117'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-114'/>\r
-      <return type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
+      <return type-id='type-id-112'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
-      <parameter type-id='type-id-186'/>\r
+      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-184'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
-      <parameter type-id='type-id-186'/>\r
+      <parameter type-id='type-id-112'/>\r
+      <parameter type-id='type-id-184'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-112'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-173'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-173'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-186'/>\r
-      <return type-id='type-id-101'/>\r
+      <parameter type-id='type-id-184'/>\r
+      <return type-id='type-id-99'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-186'/>\r
-      <return type-id='type-id-101'/>\r
+      <parameter type-id='type-id-184'/>\r
+      <return type-id='type-id-99'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-101'/>\r
-      <parameter type-id='type-id-101'/>\r
-      <return type-id='type-id-186'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <return type-id='type-id-184'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-187'/>\r
+      <parameter type-id='type-id-185'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-136'/>\r
-      <parameter type-id='type-id-157'/>\r
+      <parameter type-id='type-id-134'/>\r
+      <parameter type-id='type-id-155'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-157'/>\r
+      <parameter type-id='type-id-155'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-167'/>\r
-      <return type-id='type-id-104'/>\r
+      <parameter type-id='type-id-165'/>\r
+      <return type-id='type-id-102'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-134'/>\r
+      <parameter type-id='type-id-132'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-134'/>\r
+      <parameter type-id='type-id-132'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-169'/>\r
+      <parameter type-id='type-id-167'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-177'/>\r
-      <return type-id='type-id-118'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-118'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-121'/>\r
-      <parameter type-id='type-id-102'/>\r
-      <parameter type-id='type-id-188'/>\r
+      <parameter type-id='type-id-119'/>\r
+      <parameter type-id='type-id-100'/>\r
+      <parameter type-id='type-id-186'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-189'/>\r
-      <return type-id='type-id-118'/>\r
+      <parameter type-id='type-id-187'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-118'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-116'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-189'/>\r
-      <return type-id='type-id-118'/>\r
+      <parameter type-id='type-id-187'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-190'>\r
-      <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-5'/>\r
-    </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <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-191'>\r
+  <abi-instr address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <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-188'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='pw_name' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='51' column='1'/>\r
       </data-member>\r
         <var-decl name='pw_passwd' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='52' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='pw_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/pwd.h' line='54' column='1'/>\r
+        <var-decl name='pw_uid' type-id='type-id-114' visibility='default' filepath='/usr/include/pwd.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160'>\r
-        <var-decl name='pw_gid' type-id='type-id-112' visibility='default' filepath='/usr/include/pwd.h' line='55' column='1'/>\r
+        <var-decl name='pw_gid' type-id='type-id-110' visibility='default' filepath='/usr/include/pwd.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='pw_gecos' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='56' column='1'/>\r
         <var-decl name='pw_shell' type-id='type-id-17' visibility='default' filepath='/usr/include/pwd.h' line='58' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <pointer-type-def type-id='type-id-191' size-in-bits='64' id='type-id-192'/>\r
-    <qualified-type-def type-id='type-id-192' restrict='yes' id='type-id-193'/>\r
-    <pointer-type-def type-id='type-id-192' size-in-bits='64' id='type-id-194'/>\r
-    <qualified-type-def type-id='type-id-194' restrict='yes' id='type-id-195'/>\r
+    <pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-189'/>\r
+    <qualified-type-def type-id='type-id-189' restrict='yes' id='type-id-190'/>\r
+    <pointer-type-def type-id='type-id-189' size-in-bits='64' id='type-id-191'/>\r
+    <qualified-type-def type-id='type-id-191' restrict='yes' id='type-id-192'/>\r
     <function-decl name='setpwent' filepath='/usr/include/pwd.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='getpwent' filepath='/usr/include/pwd.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-192'/>\r
+      <return type-id='type-id-189'/>\r
     </function-decl>\r
     <function-decl name='getpwuid_r' filepath='/usr/include/pwd.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-116'/>\r
-      <parameter type-id='type-id-193'/>\r
-      <parameter type-id='type-id-181'/>\r
+      <parameter type-id='type-id-114'/>\r
+      <parameter type-id='type-id-190'/>\r
+      <parameter type-id='type-id-179'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-195'/>\r
+      <parameter type-id='type-id-192'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='getpwnam_r' filepath='/usr/include/pwd.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-190'/>\r
       <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-193'/>\r
-      <parameter type-id='type-id-181'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-195'/>\r
+      <parameter type-id='type-id-192'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <enum-decl name='__itimer_which' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='114' column='1' id='type-id-196'>\r
+  <abi-instr address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <enum-decl name='__itimer_which' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='114' column='1' id='type-id-193'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='ITIMER_REAL' value='0'/>\r
       <enumerator name='ITIMER_VIRTUAL' value='1'/>\r
       <enumerator name='ITIMER_PROF' value='2'/>\r
     </enum-decl>\r
-    <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-197'>\r
+    <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-194'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='it_interval' type-id='type-id-198' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='133' column='1'/>\r
+        <var-decl name='it_interval' type-id='type-id-195' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='133' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='it_value' type-id='type-id-198' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='135' column='1'/>\r
+        <var-decl name='it_value' type-id='type-id-195' visibility='default' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='135' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='__itimer_which_t' type-id='type-id-196' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='141' column='1' id='type-id-199'/>\r
-    <qualified-type-def type-id='type-id-197' const='yes' id='type-id-200'/>\r
-    <pointer-type-def type-id='type-id-200' size-in-bits='64' id='type-id-201'/>\r
+    <typedef-decl name='__itimer_which_t' type-id='type-id-193' filepath='/usr/include/x86_64-linux-gnu/sys/time.h' line='141' column='1' id='type-id-196'/>\r
+    <qualified-type-def type-id='type-id-194' const='yes' id='type-id-197'/>\r
+    <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-198'/>\r
+    <qualified-type-def type-id='type-id-198' restrict='yes' id='type-id-199'/>\r
+    <qualified-type-def type-id='type-id-175' restrict='yes' id='type-id-200'/>\r
+    <pointer-type-def type-id='type-id-194' size-in-bits='64' id='type-id-201'/>\r
     <qualified-type-def type-id='type-id-201' restrict='yes' id='type-id-202'/>\r
-    <qualified-type-def type-id='type-id-177' restrict='yes' id='type-id-203'/>\r
-    <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-204'/>\r
-    <qualified-type-def type-id='type-id-204' restrict='yes' id='type-id-205'/>\r
-    <qualified-type-def type-id='type-id-188' restrict='yes' id='type-id-206'/>\r
+    <qualified-type-def type-id='type-id-186' restrict='yes' id='type-id-203'/>\r
     <function-decl name='_PyEval_SignalReceived' filepath='./Include/internal/pycore_ceval.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_FromUid' filepath='./Modules/posixmodule.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-117'/>\r
+      <parameter type-id='type-id-115'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_Sigset_Converter' filepath='./Modules/posixmodule.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sigismember' filepath='/usr/include/signal.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-147'/>\r
+      <parameter type-id='type-id-145'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sigwait' filepath='/usr/include/signal.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-148'/>\r
-      <parameter type-id='type-id-203'/>\r
+      <parameter type-id='type-id-146'/>\r
+      <parameter type-id='type-id-200'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sigwaitinfo' filepath='/usr/include/signal.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-148'/>\r
-      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-146'/>\r
+      <parameter type-id='type-id-203'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sigtimedwait' filepath='/usr/include/signal.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-148'/>\r
-      <parameter type-id='type-id-206'/>\r
-      <parameter type-id='type-id-207'/>\r
+      <parameter type-id='type-id-146'/>\r
+      <parameter type-id='type-id-203'/>\r
+      <parameter type-id='type-id-204'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='__libc_current_sigrtmin' filepath='/usr/include/signal.h' line='383' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='alarm' filepath='/usr/include/unistd.h' line='452' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-101'/>\r
-      <return type-id='type-id-101'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <return type-id='type-id-99'/>\r
     </function-decl>\r
     <function-decl name='pause' filepath='/usr/include/unistd.h' line='489' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-208'/>\r
+      <parameter type-id='type-id-205'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-199'/>\r
-      <parameter type-id='type-id-204'/>\r
+      <parameter type-id='type-id-196'/>\r
+      <parameter type-id='type-id-201'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
+      <parameter type-id='type-id-196'/>\r
       <parameter type-id='type-id-199'/>\r
       <parameter type-id='type-id-202'/>\r
-      <parameter type-id='type-id-205'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_SymtableStringObjectFlags' filepath='./Include/internal/pycore_symtable.h' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <return type-id='type-id-210'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <return type-id='type-id-207'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Modules/timemodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyTimeFraction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-211' visibility='default' filepath='./Include/internal/pycore_time.h' line='310' column='1' id='type-id-212'>\r
+  <abi-instr address-size='64' path='./Modules/timemodule.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_PyTimeFraction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-208' visibility='default' filepath='./Include/internal/pycore_time.h' line='310' column='1' id='type-id-209'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='numer' type-id='type-id-213' visibility='default' filepath='./Include/internal/pycore_time.h' line='311' column='1'/>\r
+        <var-decl name='numer' type-id='type-id-210' visibility='default' filepath='./Include/internal/pycore_time.h' line='311' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='denom' type-id='type-id-213' visibility='default' filepath='./Include/internal/pycore_time.h' line='312' column='1'/>\r
+        <var-decl name='denom' type-id='type-id-210' visibility='default' filepath='./Include/internal/pycore_time.h' line='312' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyTimeFraction' type-id='type-id-212' filepath='./Include/internal/pycore_time.h' line='313' column='1' id='type-id-211'/>\r
-    <pointer-type-def type-id='type-id-211' size-in-bits='64' id='type-id-214'/>\r
-    <pointer-type-def type-id='type-id-187' size-in-bits='64' id='type-id-215'/>\r
-    <qualified-type-def type-id='type-id-211' const='yes' id='type-id-216'/>\r
+    <typedef-decl name='_PyTimeFraction' type-id='type-id-209' filepath='./Include/internal/pycore_time.h' line='313' column='1' id='type-id-208'/>\r
+    <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-211'/>\r
+    <pointer-type-def type-id='type-id-185' size-in-bits='64' id='type-id-212'/>\r
+    <qualified-type-def type-id='type-id-208' const='yes' id='type-id-213'/>\r
+    <pointer-type-def type-id='type-id-213' size-in-bits='64' id='type-id-214'/>\r
+    <qualified-type-def type-id='type-id-215' const='yes' id='type-id-216'/>\r
     <pointer-type-def type-id='type-id-216' size-in-bits='64' id='type-id-217'/>\r
-    <qualified-type-def type-id='type-id-218' const='yes' id='type-id-219'/>\r
-    <pointer-type-def type-id='type-id-219' size-in-bits='64' id='type-id-220'/>\r
-    <qualified-type-def type-id='type-id-220' restrict='yes' id='type-id-221'/>\r
+    <qualified-type-def type-id='type-id-217' restrict='yes' id='type-id-218'/>\r
     <function-decl name='_PyTime_FromTimeval' filepath='./Include/internal/pycore_time.h' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-174'/>\r
-      <parameter type-id='type-id-222'/>\r
+      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-219'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_TimeWithInfo' filepath='./Include/internal/pycore_time.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-174'/>\r
-      <parameter type-id='type-id-223'/>\r
+      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-220'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_PerfCounterWithInfo' filepath='./Include/internal/pycore_time.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-174'/>\r
-      <parameter type-id='type-id-223'/>\r
+      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-220'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTimeFraction_Set' filepath='./Include/internal/pycore_time.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-214'/>\r
-      <parameter type-id='type-id-213'/>\r
-      <parameter type-id='type-id-213'/>\r
+      <parameter type-id='type-id-211'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-210'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTimeFraction_Mul' filepath='./Include/internal/pycore_time.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-213'/>\r
-      <parameter type-id='type-id-217'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-214'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='_PyTimeFraction_Resolution' filepath='./Include/internal/pycore_time.h' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-217'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-214'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='pthread_getcpuclockid' filepath='/usr/include/pthread.h' line='1315' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-208'/>\r
-      <parameter type-id='type-id-215'/>\r
+      <parameter type-id='type-id-205'/>\r
+      <parameter type-id='type-id-212'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='clock' filepath='/usr/include/time.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-104'/>\r
+      <return type-id='type-id-102'/>\r
     </function-decl>\r
     <function-decl name='time' filepath='/usr/include/time.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-224'/>\r
-      <return type-id='type-id-225'/>\r
+      <parameter type-id='type-id-221'/>\r
+      <return type-id='type-id-222'/>\r
     </function-decl>\r
     <function-decl name='mktime' filepath='/usr/include/time.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-226'/>\r
-      <return type-id='type-id-225'/>\r
+      <parameter type-id='type-id-223'/>\r
+      <return type-id='type-id-222'/>\r
     </function-decl>\r
     <function-decl name='tzset' filepath='/usr/include/time.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='clock_settime' filepath='/usr/include/time.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-227'/>\r
-      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-224'/>\r
+      <parameter type-id='type-id-173'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='clock_nanosleep' filepath='/usr/include/time.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-227'/>\r
+      <parameter type-id='type-id-224'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-175'/>\r
-      <parameter type-id='type-id-178'/>\r
+      <parameter type-id='type-id-173'/>\r
+      <parameter type-id='type-id-176'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='wcsftime' filepath='/usr/include/wchar.h' line='852' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-19'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-20'/>\r
-      <parameter type-id='type-id-221'/>\r
+      <parameter type-id='type-id-218'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='256' id='type-id-228'>\r
-      <subrange length='4' type-id='type-id-2' id='type-id-229'/>\r
+  <abi-instr address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='256' id='type-id-225'>\r
+      <subrange length='4' type-id='type-id-2' id='type-id-226'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='infinite' id='type-id-230'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='infinite' id='type-id-227'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-230' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='15' column='1'/>\r
+    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-227' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='15' column='1'/>\r
     <function-decl name='dlopen' filepath='/usr/include/dlfcn.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='dlsym' filepath='/usr/include/dlfcn.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-232'/>\r
-      <parameter type-id='type-id-179'/>\r
+      <parameter type-id='type-id-229'/>\r
+      <parameter type-id='type-id-177'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='dlerror' filepath='/usr/include/dlfcn.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Python/getplatform.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Python/getplatform.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='Py_GetPlatform' mangled-name='Py_GetPlatform' filepath='./Python/getplatform.c' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPlatform'>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Python/importdl.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='dl_funcptr' type-id='type-id-233' filepath='./Include/internal/pycore_importdl.h' line='128' column='1' id='type-id-234'/>\r
+  <abi-instr address-size='64' path='./Python/importdl.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='dl_funcptr' type-id='type-id-230' filepath='./Include/internal/pycore_importdl.h' line='132' column='1' id='type-id-231'/>\r
     <function-decl name='_PyImport_SwapPackageContext' filepath='./Include/internal/pycore_import.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-56'/>\r
-      <return type-id='type-id-234'/>\r
+      <return type-id='type-id-231'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-235'>\r
+    <function-type size-in-bits='64' id='type-id-232'>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='./Python/sysmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='./Python/sysmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyEval_SetSwitchInterval' filepath='./Include/internal/pycore_ceval.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-2'/>\r
       <return type-id='type-id-3'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyPerfTrampoline_GetCallbacks' filepath='./Include/internal/pycore_ceval.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-236'/>\r
+      <parameter type-id='type-id-233'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyIsPerfTrampolineActive' filepath='./Include/internal/pycore_ceval.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyWideStringList_AsList' filepath='./Include/internal/pycore_initconfig.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-237'/>\r
+      <parameter type-id='type-id-234'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyObject_DebugTypeStats' filepath='./Include/internal/pycore_object.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_PyPathConfig_ComputeSysPath0' filepath='./Include/internal/pycore_pathconfig.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-237'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-234'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyErr_StackItemToExcInfoTuple' filepath='./Include/internal/pycore_pyerrors.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-239'/>\r
+      <parameter type-id='type-id-236'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_GetStdlibDir' filepath='./Include/internal/pycore_pylifecycle.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     <function-decl name='PyThread_GetInfo' mangled-name='PyThread_GetInfo' filepath='./Include/pythread.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_GetInfo'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PySys_AuditTuple' mangled-name='PySys_AuditTuple' filepath='./Python/sysmodule.c' line='340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AuditTuple'>\r
-      <parameter type-id='type-id-6' name='event' filepath='./Python/sysmodule.c' line='340' column='1'/>\r
-      <parameter type-id='type-id-4' name='args' filepath='./Python/sysmodule.c' line='340' column='1'/>\r
+    <function-decl name='_PySys_GetAttr' mangled-name='_PySys_GetAttr' filepath='./Python/sysmodule.c' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetAttr'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='./Python/sysmodule.c' line='76' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='./Python/sysmodule.c' line='76' column='1'/>\r
+      <return type-id='type-id-4'/>\r
+    </function-decl>\r
+    <function-decl name='PySys_GetObject' mangled-name='PySys_GetObject' filepath='./Python/sysmodule.c' line='160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetObject'>\r
+      <parameter type-id='type-id-6' name='name' filepath='./Python/sysmodule.c' line='160' column='1'/>\r
+      <return type-id='type-id-4'/>\r
+    </function-decl>\r
+    <function-decl name='PySys_AuditTuple' mangled-name='PySys_AuditTuple' filepath='./Python/sysmodule.c' line='405' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AuditTuple'>\r
+      <parameter type-id='type-id-6' name='event' filepath='./Python/sysmodule.c' line='405' column='1'/>\r
+      <parameter type-id='type-id-4' name='args' filepath='./Python/sysmodule.c' line='405' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySys_AddAuditHook' mangled-name='PySys_AddAuditHook' filepath='./Python/sysmodule.c' line='415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddAuditHook'>\r
-      <parameter type-id='type-id-240' name='hook' filepath='./Python/sysmodule.c' line='415' column='1'/>\r
-      <parameter type-id='type-id-30' name='userData' filepath='./Python/sysmodule.c' line='415' column='1'/>\r
+    <function-decl name='PySys_AddAuditHook' mangled-name='PySys_AddAuditHook' filepath='./Python/sysmodule.c' line='480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddAuditHook'>\r
+      <parameter type-id='type-id-237' name='hook' filepath='./Python/sysmodule.c' line='480' column='1'/>\r
+      <parameter type-id='type-id-30' name='userData' filepath='./Python/sysmodule.c' line='480' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PySys_GetSizeOf' mangled-name='_PySys_GetSizeOf' filepath='./Python/sysmodule.c' line='1872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetSizeOf'>\r
-      <parameter type-id='type-id-4' name='o' filepath='./Python/sysmodule.c' line='1872' column='1'/>\r
+    <function-decl name='_PySys_GetSizeOf' mangled-name='_PySys_GetSizeOf' filepath='./Python/sysmodule.c' line='1950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetSizeOf'>\r
+      <parameter type-id='type-id-4' name='o' filepath='./Python/sysmodule.c' line='1950' column='1'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_PerfMapState_Init' mangled-name='PyUnstable_PerfMapState_Init' filepath='./Python/sysmodule.c' line='2451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfMapState_Init'>\r
+    <function-decl name='PyUnstable_PerfMapState_Init' mangled-name='PyUnstable_PerfMapState_Init' filepath='./Python/sysmodule.c' line='2529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfMapState_Init'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_WritePerfMapEntry' mangled-name='PyUnstable_WritePerfMapEntry' filepath='./Python/sysmodule.c' line='2482' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_WritePerfMapEntry'>\r
-      <parameter type-id='type-id-30' name='code_addr' filepath='./Python/sysmodule.c' line='2483' column='1'/>\r
-      <parameter type-id='type-id-101' name='code_size' filepath='./Python/sysmodule.c' line='2484' column='1'/>\r
-      <parameter type-id='type-id-6' name='entry_name' filepath='./Python/sysmodule.c' line='2485' column='1'/>\r
+    <function-decl name='PyUnstable_WritePerfMapEntry' mangled-name='PyUnstable_WritePerfMapEntry' filepath='./Python/sysmodule.c' line='2560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_WritePerfMapEntry'>\r
+      <parameter type-id='type-id-30' name='code_addr' filepath='./Python/sysmodule.c' line='2561' column='1'/>\r
+      <parameter type-id='type-id-99' name='code_size' filepath='./Python/sysmodule.c' line='2562' column='1'/>\r
+      <parameter type-id='type-id-6' name='entry_name' filepath='./Python/sysmodule.c' line='2563' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_PerfMapState_Fini' mangled-name='PyUnstable_PerfMapState_Fini' filepath='./Python/sysmodule.c' line='2502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfMapState_Fini'>\r
+    <function-decl name='PyUnstable_PerfMapState_Fini' mangled-name='PyUnstable_PerfMapState_Fini' filepath='./Python/sysmodule.c' line='2580' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfMapState_Fini'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_CopyPerfMapFile' mangled-name='PyUnstable_CopyPerfMapFile' filepath='./Python/sysmodule.c' line='2517' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_CopyPerfMapFile'>\r
-      <parameter type-id='type-id-6' name='parent_filename' filepath='./Python/sysmodule.c' line='2517' column='1'/>\r
+    <function-decl name='PyUnstable_CopyPerfMapFile' mangled-name='PyUnstable_CopyPerfMapFile' filepath='./Python/sysmodule.c' line='2595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_CopyPerfMapFile'>\r
+      <parameter type-id='type-id-6' name='parent_filename' filepath='./Python/sysmodule.c' line='2595' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySys_ResetWarnOptions' mangled-name='PySys_ResetWarnOptions' filepath='./Python/sysmodule.c' line='2827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_ResetWarnOptions'>\r
+    <function-decl name='PySys_ResetWarnOptions' mangled-name='PySys_ResetWarnOptions' filepath='./Python/sysmodule.c' line='2908' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_ResetWarnOptions'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_AddWarnOptionUnicode' mangled-name='PySys_AddWarnOptionUnicode' filepath='./Python/sysmodule.c' line='2856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOptionUnicode'>\r
-      <parameter type-id='type-id-4' name='option' filepath='./Python/sysmodule.c' line='2856' column='1'/>\r
+    <function-decl name='PySys_AddWarnOptionUnicode' mangled-name='PySys_AddWarnOptionUnicode' filepath='./Python/sysmodule.c' line='2945' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOptionUnicode'>\r
+      <parameter type-id='type-id-4' name='option' filepath='./Python/sysmodule.c' line='2945' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_AddWarnOption' mangled-name='PySys_AddWarnOption' filepath='./Python/sysmodule.c' line='2869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOption'>\r
-      <parameter type-id='type-id-18' name='s' filepath='./Python/sysmodule.c' line='2869' column='1'/>\r
+    <function-decl name='PySys_AddWarnOption' mangled-name='PySys_AddWarnOption' filepath='./Python/sysmodule.c' line='2958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOption'>\r
+      <parameter type-id='type-id-18' name='s' filepath='./Python/sysmodule.c' line='2958' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_HasWarnOptions' mangled-name='PySys_HasWarnOptions' filepath='./Python/sysmodule.c' line='2889' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_HasWarnOptions'>\r
+    <function-decl name='PySys_HasWarnOptions' mangled-name='PySys_HasWarnOptions' filepath='./Python/sysmodule.c' line='2978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_HasWarnOptions'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySys_AddXOption' mangled-name='PySys_AddXOption' filepath='./Python/sysmodule.c' line='2969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddXOption'>\r
-      <parameter type-id='type-id-18' name='s' filepath='./Python/sysmodule.c' line='2969' column='1'/>\r
+    <function-decl name='PySys_AddXOption' mangled-name='PySys_AddXOption' filepath='./Python/sysmodule.c' line='3068' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddXOption'>\r
+      <parameter type-id='type-id-18' name='s' filepath='./Python/sysmodule.c' line='3068' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_GetXOptions' mangled-name='PySys_GetXOptions' filepath='./Python/sysmodule.c' line='2983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetXOptions'>\r
+    <function-decl name='PySys_GetXOptions' mangled-name='PySys_GetXOptions' filepath='./Python/sysmodule.c' line='3082' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetXOptions'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_CreateMonitoringObject' filepath='./Python/sysmodule.c' line='3774' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_CreateMonitoringObject' filepath='./Python/sysmodule.c' line='3874' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='3900' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetPath'>\r
-      <parameter type-id='type-id-18' name='path' filepath='./Python/sysmodule.c' line='3900' column='1'/>\r
+    <function-decl name='PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='4000' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetPath'>\r
+      <parameter type-id='type-id-18' name='path' filepath='./Python/sysmodule.c' line='4000' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_SetArgvEx' mangled-name='PySys_SetArgvEx' filepath='./Python/sysmodule.c' line='3932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgvEx'>\r
-      <parameter type-id='type-id-5' name='argc' filepath='./Python/sysmodule.c' line='3932' column='1'/>\r
-      <parameter type-id='type-id-241' name='argv' filepath='./Python/sysmodule.c' line='3932' column='1'/>\r
-      <parameter type-id='type-id-5' name='updatepath' filepath='./Python/sysmodule.c' line='3932' column='1'/>\r
+    <function-decl name='PySys_SetArgvEx' mangled-name='PySys_SetArgvEx' filepath='./Python/sysmodule.c' line='4032' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgvEx'>\r
+      <parameter type-id='type-id-5' name='argc' filepath='./Python/sysmodule.c' line='4032' column='1'/>\r
+      <parameter type-id='type-id-238' name='argv' filepath='./Python/sysmodule.c' line='4032' column='1'/>\r
+      <parameter type-id='type-id-5' name='updatepath' filepath='./Python/sysmodule.c' line='4032' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='3976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgv'>\r
-      <parameter type-id='type-id-5' name='argc' filepath='./Python/sysmodule.c' line='3976' column='1'/>\r
-      <parameter type-id='type-id-241' name='argv' filepath='./Python/sysmodule.c' line='3976' column='1'/>\r
+    <function-decl name='PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='4079' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgv'>\r
+      <parameter type-id='type-id-5' name='argc' filepath='./Python/sysmodule.c' line='4079' column='1'/>\r
+      <parameter type-id='type-id-238' name='argv' filepath='./Python/sysmodule.c' line='4079' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_WriteStdout' mangled-name='PySys_WriteStdout' filepath='./Python/sysmodule.c' line='4071' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStdout'>\r
-      <parameter type-id='type-id-6' name='format' filepath='./Python/sysmodule.c' line='4071' column='1'/>\r
+    <function-decl name='PySys_WriteStdout' mangled-name='PySys_WriteStdout' filepath='./Python/sysmodule.c' line='4175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStdout'>\r
+      <parameter type-id='type-id-6' name='format' filepath='./Python/sysmodule.c' line='4175' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='4113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStdout'>\r
-      <parameter type-id='type-id-6' name='format' filepath='./Python/sysmodule.c' line='4113' column='1'/>\r
+    <function-decl name='PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='4218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStdout'>\r
+      <parameter type-id='type-id-6' name='format' filepath='./Python/sysmodule.c' line='4218' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='getpid' filepath='/usr/include/unistd.h' line='650' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Modules/config.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Modules/config.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='PyInit_atexit' mangled-name='PyInit_atexit' filepath='Modules/config.c' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_atexit'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Modules/gcmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <enum-decl name='_PyGC_Reason' naming-typedef-id='type-id-242' filepath='./Include/internal/pycore_gc.h' line='161' column='1' id='type-id-243'>\r
+  <abi-instr address-size='64' path='Modules/gcmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <enum-decl name='_PyGC_Reason' naming-typedef-id='type-id-239' filepath='./Include/internal/pycore_gc.h' line='161' column='1' id='type-id-240'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_Py_GC_REASON_HEAP' value='0'/>\r
       <enumerator name='_Py_GC_REASON_SHUTDOWN' value='1'/>\r
       <enumerator name='_Py_GC_REASON_MANUAL' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='_PyGC_Reason' type-id='type-id-243' filepath='./Include/internal/pycore_gc.h' line='170' column='1' id='type-id-242'/>\r
+    <typedef-decl name='_PyGC_Reason' type-id='type-id-240' filepath='./Include/internal/pycore_gc.h' line='170' column='1' id='type-id-239'/>\r
     <function-decl name='_PyGC_Collect' filepath='./Include/internal/pycore_gc.h' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-242'/>\r
+      <parameter type-id='type-id-239'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_PyGC_Freeze' filepath='./Include/internal/pycore_gc.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Modules/main.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <qualified-type-def type-id='type-id-244' const='yes' id='type-id-245'/>\r
-    <pointer-type-def type-id='type-id-245' size-in-bits='64' id='type-id-246'/>\r
+  <abi-instr address-size='64' path='Modules/main.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <qualified-type-def type-id='type-id-241' const='yes' id='type-id-242'/>\r
+    <pointer-type-def type-id='type-id-242' size-in-bits='64' id='type-id-243'/>\r
     <function-decl name='_PyImport_Fini2' filepath='./Include/internal/pycore_import.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_PreInitializeFromPyArgv' filepath='./Include/internal/pycore_pylifecycle.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-247'/>\r
-      <parameter type-id='type-id-246'/>\r
+      <parameter type-id='type-id-244'/>\r
+      <parameter type-id='type-id-243'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_Py_HandleSystemExit' filepath='./Include/internal/pycore_pylifecycle.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyRun_SimpleStringFlagsWithName' filepath='./Include/internal/pycore_pylifecycle.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyRun_SimpleFileObject' filepath='./Include/internal/pycore_pythonrun.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyRun_AnyFileObject' filepath='./Include/internal/pycore_pythonrun.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyRuntime_Finalize' filepath='./Include/internal/pycore_runtime.h' line='380' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='kill' filepath='/usr/include/signal.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-118'/>\r
+      <parameter type-id='type-id-116'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5' name='argc' filepath='Modules/main.c' line='810' column='1'/>\r
-      <parameter type-id='type-id-241' name='argv' filepath='Modules/main.c' line='810' column='1'/>\r
+      <parameter type-id='type-id-238' name='argv' filepath='Modules/main.c' line='810' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5' name='argc' filepath='Modules/main.c' line='822' column='1'/>\r
-      <parameter type-id='type-id-248' name='argv' filepath='Modules/main.c' line='822' column='1'/>\r
+      <parameter type-id='type-id-245' name='argv' filepath='Modules/main.c' line='822' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/abstract.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='_Py_simple_func' type-id='type-id-249' filepath='./Include/internal/pycore_crossinterp.h' line='26' column='1' id='type-id-250'/>\r
+  <abi-instr address-size='64' path='Objects/abstract.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='_Py_simple_func' type-id='type-id-246' filepath='./Include/internal/pycore_crossinterp.h' line='26' column='1' id='type-id-247'/>\r
+    <pointer-type-def type-id='type-id-248' size-in-bits='64' id='type-id-249'/>\r
+    <qualified-type-def type-id='type-id-250' const='yes' id='type-id-251'/>\r
     <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-252'/>\r
-    <qualified-type-def type-id='type-id-253' const='yes' id='type-id-254'/>\r
-    <pointer-type-def type-id='type-id-254' size-in-bits='64' id='type-id-255'/>\r
-    <qualified-type-def type-id='type-id-7' const='yes' id='type-id-256'/>\r
-    <pointer-type-def type-id='type-id-256' size-in-bits='64' id='type-id-257'/>\r
-    <function-decl name='PyObject_CallFunctionObjArgs' mangled-name='PyObject_CallFunctionObjArgs' filepath='./Include/abstract.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFunctionObjArgs'>\r
+    <qualified-type-def type-id='type-id-7' const='yes' id='type-id-253'/>\r
+    <pointer-type-def type-id='type-id-253' size-in-bits='64' id='type-id-254'/>\r
+    <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath='./Include/abstract.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VectorcallMethod'>\r
+    <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-252'/>\r
+      <parameter type-id='type-id-249'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyLong_FromUnicodeObject' mangled-name='PyLong_FromUnicodeObject' filepath='./Include/cpython/longobject.h' line='5' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnicodeObject'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='./Include/cpython/tupleobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_Resize'>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyUnicode_New' mangled-name='PyUnicode_New' filepath='./Include/cpython/unicodeobject.h' line='386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_New'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyDict_Keys' mangled-name='PyDict_Keys' filepath='./Include/dictobject.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Keys'>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
     </function-decl>\r
     <function-decl name='_Py_CallInInterpreter' filepath='./Include/internal/pycore_crossinterp.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-250'/>\r
+      <parameter type-id='type-id-247'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_CallInInterpreterAndRawFree' filepath='./Include/internal/pycore_crossinterp.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-250'/>\r
+      <parameter type-id='type-id-247'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyGen_FetchStopIterationValue' mangled-name='_PyGen_FetchStopIterationValue' filepath='./Include/internal/pycore_genobject.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_FetchStopIterationValue'>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyList_Extend' mangled-name='_PyList_Extend' filepath='./Include/internal/pycore_list.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_Extend'>\r
-      <parameter type-id='type-id-260'/>\r
+      <parameter type-id='type-id-257'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_LookupSpecial' mangled-name='_PyObject_LookupSpecial' filepath='./Include/internal/pycore_object.h' line='748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecial'>\r
+    <function-decl name='_PyObject_LookupSpecial' mangled-name='_PyObject_LookupSpecial' filepath='./Include/internal/pycore_object.h' line='822' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecial'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_NextNotImplemented' filepath='./Include/internal/pycore_object.h' line='753' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_NextNotImplemented' filepath='./Include/internal/pycore_object.h' line='827' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyErr_Format' mangled-name='_PyErr_Format' filepath='./Include/internal/pycore_pyerrors.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Format'>\r
+    <function-decl name='_PyErr_Format' mangled-name='_PyErr_Format' filepath='./Include/internal/pycore_pyerrors.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Format'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
     </function-decl>\r
     <function-decl name='PyLong_AsDouble' mangled-name='PyLong_AsDouble' filepath='./Include/longobject.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsDouble'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyType_IsSubtype' mangled-name='PyType_IsSubtype' filepath='./Include/object.h' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_IsSubtype'>\r
       <parameter type-id='type-id-1'/>\r
     <function-decl name='PyObject_GetOptionalAttr' mangled-name='PyObject_GetOptionalAttr' filepath='./Include/object.h' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttr'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyObject_IsTrue' mangled-name='PyObject_IsTrue' filepath='./Include/object.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_IsTrue'>\r
     <function-decl name='PyMapping_GetOptionalItem' mangled-name='PyMapping_GetOptionalItem' filepath='Objects/abstract.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_GetOptionalItem'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='204' column='1'/>\r
       <parameter type-id='type-id-4' name='key' filepath='Objects/abstract.c' line='204' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/abstract.c' line='204' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/abstract.c' line='204' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyObject_SetItem' mangled-name='PyObject_SetItem' filepath='Objects/abstract.c' line='223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetItem'>\r
     </function-decl>\r
     <function-decl name='PyObject_AsCharBuffer' mangled-name='PyObject_AsCharBuffer' filepath='Objects/abstract.c' line='369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsCharBuffer'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='369' column='1'/>\r
-      <parameter type-id='type-id-261' name='buffer' filepath='Objects/abstract.c' line='370' column='1'/>\r
+      <parameter type-id='type-id-258' name='buffer' filepath='Objects/abstract.c' line='370' column='1'/>\r
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='371' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsReadBuffer'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='383' column='1'/>\r
-      <parameter type-id='type-id-262' name='buffer' filepath='Objects/abstract.c' line='384' column='1'/>\r
+      <parameter type-id='type-id-259' name='buffer' filepath='Objects/abstract.c' line='384' column='1'/>\r
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='385' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsWriteBuffer'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='397' column='1'/>\r
-      <parameter type-id='type-id-262' name='buffer' filepath='Objects/abstract.c' line='398' column='1'/>\r
+      <parameter type-id='type-id-259' name='buffer' filepath='Objects/abstract.c' line='398' column='1'/>\r
       <parameter type-id='type-id-8' name='buffer_len' filepath='Objects/abstract.c' line='399' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyObject_GetBuffer' mangled-name='PyObject_GetBuffer' filepath='Objects/abstract.c' line='426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetBuffer'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='426' column='1'/>\r
-      <parameter type-id='type-id-263' name='view' filepath='Objects/abstract.c' line='426' column='1'/>\r
+      <parameter type-id='type-id-260' name='view' filepath='Objects/abstract.c' line='426' column='1'/>\r
       <parameter type-id='type-id-5' name='flags' filepath='Objects/abstract.c' line='426' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyBuffer_IsContiguous' mangled-name='PyBuffer_IsContiguous' filepath='Objects/abstract.c' line='515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_IsContiguous'>\r
-      <parameter type-id='type-id-255' name='view' filepath='Objects/abstract.c' line='515' column='1'/>\r
+      <parameter type-id='type-id-252' name='view' filepath='Objects/abstract.c' line='515' column='1'/>\r
       <parameter type-id='type-id-53' name='order' filepath='Objects/abstract.c' line='515' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyBuffer_GetPointer' mangled-name='PyBuffer_GetPointer' filepath='Objects/abstract.c' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_GetPointer'>\r
-      <parameter type-id='type-id-255' name='view' filepath='Objects/abstract.c' line='531' column='1'/>\r
-      <parameter type-id='type-id-257' name='indices' filepath='Objects/abstract.c' line='531' column='1'/>\r
+      <parameter type-id='type-id-252' name='view' filepath='Objects/abstract.c' line='531' column='1'/>\r
+      <parameter type-id='type-id-254' name='indices' filepath='Objects/abstract.c' line='531' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='PyBuffer_SizeFromFormat' mangled-name='PyBuffer_SizeFromFormat' filepath='Objects/abstract.c' line='579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_SizeFromFormat'>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='PyBuffer_FromContiguous' mangled-name='PyBuffer_FromContiguous' filepath='Objects/abstract.c' line='614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FromContiguous'>\r
-      <parameter type-id='type-id-255' name='view' filepath='Objects/abstract.c' line='614' column='1'/>\r
+      <parameter type-id='type-id-252' name='view' filepath='Objects/abstract.c' line='614' column='1'/>\r
       <parameter type-id='type-id-30' name='buf' filepath='Objects/abstract.c' line='614' column='1'/>\r
       <parameter type-id='type-id-7' name='len' filepath='Objects/abstract.c' line='614' column='1'/>\r
       <parameter type-id='type-id-53' name='fort' filepath='Objects/abstract.c' line='614' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyBuffer_FillInfo' mangled-name='PyBuffer_FillInfo' filepath='Objects/abstract.c' line='761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FillInfo'>\r
-      <parameter type-id='type-id-263' name='view' filepath='Objects/abstract.c' line='761' column='1'/>\r
+      <parameter type-id='type-id-260' name='view' filepath='Objects/abstract.c' line='761' column='1'/>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='761' column='1'/>\r
       <parameter type-id='type-id-30' name='buf' filepath='Objects/abstract.c' line='761' column='1'/>\r
       <parameter type-id='type-id-7' name='len' filepath='Objects/abstract.c' line='761' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyBuffer_Release' mangled-name='PyBuffer_Release' filepath='Objects/abstract.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_Release'>\r
-      <parameter type-id='type-id-263' name='view' filepath='Objects/abstract.c' line='804' column='1'/>\r
+      <parameter type-id='type-id-260' name='view' filepath='Objects/abstract.c' line='804' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyBuffer_ReleaseInInterpreter' mangled-name='_PyBuffer_ReleaseInInterpreter' filepath='Objects/abstract.c' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBuffer_ReleaseInInterpreter'>\r
       <parameter type-id='type-id-28' name='interp' filepath='Objects/abstract.c' line='826' column='1'/>\r
-      <parameter type-id='type-id-263' name='view' filepath='Objects/abstract.c' line='827' column='1'/>\r
+      <parameter type-id='type-id-260' name='view' filepath='Objects/abstract.c' line='827' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyBuffer_ReleaseInInterpreterAndRawFree' mangled-name='_PyBuffer_ReleaseInInterpreterAndRawFree' filepath='Objects/abstract.c' line='833' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBuffer_ReleaseInInterpreterAndRawFree'>\r
       <parameter type-id='type-id-28' name='interp' filepath='Objects/abstract.c' line='833' column='1'/>\r
-      <parameter type-id='type-id-263' name='view' filepath='Objects/abstract.c' line='834' column='1'/>\r
+      <parameter type-id='type-id-260' name='view' filepath='Objects/abstract.c' line='834' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyObject_Format' mangled-name='PyObject_Format' filepath='Objects/abstract.c' line='840' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Format'>\r
     <function-decl name='PyMapping_GetOptionalItemString' mangled-name='PyMapping_GetOptionalItemString' filepath='Objects/abstract.c' line='2358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_GetOptionalItemString'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/abstract.c' line='2358' column='1'/>\r
       <parameter type-id='type-id-6' name='key' filepath='Objects/abstract.c' line='2358' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/abstract.c' line='2358' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/abstract.c' line='2358' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyMapping_SetItemString' mangled-name='PyMapping_SetItemString' filepath='Objects/abstract.c' line='2376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMapping_SetItemString'>\r
     <function-decl name='PyIter_Send' mangled-name='PyIter_Send' filepath='Objects/abstract.c' line='2932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Send'>\r
       <parameter type-id='type-id-4' name='iter' filepath='Objects/abstract.c' line='2932' column='1'/>\r
       <parameter type-id='type-id-4' name='arg' filepath='Objects/abstract.c' line='2932' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/abstract.c' line='2932' column='1'/>\r
-      <return type-id='type-id-264'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/abstract.c' line='2932' column='1'/>\r
+      <return type-id='type-id-261'/>\r
     </function-decl>\r
-    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-262'/>\r
-    <function-type size-in-bits='64' id='type-id-265'>\r
+    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-259'/>\r
+    <function-type size-in-bits='64' id='type-id-262'>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/boolobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_Py_FalseStruct' type-id='type-id-251' mangled-name='_Py_FalseStruct' visibility='default' filepath='./Include/boolobject.h' line='17' column='1' elf-symbol-id='_Py_FalseStruct'/>\r
-    <var-decl name='_Py_TrueStruct' type-id='type-id-251' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_TrueStruct'/>\r
+  <abi-instr address-size='64' path='Objects/boolobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_Py_FalseStruct' type-id='type-id-248' mangled-name='_Py_FalseStruct' visibility='default' filepath='./Include/boolobject.h' line='17' column='1' elf-symbol-id='_Py_FalseStruct'/>\r
+    <var-decl name='_Py_TrueStruct' type-id='type-id-248' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_TrueStruct'/>\r
     <function-decl name='_PyArg_NoKwnames' filepath='./Include/internal/pycore_modsupport.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_SetImmortal' filepath='./Include/internal/pycore_object.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_SetImmortal' filepath='./Include/internal/pycore_object.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PyBool_Type' type-id='type-id-266' mangled-name='PyBool_Type' visibility='default' filepath='./Include/object.h' line='343' column='1' elf-symbol-id='PyBool_Type'/>\r
+    <var-decl name='PyBool_Type' type-id='type-id-263' mangled-name='PyBool_Type' visibility='default' filepath='./Include/object.h' line='343' column='1' elf-symbol-id='PyBool_Type'/>\r
     <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'>\r
-      <parameter type-id='type-id-183' name='ok' filepath='Objects/boolobject.c' line='21' column='1'/>\r
+      <parameter type-id='type-id-181' name='ok' filepath='Objects/boolobject.c' line='21' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='infinite' id='type-id-267'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
-    </array-type-def>\r
-    <qualified-type-def type-id='type-id-268' const='yes' id='type-id-269'/>\r
-    <pointer-type-def type-id='type-id-269' size-in-bits='64' id='type-id-270'/>\r
-    <qualified-type-def type-id='type-id-5' const='yes' id='type-id-271'/>\r
-    <var-decl name='PyByteArray_Type' type-id='type-id-266' mangled-name='PyByteArray_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='20' column='1' elf-symbol-id='PyByteArray_Type'/>\r
-    <var-decl name='PyByteArrayIter_Type' type-id='type-id-266' mangled-name='PyByteArrayIter_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='21' column='1' elf-symbol-id='PyByteArrayIter_Type'/>\r
-    <var-decl name='_PyByteArray_empty_string' type-id='type-id-267' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>\r
+  <abi-instr address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <qualified-type-def type-id='type-id-264' const='yes' id='type-id-265'/>\r
+    <pointer-type-def type-id='type-id-265' size-in-bits='64' id='type-id-266'/>\r
+    <qualified-type-def type-id='type-id-5' const='yes' id='type-id-267'/>\r
+    <var-decl name='PyByteArray_Type' type-id='type-id-263' mangled-name='PyByteArray_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='20' column='1' elf-symbol-id='PyByteArray_Type'/>\r
+    <var-decl name='PyByteArrayIter_Type' type-id='type-id-263' mangled-name='PyByteArrayIter_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='21' column='1' elf-symbol-id='PyByteArrayIter_Type'/>\r
+    <var-decl name='_PyByteArray_empty_string' type-id='type-id-268' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-8'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-263'/>\r
-      <parameter type-id='type-id-263'/>\r
+      <parameter type-id='type-id-260'/>\r
+      <parameter type-id='type-id-260'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyBytes_FormatEx' filepath='./Include/internal/pycore_bytesobject.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytes_Repeat' mangled-name='_PyBytes_Repeat' filepath='./Include/internal/pycore_bytesobject.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Repeat'>\r
+    <function-decl name='_PyBytes_Repeat' mangled-name='_PyBytes_Repeat' filepath='./Include/internal/pycore_bytesobject.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Repeat'>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_UnpackKeywords' mangled-name='_PyArg_UnpackKeywords' filepath='./Include/internal/pycore_modsupport.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywords'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-272'/>\r
+      <parameter type-id='type-id-269'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <return type-id='type-id-258'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-255'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_GetState' mangled-name='_PyObject_GetState' filepath='./Include/internal/pycore_object.h' line='757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetState'>\r
+    <function-decl name='_PyObject_GetState' mangled-name='_PyObject_GetState' filepath='./Include/internal/pycore_object.h' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetState'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_GetConfig' mangled-name='_Py_GetConfig' filepath='./Include/internal/pycore_pystate.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfig'>\r
-      <return type-id='type-id-270'/>\r
+      <return type-id='type-id-266'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-256'/>\r
+      <parameter type-id='type-id-253'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-271'/>\r
+      <parameter type-id='type-id-267'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <return type-id='type-id-183'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-255'/>\r
+      <parameter type-id='type-id-252'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-53'/>\r
       <return type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='984' id='type-id-273'>\r
-      <subrange length='123' type-id='type-id-2' id='type-id-274'/>\r
+  <abi-instr address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='984' id='type-id-270'>\r
+      <subrange length='123' type-id='type-id-2' id='type-id-271'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='992' id='type-id-275'>\r
-      <subrange length='124' type-id='type-id-2' id='type-id-276'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='992' id='type-id-272'>\r
+      <subrange length='124' type-id='type-id-2' id='type-id-273'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1008' id='type-id-277'>\r
-      <subrange length='126' type-id='type-id-2' id='type-id-278'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1008' id='type-id-274'>\r
+      <subrange length='126' type-id='type-id-2' id='type-id-275'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1040' id='type-id-279'>\r
-      <subrange length='130' type-id='type-id-2' id='type-id-280'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1040' id='type-id-276'>\r
+      <subrange length='130' type-id='type-id-2' id='type-id-277'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1056' id='type-id-281'>\r
-      <subrange length='132' type-id='type-id-2' id='type-id-282'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1056' id='type-id-278'>\r
+      <subrange length='132' type-id='type-id-2' id='type-id-279'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1128' id='type-id-283'>\r
-      <subrange length='141' type-id='type-id-2' id='type-id-284'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1128' id='type-id-280'>\r
+      <subrange length='141' type-id='type-id-2' id='type-id-281'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1240' id='type-id-285'>\r
-      <subrange length='155' type-id='type-id-2' id='type-id-286'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1240' id='type-id-282'>\r
+      <subrange length='155' type-id='type-id-2' id='type-id-283'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1840' id='type-id-287'>\r
-      <subrange length='230' type-id='type-id-2' id='type-id-288'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='1840' id='type-id-284'>\r
+      <subrange length='230' type-id='type-id-2' id='type-id-285'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='2328' id='type-id-289'>\r
-      <subrange length='291' type-id='type-id-2' id='type-id-290'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='2328' id='type-id-286'>\r
+      <subrange length='291' type-id='type-id-2' id='type-id-287'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='744' id='type-id-291'>\r
-      <subrange length='93' type-id='type-id-2' id='type-id-292'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='744' id='type-id-288'>\r
+      <subrange length='93' type-id='type-id-2' id='type-id-289'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='784' id='type-id-293'>\r
-      <subrange length='98' type-id='type-id-2' id='type-id-294'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='784' id='type-id-290'>\r
+      <subrange length='98' type-id='type-id-2' id='type-id-291'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='infinite' id='type-id-295'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='infinite' id='type-id-292'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <var-decl name='_Py_isspace__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>\r
-    <var-decl name='_Py_isalpha__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>\r
-    <var-decl name='_Py_isalnum__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>\r
-    <var-decl name='_Py_isascii__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>\r
-    <var-decl name='_Py_isdigit__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>\r
-    <var-decl name='_Py_islower__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>\r
-    <var-decl name='_Py_isupper__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>\r
-    <var-decl name='_Py_istitle__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>\r
-    <var-decl name='_Py_lower__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>\r
-    <var-decl name='_Py_upper__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>\r
-    <var-decl name='_Py_title__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>\r
-    <var-decl name='_Py_capitalize__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>\r
-    <var-decl name='_Py_swapcase__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='63' column='1'/>\r
-    <var-decl name='_Py_maketrans__doc__' type-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='71' column='1'/>\r
+    <var-decl name='_Py_isspace__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>\r
+    <var-decl name='_Py_isalpha__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>\r
+    <var-decl name='_Py_isalnum__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>\r
+    <var-decl name='_Py_isascii__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>\r
+    <var-decl name='_Py_isdigit__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>\r
+    <var-decl name='_Py_islower__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>\r
+    <var-decl name='_Py_isupper__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>\r
+    <var-decl name='_Py_istitle__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>\r
+    <var-decl name='_Py_lower__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>\r
+    <var-decl name='_Py_upper__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>\r
+    <var-decl name='_Py_title__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>\r
+    <var-decl name='_Py_capitalize__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>\r
+    <var-decl name='_Py_swapcase__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='63' column='1'/>\r
+    <var-decl name='_Py_maketrans__doc__' type-id='type-id-292' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='71' column='1'/>\r
     <function-decl name='memrchr' filepath='/usr/include/string.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/bytesobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='4096' id='type-id-296'>\r
-      <subrange length='512' type-id='type-id-2' id='type-id-297'/>\r
+  <abi-instr address-size='64' path='Objects/bytesobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='4096' id='type-id-293'>\r
+      <subrange length='512' type-id='type-id-2' id='type-id-294'/>\r
     </array-type-def>\r
-    <class-decl name='_PyBytesWriter' size-in-bits='4416' is-struct='yes' naming-typedef-id='type-id-298' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='67' column='1' id='type-id-299'>\r
+    <class-decl name='_PyBytesWriter' size-in-bits='4416' is-struct='yes' naming-typedef-id='type-id-295' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='71' column='1' id='type-id-296'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='buffer' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='69' column='1'/>\r
+        <var-decl name='buffer' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='allocated' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='72' column='1'/>\r
+        <var-decl name='allocated' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='min_size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='76' column='1'/>\r
+        <var-decl name='min_size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='use_bytearray' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='79' column='1'/>\r
+        <var-decl name='use_bytearray' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='83' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='224'>\r
-        <var-decl name='overallocate' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='83' column='1'/>\r
+        <var-decl name='overallocate' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='use_small_buffer' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='86' column='1'/>\r
+        <var-decl name='use_small_buffer' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
-        <var-decl name='small_buffer' type-id='type-id-296' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='87' column='1'/>\r
+        <var-decl name='small_buffer' type-id='type-id-293' visibility='default' filepath='./Include/internal/pycore_bytesobject.h' line='91' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyBytesWriter' type-id='type-id-299' filepath='./Include/internal/pycore_bytesobject.h' line='88' column='1' id='type-id-298'/>\r
-    <pointer-type-def type-id='type-id-298' size-in-bits='64' id='type-id-300'/>\r
-    <var-decl name='PyBytes_Type' type-id='type-id-266' mangled-name='PyBytes_Type' visibility='default' filepath='./Include/bytesobject.h' line='24' column='1' elf-symbol-id='PyBytes_Type'/>\r
-    <var-decl name='PyBytesIter_Type' type-id='type-id-266' mangled-name='PyBytesIter_Type' visibility='default' filepath='./Include/bytesobject.h' line='25' column='1' elf-symbol-id='PyBytesIter_Type'/>\r
+    <typedef-decl name='_PyBytesWriter' type-id='type-id-296' filepath='./Include/internal/pycore_bytesobject.h' line='92' column='1' id='type-id-295'/>\r
+    <pointer-type-def type-id='type-id-295' size-in-bits='64' id='type-id-297'/>\r
+    <var-decl name='PyBytes_Type' type-id='type-id-263' mangled-name='PyBytes_Type' visibility='default' filepath='./Include/bytesobject.h' line='24' column='1' elf-symbol-id='PyBytes_Type'/>\r
+    <var-decl name='PyBytesIter_Type' type-id='type-id-263' mangled-name='PyBytesIter_Type' visibility='default' filepath='./Include/bytesobject.h' line='25' column='1' elf-symbol-id='PyBytesIter_Type'/>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_FormatBytesWriter' filepath='./Include/internal/pycore_long.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-300'/>\r
+      <parameter type-id='type-id-297'/>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
     <function-decl name='_Py_HashBytes' mangled-name='_Py_HashBytes' filepath='./Include/internal/pycore_pyhash.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashBytes'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-301'/>\r
+      <return type-id='type-id-298'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_FormatLong' filepath='./Include/internal/pycore_unicodeobject.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_FormatLong' filepath='./Include/internal/pycore_unicodeobject.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
       <parameter type-id='type-id-53'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_FromFormatV' mangled-name='PyBytes_FromFormatV' filepath='Objects/bytesobject.c' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormatV'>\r
-      <parameter type-id='type-id-6' name='format' filepath='Objects/bytesobject.c' line='177' column='1'/>\r
-      <parameter type-id='type-id-302' name='vargs' filepath='Objects/bytesobject.c' line='177' column='1'/>\r
+    <function-decl name='PyBytes_FromFormatV' mangled-name='PyBytes_FromFormatV' filepath='Objects/bytesobject.c' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormatV'>\r
+      <parameter type-id='type-id-6' name='format' filepath='Objects/bytesobject.c' line='198' column='1'/>\r
+      <parameter type-id='type-id-299' name='vargs' filepath='Objects/bytesobject.c' line='198' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_FromFormat' mangled-name='PyBytes_FromFormat' filepath='Objects/bytesobject.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormat'>\r
-      <parameter type-id='type-id-6' name='format' filepath='Objects/bytesobject.c' line='368' column='1'/>\r
+    <function-decl name='PyBytes_FromFormat' mangled-name='PyBytes_FromFormat' filepath='Objects/bytesobject.c' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormat'>\r
+      <parameter type-id='type-id-6' name='format' filepath='Objects/bytesobject.c' line='389' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_DecodeEscape' mangled-name='PyBytes_DecodeEscape' filepath='Objects/bytesobject.c' line='1161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_DecodeEscape'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/bytesobject.c' line='1161' column='1'/>\r
-      <parameter type-id='type-id-7' name='len' filepath='Objects/bytesobject.c' line='1162' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/bytesobject.c' line='1163' column='1'/>\r
-      <parameter type-id='type-id-7' name='_unused_unicode' filepath='Objects/bytesobject.c' line='1164' column='1'/>\r
-      <parameter type-id='type-id-6' name='_unused_recode_encoding' filepath='Objects/bytesobject.c' line='1165' column='1'/>\r
+    <function-decl name='_PyBytes_DecodeEscape' mangled-name='_PyBytes_DecodeEscape' filepath='Objects/bytesobject.c' line='1187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_DecodeEscape'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/bytesobject.c' line='1187' column='1'/>\r
+      <parameter type-id='type-id-7' name='len' filepath='Objects/bytesobject.c' line='1188' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/bytesobject.c' line='1189' column='1'/>\r
+      <parameter type-id='type-id-258' name='first_invalid_escape' filepath='Objects/bytesobject.c' line='1190' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_Size' mangled-name='PyBytes_Size' filepath='Objects/bytesobject.c' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_Size'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/bytesobject.c' line='1200' column='1'/>\r
-      <return type-id='type-id-7'/>\r
+    <function-decl name='PyBytes_DecodeEscape' mangled-name='PyBytes_DecodeEscape' filepath='Objects/bytesobject.c' line='1199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_DecodeEscape'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/bytesobject.c' line='1199' column='1'/>\r
+      <parameter type-id='type-id-7' name='len' filepath='Objects/bytesobject.c' line='1200' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/bytesobject.c' line='1201' column='1'/>\r
+      <parameter type-id='type-id-7' name='_unused_unicode' filepath='Objects/bytesobject.c' line='1202' column='1'/>\r
+      <parameter type-id='type-id-6' name='_unused_recode_encoding' filepath='Objects/bytesobject.c' line='1203' column='1'/>\r
+      <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytes_Find' mangled-name='_PyBytes_Find' filepath='Objects/bytesobject.c' line='1269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Find'>\r
-      <parameter type-id='type-id-6' name='haystack' filepath='Objects/bytesobject.c' line='1269' column='1'/>\r
-      <parameter type-id='type-id-7' name='len_haystack' filepath='Objects/bytesobject.c' line='1269' column='1'/>\r
-      <parameter type-id='type-id-6' name='needle' filepath='Objects/bytesobject.c' line='1270' column='1'/>\r
-      <parameter type-id='type-id-7' name='len_needle' filepath='Objects/bytesobject.c' line='1270' column='1'/>\r
-      <parameter type-id='type-id-7' name='offset' filepath='Objects/bytesobject.c' line='1271' column='1'/>\r
+    <function-decl name='_PyBytes_Find' mangled-name='_PyBytes_Find' filepath='Objects/bytesobject.c' line='1308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Find'>\r
+      <parameter type-id='type-id-6' name='haystack' filepath='Objects/bytesobject.c' line='1308' column='1'/>\r
+      <parameter type-id='type-id-7' name='len_haystack' filepath='Objects/bytesobject.c' line='1308' column='1'/>\r
+      <parameter type-id='type-id-6' name='needle' filepath='Objects/bytesobject.c' line='1309' column='1'/>\r
+      <parameter type-id='type-id-7' name='len_needle' filepath='Objects/bytesobject.c' line='1309' column='1'/>\r
+      <parameter type-id='type-id-7' name='offset' filepath='Objects/bytesobject.c' line='1310' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytes_ReverseFind' mangled-name='_PyBytes_ReverseFind' filepath='Objects/bytesobject.c' line='1295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_ReverseFind'>\r
-      <parameter type-id='type-id-6' name='haystack' filepath='Objects/bytesobject.c' line='1295' column='1'/>\r
-      <parameter type-id='type-id-7' name='len_haystack' filepath='Objects/bytesobject.c' line='1295' column='1'/>\r
-      <parameter type-id='type-id-6' name='needle' filepath='Objects/bytesobject.c' line='1296' column='1'/>\r
-      <parameter type-id='type-id-7' name='len_needle' filepath='Objects/bytesobject.c' line='1296' column='1'/>\r
-      <parameter type-id='type-id-7' name='offset' filepath='Objects/bytesobject.c' line='1297' column='1'/>\r
+    <function-decl name='_PyBytes_ReverseFind' mangled-name='_PyBytes_ReverseFind' filepath='Objects/bytesobject.c' line='1334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_ReverseFind'>\r
+      <parameter type-id='type-id-6' name='haystack' filepath='Objects/bytesobject.c' line='1334' column='1'/>\r
+      <parameter type-id='type-id-7' name='len_haystack' filepath='Objects/bytesobject.c' line='1334' column='1'/>\r
+      <parameter type-id='type-id-6' name='needle' filepath='Objects/bytesobject.c' line='1335' column='1'/>\r
+      <parameter type-id='type-id-7' name='len_needle' filepath='Objects/bytesobject.c' line='1335' column='1'/>\r
+      <parameter type-id='type-id-7' name='offset' filepath='Objects/bytesobject.c' line='1336' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_Repr' mangled-name='PyBytes_Repr' filepath='Objects/bytesobject.c' line='1304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_Repr'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/bytesobject.c' line='1304' column='1'/>\r
-      <parameter type-id='type-id-5' name='smartquotes' filepath='Objects/bytesobject.c' line='1304' column='1'/>\r
+    <function-decl name='PyBytes_Repr' mangled-name='PyBytes_Repr' filepath='Objects/bytesobject.c' line='1343' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_Repr'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/bytesobject.c' line='1343' column='1'/>\r
+      <parameter type-id='type-id-5' name='smartquotes' filepath='Objects/bytesobject.c' line='1343' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytes_Join' mangled-name='_PyBytes_Join' filepath='Objects/bytesobject.c' line='1859' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Join'>\r
-      <parameter type-id='type-id-4' name='sep' filepath='Objects/bytesobject.c' line='1859' column='1'/>\r
-      <parameter type-id='type-id-4' name='x' filepath='Objects/bytesobject.c' line='1859' column='1'/>\r
+    <function-decl name='_PyBytes_Join' mangled-name='_PyBytes_Join' filepath='Objects/bytesobject.c' line='1894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Join'>\r
+      <parameter type-id='type-id-4' name='sep' filepath='Objects/bytesobject.c' line='1894' column='1'/>\r
+      <parameter type-id='type-id-4' name='x' filepath='Objects/bytesobject.c' line='1894' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_FromObject' mangled-name='PyBytes_FromObject' filepath='Objects/bytesobject.c' line='2920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromObject'>\r
-      <parameter type-id='type-id-4' name='x' filepath='Objects/bytesobject.c' line='2920' column='1'/>\r
+    <function-decl name='PyBytes_FromObject' mangled-name='PyBytes_FromObject' filepath='Objects/bytesobject.c' line='2955' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromObject'>\r
+      <parameter type-id='type-id-4' name='x' filepath='Objects/bytesobject.c' line='2955' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyBytes_ConcatAndDel' mangled-name='PyBytes_ConcatAndDel' filepath='Objects/bytesobject.c' line='3111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_ConcatAndDel'>\r
-      <parameter type-id='type-id-238' name='pv' filepath='Objects/bytesobject.c' line='3111' column='1'/>\r
-      <parameter type-id='type-id-4' name='w' filepath='Objects/bytesobject.c' line='3111' column='1'/>\r
+    <function-decl name='PyBytes_ConcatAndDel' mangled-name='PyBytes_ConcatAndDel' filepath='Objects/bytesobject.c' line='3140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_ConcatAndDel'>\r
+      <parameter type-id='type-id-235' name='pv' filepath='Objects/bytesobject.c' line='3140' column='1'/>\r
+      <parameter type-id='type-id-4' name='w' filepath='Objects/bytesobject.c' line='3140' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytes_Resize' mangled-name='_PyBytes_Resize' filepath='Objects/bytesobject.c' line='3131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Resize'>\r
-      <parameter type-id='type-id-238' name='pv' filepath='Objects/bytesobject.c' line='3131' column='1'/>\r
-      <parameter type-id='type-id-7' name='newsize' filepath='Objects/bytesobject.c' line='3131' column='1'/>\r
+    <function-decl name='_PyBytes_Resize' mangled-name='_PyBytes_Resize' filepath='Objects/bytesobject.c' line='3160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Resize'>\r
+      <parameter type-id='type-id-235' name='pv' filepath='Objects/bytesobject.c' line='3160' column='1'/>\r
+      <parameter type-id='type-id-7' name='newsize' filepath='Objects/bytesobject.c' line='3160' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_Init' mangled-name='_PyBytesWriter_Init' filepath='Objects/bytesobject.c' line='3361' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Init'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3361' column='1'/>\r
+    <function-decl name='_PyBytesWriter_Init' mangled-name='_PyBytesWriter_Init' filepath='Objects/bytesobject.c' line='3388' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Init'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3388' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_Dealloc' mangled-name='_PyBytesWriter_Dealloc' filepath='Objects/bytesobject.c' line='3372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Dealloc'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3372' column='1'/>\r
+    <function-decl name='_PyBytesWriter_Dealloc' mangled-name='_PyBytesWriter_Dealloc' filepath='Objects/bytesobject.c' line='3399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Dealloc'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3399' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_Resize' mangled-name='_PyBytesWriter_Resize' filepath='Objects/bytesobject.c' line='3442' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Resize'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3442' column='1'/>\r
-      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3442' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3442' column='1'/>\r
+    <function-decl name='_PyBytesWriter_Resize' mangled-name='_PyBytesWriter_Resize' filepath='Objects/bytesobject.c' line='3469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Resize'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3469' column='1'/>\r
+      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3469' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3469' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_Prepare' mangled-name='_PyBytesWriter_Prepare' filepath='Objects/bytesobject.c' line='3512' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Prepare'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3512' column='1'/>\r
-      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3512' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3512' column='1'/>\r
+    <function-decl name='_PyBytesWriter_Prepare' mangled-name='_PyBytesWriter_Prepare' filepath='Objects/bytesobject.c' line='3539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Prepare'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3539' column='1'/>\r
+      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3539' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3539' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_Alloc' mangled-name='_PyBytesWriter_Alloc' filepath='Objects/bytesobject.c' line='3542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Alloc'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3542' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3542' column='1'/>\r
+    <function-decl name='_PyBytesWriter_Alloc' mangled-name='_PyBytesWriter_Alloc' filepath='Objects/bytesobject.c' line='3569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Alloc'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3569' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3569' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_Finish' mangled-name='_PyBytesWriter_Finish' filepath='Objects/bytesobject.c' line='3572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Finish'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3572' column='1'/>\r
-      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3572' column='1'/>\r
+    <function-decl name='_PyBytesWriter_Finish' mangled-name='_PyBytesWriter_Finish' filepath='Objects/bytesobject.c' line='3599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Finish'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3599' column='1'/>\r
+      <parameter type-id='type-id-30' name='str' filepath='Objects/bytesobject.c' line='3599' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytesWriter_WriteBytes' mangled-name='_PyBytesWriter_WriteBytes' filepath='Objects/bytesobject.c' line='3616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_WriteBytes'>\r
-      <parameter type-id='type-id-300' name='writer' filepath='Objects/bytesobject.c' line='3616' column='1'/>\r
-      <parameter type-id='type-id-30' name='ptr' filepath='Objects/bytesobject.c' line='3616' column='1'/>\r
-      <parameter type-id='type-id-30' name='bytes' filepath='Objects/bytesobject.c' line='3617' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3617' column='1'/>\r
+    <function-decl name='_PyBytesWriter_WriteBytes' mangled-name='_PyBytesWriter_WriteBytes' filepath='Objects/bytesobject.c' line='3643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_WriteBytes'>\r
+      <parameter type-id='type-id-297' name='writer' filepath='Objects/bytesobject.c' line='3643' column='1'/>\r
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/bytesobject.c' line='3643' column='1'/>\r
+      <parameter type-id='type-id-30' name='bytes' filepath='Objects/bytesobject.c' line='3644' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/bytesobject.c' line='3644' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/call.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_Py_Identifier' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='38' column='1' id='type-id-303'>\r
+  <abi-instr address-size='64' path='Objects/call.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_Py_Identifier' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='38' column='1' id='type-id-300'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='string' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='39' column='1'/>\r
       </data-member>\r
         <var-decl name='index' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='mutex' type-id='type-id-304' visibility='default' filepath='./Include/cpython/object.h' line='46' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-301' visibility='default' filepath='./Include/cpython/object.h' line='46' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/object.h' line='44' column='1' id='type-id-304'>\r
+    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/object.h' line='44' column='1' id='type-id-301'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='v' type-id='type-id-305' visibility='default' filepath='./Include/cpython/object.h' line='45' column='1'/>\r
+        <var-decl name='v' type-id='type-id-302' visibility='default' filepath='./Include/cpython/object.h' line='45' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_Identifier' type-id='type-id-303' filepath='./Include/cpython/object.h' line='47' column='1' id='type-id-306'/>\r
-    <pointer-type-def type-id='type-id-306' size-in-bits='64' id='type-id-307'/>\r
+    <typedef-decl name='_Py_Identifier' type-id='type-id-300' filepath='./Include/cpython/object.h' line='47' column='1' id='type-id-303'/>\r
+    <pointer-type-def type-id='type-id-303' size-in-bits='64' id='type-id-304'/>\r
     <function-decl name='_PyObject_GetAttrId' mangled-name='_PyObject_GetAttrId' filepath='./Include/cpython/object.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetAttrId'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-307'/>\r
+      <parameter type-id='type-id-304'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_FromId' mangled-name='_PyUnicode_FromId' filepath='./Include/cpython/unicodeobject.h' line='703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromId'>\r
-      <parameter type-id='type-id-307'/>\r
+      <parameter type-id='type-id-304'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-8'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_Vector' filepath='./Include/internal/pycore_ceval.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-308'/>\r
+      <parameter type-id='type-id-305'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_FromItems' mangled-name='_PyDict_FromItems' filepath='./Include/internal/pycore_dict.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_FromItems'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_VaBuildStack' filepath='./Include/internal/pycore_modsupport.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-302'/>\r
+      <parameter type-id='type-id-299'/>\r
       <parameter type-id='type-id-8'/>\r
-      <return type-id='type-id-238'/>\r
+      <return type-id='type-id-235'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_GetMethod' mangled-name='_PyObject_GetMethod' filepath='./Include/internal/pycore_object.h' line='752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetMethod'>\r
+    <function-decl name='_PyObject_GetMethod' mangled-name='_PyObject_GetMethod' filepath='./Include/internal/pycore_object.h' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetMethod'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_FatalErrorFormat' filepath='./Include/internal/pycore_pyerrors.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyErr_FormatFromCauseTstate' filepath='./Include/internal/pycore_pyerrors.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyErr_FormatFromCauseTstate' filepath='./Include/internal/pycore_pyerrors.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyTuple_FromArray' filepath='./Include/internal/pycore_tuple.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4' name='callable' filepath='Objects/call.c' line='155' column='1'/>\r
-      <parameter type-id='type-id-258' name='args' filepath='Objects/call.c' line='155' column='1'/>\r
+      <parameter type-id='type-id-255' name='args' filepath='Objects/call.c' line='155' column='1'/>\r
       <parameter type-id='type-id-21' name='nargsf' filepath='Objects/call.c' line='156' column='1'/>\r
       <parameter type-id='type-id-4' name='kwargs' filepath='Objects/call.c' line='156' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4' name='callable' filepath='Objects/call.c' line='257' column='1'/>\r
-      <return type-id='type-id-309'/>\r
+      <return type-id='type-id-306'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4' name='callable' filepath='Objects/call.c' line='294' column='1'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/call.c' line='703' column='1'/>\r
-      <parameter type-id='type-id-307' name='name' filepath='Objects/call.c' line='703' column='1'/>\r
+      <parameter type-id='type-id-304' name='name' filepath='Objects/call.c' line='703' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Objects/call.c' line='704' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyStack_AsDict' mangled-name='_PyStack_AsDict' filepath='Objects/call.c' line='936' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStack_AsDict'>\r
-      <parameter type-id='type-id-258' name='values' filepath='Objects/call.c' line='936' column='1'/>\r
+      <parameter type-id='type-id-255' name='values' filepath='Objects/call.c' line='936' column='1'/>\r
       <parameter type-id='type-id-4' name='kwnames' filepath='Objects/call.c' line='936' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/capsule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-310' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-311'/>\r
+  <abi-instr address-size='64' path='Objects/capsule.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-307' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-308'/>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='PyCapsule_Type' type-id='type-id-266' mangled-name='PyCapsule_Type' visibility='default' filepath='./Include/pycapsule.h' line='21' column='1' elf-symbol-id='PyCapsule_Type'/>\r
+    <var-decl name='PyCapsule_Type' type-id='type-id-263' mangled-name='PyCapsule_Type' visibility='default' filepath='./Include/pycapsule.h' line='21' column='1' elf-symbol-id='PyCapsule_Type'/>\r
     <function-decl name='PyCapsule_New' mangled-name='PyCapsule_New' filepath='Objects/capsule.c' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_New'>\r
       <parameter type-id='type-id-30' name='pointer' filepath='Objects/capsule.c' line='58' column='1'/>\r
       <parameter type-id='type-id-6' name='name' filepath='Objects/capsule.c' line='58' column='1'/>\r
-      <parameter type-id='type-id-311' name='destructor' filepath='Objects/capsule.c' line='58' column='1'/>\r
+      <parameter type-id='type-id-308' name='destructor' filepath='Objects/capsule.c' line='58' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyCapsule_IsValid' mangled-name='PyCapsule_IsValid' filepath='Objects/capsule.c' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_IsValid'>\r
     </function-decl>\r
     <function-decl name='PyCapsule_GetDestructor' mangled-name='PyCapsule_GetDestructor' filepath='Objects/capsule.c' line='125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetDestructor'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='125' column='1'/>\r
-      <return type-id='type-id-311'/>\r
+      <return type-id='type-id-308'/>\r
     </function-decl>\r
     <function-decl name='PyCapsule_GetContext' mangled-name='PyCapsule_GetContext' filepath='Objects/capsule.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetContext'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='136' column='1'/>\r
     </function-decl>\r
     <function-decl name='PyCapsule_SetDestructor' mangled-name='PyCapsule_SetDestructor' filepath='Objects/capsule.c' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetDestructor'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='178' column='1'/>\r
-      <parameter type-id='type-id-311' name='destructor' filepath='Objects/capsule.c' line='178' column='1'/>\r
+      <parameter type-id='type-id-308' name='destructor' filepath='Objects/capsule.c' line='178' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyCapsule_SetContext' mangled-name='PyCapsule_SetContext' filepath='Objects/capsule.c' line='191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetContext'>\r
     </function-decl>\r
     <function-decl name='_PyCapsule_SetTraverse' mangled-name='_PyCapsule_SetTraverse' filepath='Objects/capsule.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCapsule_SetTraverse'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/capsule.c' line='204' column='1'/>\r
-      <parameter type-id='type-id-312' name='traverse_func' filepath='Objects/capsule.c' line='204' column='1'/>\r
-      <parameter type-id='type-id-313' name='clear_func' filepath='Objects/capsule.c' line='204' column='1'/>\r
+      <parameter type-id='type-id-309' name='traverse_func' filepath='Objects/capsule.c' line='204' column='1'/>\r
+      <parameter type-id='type-id-310' name='clear_func' filepath='Objects/capsule.c' line='204' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyCapsule_Import' mangled-name='PyCapsule_Import' filepath='Objects/capsule.c' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_Import'>\r
       <parameter type-id='type-id-5' name='no_block' filepath='Objects/capsule.c' line='228' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-314'>\r
+    <function-type size-in-bits='64' id='type-id-311'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/cellobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyCell_Type' type-id='type-id-266' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>\r
+  <abi-instr address-size='64' path='Objects/cellobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyCell_Type' type-id='type-id-263' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>\r
     <function-decl name='PyObject_RichCompare' mangled-name='PyObject_RichCompare' filepath='./Include/object.h' line='566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_RichCompare'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/classobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyMethod_Type' type-id='type-id-266' mangled-name='PyMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='20' column='1' elf-symbol-id='PyMethod_Type'/>\r
-    <var-decl name='PyInstanceMethod_Type' type-id='type-id-266' mangled-name='PyInstanceMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='49' column='1' elf-symbol-id='PyInstanceMethod_Type'/>\r
+  <abi-instr address-size='64' path='Objects/classobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyMethod_Type' type-id='type-id-263' mangled-name='PyMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='20' column='1' elf-symbol-id='PyMethod_Type'/>\r
+    <var-decl name='PyInstanceMethod_Type' type-id='type-id-263' mangled-name='PyInstanceMethod_Type' visibility='default' filepath='./Include/cpython/classobject.h' line='49' column='1' elf-symbol-id='PyInstanceMethod_Type'/>\r
     <function-decl name='_PyType_LookupRef' mangled-name='_PyType_LookupRef' filepath='./Include/cpython/object.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_LookupRef'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyObject_GenericHash' mangled-name='PyObject_GenericHash' filepath='./Include/cpython/pyhash.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GenericHash'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-301'/>\r
+      <return type-id='type-id-298'/>\r
     </function-decl>\r
     <function-decl name='_PyType_GetDict' mangled-name='_PyType_GetDict' filepath='./Include/internal/pycore_typeobject.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetDict'>\r
       <parameter type-id='type-id-1'/>\r
     </function-decl>\r
     <function-decl name='PyObject_Hash' mangled-name='PyObject_Hash' filepath='./Include/object.h' line='590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Hash'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-301'/>\r
+      <return type-id='type-id-298'/>\r
     </function-decl>\r
     <function-decl name='PyObject_ClearWeakRefs' mangled-name='PyObject_ClearWeakRefs' filepath='./Include/object.h' line='595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearWeakRefs'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyMethod_Function' mangled-name='PyMethod_Function' filepath='Objects/classobject.c' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMethod_Function'>\r
-      <parameter type-id='type-id-4' name='im' filepath='Objects/classobject.c' line='22' column='1'/>\r
+    <function-decl name='PyMethod_Function' mangled-name='PyMethod_Function' filepath='Objects/classobject.c' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMethod_Function'>\r
+      <parameter type-id='type-id-4' name='im' filepath='Objects/classobject.c' line='23' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyMethod_Self' mangled-name='PyMethod_Self' filepath='Objects/classobject.c' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMethod_Self'>\r
-      <parameter type-id='type-id-4' name='im' filepath='Objects/classobject.c' line='32' column='1'/>\r
+    <function-decl name='PyMethod_Self' mangled-name='PyMethod_Self' filepath='Objects/classobject.c' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMethod_Self'>\r
+      <parameter type-id='type-id-4' name='im' filepath='Objects/classobject.c' line='33' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyMethod_New' mangled-name='PyMethod_New' filepath='Objects/classobject.c' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMethod_New'>\r
-      <parameter type-id='type-id-4' name='func' filepath='Objects/classobject.c' line='108' column='1'/>\r
-      <parameter type-id='type-id-4' name='self' filepath='Objects/classobject.c' line='108' column='1'/>\r
+    <function-decl name='PyMethod_New' mangled-name='PyMethod_New' filepath='Objects/classobject.c' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMethod_New'>\r
+      <parameter type-id='type-id-4' name='func' filepath='Objects/classobject.c' line='109' column='1'/>\r
+      <parameter type-id='type-id-4' name='self' filepath='Objects/classobject.c' line='109' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyInstanceMethod_New' mangled-name='PyInstanceMethod_New' filepath='Objects/classobject.c' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInstanceMethod_New'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/codeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='284' column='1' id='type-id-315'>\r
+  <abi-instr address-size='64' path='Objects/codeobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='285' column='1' id='type-id-312'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='computed_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='285' column='1'/>\r
+        <var-decl name='computed_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='286' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='lo_next' type-id='type-id-316' visibility='default' filepath='./Include/cpython/code.h' line='286' column='1'/>\r
+        <var-decl name='lo_next' type-id='type-id-313' visibility='default' filepath='./Include/cpython/code.h' line='287' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='limit' type-id='type-id-316' visibility='default' filepath='./Include/cpython/code.h' line='287' column='1'/>\r
+        <var-decl name='limit' type-id='type-id-313' visibility='default' filepath='./Include/cpython/code.h' line='288' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='290' column='1' id='type-id-317'>\r
+    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='291' column='1' id='type-id-314'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ar_start' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='291' column='1'/>\r
+        <var-decl name='ar_start' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='292' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='ar_end' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='292' column='1'/>\r
+        <var-decl name='ar_end' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='293' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ar_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='293' column='1'/>\r
+        <var-decl name='ar_line' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='294' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='opaque' type-id='type-id-315' visibility='default' filepath='./Include/cpython/code.h' line='294' column='1'/>\r
+        <var-decl name='opaque' type-id='type-id-312' visibility='default' filepath='./Include/cpython/code.h' line='295' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyCodeAddressRange' type-id='type-id-317' filepath='./Include/cpython/code.h' line='295' column='1' id='type-id-318'/>\r
-    <pointer-type-def type-id='type-id-318' size-in-bits='64' id='type-id-319'/>\r
-    <pointer-type-def type-id='type-id-320' size-in-bits='64' id='type-id-321'/>\r
-    <pointer-type-def type-id='type-id-301' size-in-bits='64' id='type-id-322'/>\r
-    <qualified-type-def type-id='type-id-305' const='yes' id='type-id-323'/>\r
-    <pointer-type-def type-id='type-id-323' size-in-bits='64' id='type-id-316'/>\r
-    <var-decl name='PyCode_Type' type-id='type-id-266' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1' elf-symbol-id='PyCode_Type'/>\r
+    <typedef-decl name='PyCodeAddressRange' type-id='type-id-314' filepath='./Include/cpython/code.h' line='296' column='1' id='type-id-315'/>\r
+    <pointer-type-def type-id='type-id-315' size-in-bits='64' id='type-id-316'/>\r
+    <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-318'/>\r
+    <pointer-type-def type-id='type-id-298' size-in-bits='64' id='type-id-319'/>\r
+    <qualified-type-def type-id='type-id-302' const='yes' id='type-id-320'/>\r
+    <pointer-type-def type-id='type-id-320' size-in-bits='64' id='type-id-313'/>\r
+    <var-decl name='PyCode_Type' type-id='type-id-263' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='180' column='1' elf-symbol-id='PyCode_Type'/>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-324'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_GetBaseOpcode' filepath='./Include/internal/pycore_code.h' line='589' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-322'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyFunction_ClearCodeByVersion' filepath='./Include/internal/pycore_function.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-326'/>\r
+      <parameter type-id='type-id-323'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
+    <function-decl name='_Py_Instrumentation_GetLine' filepath='./Include/internal/pycore_instruments.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-322'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <return type-id='type-id-5'/>\r
+    </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-8'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-322'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-319'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_Copy' mangled-name='_PyUnicode_Copy' filepath='./Include/internal/pycore_unicodeobject.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Copy'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InternMortal' mangled-name='_PyUnicode_InternMortal' filepath='./Include/internal/pycore_unicodeobject.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternMortal'>\r
+    <function-decl name='_PyUnicode_InternMortal' mangled-name='_PyUnicode_InternMortal' filepath='./Include/internal/pycore_unicodeobject.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternMortal'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyLong_FromVoidPtr' mangled-name='PyLong_FromVoidPtr' filepath='./Include/longobject.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromVoidPtr'>\r
     <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'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-321'/>\r
+      <return type-id='type-id-318'/>\r
     </function-decl>\r
     <function-decl name='PyFrozenSet_New' mangled-name='PyFrozenSet_New' filepath='./Include/setobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrozenSet_New'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
-    </function-decl>\r
-    <function-decl name='PyCode_AddWatcher' mangled-name='PyCode_AddWatcher' filepath='Objects/codeobject.c' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_AddWatcher'>\r
-      <parameter type-id='type-id-327' name='callback' filepath='Objects/codeobject.c' line='57' column='1'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
+    </function-decl>\r
+    <function-decl name='PyCode_AddWatcher' mangled-name='PyCode_AddWatcher' filepath='Objects/codeobject.c' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_AddWatcher'>\r
+      <parameter type-id='type-id-324' name='callback' filepath='Objects/codeobject.c' line='58' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_ClearWatcher' mangled-name='PyCode_ClearWatcher' filepath='Objects/codeobject.c' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_ClearWatcher'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/codeobject.c' line='89' column='1'/>\r
+    <function-decl name='PyCode_ClearWatcher' mangled-name='PyCode_ClearWatcher' filepath='Objects/codeobject.c' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_ClearWatcher'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/codeobject.c' line='90' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyCode_Quicken' filepath='Objects/codeobject.c' line='461' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+    <function-decl name='_PyCode_Quicken' filepath='Objects/codeobject.c' line='494' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-322'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Code_NewWithPosOnlyArgs' mangled-name='PyUnstable_Code_NewWithPosOnlyArgs' filepath='Objects/codeobject.c' line='703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_NewWithPosOnlyArgs'>\r
-      <parameter type-id='type-id-5' name='argcount' filepath='Objects/codeobject.c' line='704' column='1'/>\r
-      <parameter type-id='type-id-5' name='posonlyargcount' filepath='Objects/codeobject.c' line='704' column='1'/>\r
-      <parameter type-id='type-id-5' name='kwonlyargcount' filepath='Objects/codeobject.c' line='704' column='1'/>\r
-      <parameter type-id='type-id-5' name='nlocals' filepath='Objects/codeobject.c' line='705' column='1'/>\r
-      <parameter type-id='type-id-5' name='stacksize' filepath='Objects/codeobject.c' line='705' column='1'/>\r
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/codeobject.c' line='705' column='1'/>\r
-      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='706' column='1'/>\r
-      <parameter type-id='type-id-4' name='consts' filepath='Objects/codeobject.c' line='706' column='1'/>\r
-      <parameter type-id='type-id-4' name='names' filepath='Objects/codeobject.c' line='706' column='1'/>\r
-      <parameter type-id='type-id-4' name='varnames' filepath='Objects/codeobject.c' line='707' column='1'/>\r
-      <parameter type-id='type-id-4' name='freevars' filepath='Objects/codeobject.c' line='707' column='1'/>\r
-      <parameter type-id='type-id-4' name='cellvars' filepath='Objects/codeobject.c' line='707' column='1'/>\r
-      <parameter type-id='type-id-4' name='filename' filepath='Objects/codeobject.c' line='708' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/codeobject.c' line='708' column='1'/>\r
-      <parameter type-id='type-id-4' name='qualname' filepath='Objects/codeobject.c' line='709' column='1'/>\r
-      <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='709' column='1'/>\r
-      <parameter type-id='type-id-4' name='linetable' filepath='Objects/codeobject.c' line='710' column='1'/>\r
-      <parameter type-id='type-id-4' name='exceptiontable' filepath='Objects/codeobject.c' line='711' column='1'/>\r
-      <return type-id='type-id-325'/>\r
+    <function-decl name='PyUnstable_Code_NewWithPosOnlyArgs' mangled-name='PyUnstable_Code_NewWithPosOnlyArgs' filepath='Objects/codeobject.c' line='736' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_NewWithPosOnlyArgs'>\r
+      <parameter type-id='type-id-5' name='argcount' filepath='Objects/codeobject.c' line='737' column='1'/>\r
+      <parameter type-id='type-id-5' name='posonlyargcount' filepath='Objects/codeobject.c' line='737' column='1'/>\r
+      <parameter type-id='type-id-5' name='kwonlyargcount' filepath='Objects/codeobject.c' line='737' column='1'/>\r
+      <parameter type-id='type-id-5' name='nlocals' filepath='Objects/codeobject.c' line='738' column='1'/>\r
+      <parameter type-id='type-id-5' name='stacksize' filepath='Objects/codeobject.c' line='738' column='1'/>\r
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/codeobject.c' line='738' column='1'/>\r
+      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='739' column='1'/>\r
+      <parameter type-id='type-id-4' name='consts' filepath='Objects/codeobject.c' line='739' column='1'/>\r
+      <parameter type-id='type-id-4' name='names' filepath='Objects/codeobject.c' line='739' column='1'/>\r
+      <parameter type-id='type-id-4' name='varnames' filepath='Objects/codeobject.c' line='740' column='1'/>\r
+      <parameter type-id='type-id-4' name='freevars' filepath='Objects/codeobject.c' line='740' column='1'/>\r
+      <parameter type-id='type-id-4' name='cellvars' filepath='Objects/codeobject.c' line='740' column='1'/>\r
+      <parameter type-id='type-id-4' name='filename' filepath='Objects/codeobject.c' line='741' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/codeobject.c' line='741' column='1'/>\r
+      <parameter type-id='type-id-4' name='qualname' filepath='Objects/codeobject.c' line='742' column='1'/>\r
+      <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='742' column='1'/>\r
+      <parameter type-id='type-id-4' name='linetable' filepath='Objects/codeobject.c' line='743' column='1'/>\r
+      <parameter type-id='type-id-4' name='exceptiontable' filepath='Objects/codeobject.c' line='744' column='1'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Code_New' mangled-name='PyUnstable_Code_New' filepath='Objects/codeobject.c' line='857' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_New'>\r
-      <parameter type-id='type-id-5' name='argcount' filepath='Objects/codeobject.c' line='857' column='1'/>\r
-      <parameter type-id='type-id-5' name='kwonlyargcount' filepath='Objects/codeobject.c' line='857' column='1'/>\r
-      <parameter type-id='type-id-5' name='nlocals' filepath='Objects/codeobject.c' line='858' column='1'/>\r
-      <parameter type-id='type-id-5' name='stacksize' filepath='Objects/codeobject.c' line='858' column='1'/>\r
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/codeobject.c' line='858' column='1'/>\r
-      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='859' column='1'/>\r
-      <parameter type-id='type-id-4' name='consts' filepath='Objects/codeobject.c' line='859' column='1'/>\r
-      <parameter type-id='type-id-4' name='names' filepath='Objects/codeobject.c' line='859' column='1'/>\r
-      <parameter type-id='type-id-4' name='varnames' filepath='Objects/codeobject.c' line='860' column='1'/>\r
-      <parameter type-id='type-id-4' name='freevars' filepath='Objects/codeobject.c' line='860' column='1'/>\r
-      <parameter type-id='type-id-4' name='cellvars' filepath='Objects/codeobject.c' line='860' column='1'/>\r
-      <parameter type-id='type-id-4' name='filename' filepath='Objects/codeobject.c' line='861' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/codeobject.c' line='861' column='1'/>\r
-      <parameter type-id='type-id-4' name='qualname' filepath='Objects/codeobject.c' line='861' column='1'/>\r
-      <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='862' column='1'/>\r
-      <parameter type-id='type-id-4' name='linetable' filepath='Objects/codeobject.c' line='863' column='1'/>\r
-      <parameter type-id='type-id-4' name='exceptiontable' filepath='Objects/codeobject.c' line='864' column='1'/>\r
-      <return type-id='type-id-325'/>\r
+    <function-decl name='PyUnstable_Code_New' mangled-name='PyUnstable_Code_New' filepath='Objects/codeobject.c' line='890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_New'>\r
+      <parameter type-id='type-id-5' name='argcount' filepath='Objects/codeobject.c' line='890' column='1'/>\r
+      <parameter type-id='type-id-5' name='kwonlyargcount' filepath='Objects/codeobject.c' line='890' column='1'/>\r
+      <parameter type-id='type-id-5' name='nlocals' filepath='Objects/codeobject.c' line='891' column='1'/>\r
+      <parameter type-id='type-id-5' name='stacksize' filepath='Objects/codeobject.c' line='891' column='1'/>\r
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/codeobject.c' line='891' column='1'/>\r
+      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='892' column='1'/>\r
+      <parameter type-id='type-id-4' name='consts' filepath='Objects/codeobject.c' line='892' column='1'/>\r
+      <parameter type-id='type-id-4' name='names' filepath='Objects/codeobject.c' line='892' column='1'/>\r
+      <parameter type-id='type-id-4' name='varnames' filepath='Objects/codeobject.c' line='893' column='1'/>\r
+      <parameter type-id='type-id-4' name='freevars' filepath='Objects/codeobject.c' line='893' column='1'/>\r
+      <parameter type-id='type-id-4' name='cellvars' filepath='Objects/codeobject.c' line='893' column='1'/>\r
+      <parameter type-id='type-id-4' name='filename' filepath='Objects/codeobject.c' line='894' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/codeobject.c' line='894' column='1'/>\r
+      <parameter type-id='type-id-4' name='qualname' filepath='Objects/codeobject.c' line='894' column='1'/>\r
+      <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='895' column='1'/>\r
+      <parameter type-id='type-id-4' name='linetable' filepath='Objects/codeobject.c' line='896' column='1'/>\r
+      <parameter type-id='type-id-4' name='exceptiontable' filepath='Objects/codeobject.c' line='897' column='1'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_NewEmpty' mangled-name='PyCode_NewEmpty' filepath='Objects/codeobject.c' line='891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_NewEmpty'>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Objects/codeobject.c' line='891' column='1'/>\r
-      <parameter type-id='type-id-6' name='funcname' filepath='Objects/codeobject.c' line='891' column='1'/>\r
-      <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='891' column='1'/>\r
-      <return type-id='type-id-325'/>\r
+    <function-decl name='PyCode_NewEmpty' mangled-name='PyCode_NewEmpty' filepath='Objects/codeobject.c' line='924' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_NewEmpty'>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Objects/codeobject.c' line='924' column='1'/>\r
+      <parameter type-id='type-id-6' name='funcname' filepath='Objects/codeobject.c' line='924' column='1'/>\r
+      <parameter type-id='type-id-5' name='firstlineno' filepath='Objects/codeobject.c' line='924' column='1'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Line'>\r
-      <parameter type-id='type-id-325' name='co' filepath='Objects/codeobject.c' line='953' column='1'/>\r
-      <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='953' column='1'/>\r
+    <function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='986' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Line'>\r
+      <parameter type-id='type-id-322' name='co' filepath='Objects/codeobject.c' line='986' column='1'/>\r
+      <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='986' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyCode_CheckLineNumber' mangled-name='_PyCode_CheckLineNumber' filepath='Objects/codeobject.c' line='988' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckLineNumber'>\r
-      <parameter type-id='type-id-5' name='lasti' filepath='Objects/codeobject.c' line='988' column='1'/>\r
-      <parameter type-id='type-id-319' name='bounds' filepath='Objects/codeobject.c' line='988' column='1'/>\r
+    <function-decl name='_PyCode_CheckLineNumber' mangled-name='_PyCode_CheckLineNumber' filepath='Objects/codeobject.c' line='1024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckLineNumber'>\r
+      <parameter type-id='type-id-5' name='lasti' filepath='Objects/codeobject.c' line='1024' column='1'/>\r
+      <parameter type-id='type-id-316' name='bounds' filepath='Objects/codeobject.c' line='1024' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_Addr2Location' mangled-name='PyCode_Addr2Location' filepath='Objects/codeobject.c' line='1165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Location'>\r
-      <parameter type-id='type-id-325' name='co' filepath='Objects/codeobject.c' line='1165' column='1'/>\r
-      <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='1165' column='1'/>\r
-      <parameter type-id='type-id-177' name='start_line' filepath='Objects/codeobject.c' line='1166' column='1'/>\r
-      <parameter type-id='type-id-177' name='start_column' filepath='Objects/codeobject.c' line='1166' column='1'/>\r
-      <parameter type-id='type-id-177' name='end_line' filepath='Objects/codeobject.c' line='1167' column='1'/>\r
-      <parameter type-id='type-id-177' name='end_column' filepath='Objects/codeobject.c' line='1167' column='1'/>\r
+    <function-decl name='PyCode_Addr2Location' mangled-name='PyCode_Addr2Location' filepath='Objects/codeobject.c' line='1201' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Location'>\r
+      <parameter type-id='type-id-322' name='co' filepath='Objects/codeobject.c' line='1201' column='1'/>\r
+      <parameter type-id='type-id-5' name='addrq' filepath='Objects/codeobject.c' line='1201' column='1'/>\r
+      <parameter type-id='type-id-175' name='start_line' filepath='Objects/codeobject.c' line='1202' column='1'/>\r
+      <parameter type-id='type-id-175' name='start_column' filepath='Objects/codeobject.c' line='1202' column='1'/>\r
+      <parameter type-id='type-id-175' name='end_line' filepath='Objects/codeobject.c' line='1203' column='1'/>\r
+      <parameter type-id='type-id-175' name='end_column' filepath='Objects/codeobject.c' line='1203' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Code_GetExtra' mangled-name='PyUnstable_Code_GetExtra' filepath='Objects/codeobject.c' line='1486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_GetExtra'>\r
-      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='1486' column='1'/>\r
-      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1486' column='1'/>\r
-      <parameter type-id='type-id-262' name='extra' filepath='Objects/codeobject.c' line='1486' column='1'/>\r
+    <function-decl name='PyUnstable_Code_GetExtra' mangled-name='PyUnstable_Code_GetExtra' filepath='Objects/codeobject.c' line='1522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_GetExtra'>\r
+      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='1522' column='1'/>\r
+      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1522' column='1'/>\r
+      <parameter type-id='type-id-259' name='extra' filepath='Objects/codeobject.c' line='1522' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Code_SetExtra' mangled-name='PyUnstable_Code_SetExtra' filepath='Objects/codeobject.c' line='1507' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_SetExtra'>\r
-      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='1507' column='1'/>\r
-      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1507' column='1'/>\r
-      <parameter type-id='type-id-30' name='extra' filepath='Objects/codeobject.c' line='1507' column='1'/>\r
+    <function-decl name='PyUnstable_Code_SetExtra' mangled-name='PyUnstable_Code_SetExtra' filepath='Objects/codeobject.c' line='1543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Code_SetExtra'>\r
+      <parameter type-id='type-id-4' name='code' filepath='Objects/codeobject.c' line='1543' column='1'/>\r
+      <parameter type-id='type-id-7' name='index' filepath='Objects/codeobject.c' line='1543' column='1'/>\r
+      <parameter type-id='type-id-30' name='extra' filepath='Objects/codeobject.c' line='1543' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_GetVarnames' mangled-name='PyCode_GetVarnames' filepath='Objects/codeobject.c' line='1585' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetVarnames'>\r
-      <parameter type-id='type-id-325' name='code' filepath='Objects/codeobject.c' line='1585' column='1'/>\r
+    <function-decl name='PyCode_GetVarnames' mangled-name='PyCode_GetVarnames' filepath='Objects/codeobject.c' line='1621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetVarnames'>\r
+      <parameter type-id='type-id-322' name='code' filepath='Objects/codeobject.c' line='1621' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_GetCellvars' mangled-name='PyCode_GetCellvars' filepath='Objects/codeobject.c' line='1600' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCellvars'>\r
-      <parameter type-id='type-id-325' name='code' filepath='Objects/codeobject.c' line='1600' column='1'/>\r
+    <function-decl name='PyCode_GetCellvars' mangled-name='PyCode_GetCellvars' filepath='Objects/codeobject.c' line='1636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCellvars'>\r
+      <parameter type-id='type-id-322' name='code' filepath='Objects/codeobject.c' line='1636' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_GetFreevars' mangled-name='PyCode_GetFreevars' filepath='Objects/codeobject.c' line='1615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetFreevars'>\r
-      <parameter type-id='type-id-325' name='code' filepath='Objects/codeobject.c' line='1615' column='1'/>\r
+    <function-decl name='PyCode_GetFreevars' mangled-name='PyCode_GetFreevars' filepath='Objects/codeobject.c' line='1651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetFreevars'>\r
+      <parameter type-id='type-id-322' name='code' filepath='Objects/codeobject.c' line='1651' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='1694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>\r
-      <parameter type-id='type-id-325' name='co' filepath='Objects/codeobject.c' line='1694' column='1'/>\r
+    <function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='1730' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>\r
+      <parameter type-id='type-id-322' name='co' filepath='Objects/codeobject.c' line='1730' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='2393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/codeobject.c' line='2393' column='1'/>\r
+    <function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='2424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/codeobject.c' line='2424' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/complexobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-328' size-in-bits='64' id='type-id-329'/>\r
-    <var-decl name='PyComplex_Type' type-id='type-id-266' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>\r
+  <abi-instr address-size='64' path='Objects/complexobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-325' size-in-bits='64' id='type-id-326'/>\r
+    <var-decl name='PyComplex_Type' type-id='type-id-263' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-301'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-298'/>\r
     </function-decl>\r
     <function-decl name='_PyComplex_FormatAdvancedWriter' filepath='./Include/internal/pycore_complexobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-329'/>\r
+      <parameter type-id='type-id-326'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='./Include/internal/pycore_unicodeobject.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>\r
+    <function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='./Include/internal/pycore_unicodeobject.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_sum' mangled-name='_Py_c_sum' filepath='Objects/complexobject.c' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_sum'>\r
-      <parameter type-id='type-id-324' name='a' filepath='Objects/complexobject.c' line='29' column='1'/>\r
-      <parameter type-id='type-id-324' name='b' filepath='Objects/complexobject.c' line='29' column='1'/>\r
-      <return type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321' name='a' filepath='Objects/complexobject.c' line='29' column='1'/>\r
+      <parameter type-id='type-id-321' name='b' filepath='Objects/complexobject.c' line='29' column='1'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_diff' mangled-name='_Py_c_diff' filepath='Objects/complexobject.c' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_diff'>\r
-      <parameter type-id='type-id-324' name='a' filepath='Objects/complexobject.c' line='38' column='1'/>\r
-      <parameter type-id='type-id-324' name='b' filepath='Objects/complexobject.c' line='38' column='1'/>\r
-      <return type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321' name='a' filepath='Objects/complexobject.c' line='38' column='1'/>\r
+      <parameter type-id='type-id-321' name='b' filepath='Objects/complexobject.c' line='38' column='1'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_neg' mangled-name='_Py_c_neg' filepath='Objects/complexobject.c' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_neg'>\r
-      <parameter type-id='type-id-324' name='a' filepath='Objects/complexobject.c' line='47' column='1'/>\r
-      <return type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321' name='a' filepath='Objects/complexobject.c' line='47' column='1'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_prod' mangled-name='_Py_c_prod' filepath='Objects/complexobject.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_prod'>\r
-      <parameter type-id='type-id-324' name='a' filepath='Objects/complexobject.c' line='56' column='1'/>\r
-      <parameter type-id='type-id-324' name='b' filepath='Objects/complexobject.c' line='56' column='1'/>\r
-      <return type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321' name='a' filepath='Objects/complexobject.c' line='56' column='1'/>\r
+      <parameter type-id='type-id-321' name='b' filepath='Objects/complexobject.c' line='56' column='1'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_quot' mangled-name='_Py_c_quot' filepath='Objects/complexobject.c' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_quot'>\r
-      <parameter type-id='type-id-324' name='a' filepath='Objects/complexobject.c' line='69' column='1'/>\r
-      <parameter type-id='type-id-324' name='b' filepath='Objects/complexobject.c' line='69' column='1'/>\r
-      <return type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321' name='a' filepath='Objects/complexobject.c' line='69' column='1'/>\r
+      <parameter type-id='type-id-321' name='b' filepath='Objects/complexobject.c' line='69' column='1'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_pow' mangled-name='_Py_c_pow' filepath='Objects/complexobject.c' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_pow'>\r
-      <parameter type-id='type-id-324' name='a' filepath='Objects/complexobject.c' line='130' column='1'/>\r
-      <parameter type-id='type-id-324' name='b' filepath='Objects/complexobject.c' line='130' column='1'/>\r
-      <return type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321' name='a' filepath='Objects/complexobject.c' line='130' column='1'/>\r
+      <parameter type-id='type-id-321' name='b' filepath='Objects/complexobject.c' line='130' column='1'/>\r
+      <return type-id='type-id-321'/>\r
     </function-decl>\r
     <function-decl name='_Py_c_abs' mangled-name='_Py_c_abs' filepath='Objects/complexobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_abs'>\r
-      <parameter type-id='type-id-324' name='z' filepath='Objects/complexobject.c' line='186' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-321' name='z' filepath='Objects/complexobject.c' line='186' column='1'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyComplex_FromDoubles' mangled-name='PyComplex_FromDoubles' filepath='Objects/complexobject.c' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromDoubles'>\r
-      <parameter type-id='type-id-172' name='real' filepath='Objects/complexobject.c' line='251' column='1'/>\r
-      <parameter type-id='type-id-172' name='imag' filepath='Objects/complexobject.c' line='251' column='1'/>\r
+      <parameter type-id='type-id-170' name='real' filepath='Objects/complexobject.c' line='251' column='1'/>\r
+      <parameter type-id='type-id-170' name='imag' filepath='Objects/complexobject.c' line='251' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyComplex_RealAsDouble' mangled-name='PyComplex_RealAsDouble' filepath='Objects/complexobject.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_RealAsDouble'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/complexobject.c' line='262' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyComplex_ImagAsDouble' mangled-name='PyComplex_ImagAsDouble' filepath='Objects/complexobject.c' line='283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_ImagAsDouble'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/complexobject.c' line='283' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-328'>\r
+    <function-type size-in-bits='64' id='type-id-325'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/descrobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-331' size-in-bits='64' id='type-id-332'/>\r
+  <abi-instr address-size='64' path='Objects/descrobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-328' size-in-bits='64' id='type-id-329'/>\r
     <function-decl name='_PyObject_FunctionStr' mangled-name='_PyObject_FunctionStr' filepath='./Include/cpython/object.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_FunctionStr'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='Py_HashPointer' mangled-name='Py_HashPointer' filepath='./Include/cpython/pyhash.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_HashPointer'>\r
       <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-301'/>\r
-    </function-decl>\r
-    <var-decl name='PyClassMethodDescr_Type' type-id='type-id-266' mangled-name='PyClassMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='19' column='1' elf-symbol-id='PyClassMethodDescr_Type'/>\r
-    <var-decl name='PyGetSetDescr_Type' type-id='type-id-266' mangled-name='PyGetSetDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='20' column='1' elf-symbol-id='PyGetSetDescr_Type'/>\r
-    <var-decl name='PyMemberDescr_Type' type-id='type-id-266' mangled-name='PyMemberDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='21' column='1' elf-symbol-id='PyMemberDescr_Type'/>\r
-    <var-decl name='PyMethodDescr_Type' type-id='type-id-266' mangled-name='PyMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='22' column='1' elf-symbol-id='PyMethodDescr_Type'/>\r
-    <var-decl name='PyWrapperDescr_Type' type-id='type-id-266' mangled-name='PyWrapperDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='23' column='1' elf-symbol-id='PyWrapperDescr_Type'/>\r
-    <var-decl name='PyDictProxy_Type' type-id='type-id-266' mangled-name='PyDictProxy_Type' visibility='default' filepath='./Include/descrobject.h' line='24' column='1' elf-symbol-id='PyDictProxy_Type'/>\r
-    <var-decl name='PyProperty_Type' type-id='type-id-266' mangled-name='PyProperty_Type' visibility='default' filepath='./Include/descrobject.h' line='25' column='1' elf-symbol-id='PyProperty_Type'/>\r
+      <return type-id='type-id-298'/>\r
+    </function-decl>\r
+    <var-decl name='PyClassMethodDescr_Type' type-id='type-id-263' mangled-name='PyClassMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='19' column='1' elf-symbol-id='PyClassMethodDescr_Type'/>\r
+    <var-decl name='PyGetSetDescr_Type' type-id='type-id-263' mangled-name='PyGetSetDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='20' column='1' elf-symbol-id='PyGetSetDescr_Type'/>\r
+    <var-decl name='PyMemberDescr_Type' type-id='type-id-263' mangled-name='PyMemberDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='21' column='1' elf-symbol-id='PyMemberDescr_Type'/>\r
+    <var-decl name='PyMethodDescr_Type' type-id='type-id-263' mangled-name='PyMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='22' column='1' elf-symbol-id='PyMethodDescr_Type'/>\r
+    <var-decl name='PyWrapperDescr_Type' type-id='type-id-263' mangled-name='PyWrapperDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='23' column='1' elf-symbol-id='PyWrapperDescr_Type'/>\r
+    <var-decl name='PyDictProxy_Type' type-id='type-id-263' mangled-name='PyDictProxy_Type' visibility='default' filepath='./Include/descrobject.h' line='24' column='1' elf-symbol-id='PyDictProxy_Type'/>\r
+    <var-decl name='PyProperty_Type' type-id='type-id-263' mangled-name='PyProperty_Type' visibility='default' filepath='./Include/descrobject.h' line='25' column='1' elf-symbol-id='PyProperty_Type'/>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-333'/>\r
+      <parameter type-id='type-id-330'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-17'/>\r
-      <parameter type-id='type-id-333'/>\r
+      <parameter type-id='type-id-330'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_PyMethodWrapper_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_descrobject.h' line='23' column='1'/>\r
+    <var-decl name='_PyMethodWrapper_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_descrobject.h' line='23' column='1'/>\r
     <function-decl name='_PyArg_UnpackStack' filepath='./Include/internal/pycore_modsupport.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_SetDeferredRefcount' filepath='./Include/internal/pycore_object.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_SetDeferredRefcount' filepath='./Include/internal/pycore_object.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_GetDocFromInternalDoc' filepath='./Include/internal/pycore_object.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_GetDocFromInternalDoc' filepath='./Include/internal/pycore_object.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_GetTextSignatureFromInternalDoc' filepath='./Include/internal/pycore_object.h' line='700' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_GetTextSignatureFromInternalDoc' filepath='./Include/internal/pycore_object.h' line='774' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_IsAbstract' filepath='./Include/internal/pycore_object.h' line='750' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_IsAbstract' filepath='./Include/internal/pycore_object.h' line='824' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyCMethod_New' mangled-name='PyCMethod_New' filepath='./Include/methodobject.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCMethod_New'>\r
-      <parameter type-id='type-id-176'/>\r
+      <parameter type-id='type-id-174'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-1'/>\r
     </function-decl>\r
     <function-decl name='PyDescr_NewMethod' mangled-name='PyDescr_NewMethod' filepath='Objects/descrobject.c' line='926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewMethod'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='926' column='1'/>\r
-      <parameter type-id='type-id-176' name='method' filepath='Objects/descrobject.c' line='926' column='1'/>\r
+      <parameter type-id='type-id-174' name='method' filepath='Objects/descrobject.c' line='926' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyDescr_NewClassMethod' mangled-name='PyDescr_NewClassMethod' filepath='Objects/descrobject.c' line='972' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewClassMethod'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='972' column='1'/>\r
-      <parameter type-id='type-id-176' name='method' filepath='Objects/descrobject.c' line='972' column='1'/>\r
+      <parameter type-id='type-id-174' name='method' filepath='Objects/descrobject.c' line='972' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyDescr_NewMember' mangled-name='PyDescr_NewMember' filepath='Objects/descrobject.c' line='984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewMember'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='984' column='1'/>\r
-      <parameter type-id='type-id-333' name='member' filepath='Objects/descrobject.c' line='984' column='1'/>\r
+      <parameter type-id='type-id-330' name='member' filepath='Objects/descrobject.c' line='984' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyDescr_NewGetSet' mangled-name='PyDescr_NewGetSet' filepath='Objects/descrobject.c' line='1002' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewGetSet'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='1002' column='1'/>\r
-      <parameter type-id='type-id-334' name='getset' filepath='Objects/descrobject.c' line='1002' column='1'/>\r
+      <parameter type-id='type-id-331' name='getset' filepath='Objects/descrobject.c' line='1002' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyDescr_NewWrapper' mangled-name='PyDescr_NewWrapper' filepath='Objects/descrobject.c' line='1014' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewWrapper'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/descrobject.c' line='1014' column='1'/>\r
-      <parameter type-id='type-id-332' name='base' filepath='Objects/descrobject.c' line='1014' column='1'/>\r
+      <parameter type-id='type-id-329' name='base' filepath='Objects/descrobject.c' line='1014' column='1'/>\r
       <parameter type-id='type-id-30' name='wrapped' filepath='Objects/descrobject.c' line='1014' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/dictobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/dictobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyObject_AssertFailed' mangled-name='_PyObject_AssertFailed' filepath='./Include/cpython/object.h' line='408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_AssertFailed'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PyDict_Type' type-id='type-id-266' mangled-name='PyDict_Type' visibility='default' filepath='./Include/dictobject.h' line='15' column='1' elf-symbol-id='PyDict_Type'/>\r
-    <var-decl name='PyDictKeys_Type' type-id='type-id-266' mangled-name='PyDictKeys_Type' visibility='default' filepath='./Include/dictobject.h' line='77' column='1' elf-symbol-id='PyDictKeys_Type'/>\r
-    <var-decl name='PyDictValues_Type' type-id='type-id-266' mangled-name='PyDictValues_Type' visibility='default' filepath='./Include/dictobject.h' line='78' column='1' elf-symbol-id='PyDictValues_Type'/>\r
-    <var-decl name='PyDictItems_Type' type-id='type-id-266' mangled-name='PyDictItems_Type' visibility='default' filepath='./Include/dictobject.h' line='79' column='1' elf-symbol-id='PyDictItems_Type'/>\r
-    <var-decl name='PyDictIterKey_Type' type-id='type-id-266' mangled-name='PyDictIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='90' column='1' elf-symbol-id='PyDictIterKey_Type'/>\r
-    <var-decl name='PyDictIterValue_Type' type-id='type-id-266' mangled-name='PyDictIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='91' column='1' elf-symbol-id='PyDictIterValue_Type'/>\r
-    <var-decl name='PyDictIterItem_Type' type-id='type-id-266' mangled-name='PyDictIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='92' column='1' elf-symbol-id='PyDictIterItem_Type'/>\r
-    <var-decl name='PyDictRevIterKey_Type' type-id='type-id-266' mangled-name='PyDictRevIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='94' column='1' elf-symbol-id='PyDictRevIterKey_Type'/>\r
-    <var-decl name='PyDictRevIterItem_Type' type-id='type-id-266' mangled-name='PyDictRevIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='95' column='1' elf-symbol-id='PyDictRevIterItem_Type'/>\r
-    <var-decl name='PyDictRevIterValue_Type' type-id='type-id-266' mangled-name='PyDictRevIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='96' column='1' elf-symbol-id='PyDictRevIterValue_Type'/>\r
-    <function-decl name='_PyType_AllocNoTrack' filepath='./Include/internal/pycore_object.h' line='695' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <var-decl name='PyDict_Type' type-id='type-id-263' mangled-name='PyDict_Type' visibility='default' filepath='./Include/dictobject.h' line='15' column='1' elf-symbol-id='PyDict_Type'/>\r
+    <var-decl name='PyDictKeys_Type' type-id='type-id-263' mangled-name='PyDictKeys_Type' visibility='default' filepath='./Include/dictobject.h' line='77' column='1' elf-symbol-id='PyDictKeys_Type'/>\r
+    <var-decl name='PyDictValues_Type' type-id='type-id-263' mangled-name='PyDictValues_Type' visibility='default' filepath='./Include/dictobject.h' line='78' column='1' elf-symbol-id='PyDictValues_Type'/>\r
+    <var-decl name='PyDictItems_Type' type-id='type-id-263' mangled-name='PyDictItems_Type' visibility='default' filepath='./Include/dictobject.h' line='79' column='1' elf-symbol-id='PyDictItems_Type'/>\r
+    <var-decl name='PyDictIterKey_Type' type-id='type-id-263' mangled-name='PyDictIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='90' column='1' elf-symbol-id='PyDictIterKey_Type'/>\r
+    <var-decl name='PyDictIterValue_Type' type-id='type-id-263' mangled-name='PyDictIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='91' column='1' elf-symbol-id='PyDictIterValue_Type'/>\r
+    <var-decl name='PyDictIterItem_Type' type-id='type-id-263' mangled-name='PyDictIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='92' column='1' elf-symbol-id='PyDictIterItem_Type'/>\r
+    <var-decl name='PyDictRevIterKey_Type' type-id='type-id-263' mangled-name='PyDictRevIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='94' column='1' elf-symbol-id='PyDictRevIterKey_Type'/>\r
+    <var-decl name='PyDictRevIterItem_Type' type-id='type-id-263' mangled-name='PyDictRevIterItem_Type' visibility='default' filepath='./Include/dictobject.h' line='95' column='1' elf-symbol-id='PyDictRevIterItem_Type'/>\r
+    <var-decl name='PyDictRevIterValue_Type' type-id='type-id-263' mangled-name='PyDictRevIterValue_Type' visibility='default' filepath='./Include/dictobject.h' line='96' column='1' elf-symbol-id='PyDictRevIterValue_Type'/>\r
+    <function-decl name='_PyType_AllocNoTrack' filepath='./Include/internal/pycore_object.h' line='769' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_ComputedDictPointer' filepath='./Include/internal/pycore_object.h' line='744' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_ComputedDictPointer' filepath='./Include/internal/pycore_object.h' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-238'/>\r
+      <return type-id='type-id-235'/>\r
     </function-decl>\r
     <function-decl name='_PyErr_GetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
     <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'>\r
       <return type-id='type-id-28'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_NewPresized' mangled-name='_PyDict_NewPresized' filepath='Objects/dictobject.c' line='2131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_NewPresized'>\r
-      <parameter type-id='type-id-7' name='minused' filepath='Objects/dictobject.c' line='2131' column='1'/>\r
+    <function-decl name='_PyDict_NewPresized' mangled-name='_PyDict_NewPresized' filepath='Objects/dictobject.c' line='2176' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_NewPresized'>\r
+      <parameter type-id='type-id-7' name='minused' filepath='Objects/dictobject.c' line='2176' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_GetItem_KnownHash' mangled-name='_PyDict_GetItem_KnownHash' filepath='Objects/dictobject.c' line='2259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItem_KnownHash'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2259' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2259' column='1'/>\r
-      <parameter type-id='type-id-301' name='hash' filepath='Objects/dictobject.c' line='2259' column='1'/>\r
+    <function-decl name='_PyDict_GetItem_KnownHash' mangled-name='_PyDict_GetItem_KnownHash' filepath='Objects/dictobject.c' line='2304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItem_KnownHash'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2304' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2304' column='1'/>\r
+      <parameter type-id='type-id-298' name='hash' filepath='Objects/dictobject.c' line='2304' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_GetItemRef_KnownHash_LockHeld' mangled-name='_PyDict_GetItemRef_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemRef_KnownHash_LockHeld'>\r
-      <parameter type-id='type-id-335' name='op' filepath='Objects/dictobject.c' line='2285' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2285' column='1'/>\r
-      <parameter type-id='type-id-301' name='hash' filepath='Objects/dictobject.c' line='2286' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/dictobject.c' line='2286' column='1'/>\r
+    <function-decl name='_PyDict_GetItemRef_KnownHash_LockHeld' mangled-name='_PyDict_GetItemRef_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemRef_KnownHash_LockHeld'>\r
+      <parameter type-id='type-id-332' name='op' filepath='Objects/dictobject.c' line='2330' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2330' column='1'/>\r
+      <parameter type-id='type-id-298' name='hash' filepath='Objects/dictobject.c' line='2331' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/dictobject.c' line='2331' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_GetItemStringWithError' mangled-name='_PyDict_GetItemStringWithError' filepath='Objects/dictobject.c' line='2433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemStringWithError'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='2433' column='1'/>\r
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2433' column='1'/>\r
+    <function-decl name='_PyDict_GetItemStringWithError' mangled-name='_PyDict_GetItemStringWithError' filepath='Objects/dictobject.c' line='2478' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemStringWithError'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='2478' column='1'/>\r
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2478' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_LoadGlobal' mangled-name='_PyDict_LoadGlobal' filepath='Objects/dictobject.c' line='2458' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobal'>\r
-      <parameter type-id='type-id-335' name='globals' filepath='Objects/dictobject.c' line='2458' column='1'/>\r
-      <parameter type-id='type-id-335' name='builtins' filepath='Objects/dictobject.c' line='2458' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2458' column='1'/>\r
+    <function-decl name='_PyDict_LoadGlobal' mangled-name='_PyDict_LoadGlobal' filepath='Objects/dictobject.c' line='2503' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_LoadGlobal'>\r
+      <parameter type-id='type-id-332' name='globals' filepath='Objects/dictobject.c' line='2503' column='1'/>\r
+      <parameter type-id='type-id-332' name='builtins' filepath='Objects/dictobject.c' line='2503' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2503' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_SetItem_Take2' mangled-name='_PyDict_SetItem_Take2' filepath='Objects/dictobject.c' line='2508' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_Take2'>\r
-      <parameter type-id='type-id-335' name='mp' filepath='Objects/dictobject.c' line='2508' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2508' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2508' column='1'/>\r
+    <function-decl name='_PyDict_SetItem_Take2' mangled-name='_PyDict_SetItem_Take2' filepath='Objects/dictobject.c' line='2553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_Take2'>\r
+      <parameter type-id='type-id-332' name='mp' filepath='Objects/dictobject.c' line='2553' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2553' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2553' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_SetItem_KnownHash_LockHeld' mangled-name='_PyDict_SetItem_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash_LockHeld'>\r
-      <parameter type-id='type-id-335' name='mp' filepath='Objects/dictobject.c' line='2547' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2547' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2547' column='1'/>\r
-      <parameter type-id='type-id-301' name='hash' filepath='Objects/dictobject.c' line='2548' column='1'/>\r
+    <function-decl name='_PyDict_SetItem_KnownHash_LockHeld' mangled-name='_PyDict_SetItem_KnownHash_LockHeld' filepath='Objects/dictobject.c' line='2592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash_LockHeld'>\r
+      <parameter type-id='type-id-332' name='mp' filepath='Objects/dictobject.c' line='2592' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2592' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2592' column='1'/>\r
+      <parameter type-id='type-id-298' name='hash' filepath='Objects/dictobject.c' line='2593' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_SetItem_KnownHash' mangled-name='_PyDict_SetItem_KnownHash' filepath='Objects/dictobject.c' line='2559' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2559' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2559' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2559' column='1'/>\r
-      <parameter type-id='type-id-301' name='hash' filepath='Objects/dictobject.c' line='2560' column='1'/>\r
+    <function-decl name='_PyDict_SetItem_KnownHash' mangled-name='_PyDict_SetItem_KnownHash' filepath='Objects/dictobject.c' line='2604' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItem_KnownHash'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2604' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2604' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Objects/dictobject.c' line='2604' column='1'/>\r
+      <parameter type-id='type-id-298' name='hash' filepath='Objects/dictobject.c' line='2605' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_DelItem_KnownHash' mangled-name='_PyDict_DelItem_KnownHash' filepath='Objects/dictobject.c' line='2684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItem_KnownHash'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2684' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2684' column='1'/>\r
-      <parameter type-id='type-id-301' name='hash' filepath='Objects/dictobject.c' line='2684' column='1'/>\r
+    <function-decl name='_PyDict_DelItem_KnownHash' mangled-name='_PyDict_DelItem_KnownHash' filepath='Objects/dictobject.c' line='2729' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItem_KnownHash'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2729' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2729' column='1'/>\r
+      <parameter type-id='type-id-298' name='hash' filepath='Objects/dictobject.c' line='2729' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_DelItemIf' mangled-name='_PyDict_DelItemIf' filepath='Objects/dictobject.c' line='2739' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemIf'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2739' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2739' column='1'/>\r
-      <parameter type-id='type-id-336' name='predicate' filepath='Objects/dictobject.c' line='2740' column='1'/>\r
-      <parameter type-id='type-id-30' name='arg' filepath='Objects/dictobject.c' line='2741' column='1'/>\r
+    <function-decl name='_PyDict_DelItemIf' mangled-name='_PyDict_DelItemIf' filepath='Objects/dictobject.c' line='2784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemIf'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2784' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='2784' column='1'/>\r
+      <parameter type-id='type-id-333' name='predicate' filepath='Objects/dictobject.c' line='2785' column='1'/>\r
+      <parameter type-id='type-id-30' name='arg' filepath='Objects/dictobject.c' line='2786' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2801' column='1'/>\r
+    <function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2846' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2846' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_PopString' mangled-name='PyDict_PopString' filepath='Objects/dictobject.c' line='2993' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_PopString'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='2993' column='1'/>\r
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='2993' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/dictobject.c' line='2993' column='1'/>\r
+    <function-decl name='PyDict_PopString' mangled-name='PyDict_PopString' filepath='Objects/dictobject.c' line='3038' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_PopString'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='3038' column='1'/>\r
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='3038' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/dictobject.c' line='3038' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_Pop' mangled-name='_PyDict_Pop' filepath='Objects/dictobject.c' line='3010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Pop'>\r
-      <parameter type-id='type-id-4' name='dict' filepath='Objects/dictobject.c' line='3010' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='3010' column='1'/>\r
-      <parameter type-id='type-id-4' name='default_value' filepath='Objects/dictobject.c' line='3010' column='1'/>\r
+    <function-decl name='_PyDict_Pop' mangled-name='_PyDict_Pop' filepath='Objects/dictobject.c' line='3055' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Pop'>\r
+      <parameter type-id='type-id-4' name='dict' filepath='Objects/dictobject.c' line='3055' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='3055' column='1'/>\r
+      <parameter type-id='type-id-4' name='default_value' filepath='Objects/dictobject.c' line='3055' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_MergeFromSeq2' mangled-name='PyDict_MergeFromSeq2' filepath='Objects/dictobject.c' line='3674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_MergeFromSeq2'>\r
-      <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='3674' column='1'/>\r
-      <parameter type-id='type-id-4' name='seq2' filepath='Objects/dictobject.c' line='3674' column='1'/>\r
-      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3674' column='1'/>\r
+    <function-decl name='PyDict_MergeFromSeq2' mangled-name='PyDict_MergeFromSeq2' filepath='Objects/dictobject.c' line='3717' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_MergeFromSeq2'>\r
+      <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='3717' column='1'/>\r
+      <parameter type-id='type-id-4' name='seq2' filepath='Objects/dictobject.c' line='3717' column='1'/>\r
+      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3717' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_Merge' mangled-name='PyDict_Merge' filepath='Objects/dictobject.c' line='3893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Merge'>\r
-      <parameter type-id='type-id-4' name='a' filepath='Objects/dictobject.c' line='3893' column='1'/>\r
-      <parameter type-id='type-id-4' name='b' filepath='Objects/dictobject.c' line='3893' column='1'/>\r
-      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3893' column='1'/>\r
+    <function-decl name='PyDict_Merge' mangled-name='PyDict_Merge' filepath='Objects/dictobject.c' line='3936' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Merge'>\r
+      <parameter type-id='type-id-4' name='a' filepath='Objects/dictobject.c' line='3936' column='1'/>\r
+      <parameter type-id='type-id-4' name='b' filepath='Objects/dictobject.c' line='3936' column='1'/>\r
+      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3936' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_MergeEx' mangled-name='_PyDict_MergeEx' filepath='Objects/dictobject.c' line='3901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_MergeEx'>\r
-      <parameter type-id='type-id-4' name='a' filepath='Objects/dictobject.c' line='3901' column='1'/>\r
-      <parameter type-id='type-id-4' name='b' filepath='Objects/dictobject.c' line='3901' column='1'/>\r
-      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3901' column='1'/>\r
+    <function-decl name='_PyDict_MergeEx' mangled-name='_PyDict_MergeEx' filepath='Objects/dictobject.c' line='3944' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_MergeEx'>\r
+      <parameter type-id='type-id-4' name='a' filepath='Objects/dictobject.c' line='3944' column='1'/>\r
+      <parameter type-id='type-id-4' name='b' filepath='Objects/dictobject.c' line='3944' column='1'/>\r
+      <parameter type-id='type-id-5' name='override' filepath='Objects/dictobject.c' line='3944' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_SetDefaultRef' mangled-name='PyDict_SetDefaultRef' filepath='Objects/dictobject.c' line='4327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefaultRef'>\r
-      <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='4327' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4327' column='1'/>\r
-      <parameter type-id='type-id-4' name='default_value' filepath='Objects/dictobject.c' line='4327' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/dictobject.c' line='4328' column='1'/>\r
+    <function-decl name='PyDict_SetDefaultRef' mangled-name='PyDict_SetDefaultRef' filepath='Objects/dictobject.c' line='4370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefaultRef'>\r
+      <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='4370' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4370' column='1'/>\r
+      <parameter type-id='type-id-4' name='default_value' filepath='Objects/dictobject.c' line='4370' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/dictobject.c' line='4371' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='4338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>\r
-      <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='4338' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4338' column='1'/>\r
-      <parameter type-id='type-id-4' name='defaultobj' filepath='Objects/dictobject.c' line='4338' column='1'/>\r
+    <function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='4381' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>\r
+      <parameter type-id='type-id-4' name='d' filepath='Objects/dictobject.c' line='4381' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/dictobject.c' line='4381' column='1'/>\r
+      <parameter type-id='type-id-4' name='defaultobj' filepath='Objects/dictobject.c' line='4381' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='4564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>\r
-      <parameter type-id='type-id-335' name='mp' filepath='Objects/dictobject.c' line='4564' column='1'/>\r
+    <function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='4607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>\r
+      <parameter type-id='type-id-332' name='mp' filepath='Objects/dictobject.c' line='4607' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_ContainsString' mangled-name='PyDict_ContainsString' filepath='Objects/dictobject.c' line='4671' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ContainsString'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='4671' column='1'/>\r
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4671' column='1'/>\r
+    <function-decl name='PyDict_ContainsString' mangled-name='PyDict_ContainsString' filepath='Objects/dictobject.c' line='4714' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ContainsString'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/dictobject.c' line='4714' column='1'/>\r
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4714' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_GetItemString' mangled-name='PyDict_GetItemString' filepath='Objects/dictobject.c' line='4873' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemString'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4873' column='1'/>\r
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4873' column='1'/>\r
+    <function-decl name='PyDict_GetItemString' mangled-name='PyDict_GetItemString' filepath='Objects/dictobject.c' line='4916' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemString'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4916' column='1'/>\r
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4916' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_GetItemStringRef' mangled-name='PyDict_GetItemStringRef' filepath='Objects/dictobject.c' line='4891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemStringRef'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4891' column='1'/>\r
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4891' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/dictobject.c' line='4891' column='1'/>\r
+    <function-decl name='PyDict_GetItemStringRef' mangled-name='PyDict_GetItemStringRef' filepath='Objects/dictobject.c' line='4934' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItemStringRef'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4934' column='1'/>\r
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4934' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/dictobject.c' line='4934' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_DelItemString' mangled-name='PyDict_DelItemString' filepath='Objects/dictobject.c' line='4938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItemString'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4938' column='1'/>\r
-      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4938' column='1'/>\r
+    <function-decl name='PyDict_DelItemString' mangled-name='PyDict_DelItemString' filepath='Objects/dictobject.c' line='4981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_DelItemString'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/dictobject.c' line='4981' column='1'/>\r
+      <parameter type-id='type-id-6' name='key' filepath='Objects/dictobject.c' line='4981' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_VisitManagedDict' mangled-name='PyObject_VisitManagedDict' filepath='Objects/dictobject.c' line='7072' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VisitManagedDict'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7072' column='1'/>\r
-      <parameter type-id='type-id-337' name='visit' filepath='Objects/dictobject.c' line='7072' column='1'/>\r
-      <parameter type-id='type-id-30' name='arg' filepath='Objects/dictobject.c' line='7072' column='1'/>\r
+    <function-decl name='PyObject_VisitManagedDict' mangled-name='PyObject_VisitManagedDict' filepath='Objects/dictobject.c' line='7118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_VisitManagedDict'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7118' column='1'/>\r
+      <parameter type-id='type-id-334' name='visit' filepath='Objects/dictobject.c' line='7118' column='1'/>\r
+      <parameter type-id='type-id-30' name='arg' filepath='Objects/dictobject.c' line='7118' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_SetManagedDict' mangled-name='_PyObject_SetManagedDict' filepath='Objects/dictobject.c' line='7110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetManagedDict'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7110' column='1'/>\r
-      <parameter type-id='type-id-4' name='new_dict' filepath='Objects/dictobject.c' line='7110' column='1'/>\r
+    <function-decl name='_PyObject_SetManagedDict' mangled-name='_PyObject_SetManagedDict' filepath='Objects/dictobject.c' line='7156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetManagedDict'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7156' column='1'/>\r
+      <parameter type-id='type-id-4' name='new_dict' filepath='Objects/dictobject.c' line='7156' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_ClearManagedDict' mangled-name='PyObject_ClearManagedDict' filepath='Objects/dictobject.c' line='7173' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearManagedDict'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7173' column='1'/>\r
+    <function-decl name='PyObject_ClearManagedDict' mangled-name='PyObject_ClearManagedDict' filepath='Objects/dictobject.c' line='7219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_ClearManagedDict'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/dictobject.c' line='7219' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_Watch' mangled-name='PyDict_Watch' filepath='Objects/dictobject.c' line='7359' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Watch'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7359' column='1'/>\r
-      <parameter type-id='type-id-4' name='dict' filepath='Objects/dictobject.c' line='7359' column='1'/>\r
+    <function-decl name='PyDict_Watch' mangled-name='PyDict_Watch' filepath='Objects/dictobject.c' line='7405' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Watch'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7405' column='1'/>\r
+      <parameter type-id='type-id-4' name='dict' filepath='Objects/dictobject.c' line='7405' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_Unwatch' mangled-name='PyDict_Unwatch' filepath='Objects/dictobject.c' line='7374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Unwatch'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7374' column='1'/>\r
-      <parameter type-id='type-id-4' name='dict' filepath='Objects/dictobject.c' line='7374' column='1'/>\r
+    <function-decl name='PyDict_Unwatch' mangled-name='PyDict_Unwatch' filepath='Objects/dictobject.c' line='7420' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Unwatch'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7420' column='1'/>\r
+      <parameter type-id='type-id-4' name='dict' filepath='Objects/dictobject.c' line='7420' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_AddWatcher' mangled-name='PyDict_AddWatcher' filepath='Objects/dictobject.c' line='7389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_AddWatcher'>\r
-      <parameter type-id='type-id-338' name='callback' filepath='Objects/dictobject.c' line='7389' column='1'/>\r
+    <function-decl name='PyDict_AddWatcher' mangled-name='PyDict_AddWatcher' filepath='Objects/dictobject.c' line='7435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_AddWatcher'>\r
+      <parameter type-id='type-id-335' name='callback' filepath='Objects/dictobject.c' line='7435' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyDict_ClearWatcher' mangled-name='PyDict_ClearWatcher' filepath='Objects/dictobject.c' line='7406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ClearWatcher'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7406' column='1'/>\r
+    <function-decl name='PyDict_ClearWatcher' mangled-name='PyDict_ClearWatcher' filepath='Objects/dictobject.c' line='7452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_ClearWatcher'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/dictobject.c' line='7452' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-339'>\r
+    <function-type size-in-bits='64' id='type-id-336'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/enumobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyEnum_Type' type-id='type-id-266' mangled-name='PyEnum_Type' visibility='default' filepath='./Include/enumobject.h' line='10' column='1' elf-symbol-id='PyEnum_Type'/>\r
-    <var-decl name='PyReversed_Type' type-id='type-id-266' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>\r
-    <function-decl name='_PyUnicode_EqualToASCIIString' mangled-name='_PyUnicode_EqualToASCIIString' filepath='./Include/internal/pycore_unicodeobject.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIString'>\r
-      <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-5'/>\r
-    </function-decl>\r
+  <abi-instr address-size='64' path='Objects/enumobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyEnum_Type' type-id='type-id-263' mangled-name='PyEnum_Type' visibility='default' filepath='./Include/enumobject.h' line='10' column='1' elf-symbol-id='PyEnum_Type'/>\r
+    <var-decl name='PyReversed_Type' type-id='type-id-263' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/exceptions.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <qualified-type-def type-id='type-id-17' const='yes' id='type-id-340'/>\r
-    <pointer-type-def type-id='type-id-340' size-in-bits='64' id='type-id-127'/>\r
+  <abi-instr address-size='64' path='Objects/exceptions.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <qualified-type-def type-id='type-id-17' const='yes' id='type-id-337'/>\r
+    <pointer-type-def type-id='type-id-337' size-in-bits='64' id='type-id-125'/>\r
     <var-decl name='PyExc_PythonFinalizationError' type-id='type-id-4' mangled-name='PyExc_PythonFinalizationError' visibility='default' filepath='./Include/cpython/pyerrors.h' line='129' column='1' elf-symbol-id='PyExc_PythonFinalizationError'/>\r
     <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'>\r
       <return type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='_PyExc_IncompleteInputError' type-id='type-id-266' mangled-name='_PyExc_IncompleteInputError' visibility='default' filepath='./Include/internal/pycore_pyerrors.h' line='172' column='1' elf-symbol-id='_PyExc_IncompleteInputError'/>\r
+    <var-decl name='_PyExc_IncompleteInputError' type-id='type-id-263' mangled-name='_PyExc_IncompleteInputError' visibility='default' filepath='./Include/internal/pycore_pyerrors.h' line='184' column='1' elf-symbol-id='_PyExc_IncompleteInputError'/>\r
     <function-decl name='_PyStaticType_InitBuiltin' filepath='./Include/internal/pycore_typeobject.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-127'/>\r
+      <parameter type-id='type-id-125'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-259'/>\r
+      <return type-id='type-id-256'/>\r
     </function-decl>\r
     <function-decl name='PyException_GetTraceback' mangled-name='PyException_GetTraceback' filepath='Objects/exceptions.c' line='378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyException_GetTraceback'>\r
       <parameter type-id='type-id-4' name='self' filepath='Objects/exceptions.c' line='378' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/fileobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyStdPrinter_Type' type-id='type-id-266' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>\r
+  <abi-instr address-size='64' path='Objects/fileobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyStdPrinter_Type' type-id='type-id-263' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>\r
     <function-decl name='_Py_write' mangled-name='_Py_write' filepath='./Include/internal/pycore_fileutils.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_write'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyFile_SetOpenCodeHook' mangled-name='PyFile_SetOpenCodeHook' filepath='Objects/fileobject.c' line='475' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_SetOpenCodeHook'>\r
-      <parameter type-id='type-id-341' name='hook' filepath='Objects/fileobject.c' line='475' column='1'/>\r
+      <parameter type-id='type-id-338' name='hook' filepath='Objects/fileobject.c' line='475' column='1'/>\r
       <parameter type-id='type-id-30' name='userData' filepath='Objects/fileobject.c' line='475' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/floatobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyStructSequence_Field' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='10' column='1' id='type-id-342'>\r
+  <abi-instr address-size='64' path='Objects/floatobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyStructSequence_Field' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='10' column='1' id='type-id-339'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='11' column='1'/>\r
       </data-member>\r
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='12' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyStructSequence_Field' type-id='type-id-342' filepath='./Include/structseq.h' line='13' column='1' id='type-id-343'/>\r
-    <class-decl name='PyStructSequence_Desc' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='15' column='1' id='type-id-344'>\r
+    <typedef-decl name='PyStructSequence_Field' type-id='type-id-339' filepath='./Include/structseq.h' line='13' column='1' id='type-id-340'/>\r
+    <class-decl name='PyStructSequence_Desc' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='15' column='1' id='type-id-341'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='16' column='1'/>\r
       </data-member>\r
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/structseq.h' line='17' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='fields' type-id='type-id-345' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>\r
+        <var-decl name='fields' type-id='type-id-342' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='n_in_sequence' type-id='type-id-5' visibility='default' filepath='./Include/structseq.h' line='19' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyStructSequence_Desc' type-id='type-id-344' filepath='./Include/structseq.h' line='20' column='1' id='type-id-346'/>\r
-    <pointer-type-def type-id='type-id-346' size-in-bits='64' id='type-id-347'/>\r
-    <pointer-type-def type-id='type-id-343' size-in-bits='64' id='type-id-345'/>\r
-    <qualified-type-def type-id='type-id-248' restrict='yes' id='type-id-182'/>\r
-    <qualified-type-def type-id='type-id-6' restrict='yes' id='type-id-179'/>\r
+    <typedef-decl name='PyStructSequence_Desc' type-id='type-id-341' filepath='./Include/structseq.h' line='20' column='1' id='type-id-343'/>\r
+    <pointer-type-def type-id='type-id-343' size-in-bits='64' id='type-id-344'/>\r
+    <pointer-type-def type-id='type-id-340' size-in-bits='64' id='type-id-342'/>\r
+    <qualified-type-def type-id='type-id-245' restrict='yes' id='type-id-180'/>\r
+    <qualified-type-def type-id='type-id-6' restrict='yes' id='type-id-177'/>\r
     <function-decl name='_PyLong_Sign' mangled-name='_PyLong_Sign' filepath='./Include/cpython/longobject.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Sign'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
-    <var-decl name='PyFloat_Type' type-id='type-id-266' mangled-name='PyFloat_Type' visibility='default' filepath='./Include/floatobject.h' line='14' column='1' elf-symbol-id='PyFloat_Type'/>\r
+    <var-decl name='PyFloat_Type' type-id='type-id-263' mangled-name='PyFloat_Type' visibility='default' filepath='./Include/floatobject.h' line='14' column='1' elf-symbol-id='PyFloat_Type'/>\r
     <function-decl name='_Py_dg_strtod' filepath='./Include/internal/pycore_dtoa.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-248'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-245'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='_Py_dg_dtoa' filepath='./Include/internal/pycore_dtoa.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-245'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='_Py_dg_freedtoa' filepath='./Include/internal/pycore_dtoa.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyFloat_FormatAdvancedWriter' filepath='./Include/internal/pycore_floatobject.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_Py_parse_inf_or_nan' filepath='./Include/internal/pycore_floatobject.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-248'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-245'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_Lshift' mangled-name='_PyLong_Lshift' filepath='./Include/internal/pycore_long.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Lshift'>\r
       <parameter type-id='type-id-4'/>\r
     <function-decl name='_PyStructSequence_InitBuiltinWithFlags' filepath='./Include/internal/pycore_structseq.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <parameter type-id='type-id-1'/>\r
-      <parameter type-id='type-id-347'/>\r
+      <parameter type-id='type-id-344'/>\r
       <parameter type-id='type-id-2'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='strtol' filepath='/usr/include/stdlib.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-182'/>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-180'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-180'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-178'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
-    </function-decl>\r
+      <parameter type-id='type-id-170'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
+    </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_GetMax' mangled-name='PyFloat_GetMax' filepath='Objects/floatobject.c' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMax'>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_GetMin' mangled-name='PyFloat_GetMin' filepath='Objects/floatobject.c' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMin'>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_GetInfo' mangled-name='PyFloat_GetInfo' filepath='Objects/floatobject.c' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetInfo'>\r
       <return type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_Pack2' mangled-name='PyFloat_Pack2' filepath='Objects/floatobject.c' line='2049' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack2'>\r
-      <parameter type-id='type-id-172' name='x' filepath='Objects/floatobject.c' line='2049' column='1'/>\r
+      <parameter type-id='type-id-170' name='x' filepath='Objects/floatobject.c' line='2049' column='1'/>\r
       <parameter type-id='type-id-17' name='data' filepath='Objects/floatobject.c' line='2049' column='1'/>\r
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2049' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_Pack4' mangled-name='PyFloat_Pack4' filepath='Objects/floatobject.c' line='2154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack4'>\r
-      <parameter type-id='type-id-172' name='x' filepath='Objects/floatobject.c' line='2154' column='1'/>\r
+      <parameter type-id='type-id-170' name='x' filepath='Objects/floatobject.c' line='2154' column='1'/>\r
       <parameter type-id='type-id-17' name='data' filepath='Objects/floatobject.c' line='2154' column='1'/>\r
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2154' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_Pack8' mangled-name='PyFloat_Pack8' filepath='Objects/floatobject.c' line='2262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack8'>\r
-      <parameter type-id='type-id-172' name='x' filepath='Objects/floatobject.c' line='2262' column='1'/>\r
+      <parameter type-id='type-id-170' name='x' filepath='Objects/floatobject.c' line='2262' column='1'/>\r
       <parameter type-id='type-id-17' name='data' filepath='Objects/floatobject.c' line='2262' column='1'/>\r
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2262' column='1'/>\r
       <return type-id='type-id-5'/>\r
     <function-decl name='PyFloat_Unpack2' mangled-name='PyFloat_Unpack2' filepath='Objects/floatobject.c' line='2392' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack2'>\r
       <parameter type-id='type-id-6' name='data' filepath='Objects/floatobject.c' line='2392' column='1'/>\r
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2392' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_Unpack4' mangled-name='PyFloat_Unpack4' filepath='Objects/floatobject.c' line='2444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack4'>\r
       <parameter type-id='type-id-6' name='data' filepath='Objects/floatobject.c' line='2444' column='1'/>\r
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2444' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyFloat_Unpack8' mangled-name='PyFloat_Unpack8' filepath='Objects/floatobject.c' line='2523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack8'>\r
       <parameter type-id='type-id-6' name='data' filepath='Objects/floatobject.c' line='2523' column='1'/>\r
       <parameter type-id='type-id-5' name='le' filepath='Objects/floatobject.c' line='2523' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/frameobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyFrameConstructor' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-348' visibility='default' filepath='./Include/cpython/funcobject.h' line='21' column='1' id='type-id-349'>\r
+  <abi-instr address-size='64' path='Objects/frameobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyFrameConstructor' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-345' visibility='default' filepath='./Include/cpython/funcobject.h' line='21' column='1' id='type-id-346'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='fc_globals' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='22' column='1'/>\r
       </data-member>\r
         <var-decl name='fc_closure' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='22' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyFrameConstructor' type-id='type-id-349' filepath='./Include/cpython/funcobject.h' line='23' column='1' id='type-id-348'/>\r
-    <pointer-type-def type-id='type-id-348' size-in-bits='64' id='type-id-350'/>\r
+    <typedef-decl name='PyFrameConstructor' type-id='type-id-346' filepath='./Include/cpython/funcobject.h' line='23' column='1' id='type-id-345'/>\r
+    <pointer-type-def type-id='type-id-345' size-in-bits='64' id='type-id-347'/>\r
     <function-decl name='PyCompile_OpcodeStackEffect' mangled-name='PyCompile_OpcodeStackEffect' filepath='./Include/cpython/compile.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCompile_OpcodeStackEffect'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
     <function-decl name='PyDict_Pop' mangled-name='PyDict_Pop' filepath='./Include/cpython/dictobject.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Pop'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PyFrame_Type' type-id='type-id-266' mangled-name='PyFrame_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='5' column='1' elf-symbol-id='PyFrame_Type'/>\r
-    <var-decl name='PyFrameLocalsProxy_Type' type-id='type-id-266' mangled-name='PyFrameLocalsProxy_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='6' column='1' elf-symbol-id='PyFrameLocalsProxy_Type'/>\r
+    <var-decl name='PyFrame_Type' type-id='type-id-263' mangled-name='PyFrame_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='5' column='1' elf-symbol-id='PyFrame_Type'/>\r
+    <var-decl name='PyFrameLocalsProxy_Type' type-id='type-id-263' mangled-name='PyFrameLocalsProxy_Type' visibility='default' filepath='./Include/cpython/pyframe.h' line='6' column='1' elf-symbol-id='PyFrameLocalsProxy_Type'/>\r
     <function-decl name='PyDict_GetItem' mangled-name='PyDict_GetItem' filepath='./Include/dictobject.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_GetItem'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_SetOpcodeTrace' filepath='./Include/internal/pycore_ceval.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-351'/>\r
-      <parameter type-id='type-id-352'/>\r
+      <parameter type-id='type-id-348'/>\r
+      <parameter type-id='type-id-349'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_GetBuiltins' filepath='./Include/internal/pycore_ceval.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyCode_GetCode' filepath='./Include/internal/pycore_code.h' line='295' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-322'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyCode_InitAddressRange' filepath='./Include/internal/pycore_code.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
-      <parameter type-id='type-id-319'/>\r
+      <parameter type-id='type-id-322'/>\r
+      <parameter type-id='type-id-316'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyLineTable_NextAddressRange' filepath='./Include/internal/pycore_code.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-319'/>\r
+      <parameter type-id='type-id-316'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyFunction_FromConstructor' filepath='./Include/internal/pycore_function.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-350'/>\r
-      <return type-id='type-id-308'/>\r
+      <parameter type-id='type-id-347'/>\r
+      <return type-id='type-id-305'/>\r
     </function-decl>\r
     <function-decl name='_PyGen_Finalize' filepath='./Include/internal/pycore_genobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_Equal' mangled-name='_PyUnicode_Equal' filepath='./Include/internal/pycore_unicodeobject.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Equal'>\r
+    <function-decl name='_PyUnicode_Equal' mangled-name='_PyUnicode_Equal' filepath='./Include/internal/pycore_unicodeobject.h' line='275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Equal'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='881' column='1'/>\r
+    <function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/frameobject.c' line='892' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='1899' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Objects/frameobject.c' line='1899' column='1'/>\r
-      <parameter type-id='type-id-325' name='code' filepath='Objects/frameobject.c' line='1899' column='1'/>\r
-      <parameter type-id='type-id-4' name='globals' filepath='Objects/frameobject.c' line='1900' column='1'/>\r
-      <parameter type-id='type-id-4' name='locals' filepath='Objects/frameobject.c' line='1900' column='1'/>\r
-      <return type-id='type-id-351'/>\r
+    <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='1910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Objects/frameobject.c' line='1910' column='1'/>\r
+      <parameter type-id='type-id-322' name='code' filepath='Objects/frameobject.c' line='1910' column='1'/>\r
+      <parameter type-id='type-id-4' name='globals' filepath='Objects/frameobject.c' line='1911' column='1'/>\r
+      <parameter type-id='type-id-4' name='locals' filepath='Objects/frameobject.c' line='1911' column='1'/>\r
+      <return type-id='type-id-348'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetVar' mangled-name='PyFrame_GetVar' filepath='Objects/frameobject.c' line='2091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVar'>\r
-      <parameter type-id='type-id-351' name='frame_obj' filepath='Objects/frameobject.c' line='2091' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/frameobject.c' line='2091' column='1'/>\r
+    <function-decl name='PyFrame_GetVar' mangled-name='PyFrame_GetVar' filepath='Objects/frameobject.c' line='2102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVar'>\r
+      <parameter type-id='type-id-348' name='frame_obj' filepath='Objects/frameobject.c' line='2102' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/frameobject.c' line='2102' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetVarString' mangled-name='PyFrame_GetVarString' filepath='Objects/frameobject.c' line='2125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVarString'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2125' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Objects/frameobject.c' line='2125' column='1'/>\r
+    <function-decl name='PyFrame_GetVarString' mangled-name='PyFrame_GetVarString' filepath='Objects/frameobject.c' line='2136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetVarString'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2136' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Objects/frameobject.c' line='2136' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='2138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='2138' column='1'/>\r
+    <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='2149' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/frameobject.c' line='2149' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='2146' column='1'/>\r
+    <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2157' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/frameobject.c' line='2157' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='2154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/frameobject.c' line='2154' column='1'/>\r
-      <parameter type-id='type-id-5' name='clear' filepath='Objects/frameobject.c' line='2154' column='1'/>\r
+    <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='2165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/frameobject.c' line='2165' column='1'/>\r
+      <parameter type-id='type-id-5' name='clear' filepath='Objects/frameobject.c' line='2165' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='2162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2162' column='1'/>\r
+    <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='2173' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2173' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='2171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2171' column='1'/>\r
-      <return type-id='type-id-325'/>\r
+    <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='2182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2182' column='1'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='2182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2182' column='1'/>\r
-      <return type-id='type-id-351'/>\r
+    <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='2193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2193' column='1'/>\r
+      <return type-id='type-id-348'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='2198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2198' column='1'/>\r
+    <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='2209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2209' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='2205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2205' column='1'/>\r
+    <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='2216' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2216' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='2212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2212' column='1'/>\r
+    <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='2223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2223' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='2219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2219' column='1'/>\r
+    <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='2230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2230' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='2230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>\r
-      <parameter type-id='type-id-351' name='frame' filepath='Objects/frameobject.c' line='2230' column='1'/>\r
+    <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='2241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>\r
+      <parameter type-id='type-id-348' name='frame' filepath='Objects/frameobject.c' line='2241' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <type-decl name='bool' size-in-bits='8' id='type-id-352'/>\r
+    <type-decl name='bool' size-in-bits='8' id='type-id-349'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/funcobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyFunction_Type' type-id='type-id-266' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='65' column='1' elf-symbol-id='PyFunction_Type'/>\r
-    <var-decl name='PyClassMethod_Type' type-id='type-id-266' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='125' column='1' elf-symbol-id='PyClassMethod_Type'/>\r
-    <var-decl name='PyStaticMethod_Type' type-id='type-id-266' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='126' column='1' elf-symbol-id='PyStaticMethod_Type'/>\r
+  <abi-instr address-size='64' path='Objects/funcobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyFunction_Type' type-id='type-id-263' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='65' column='1' elf-symbol-id='PyFunction_Type'/>\r
+    <var-decl name='PyClassMethod_Type' type-id='type-id-263' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='125' column='1' elf-symbol-id='PyClassMethod_Type'/>\r
+    <var-decl name='PyStaticMethod_Type' type-id='type-id-263' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='126' column='1' elf-symbol-id='PyStaticMethod_Type'/>\r
     <function-decl name='_PyEval_BuiltinsFromGlobals' filepath='./Include/internal/pycore_ceval.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyFunction_Vectorcall' filepath='./Include/internal/pycore_function.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_AddWatcher' mangled-name='PyFunction_AddWatcher' filepath='Objects/funcobject.c' line='68' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_AddWatcher'>\r
-      <parameter type-id='type-id-353' name='callback' filepath='Objects/funcobject.c' line='68' column='1'/>\r
+    <function-decl name='PyFunction_AddWatcher' mangled-name='PyFunction_AddWatcher' filepath='Objects/funcobject.c' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_AddWatcher'>\r
+      <parameter type-id='type-id-350' name='callback' filepath='Objects/funcobject.c' line='71' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_ClearWatcher' mangled-name='PyFunction_ClearWatcher' filepath='Objects/funcobject.c' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_ClearWatcher'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/funcobject.c' line='84' column='1'/>\r
+    <function-decl name='PyFunction_ClearWatcher' mangled-name='PyFunction_ClearWatcher' filepath='Objects/funcobject.c' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_ClearWatcher'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/funcobject.c' line='87' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_NewWithQualName' mangled-name='PyFunction_NewWithQualName' filepath='Objects/funcobject.c' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_NewWithQualName'>\r
-      <parameter type-id='type-id-4' name='code' filepath='Objects/funcobject.c' line='139' column='1'/>\r
-      <parameter type-id='type-id-4' name='globals' filepath='Objects/funcobject.c' line='139' column='1'/>\r
-      <parameter type-id='type-id-4' name='qualname' filepath='Objects/funcobject.c' line='139' column='1'/>\r
+    <function-decl name='PyFunction_NewWithQualName' mangled-name='PyFunction_NewWithQualName' filepath='Objects/funcobject.c' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_NewWithQualName'>\r
+      <parameter type-id='type-id-4' name='code' filepath='Objects/funcobject.c' line='142' column='1'/>\r
+      <parameter type-id='type-id-4' name='globals' filepath='Objects/funcobject.c' line='142' column='1'/>\r
+      <parameter type-id='type-id-4' name='qualname' filepath='Objects/funcobject.c' line='142' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyFunction_SetVersion' mangled-name='_PyFunction_SetVersion' filepath='Objects/funcobject.c' line='288' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFunction_SetVersion'>\r
-      <parameter type-id='type-id-308' name='func' filepath='Objects/funcobject.c' line='288' column='1'/>\r
-      <parameter type-id='type-id-326' name='version' filepath='Objects/funcobject.c' line='288' column='1'/>\r
+    <function-decl name='_PyFunction_SetVersion' mangled-name='_PyFunction_SetVersion' filepath='Objects/funcobject.c' line='291' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFunction_SetVersion'>\r
+      <parameter type-id='type-id-305' name='func' filepath='Objects/funcobject.c' line='291' column='1'/>\r
+      <parameter type-id='type-id-323' name='version' filepath='Objects/funcobject.c' line='291' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_New' mangled-name='PyFunction_New' filepath='Objects/funcobject.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_New'>\r
-      <parameter type-id='type-id-4' name='code' filepath='Objects/funcobject.c' line='368' column='1'/>\r
-      <parameter type-id='type-id-4' name='globals' filepath='Objects/funcobject.c' line='368' column='1'/>\r
+    <function-decl name='PyFunction_New' mangled-name='PyFunction_New' filepath='Objects/funcobject.c' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_New'>\r
+      <parameter type-id='type-id-4' name='code' filepath='Objects/funcobject.c' line='371' column='1'/>\r
+      <parameter type-id='type-id-4' name='globals' filepath='Objects/funcobject.c' line='371' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetCode' mangled-name='PyFunction_GetCode' filepath='Objects/funcobject.c' line='374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetCode'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='374' column='1'/>\r
+    <function-decl name='PyFunction_GetCode' mangled-name='PyFunction_GetCode' filepath='Objects/funcobject.c' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetCode'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='377' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetGlobals' mangled-name='PyFunction_GetGlobals' filepath='Objects/funcobject.c' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetGlobals'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='384' column='1'/>\r
+    <function-decl name='PyFunction_GetGlobals' mangled-name='PyFunction_GetGlobals' filepath='Objects/funcobject.c' line='387' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetGlobals'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='387' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='394' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetModule'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='394' column='1'/>\r
+    <function-decl name='PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetModule'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='397' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetDefaults' mangled-name='PyFunction_GetDefaults' filepath='Objects/funcobject.c' line='404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetDefaults'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='404' column='1'/>\r
+    <function-decl name='PyFunction_GetDefaults' mangled-name='PyFunction_GetDefaults' filepath='Objects/funcobject.c' line='407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetDefaults'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='407' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_SetDefaults' mangled-name='PyFunction_SetDefaults' filepath='Objects/funcobject.c' line='414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetDefaults'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='414' column='1'/>\r
-      <parameter type-id='type-id-4' name='defaults' filepath='Objects/funcobject.c' line='414' column='1'/>\r
+    <function-decl name='PyFunction_SetDefaults' mangled-name='PyFunction_SetDefaults' filepath='Objects/funcobject.c' line='417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetDefaults'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='417' column='1'/>\r
+      <parameter type-id='type-id-4' name='defaults' filepath='Objects/funcobject.c' line='417' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_SetVectorcall' mangled-name='PyFunction_SetVectorcall' filepath='Objects/funcobject.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetVectorcall'>\r
-      <parameter type-id='type-id-308' name='func' filepath='Objects/funcobject.c' line='437' column='1'/>\r
-      <parameter type-id='type-id-309' name='vectorcall' filepath='Objects/funcobject.c' line='437' column='1'/>\r
+    <function-decl name='PyFunction_SetVectorcall' mangled-name='PyFunction_SetVectorcall' filepath='Objects/funcobject.c' line='440' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetVectorcall'>\r
+      <parameter type-id='type-id-305' name='func' filepath='Objects/funcobject.c' line='440' column='1'/>\r
+      <parameter type-id='type-id-306' name='vectorcall' filepath='Objects/funcobject.c' line='440' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetKwDefaults' mangled-name='PyFunction_GetKwDefaults' filepath='Objects/funcobject.c' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetKwDefaults'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='445' column='1'/>\r
+    <function-decl name='PyFunction_GetKwDefaults' mangled-name='PyFunction_GetKwDefaults' filepath='Objects/funcobject.c' line='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetKwDefaults'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='448' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_SetKwDefaults' mangled-name='PyFunction_SetKwDefaults' filepath='Objects/funcobject.c' line='455' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetKwDefaults'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='455' column='1'/>\r
-      <parameter type-id='type-id-4' name='defaults' filepath='Objects/funcobject.c' line='455' column='1'/>\r
+    <function-decl name='PyFunction_SetKwDefaults' mangled-name='PyFunction_SetKwDefaults' filepath='Objects/funcobject.c' line='458' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetKwDefaults'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='458' column='1'/>\r
+      <parameter type-id='type-id-4' name='defaults' filepath='Objects/funcobject.c' line='458' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetClosure' mangled-name='PyFunction_GetClosure' filepath='Objects/funcobject.c' line='479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetClosure'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='479' column='1'/>\r
+    <function-decl name='PyFunction_GetClosure' mangled-name='PyFunction_GetClosure' filepath='Objects/funcobject.c' line='482' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetClosure'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='482' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_SetClosure' mangled-name='PyFunction_SetClosure' filepath='Objects/funcobject.c' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetClosure'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='489' column='1'/>\r
-      <parameter type-id='type-id-4' name='closure' filepath='Objects/funcobject.c' line='489' column='1'/>\r
+    <function-decl name='PyFunction_SetClosure' mangled-name='PyFunction_SetClosure' filepath='Objects/funcobject.c' line='492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetClosure'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='492' column='1'/>\r
+      <parameter type-id='type-id-4' name='closure' filepath='Objects/funcobject.c' line='492' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_GetAnnotations' mangled-name='PyFunction_GetAnnotations' filepath='Objects/funcobject.c' line='542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetAnnotations'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='542' column='1'/>\r
+    <function-decl name='PyFunction_GetAnnotations' mangled-name='PyFunction_GetAnnotations' filepath='Objects/funcobject.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_GetAnnotations'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='545' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyFunction_SetAnnotations' mangled-name='PyFunction_SetAnnotations' filepath='Objects/funcobject.c' line='552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetAnnotations'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='552' column='1'/>\r
-      <parameter type-id='type-id-4' name='annotations' filepath='Objects/funcobject.c' line='552' column='1'/>\r
+    <function-decl name='PyFunction_SetAnnotations' mangled-name='PyFunction_SetAnnotations' filepath='Objects/funcobject.c' line='555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFunction_SetAnnotations'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/funcobject.c' line='555' column='1'/>\r
+      <parameter type-id='type-id-4' name='annotations' filepath='Objects/funcobject.c' line='555' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyClassMethod_New' mangled-name='PyClassMethod_New' filepath='Objects/funcobject.c' line='1307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyClassMethod_New'>\r
-      <parameter type-id='type-id-4' name='callable' filepath='Objects/funcobject.c' line='1307' column='1'/>\r
+    <function-decl name='PyClassMethod_New' mangled-name='PyClassMethod_New' filepath='Objects/funcobject.c' line='1345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyClassMethod_New'>\r
+      <parameter type-id='type-id-4' name='callable' filepath='Objects/funcobject.c' line='1345' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyStaticMethod_New' mangled-name='PyStaticMethod_New' filepath='Objects/funcobject.c' line='1501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStaticMethod_New'>\r
-      <parameter type-id='type-id-4' name='callable' filepath='Objects/funcobject.c' line='1501' column='1'/>\r
+    <function-decl name='PyStaticMethod_New' mangled-name='PyStaticMethod_New' filepath='Objects/funcobject.c' line='1539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStaticMethod_New'>\r
+      <parameter type-id='type-id-4' name='callable' filepath='Objects/funcobject.c' line='1539' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='./Include/cpython/unicodeobject.h' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='Py_GenericAliasType' type-id='type-id-266' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>\r
+    <var-decl name='Py_GenericAliasType' type-id='type-id-263' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>\r
     <function-decl name='_Py_union_type_or' mangled-name='_Py_union_type_or' filepath='./Include/internal/pycore_unionobject.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_union_type_or'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/genobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-354' visibility='default' filepath='./Include/cpython/genobject.h' line='31' column='1' id='type-id-355'>\r
+  <abi-instr address-size='64' path='Objects/genobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-351' visibility='default' filepath='./Include/cpython/genobject.h' line='31' column='1' id='type-id-352'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='gi_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
         <var-decl name='gi_qualname' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='gi_exc_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
+        <var-decl name='gi_exc_state' type-id='type-id-354' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
         <var-decl name='gi_origin_or_finalizer' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
         <var-decl name='gi_running_async' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='536'>\r
-        <var-decl name='gi_frame_state' type-id='type-id-358' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
+        <var-decl name='gi_frame_state' type-id='type-id-355' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='gi_iframe' type-id='type-id-359' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
+        <var-decl name='gi_iframe' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='33' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyGenObject' type-id='type-id-355' filepath='./Include/cpython/genobject.h' line='34' column='1' id='type-id-354'/>\r
-    <class-decl name='PyAsyncGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-360' visibility='default' filepath='./Include/cpython/genobject.h' line='62' column='1' id='type-id-361'>\r
+    <typedef-decl name='PyGenObject' type-id='type-id-352' filepath='./Include/cpython/genobject.h' line='34' column='1' id='type-id-351'/>\r
+    <class-decl name='PyAsyncGenObject' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='62' column='1' id='type-id-358'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='ag_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
         <var-decl name='ag_qualname' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='ag_exc_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
+        <var-decl name='ag_exc_state' type-id='type-id-354' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
         <var-decl name='ag_origin_or_finalizer' type-id='type-id-4' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
         <var-decl name='ag_running_async' type-id='type-id-53' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='536'>\r
-        <var-decl name='ag_frame_state' type-id='type-id-358' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
+        <var-decl name='ag_frame_state' type-id='type-id-355' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='ag_iframe' type-id='type-id-359' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
+        <var-decl name='ag_iframe' type-id='type-id-356' visibility='default' filepath='./Include/cpython/genobject.h' line='63' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyAsyncGenObject' type-id='type-id-361' filepath='./Include/cpython/genobject.h' line='64' column='1' id='type-id-360'/>\r
-    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-362' filepath='./Include/internal/pycore_frame.h' line='75' column='1' id='type-id-363'/>\r
-    <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-364'/>\r
-    <pointer-type-def type-id='type-id-354' size-in-bits='64' id='type-id-365'/>\r
-    <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-366'/>\r
+    <typedef-decl name='PyAsyncGenObject' type-id='type-id-358' filepath='./Include/cpython/genobject.h' line='64' column='1' id='type-id-357'/>\r
+    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-359' filepath='./Include/internal/pycore_frame.h' line='75' column='1' id='type-id-360'/>\r
+    <typedef-decl name='int8_t' type-id='type-id-361' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='24' column='1' id='type-id-355'/>\r
+    <typedef-decl name='__int8_t' type-id='type-id-362' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='37' column='1' id='type-id-361'/>\r
+    <pointer-type-def type-id='type-id-357' size-in-bits='64' id='type-id-363'/>\r
+    <pointer-type-def type-id='type-id-351' size-in-bits='64' id='type-id-364'/>\r
+    <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-365'/>\r
     <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'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-367'/>\r
+      <parameter type-id='type-id-366'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <var-decl name='PyGen_Type' type-id='type-id-266' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='36' column='1' elf-symbol-id='PyGen_Type'/>\r
-    <var-decl name='PyCoro_Type' type-id='type-id-266' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='53' column='1' elf-symbol-id='PyCoro_Type'/>\r
-    <var-decl name='PyAsyncGen_Type' type-id='type-id-266' mangled-name='PyAsyncGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='66' column='1' elf-symbol-id='PyAsyncGen_Type'/>\r
-    <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-266' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='67' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>\r
+    <var-decl name='PyGen_Type' type-id='type-id-263' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='36' column='1' elf-symbol-id='PyGen_Type'/>\r
+    <var-decl name='PyCoro_Type' type-id='type-id-263' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='53' column='1' elf-symbol-id='PyCoro_Type'/>\r
+    <var-decl name='PyAsyncGen_Type' type-id='type-id-263' mangled-name='PyAsyncGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='66' column='1' elf-symbol-id='PyAsyncGen_Type'/>\r
+    <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-263' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='67' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>\r
     <function-decl name='PyObject_CallFinalizerFromDealloc' mangled-name='PyObject_CallFinalizerFromDealloc' filepath='./Include/cpython/object.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizerFromDealloc'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-367'/>\r
+      <parameter type-id='type-id-366'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_GetFrame' filepath='./Include/internal/pycore_ceval.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-367'/>\r
+      <return type-id='type-id-366'/>\r
     </function-decl>\r
     <function-decl name='_PyFrame_MakeAndSetFrameObject' filepath='./Include/internal/pycore_frame.h' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-366'/>\r
-      <return type-id='type-id-351'/>\r
-    </function-decl>\r
-    <function-decl name='_PyFrame_ClearLocals' filepath='./Include/internal/pycore_frame.h' line='235' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-366'/>\r
-      <return type-id='type-id-3'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <return type-id='type-id-348'/>\r
     </function-decl>\r
     <function-decl name='_PyFrame_ClearExceptCode' filepath='./Include/internal/pycore_frame.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-366'/>\r
+      <parameter type-id='type-id-365'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyFrame_Traverse' filepath='./Include/internal/pycore_frame.h' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-337'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-334'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_PyCoroWrapper_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='25' column='1'/>\r
-    <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='26' column='1'/>\r
-    <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='27' column='1'/>\r
+    <var-decl name='_PyCoroWrapper_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='25' column='1'/>\r
+    <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='26' column='1'/>\r
+    <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='27' column='1'/>\r
     <function-decl name='_PyErr_ChainStackItem' filepath='./Include/internal/pycore_pyerrors.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyErr_WarnUnawaitedAgenMethod' filepath='./Include/internal/pycore_warnings.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-364'/>\r
+      <parameter type-id='type-id-363'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-321'/>\r
+      <return type-id='type-id-318'/>\r
     </function-decl>\r
     <function-decl name='PyErr_SetRaisedException' mangled-name='PyErr_SetRaisedException' filepath='./Include/pyerrors.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetRaisedException'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyErr_WriteUnraisable' mangled-name='PyErr_WriteUnraisable' filepath='./Include/pyerrors.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WriteUnraisable'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyGen_GetCode' mangled-name='PyGen_GetCode' filepath='Objects/genobject.c' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_GetCode'>\r
-      <parameter type-id='type-id-365' name='gen' filepath='Objects/genobject.c' line='38' column='1'/>\r
-      <return type-id='type-id-325'/>\r
+    <function-decl name='PyGen_GetCode' mangled-name='PyGen_GetCode' filepath='Objects/genobject.c' line='39' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_GetCode'>\r
+      <parameter type-id='type-id-364' name='gen' filepath='Objects/genobject.c' line='39' column='1'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
-    <function-decl name='_PyGen_yf' mangled-name='_PyGen_yf' filepath='Objects/genobject.c' line='342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_yf'>\r
-      <parameter type-id='type-id-365' name='gen' filepath='Objects/genobject.c' line='342' column='1'/>\r
+    <function-decl name='_PyGen_yf' mangled-name='_PyGen_yf' filepath='Objects/genobject.c' line='349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_yf'>\r
+      <parameter type-id='type-id-364' name='gen' filepath='Objects/genobject.c' line='349' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyGen_SetStopIterationValue' mangled-name='_PyGen_SetStopIterationValue' filepath='Objects/genobject.c' line='605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_SetStopIterationValue'>\r
-      <parameter type-id='type-id-4' name='value' filepath='Objects/genobject.c' line='605' column='1'/>\r
+    <function-decl name='_PyGen_SetStopIterationValue' mangled-name='_PyGen_SetStopIterationValue' filepath='Objects/genobject.c' line='612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGen_SetStopIterationValue'>\r
+      <parameter type-id='type-id-4' name='value' filepath='Objects/genobject.c' line='612' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_MakeCoro' mangled-name='_Py_MakeCoro' filepath='Objects/genobject.c' line='893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_MakeCoro'>\r
-      <parameter type-id='type-id-308' name='func' filepath='Objects/genobject.c' line='893' column='1'/>\r
+    <function-decl name='_Py_MakeCoro' mangled-name='_Py_MakeCoro' filepath='Objects/genobject.c' line='889' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_MakeCoro'>\r
+      <parameter type-id='type-id-305' name='func' filepath='Objects/genobject.c' line='889' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyGen_NewWithQualName' mangled-name='PyGen_NewWithQualName' filepath='Objects/genobject.c' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_NewWithQualName'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='976' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='976' column='1'/>\r
-      <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='976' column='1'/>\r
+    <function-decl name='PyGen_NewWithQualName' mangled-name='PyGen_NewWithQualName' filepath='Objects/genobject.c' line='972' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_NewWithQualName'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/genobject.c' line='972' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='972' column='1'/>\r
+      <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='972' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyGen_New' mangled-name='PyGen_New' filepath='Objects/genobject.c' line='982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_New'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='982' column='1'/>\r
+    <function-decl name='PyGen_New' mangled-name='PyGen_New' filepath='Objects/genobject.c' line='978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_New'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/genobject.c' line='978' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyCoro_GetAwaitableIter' mangled-name='_PyCoro_GetAwaitableIter' filepath='Objects/genobject.c' line='1015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCoro_GetAwaitableIter'>\r
-      <parameter type-id='type-id-4' name='o' filepath='Objects/genobject.c' line='1015' column='1'/>\r
+    <function-decl name='_PyCoro_GetAwaitableIter' mangled-name='_PyCoro_GetAwaitableIter' filepath='Objects/genobject.c' line='1011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCoro_GetAwaitableIter'>\r
+      <parameter type-id='type-id-4' name='o' filepath='Objects/genobject.c' line='1011' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCoro_New' mangled-name='PyCoro_New' filepath='Objects/genobject.c' line='1341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCoro_New'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='1341' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='1341' column='1'/>\r
-      <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='1341' column='1'/>\r
+    <function-decl name='PyCoro_New' mangled-name='PyCoro_New' filepath='Objects/genobject.c' line='1337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCoro_New'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/genobject.c' line='1337' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='1337' column='1'/>\r
+      <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='1337' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyAsyncGen_New' mangled-name='PyAsyncGen_New' filepath='Objects/genobject.c' line='1654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAsyncGen_New'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Objects/genobject.c' line='1654' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='1654' column='1'/>\r
-      <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='1654' column='1'/>\r
+    <function-decl name='PyAsyncGen_New' mangled-name='PyAsyncGen_New' filepath='Objects/genobject.c' line='1650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAsyncGen_New'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Objects/genobject.c' line='1650' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/genobject.c' line='1650' column='1'/>\r
+      <parameter type-id='type-id-4' name='qualname' filepath='Objects/genobject.c' line='1650' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/iterobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/iterobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyObject_HasLen' filepath='./Include/internal/pycore_abstract.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PySeqIter_Type' type-id='type-id-266' mangled-name='PySeqIter_Type' visibility='default' filepath='./Include/iterobject.h' line='8' column='1' elf-symbol-id='PySeqIter_Type'/>\r
-    <var-decl name='PyCallIter_Type' type-id='type-id-266' mangled-name='PyCallIter_Type' visibility='default' filepath='./Include/iterobject.h' line='9' column='1' elf-symbol-id='PyCallIter_Type'/>\r
+    <var-decl name='PySeqIter_Type' type-id='type-id-263' mangled-name='PySeqIter_Type' visibility='default' filepath='./Include/iterobject.h' line='8' column='1' elf-symbol-id='PySeqIter_Type'/>\r
+    <var-decl name='PyCallIter_Type' type-id='type-id-263' mangled-name='PyCallIter_Type' visibility='default' filepath='./Include/iterobject.h' line='9' column='1' elf-symbol-id='PyCallIter_Type'/>\r
     <function-decl name='PyCallIter_New' mangled-name='PyCallIter_New' filepath='Objects/iterobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCallIter_New'>\r
       <parameter type-id='type-id-4' name='callable' filepath='Objects/iterobject.c' line='186' column='1'/>\r
       <parameter type-id='type-id-4' name='sentinel' filepath='Objects/iterobject.c' line='186' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/listobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/listobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyEval_SliceIndexNotNone' mangled-name='_PyEval_SliceIndexNotNone' filepath='./Include/cpython/ceval.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndexNotNone'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-8'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='./Include/cpython/unicodeobject.h' line='516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>\r
-      <parameter type-id='type-id-330'/>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-327'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_Next' filepath='./Include/internal/pycore_dict.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-8'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-322'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-319'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-8'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-322'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-319'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PyList_Type' type-id='type-id-266' mangled-name='PyList_Type' visibility='default' filepath='./Include/listobject.h' line='20' column='1' elf-symbol-id='PyList_Type'/>\r
-    <var-decl name='PyListIter_Type' type-id='type-id-266' mangled-name='PyListIter_Type' visibility='default' filepath='./Include/listobject.h' line='21' column='1' elf-symbol-id='PyListIter_Type'/>\r
-    <var-decl name='PyListRevIter_Type' type-id='type-id-266' mangled-name='PyListRevIter_Type' visibility='default' filepath='./Include/listobject.h' line='22' column='1' elf-symbol-id='PyListRevIter_Type'/>\r
+    <var-decl name='PyList_Type' type-id='type-id-263' mangled-name='PyList_Type' visibility='default' filepath='./Include/listobject.h' line='20' column='1' elf-symbol-id='PyList_Type'/>\r
+    <var-decl name='PyListIter_Type' type-id='type-id-263' mangled-name='PyListIter_Type' visibility='default' filepath='./Include/listobject.h' line='21' column='1' elf-symbol-id='PyListIter_Type'/>\r
+    <var-decl name='PyListRevIter_Type' type-id='type-id-263' mangled-name='PyListRevIter_Type' visibility='default' filepath='./Include/listobject.h' line='22' column='1' elf-symbol-id='PyListRevIter_Type'/>\r
     <function-decl name='PyObject_HashNotImplemented' mangled-name='PyObject_HashNotImplemented' filepath='./Include/object.h' line='591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HashNotImplemented'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-301'/>\r
+      <return type-id='type-id-298'/>\r
     </function-decl>\r
-    <function-decl name='PyList_Size' mangled-name='PyList_Size' filepath='Objects/listobject.c' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Size'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='316' column='1'/>\r
+    <function-decl name='PyList_Size' mangled-name='PyList_Size' filepath='Objects/listobject.c' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Size'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='339' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyList_GetItemRef' mangled-name='PyList_GetItemRef' filepath='Objects/listobject.c' line='417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_GetItemRef'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='417' column='1'/>\r
-      <parameter type-id='type-id-7' name='i' filepath='Objects/listobject.c' line='417' column='1'/>\r
+    <function-decl name='PyList_GetItemRef' mangled-name='PyList_GetItemRef' filepath='Objects/listobject.c' line='436' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_GetItemRef'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='436' column='1'/>\r
+      <parameter type-id='type-id-7' name='i' filepath='Objects/listobject.c' line='436' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyList_SetItem' mangled-name='PyList_SetItem' filepath='Objects/listobject.c' line='433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_SetItem'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='433' column='1'/>\r
-      <parameter type-id='type-id-7' name='i' filepath='Objects/listobject.c' line='433' column='1'/>\r
-      <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='434' column='1'/>\r
+    <function-decl name='PyList_SetItem' mangled-name='PyList_SetItem' filepath='Objects/listobject.c' line='452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_SetItem'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='452' column='1'/>\r
+      <parameter type-id='type-id-7' name='i' filepath='Objects/listobject.c' line='452' column='1'/>\r
+      <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='453' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyList_Insert' mangled-name='PyList_Insert' filepath='Objects/listobject.c' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Insert'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='489' column='1'/>\r
-      <parameter type-id='type-id-7' name='where' filepath='Objects/listobject.c' line='489' column='1'/>\r
-      <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='489' column='1'/>\r
+    <function-decl name='PyList_Insert' mangled-name='PyList_Insert' filepath='Objects/listobject.c' line='508' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Insert'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/listobject.c' line='508' column='1'/>\r
+      <parameter type-id='type-id-7' name='where' filepath='Objects/listobject.c' line='508' column='1'/>\r
+      <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='508' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyList_AppendTakeRefListResize' mangled-name='_PyList_AppendTakeRefListResize' filepath='Objects/listobject.c' line='505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_AppendTakeRefListResize'>\r
-      <parameter type-id='type-id-260' name='self' filepath='Objects/listobject.c' line='505' column='1'/>\r
-      <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='505' column='1'/>\r
+    <function-decl name='_PyList_AppendTakeRefListResize' mangled-name='_PyList_AppendTakeRefListResize' filepath='Objects/listobject.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_AppendTakeRefListResize'>\r
+      <parameter type-id='type-id-257' name='self' filepath='Objects/listobject.c' line='524' column='1'/>\r
+      <parameter type-id='type-id-4' name='newitem' filepath='Objects/listobject.c' line='524' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyList_GetSlice' mangled-name='PyList_GetSlice' filepath='Objects/listobject.c' line='700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_GetSlice'>\r
-      <parameter type-id='type-id-4' name='a' filepath='Objects/listobject.c' line='700' column='1'/>\r
-      <parameter type-id='type-id-7' name='ilow' filepath='Objects/listobject.c' line='700' column='1'/>\r
-      <parameter type-id='type-id-7' name='ihigh' filepath='Objects/listobject.c' line='700' column='1'/>\r
+    <function-decl name='PyList_GetSlice' mangled-name='PyList_GetSlice' filepath='Objects/listobject.c' line='725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_GetSlice'>\r
+      <parameter type-id='type-id-4' name='a' filepath='Objects/listobject.c' line='725' column='1'/>\r
+      <parameter type-id='type-id-7' name='ilow' filepath='Objects/listobject.c' line='725' column='1'/>\r
+      <parameter type-id='type-id-7' name='ihigh' filepath='Objects/listobject.c' line='725' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyList_Extend' mangled-name='PyList_Extend' filepath='Objects/listobject.c' line='1442' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Extend'>\r
-      <parameter type-id='type-id-4' name='self' filepath='Objects/listobject.c' line='1442' column='1'/>\r
-      <parameter type-id='type-id-4' name='iterable' filepath='Objects/listobject.c' line='1442' column='1'/>\r
+    <function-decl name='PyList_Extend' mangled-name='PyList_Extend' filepath='Objects/listobject.c' line='1472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Extend'>\r
+      <parameter type-id='type-id-4' name='self' filepath='Objects/listobject.c' line='1472' column='1'/>\r
+      <parameter type-id='type-id-4' name='iterable' filepath='Objects/listobject.c' line='1472' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyList_Clear' mangled-name='PyList_Clear' filepath='Objects/listobject.c' line='1453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Clear'>\r
-      <parameter type-id='type-id-4' name='self' filepath='Objects/listobject.c' line='1453' column='1'/>\r
+    <function-decl name='PyList_Clear' mangled-name='PyList_Clear' filepath='Objects/listobject.c' line='1483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Clear'>\r
+      <parameter type-id='type-id-4' name='self' filepath='Objects/listobject.c' line='1483' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyList_Sort' mangled-name='PyList_Sort' filepath='Objects/listobject.c' line='3122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Sort'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/listobject.c' line='3122' column='1'/>\r
+    <function-decl name='PyList_Sort' mangled-name='PyList_Sort' filepath='Objects/listobject.c' line='3155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyList_Sort'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/listobject.c' line='3155' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyList_FromArraySteal' mangled-name='_PyList_FromArraySteal' filepath='Objects/listobject.c' line='3186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_FromArraySteal'>\r
-      <parameter type-id='type-id-258' name='src' filepath='Objects/listobject.c' line='3186' column='1'/>\r
-      <parameter type-id='type-id-7' name='n' filepath='Objects/listobject.c' line='3186' column='1'/>\r
+    <function-decl name='_PyList_FromArraySteal' mangled-name='_PyList_FromArraySteal' filepath='Objects/listobject.c' line='3219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_FromArraySteal'>\r
+      <parameter type-id='type-id-255' name='src' filepath='Objects/listobject.c' line='3219' column='1'/>\r
+      <parameter type-id='type-id-7' name='n' filepath='Objects/listobject.c' line='3219' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/longobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-91' size-in-bits='2048' id='type-id-368'>\r
+  <abi-instr address-size='64' path='Objects/longobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-89' size-in-bits='2048' id='type-id-367'>\r
       <subrange length='256' type-id='type-id-2' id='type-id-69'/>\r
     </array-type-def>\r
-    <qualified-type-def type-id='type-id-251' const='yes' id='type-id-369'/>\r
-    <pointer-type-def type-id='type-id-369' size-in-bits='64' id='type-id-370'/>\r
-    <qualified-type-def type-id='type-id-91' const='yes' id='type-id-371'/>\r
-    <pointer-type-def type-id='type-id-371' size-in-bits='64' id='type-id-372'/>\r
-    <pointer-type-def type-id='type-id-373' size-in-bits='64' id='type-id-374'/>\r
-    <pointer-type-def type-id='type-id-91' size-in-bits='64' id='type-id-375'/>\r
+    <qualified-type-def type-id='type-id-248' const='yes' id='type-id-368'/>\r
+    <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-369'/>\r
+    <qualified-type-def type-id='type-id-89' const='yes' id='type-id-370'/>\r
+    <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>\r
+    <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-373'/>\r
+    <pointer-type-def type-id='type-id-89' size-in-bits='64' id='type-id-374'/>\r
     <function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='./Include/cpython/unicodeobject.h' line='494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareInternal'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_PyLong_DigitValue' type-id='type-id-368' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='118' column='1' elf-symbol-id='_PyLong_DigitValue'/>\r
+    <var-decl name='_PyLong_DigitValue' type-id='type-id-367' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='118' column='1' elf-symbol-id='_PyLong_DigitValue'/>\r
     <function-decl name='_PyLong_FormatAdvancedWriter' filepath='./Include/internal/pycore_long.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PyLong_Type' type-id='type-id-266' mangled-name='PyLong_Type' visibility='default' filepath='./Include/object.h' line='342' column='1' elf-symbol-id='PyLong_Type'/>\r
+    <var-decl name='PyLong_Type' type-id='type-id-263' mangled-name='PyLong_Type' visibility='default' filepath='./Include/object.h' line='342' column='1' elf-symbol-id='PyLong_Type'/>\r
     <function-decl name='PyObject_Bytes' mangled-name='PyObject_Bytes' filepath='./Include/object.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Bytes'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_New' mangled-name='_PyLong_New' filepath='Objects/longobject.c' line='140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_New'>\r
       <parameter type-id='type-id-7' name='size' filepath='Objects/longobject.c' line='140' column='1'/>\r
-      <return type-id='type-id-252'/>\r
+      <return type-id='type-id-249'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_FromDigits' mangled-name='_PyLong_FromDigits' filepath='Objects/longobject.c' line='172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromDigits'>\r
       <parameter type-id='type-id-5' name='negative' filepath='Objects/longobject.c' line='172' column='1'/>\r
       <parameter type-id='type-id-7' name='digit_count' filepath='Objects/longobject.c' line='172' column='1'/>\r
-      <parameter type-id='type-id-374' name='digits' filepath='Objects/longobject.c' line='172' column='1'/>\r
-      <return type-id='type-id-252'/>\r
+      <parameter type-id='type-id-373' name='digits' filepath='Objects/longobject.c' line='172' column='1'/>\r
+      <return type-id='type-id-249'/>\r
     </function-decl>\r
     <function-decl name='PyLong_FromUnsignedLong' mangled-name='PyLong_FromUnsignedLong' filepath='Objects/longobject.c' line='359' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedLong'>\r
       <parameter type-id='type-id-2' name='ival' filepath='Objects/longobject.c' line='359' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyLong_FromUnsignedLongLong' mangled-name='PyLong_FromUnsignedLongLong' filepath='Objects/longobject.c' line='367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedLongLong'>\r
-      <parameter type-id='type-id-376' name='ival' filepath='Objects/longobject.c' line='367' column='1'/>\r
+      <parameter type-id='type-id-375' name='ival' filepath='Objects/longobject.c' line='367' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyLong_AsLong' mangled-name='PyLong_AsLong' filepath='Objects/longobject.c' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLong'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='541' column='1'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='PyLong_AsUnsignedLong' mangled-name='PyLong_AsUnsignedLong' filepath='Objects/longobject.c' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLong'>\r
       <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='625' column='1'/>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_FromByteArray' mangled-name='_PyLong_FromByteArray' filepath='Objects/longobject.c' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromByteArray'>\r
-      <parameter type-id='type-id-372' name='bytes' filepath='Objects/longobject.c' line='826' column='1'/>\r
+      <parameter type-id='type-id-371' name='bytes' filepath='Objects/longobject.c' line='826' column='1'/>\r
       <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='826' column='1'/>\r
       <parameter type-id='type-id-5' name='little_endian' filepath='Objects/longobject.c' line='827' column='1'/>\r
       <parameter type-id='type-id-5' name='is_signed' filepath='Objects/longobject.c' line='827' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_AsByteArray' mangled-name='_PyLong_AsByteArray' filepath='Objects/longobject.c' line='941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsByteArray'>\r
-      <parameter type-id='type-id-252' name='v' filepath='Objects/longobject.c' line='941' column='1'/>\r
-      <parameter type-id='type-id-375' name='bytes' filepath='Objects/longobject.c' line='942' column='1'/>\r
-      <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='942' column='1'/>\r
-      <parameter type-id='type-id-5' name='little_endian' filepath='Objects/longobject.c' line='943' column='1'/>\r
-      <parameter type-id='type-id-5' name='is_signed' filepath='Objects/longobject.c' line='943' column='1'/>\r
-      <parameter type-id='type-id-5' name='with_exceptions' filepath='Objects/longobject.c' line='944' column='1'/>\r
+    <function-decl name='_PyLong_AsByteArray' mangled-name='_PyLong_AsByteArray' filepath='Objects/longobject.c' line='934' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsByteArray'>\r
+      <parameter type-id='type-id-249' name='v' filepath='Objects/longobject.c' line='934' column='1'/>\r
+      <parameter type-id='type-id-374' name='bytes' filepath='Objects/longobject.c' line='935' column='1'/>\r
+      <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='935' column='1'/>\r
+      <parameter type-id='type-id-5' name='little_endian' filepath='Objects/longobject.c' line='936' column='1'/>\r
+      <parameter type-id='type-id-5' name='is_signed' filepath='Objects/longobject.c' line='936' column='1'/>\r
+      <parameter type-id='type-id-5' name='with_exceptions' filepath='Objects/longobject.c' line='937' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_AsNativeBytes' mangled-name='PyLong_AsNativeBytes' filepath='Objects/longobject.c' line='1108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsNativeBytes'>\r
-      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1108' column='1'/>\r
-      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1108' column='1'/>\r
-      <parameter type-id='type-id-7' name='n' filepath='Objects/longobject.c' line='1108' column='1'/>\r
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1108' column='1'/>\r
+    <function-decl name='PyLong_AsNativeBytes' mangled-name='PyLong_AsNativeBytes' filepath='Objects/longobject.c' line='1101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsNativeBytes'>\r
+      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1101' column='1'/>\r
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1101' column='1'/>\r
+      <parameter type-id='type-id-7' name='n' filepath='Objects/longobject.c' line='1101' column='1'/>\r
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1101' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_FromNativeBytes' mangled-name='PyLong_FromNativeBytes' filepath='Objects/longobject.c' line='1296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromNativeBytes'>\r
-      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1296' column='1'/>\r
-      <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='1296' column='1'/>\r
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1296' column='1'/>\r
+    <function-decl name='PyLong_FromNativeBytes' mangled-name='PyLong_FromNativeBytes' filepath='Objects/longobject.c' line='1289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromNativeBytes'>\r
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1289' column='1'/>\r
+      <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='1289' column='1'/>\r
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1289' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_FromUnsignedNativeBytes' mangled-name='PyLong_FromUnsignedNativeBytes' filepath='Objects/longobject.c' line='1318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedNativeBytes'>\r
-      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1318' column='1'/>\r
-      <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='1318' column='1'/>\r
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1318' column='1'/>\r
+    <function-decl name='PyLong_FromUnsignedNativeBytes' mangled-name='PyLong_FromUnsignedNativeBytes' filepath='Objects/longobject.c' line='1311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnsignedNativeBytes'>\r
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/longobject.c' line='1311' column='1'/>\r
+      <parameter type-id='type-id-21' name='n' filepath='Objects/longobject.c' line='1311' column='1'/>\r
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/longobject.c' line='1311' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_AsVoidPtr' mangled-name='PyLong_AsVoidPtr' filepath='Objects/longobject.c' line='1354' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsVoidPtr'>\r
-      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1354' column='1'/>\r
+    <function-decl name='PyLong_AsVoidPtr' mangled-name='PyLong_AsVoidPtr' filepath='Objects/longobject.c' line='1347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsVoidPtr'>\r
+      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1347' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_FromLongLong' mangled-name='PyLong_FromLongLong' filepath='Objects/longobject.c' line='1395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromLongLong'>\r
-      <parameter type-id='type-id-377' name='ival' filepath='Objects/longobject.c' line='1395' column='1'/>\r
+    <function-decl name='PyLong_FromLongLong' mangled-name='PyLong_FromLongLong' filepath='Objects/longobject.c' line='1388' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromLongLong'>\r
+      <parameter type-id='type-id-376' name='ival' filepath='Objects/longobject.c' line='1388' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_AsLongLong' mangled-name='PyLong_AsLongLong' filepath='Objects/longobject.c' line='1480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLong'>\r
-      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1480' column='1'/>\r
-      <return type-id='type-id-377'/>\r
-    </function-decl>\r
-    <function-decl name='PyLong_AsUnsignedLongLong' mangled-name='PyLong_AsUnsignedLongLong' filepath='Objects/longobject.c' line='1525' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLong'>\r
-      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1525' column='1'/>\r
+    <function-decl name='PyLong_AsLongLong' mangled-name='PyLong_AsLongLong' filepath='Objects/longobject.c' line='1473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLong'>\r
+      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1473' column='1'/>\r
       <return type-id='type-id-376'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_AsUnsignedLongLongMask' mangled-name='PyLong_AsUnsignedLongLongMask' filepath='Objects/longobject.c' line='1601' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLongMask'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/longobject.c' line='1601' column='1'/>\r
-      <return type-id='type-id-376'/>\r
+    <function-decl name='PyLong_AsUnsignedLongLong' mangled-name='PyLong_AsUnsignedLongLong' filepath='Objects/longobject.c' line='1518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLong'>\r
+      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1518' column='1'/>\r
+      <return type-id='type-id-375'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_AsLongLongAndOverflow' mangled-name='PyLong_AsLongLongAndOverflow' filepath='Objects/longobject.c' line='1635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLongAndOverflow'>\r
-      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1635' column='1'/>\r
-      <parameter type-id='type-id-177' name='overflow' filepath='Objects/longobject.c' line='1635' column='1'/>\r
-      <return type-id='type-id-377'/>\r
+    <function-decl name='PyLong_AsUnsignedLongLongMask' mangled-name='PyLong_AsUnsignedLongLongMask' filepath='Objects/longobject.c' line='1594' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLongMask'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/longobject.c' line='1594' column='1'/>\r
+      <return type-id='type-id-375'/>\r
+    </function-decl>\r
+    <function-decl name='PyLong_AsLongLongAndOverflow' mangled-name='PyLong_AsLongLongAndOverflow' filepath='Objects/longobject.c' line='1628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLongAndOverflow'>\r
+      <parameter type-id='type-id-4' name='vv' filepath='Objects/longobject.c' line='1628' column='1'/>\r
+      <parameter type-id='type-id-175' name='overflow' filepath='Objects/longobject.c' line='1628' column='1'/>\r
+      <return type-id='type-id-376'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_UnsignedShort_Converter' mangled-name='_PyLong_UnsignedShort_Converter' filepath='Objects/longobject.c' line='1713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedShort_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1713' column='1'/>\r
-      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1713' column='1'/>\r
+    <function-decl name='_PyLong_UnsignedShort_Converter' mangled-name='_PyLong_UnsignedShort_Converter' filepath='Objects/longobject.c' line='1706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedShort_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1706' column='1'/>\r
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1706' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_UnsignedInt_Converter' mangled-name='_PyLong_UnsignedInt_Converter' filepath='Objects/longobject.c' line='1735' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedInt_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1735' column='1'/>\r
-      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1735' column='1'/>\r
+    <function-decl name='_PyLong_UnsignedInt_Converter' mangled-name='_PyLong_UnsignedInt_Converter' filepath='Objects/longobject.c' line='1728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedInt_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1728' column='1'/>\r
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1728' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_UnsignedLong_Converter' mangled-name='_PyLong_UnsignedLong_Converter' filepath='Objects/longobject.c' line='1757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLong_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1757' column='1'/>\r
-      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1757' column='1'/>\r
+    <function-decl name='_PyLong_UnsignedLong_Converter' mangled-name='_PyLong_UnsignedLong_Converter' filepath='Objects/longobject.c' line='1750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLong_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1750' column='1'/>\r
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1750' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_UnsignedLongLong_Converter' mangled-name='_PyLong_UnsignedLongLong_Converter' filepath='Objects/longobject.c' line='1774' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLongLong_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1774' column='1'/>\r
-      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1774' column='1'/>\r
+    <function-decl name='_PyLong_UnsignedLongLong_Converter' mangled-name='_PyLong_UnsignedLongLong_Converter' filepath='Objects/longobject.c' line='1767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_UnsignedLongLong_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1767' column='1'/>\r
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1767' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_Size_t_Converter' mangled-name='_PyLong_Size_t_Converter' filepath='Objects/longobject.c' line='1791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Size_t_Converter'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1791' column='1'/>\r
-      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1791' column='1'/>\r
+    <function-decl name='_PyLong_Size_t_Converter' mangled-name='_PyLong_Size_t_Converter' filepath='Objects/longobject.c' line='1784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Size_t_Converter'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/longobject.c' line='1784' column='1'/>\r
+      <parameter type-id='type-id-30' name='ptr' filepath='Objects/longobject.c' line='1784' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_Frexp' mangled-name='_PyLong_Frexp' filepath='Objects/longobject.c' line='3404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Frexp'>\r
-      <parameter type-id='type-id-252' name='a' filepath='Objects/longobject.c' line='3404' column='1'/>\r
-      <parameter type-id='type-id-8' name='e' filepath='Objects/longobject.c' line='3404' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+    <function-decl name='_PyLong_Frexp' mangled-name='_PyLong_Frexp' filepath='Objects/longobject.c' line='3397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Frexp'>\r
+      <parameter type-id='type-id-249' name='a' filepath='Objects/longobject.c' line='3397' column='1'/>\r
+      <parameter type-id='type-id-8' name='e' filepath='Objects/longobject.c' line='3397' column='1'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_Add' mangled-name='_PyLong_Add' filepath='Objects/longobject.c' line='3752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Add'>\r
-      <parameter type-id='type-id-252' name='a' filepath='Objects/longobject.c' line='3752' column='1'/>\r
-      <parameter type-id='type-id-252' name='b' filepath='Objects/longobject.c' line='3752' column='1'/>\r
+    <function-decl name='_PyLong_Add' mangled-name='_PyLong_Add' filepath='Objects/longobject.c' line='3745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Add'>\r
+      <parameter type-id='type-id-249' name='a' filepath='Objects/longobject.c' line='3745' column='1'/>\r
+      <parameter type-id='type-id-249' name='b' filepath='Objects/longobject.c' line='3745' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_Subtract' mangled-name='_PyLong_Subtract' filepath='Objects/longobject.c' line='3791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Subtract'>\r
-      <parameter type-id='type-id-252' name='a' filepath='Objects/longobject.c' line='3791' column='1'/>\r
-      <parameter type-id='type-id-252' name='b' filepath='Objects/longobject.c' line='3791' column='1'/>\r
+    <function-decl name='_PyLong_Subtract' mangled-name='_PyLong_Subtract' filepath='Objects/longobject.c' line='3784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Subtract'>\r
+      <parameter type-id='type-id-249' name='a' filepath='Objects/longobject.c' line='3784' column='1'/>\r
+      <parameter type-id='type-id-249' name='b' filepath='Objects/longobject.c' line='3784' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_Multiply' mangled-name='_PyLong_Multiply' filepath='Objects/longobject.c' line='4242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Multiply'>\r
-      <parameter type-id='type-id-252' name='a' filepath='Objects/longobject.c' line='4242' column='1'/>\r
-      <parameter type-id='type-id-252' name='b' filepath='Objects/longobject.c' line='4242' column='1'/>\r
+    <function-decl name='_PyLong_Multiply' mangled-name='_PyLong_Multiply' filepath='Objects/longobject.c' line='4235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Multiply'>\r
+      <parameter type-id='type-id-249' name='a' filepath='Objects/longobject.c' line='4235' column='1'/>\r
+      <parameter type-id='type-id-249' name='b' filepath='Objects/longobject.c' line='4235' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_Rshift' mangled-name='_PyLong_Rshift' filepath='Objects/longobject.c' line='5351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Rshift'>\r
-      <parameter type-id='type-id-4' name='a' filepath='Objects/longobject.c' line='5351' column='1'/>\r
-      <parameter type-id='type-id-21' name='shiftby' filepath='Objects/longobject.c' line='5351' column='1'/>\r
+    <function-decl name='_PyLong_Rshift' mangled-name='_PyLong_Rshift' filepath='Objects/longobject.c' line='5344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Rshift'>\r
+      <parameter type-id='type-id-4' name='a' filepath='Objects/longobject.c' line='5344' column='1'/>\r
+      <parameter type-id='type-id-21' name='shiftby' filepath='Objects/longobject.c' line='5344' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_GCD' mangled-name='_PyLong_GCD' filepath='Objects/longobject.c' line='5630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_GCD'>\r
-      <parameter type-id='type-id-4' name='aarg' filepath='Objects/longobject.c' line='5630' column='1'/>\r
-      <parameter type-id='type-id-4' name='barg' filepath='Objects/longobject.c' line='5630' column='1'/>\r
+    <function-decl name='_PyLong_GCD' mangled-name='_PyLong_GCD' filepath='Objects/longobject.c' line='5623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_GCD'>\r
+      <parameter type-id='type-id-4' name='aarg' filepath='Objects/longobject.c' line='5623' column='1'/>\r
+      <parameter type-id='type-id-4' name='barg' filepath='Objects/longobject.c' line='5623' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyLong_DivmodNear' mangled-name='_PyLong_DivmodNear' filepath='Objects/longobject.c' line='5996' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_DivmodNear'>\r
-      <parameter type-id='type-id-4' name='a' filepath='Objects/longobject.c' line='5996' column='1'/>\r
-      <parameter type-id='type-id-4' name='b' filepath='Objects/longobject.c' line='5996' column='1'/>\r
+    <function-decl name='_PyLong_DivmodNear' mangled-name='_PyLong_DivmodNear' filepath='Objects/longobject.c' line='5989' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_DivmodNear'>\r
+      <parameter type-id='type-id-4' name='a' filepath='Objects/longobject.c' line='5989' column='1'/>\r
+      <parameter type-id='type-id-4' name='b' filepath='Objects/longobject.c' line='5989' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyLong_GetInfo' mangled-name='PyLong_GetInfo' filepath='Objects/longobject.c' line='6654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_GetInfo'>\r
+    <function-decl name='PyLong_GetInfo' mangled-name='PyLong_GetInfo' filepath='Objects/longobject.c' line='6647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_GetInfo'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Long_IsCompact' mangled-name='PyUnstable_Long_IsCompact' filepath='Objects/longobject.c' line='6709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Long_IsCompact'>\r
-      <parameter type-id='type-id-370' name='op' filepath='Objects/longobject.c' line='6709' column='1'/>\r
+    <function-decl name='PyUnstable_Long_IsCompact' mangled-name='PyUnstable_Long_IsCompact' filepath='Objects/longobject.c' line='6702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Long_IsCompact'>\r
+      <parameter type-id='type-id-369' name='op' filepath='Objects/longobject.c' line='6702' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Long_CompactValue' mangled-name='PyUnstable_Long_CompactValue' filepath='Objects/longobject.c' line='6716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Long_CompactValue'>\r
-      <parameter type-id='type-id-370' name='op' filepath='Objects/longobject.c' line='6716' column='1'/>\r
+    <function-decl name='PyUnstable_Long_CompactValue' mangled-name='PyUnstable_Long_CompactValue' filepath='Objects/longobject.c' line='6709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Long_CompactValue'>\r
+      <parameter type-id='type-id-369' name='op' filepath='Objects/longobject.c' line='6709' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/memoryobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_PyManagedBuffer_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_memoryobject.h' line='11' column='1'/>\r
-    <var-decl name='PyMemoryView_Type' type-id='type-id-266' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='9' column='1' elf-symbol-id='PyMemoryView_Type'/>\r
+  <abi-instr address-size='64' path='Objects/memoryobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_PyManagedBuffer_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_memoryobject.h' line='11' column='1'/>\r
+    <var-decl name='PyMemoryView_Type' type-id='type-id-263' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='9' column='1' elf-symbol-id='PyMemoryView_Type'/>\r
     <function-decl name='PyUnicode_AsASCIIString' mangled-name='PyUnicode_AsASCIIString' filepath='./Include/unicodeobject.h' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsASCIIString'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-255' name='info' filepath='Objects/memoryobject.c' line='770' column='1'/>\r
+      <parameter type-id='type-id-252' name='info' filepath='Objects/memoryobject.c' line='770' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/methodobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyCMethod_Type' type-id='type-id-266' mangled-name='PyCMethod_Type' visibility='default' filepath='./Include/cpython/methodobject.h' line='32' column='1' elf-symbol-id='PyCMethod_Type'/>\r
-    <var-decl name='PyCFunction_Type' type-id='type-id-266' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>\r
-    <function-decl name='PyCFunction_New' mangled-name='PyCFunction_New' filepath='Objects/methodobject.c' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_New'>\r
-      <parameter type-id='type-id-176' name='ml' filepath='Objects/methodobject.c' line='33' column='1'/>\r
-      <parameter type-id='type-id-4' name='self' filepath='Objects/methodobject.c' line='33' column='1'/>\r
+  <abi-instr address-size='64' path='Objects/methodobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyCMethod_Type' type-id='type-id-263' mangled-name='PyCMethod_Type' visibility='default' filepath='./Include/cpython/methodobject.h' line='32' column='1' elf-symbol-id='PyCMethod_Type'/>\r
+    <var-decl name='PyCFunction_Type' type-id='type-id-263' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>\r
+    <function-decl name='PyCFunction_New' mangled-name='PyCFunction_New' filepath='Objects/methodobject.c' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_New'>\r
+      <parameter type-id='type-id-174' name='ml' filepath='Objects/methodobject.c' line='34' column='1'/>\r
+      <parameter type-id='type-id-4' name='self' filepath='Objects/methodobject.c' line='34' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCFunction_NewEx' mangled-name='PyCFunction_NewEx' filepath='Objects/methodobject.c' line='39' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_NewEx'>\r
-      <parameter type-id='type-id-176' name='ml' filepath='Objects/methodobject.c' line='39' column='1'/>\r
-      <parameter type-id='type-id-4' name='self' filepath='Objects/methodobject.c' line='39' column='1'/>\r
-      <parameter type-id='type-id-4' name='module' filepath='Objects/methodobject.c' line='39' column='1'/>\r
+    <function-decl name='PyCFunction_NewEx' mangled-name='PyCFunction_NewEx' filepath='Objects/methodobject.c' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_NewEx'>\r
+      <parameter type-id='type-id-174' name='ml' filepath='Objects/methodobject.c' line='40' column='1'/>\r
+      <parameter type-id='type-id-4' name='self' filepath='Objects/methodobject.c' line='40' column='1'/>\r
+      <parameter type-id='type-id-4' name='module' filepath='Objects/methodobject.c' line='40' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCFunction_GetFunction' mangled-name='PyCFunction_GetFunction' filepath='Objects/methodobject.c' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFunction'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='117' column='1'/>\r
-      <return type-id='type-id-378'/>\r
+    <function-decl name='PyCFunction_GetFunction' mangled-name='PyCFunction_GetFunction' filepath='Objects/methodobject.c' line='118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFunction'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='118' column='1'/>\r
+      <return type-id='type-id-377'/>\r
     </function-decl>\r
-    <function-decl name='PyCFunction_GetSelf' mangled-name='PyCFunction_GetSelf' filepath='Objects/methodobject.c' line='127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetSelf'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='127' column='1'/>\r
+    <function-decl name='PyCFunction_GetSelf' mangled-name='PyCFunction_GetSelf' filepath='Objects/methodobject.c' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetSelf'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='128' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyCFunction_GetFlags' mangled-name='PyCFunction_GetFlags' filepath='Objects/methodobject.c' line='137' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFlags'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='137' column='1'/>\r
+    <function-decl name='PyCFunction_GetFlags' mangled-name='PyCFunction_GetFlags' filepath='Objects/methodobject.c' line='138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFlags'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/methodobject.c' line='138' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/moduleobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='39' column='1' id='type-id-379'>\r
+  <abi-instr address-size='64' path='Objects/moduleobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='39' column='1' id='type-id-378'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/moduleobject.h' line='40' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/moduleobject.h' line='40' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='m_init' type-id='type-id-380' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>\r
+        <var-decl name='m_init' type-id='type-id-379' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='m_index' type-id='type-id-7' visibility='default' filepath='./Include/moduleobject.h' line='52' column='1'/>\r
         <var-decl name='m_copy' type-id='type-id-4' visibility='default' filepath='./Include/moduleobject.h' line='57' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyModuleDef_Base' type-id='type-id-379' filepath='./Include/moduleobject.h' line='58' column='1' id='type-id-381'/>\r
-    <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='69' column='1' id='type-id-382'>\r
+    <typedef-decl name='PyModuleDef_Base' type-id='type-id-378' filepath='./Include/moduleobject.h' line='58' column='1' id='type-id-380'/>\r
+    <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='69' column='1' id='type-id-381'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='slot' type-id='type-id-5' visibility='default' filepath='./Include/moduleobject.h' line='70' column='1'/>\r
       </data-member>\r
         <var-decl name='value' type-id='type-id-30' visibility='default' filepath='./Include/moduleobject.h' line='71' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='107' column='1' id='type-id-383'>\r
+    <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='107' column='1' id='type-id-382'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='m_base' type-id='type-id-381' visibility='default' filepath='./Include/moduleobject.h' line='108' column='1'/>\r
+        <var-decl name='m_base' type-id='type-id-380' visibility='default' filepath='./Include/moduleobject.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
         <var-decl name='m_name' type-id='type-id-6' visibility='default' filepath='./Include/moduleobject.h' line='109' column='1'/>\r
         <var-decl name='m_size' type-id='type-id-7' visibility='default' filepath='./Include/moduleobject.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='m_methods' type-id='type-id-176' visibility='default' filepath='./Include/moduleobject.h' line='112' column='1'/>\r
+        <var-decl name='m_methods' type-id='type-id-174' visibility='default' filepath='./Include/moduleobject.h' line='112' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='m_slots' type-id='type-id-384' visibility='default' filepath='./Include/moduleobject.h' line='113' column='1'/>\r
+        <var-decl name='m_slots' type-id='type-id-383' visibility='default' filepath='./Include/moduleobject.h' line='113' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='m_traverse' type-id='type-id-312' visibility='default' filepath='./Include/moduleobject.h' line='114' column='1'/>\r
+        <var-decl name='m_traverse' type-id='type-id-309' visibility='default' filepath='./Include/moduleobject.h' line='114' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='m_clear' type-id='type-id-313' visibility='default' filepath='./Include/moduleobject.h' line='115' column='1'/>\r
+        <var-decl name='m_clear' type-id='type-id-310' visibility='default' filepath='./Include/moduleobject.h' line='115' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='m_free' type-id='type-id-385' visibility='default' filepath='./Include/moduleobject.h' line='116' column='1'/>\r
+        <var-decl name='m_free' type-id='type-id-384' visibility='default' filepath='./Include/moduleobject.h' line='116' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyModuleDef' type-id='type-id-383' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-9'/>\r
-    <typedef-decl name='PyModuleDef_Slot' type-id='type-id-382' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-386'/>\r
-    <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-387'/>\r
-    <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-384'/>\r
-    <qualified-type-def type-id='type-id-388' const='yes' id='type-id-389'/>\r
-    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-18'/>\r
+    <typedef-decl name='PyModuleDef' type-id='type-id-382' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-9'/>\r
+    <typedef-decl name='PyModuleDef_Slot' type-id='type-id-381' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-385'/>\r
+    <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-386'/>\r
+    <pointer-type-def type-id='type-id-385' size-in-bits='64' id='type-id-383'/>\r
+    <qualified-type-def type-id='type-id-387' const='yes' id='type-id-388'/>\r
+    <pointer-type-def type-id='type-id-388' size-in-bits='64' id='type-id-18'/>\r
     <function-decl name='_PyObject_GenericGetAttrWithDict' mangled-name='_PyObject_GenericGetAttrWithDict' filepath='./Include/cpython/object.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericGetAttrWithDict'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <var-decl name='PyModule_Type' type-id='type-id-266' mangled-name='PyModule_Type' visibility='default' filepath='./Include/moduleobject.h' line='10' column='1' elf-symbol-id='PyModule_Type'/>\r
-    <var-decl name='PyModuleDef_Type' type-id='type-id-266' mangled-name='PyModuleDef_Type' visibility='default' filepath='./Include/moduleobject.h' line='36' column='1' elf-symbol-id='PyModuleDef_Type'/>\r
+    <function-decl name='_PySys_GetOptionalAttrString' mangled-name='_PySys_GetOptionalAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetOptionalAttrString'>\r
+      <parameter type-id='type-id-6'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-5'/>\r
+    </function-decl>\r
+    <var-decl name='PyModule_Type' type-id='type-id-263' mangled-name='PyModule_Type' visibility='default' filepath='./Include/moduleobject.h' line='10' column='1' elf-symbol-id='PyModule_Type'/>\r
+    <var-decl name='PyModuleDef_Type' type-id='type-id-263' mangled-name='PyModuleDef_Type' visibility='default' filepath='./Include/moduleobject.h' line='36' column='1' elf-symbol-id='PyModuleDef_Type'/>\r
     <function-decl name='PyObject_SetAttrString' mangled-name='PyObject_SetAttrString' filepath='./Include/object.h' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetAttrString'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySys_GetObject' mangled-name='PySys_GetObject' filepath='./Include/sysmodule.h' line='7' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetObject'>\r
-      <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-4'/>\r
-    </function-decl>\r
     <function-decl name='PySys_FormatStderr' mangled-name='PySys_FormatStderr' filepath='./Include/sysmodule.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStderr'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
     </function-decl>\r
     <function-decl name='wcsrchr' filepath='/usr/include/wchar.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
-      <parameter type-id='type-id-388'/>\r
+      <parameter type-id='type-id-387'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
-    <function-decl name='PyModuleDef_Init' mangled-name='PyModuleDef_Init' filepath='Objects/moduleobject.c' line='45' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModuleDef_Init'>\r
-      <parameter type-id='type-id-387' name='def' filepath='Objects/moduleobject.c' line='45' column='1'/>\r
+    <function-decl name='PyModuleDef_Init' mangled-name='PyModuleDef_Init' filepath='Objects/moduleobject.c' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModuleDef_Init'>\r
+      <parameter type-id='type-id-386' name='def' filepath='Objects/moduleobject.c' line='47' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_NewObject' mangled-name='PyModule_NewObject' filepath='Objects/moduleobject.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_NewObject'>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/moduleobject.c' line='121' column='1'/>\r
+    <function-decl name='PyModule_NewObject' mangled-name='PyModule_NewObject' filepath='Objects/moduleobject.c' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_NewObject'>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/moduleobject.c' line='123' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_New' mangled-name='PyModule_New' filepath='Objects/moduleobject.c' line='137' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_New'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Objects/moduleobject.c' line='137' column='1'/>\r
+    <function-decl name='PyModule_New' mangled-name='PyModule_New' filepath='Objects/moduleobject.c' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_New'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Objects/moduleobject.c' line='139' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_Create2' mangled-name='PyModule_Create2' filepath='Objects/moduleobject.c' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_Create2'>\r
-      <parameter type-id='type-id-387' name='module' filepath='Objects/moduleobject.c' line='198' column='1'/>\r
-      <parameter type-id='type-id-5' name='module_api_version' filepath='Objects/moduleobject.c' line='198' column='1'/>\r
+    <function-decl name='PyModule_Create2' mangled-name='PyModule_Create2' filepath='Objects/moduleobject.c' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_Create2'>\r
+      <parameter type-id='type-id-386' name='module' filepath='Objects/moduleobject.c' line='200' column='1'/>\r
+      <parameter type-id='type-id-5' name='module_api_version' filepath='Objects/moduleobject.c' line='200' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_FromDefAndSpec2' mangled-name='PyModule_FromDefAndSpec2' filepath='Objects/moduleobject.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_FromDefAndSpec2'>\r
-      <parameter type-id='type-id-387' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>\r
-      <parameter type-id='type-id-4' name='spec' filepath='Objects/moduleobject.c' line='260' column='1'/>\r
-      <parameter type-id='type-id-5' name='module_api_version' filepath='Objects/moduleobject.c' line='260' column='1'/>\r
+    <function-decl name='PyModule_FromDefAndSpec2' mangled-name='PyModule_FromDefAndSpec2' filepath='Objects/moduleobject.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_FromDefAndSpec2'>\r
+      <parameter type-id='type-id-386' name='def' filepath='Objects/moduleobject.c' line='262' column='1'/>\r
+      <parameter type-id='type-id-4' name='spec' filepath='Objects/moduleobject.c' line='262' column='1'/>\r
+      <parameter type-id='type-id-5' name='module_api_version' filepath='Objects/moduleobject.c' line='262' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_ExecDef' mangled-name='PyModule_ExecDef' filepath='Objects/moduleobject.c' line='454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_ExecDef'>\r
-      <parameter type-id='type-id-4' name='module' filepath='Objects/moduleobject.c' line='454' column='1'/>\r
-      <parameter type-id='type-id-387' name='def' filepath='Objects/moduleobject.c' line='454' column='1'/>\r
+    <function-decl name='PyModule_ExecDef' mangled-name='PyModule_ExecDef' filepath='Objects/moduleobject.c' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_ExecDef'>\r
+      <parameter type-id='type-id-4' name='module' filepath='Objects/moduleobject.c' line='456' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Objects/moduleobject.c' line='456' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_AddFunctions' mangled-name='PyModule_AddFunctions' filepath='Objects/moduleobject.c' line='523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddFunctions'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='523' column='1'/>\r
-      <parameter type-id='type-id-176' name='functions' filepath='Objects/moduleobject.c' line='523' column='1'/>\r
+    <function-decl name='PyModule_AddFunctions' mangled-name='PyModule_AddFunctions' filepath='Objects/moduleobject.c' line='525' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddFunctions'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='525' column='1'/>\r
+      <parameter type-id='type-id-174' name='functions' filepath='Objects/moduleobject.c' line='525' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_SetDocString' mangled-name='PyModule_SetDocString' filepath='Objects/moduleobject.c' line='537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_SetDocString'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='537' column='1'/>\r
-      <parameter type-id='type-id-6' name='doc' filepath='Objects/moduleobject.c' line='537' column='1'/>\r
+    <function-decl name='PyModule_SetDocString' mangled-name='PyModule_SetDocString' filepath='Objects/moduleobject.c' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_SetDocString'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='539' column='1'/>\r
+      <parameter type-id='type-id-6' name='doc' filepath='Objects/moduleobject.c' line='539' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_GetName' mangled-name='PyModule_GetName' filepath='Objects/moduleobject.c' line='590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetName'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='590' column='1'/>\r
+    <function-decl name='PyModule_GetName' mangled-name='PyModule_GetName' filepath='Objects/moduleobject.c' line='592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetName'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='592' column='1'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_GetFilenameObject' mangled-name='PyModule_GetFilenameObject' filepath='Objects/moduleobject.c' line='602' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetFilenameObject'>\r
-      <parameter type-id='type-id-4' name='mod' filepath='Objects/moduleobject.c' line='602' column='1'/>\r
+    <function-decl name='PyModule_GetFilenameObject' mangled-name='PyModule_GetFilenameObject' filepath='Objects/moduleobject.c' line='604' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetFilenameObject'>\r
+      <parameter type-id='type-id-4' name='mod' filepath='Objects/moduleobject.c' line='604' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_GetFilename' mangled-name='PyModule_GetFilename' filepath='Objects/moduleobject.c' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetFilename'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='631' column='1'/>\r
+    <function-decl name='PyModule_GetFilename' mangled-name='PyModule_GetFilename' filepath='Objects/moduleobject.c' line='633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetFilename'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='633' column='1'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_GetDef' mangled-name='PyModule_GetDef' filepath='Objects/moduleobject.c' line='644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetDef'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='644' column='1'/>\r
-      <return type-id='type-id-387'/>\r
+    <function-decl name='PyModule_GetDef' mangled-name='PyModule_GetDef' filepath='Objects/moduleobject.c' line='646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetDef'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='646' column='1'/>\r
+      <return type-id='type-id-386'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_GetState' mangled-name='PyModule_GetState' filepath='Objects/moduleobject.c' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetState'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='654' column='1'/>\r
+    <function-decl name='PyModule_GetState' mangled-name='PyModule_GetState' filepath='Objects/moduleobject.c' line='656' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetState'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Objects/moduleobject.c' line='656' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-390'>\r
+    <function-type size-in-bits='64' id='type-id-389'>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyArg_NoPositional' mangled-name='_PyArg_NoPositional' filepath='./Include/internal/pycore_modsupport.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_NoPositional'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_PyNamespace_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1'/>\r
+    <var-decl name='_PyNamespace_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1'/>\r
     <function-decl name='PyUnicode_Join' mangled-name='PyUnicode_Join' filepath='./Include/unicodeobject.h' line='881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Join'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyNamespace_New' mangled-name='_PyNamespace_New' filepath='Objects/namespaceobject.c' line='297' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyNamespace_New'>\r
-      <parameter type-id='type-id-4' name='kwds' filepath='Objects/namespaceobject.c' line='297' column='1'/>\r
+    <function-decl name='_PyNamespace_New' mangled-name='_PyNamespace_New' filepath='Objects/namespaceobject.c' line='302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyNamespace_New'>\r
+      <parameter type-id='type-id-4' name='kwds' filepath='Objects/namespaceobject.c' line='302' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/object.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='192' id='type-id-97'>\r
-      <subrange length='6' type-id='type-id-2' id='type-id-391'/>\r
+  <abi-instr address-size='64' path='Objects/object.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='192' id='type-id-95'>\r
+      <subrange length='6' type-id='type-id-2' id='type-id-390'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='infinite' id='type-id-392'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='infinite' id='type-id-391'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <class-decl name='PyModuleObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='19' column='1' id='type-id-394'>\r
+    <class-decl name='PyModuleObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='19' column='1' id='type-id-393'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='20' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='20' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='md_dict' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='md_def' type-id='type-id-387' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='22' column='1'/>\r
+        <var-decl name='md_def' type-id='type-id-386' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='22' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='md_state' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='23' column='1'/>\r
         <var-decl name='md_name' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_moduleobject.h' line='26' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyModuleObject' type-id='type-id-394' filepath='./Include/internal/pycore_moduleobject.h' line='30' column='1' id='type-id-393'/>\r
-    <enum-decl name='PyGILState_STATE' naming-typedef-id='type-id-395' filepath='./Include/pystate.h' line='77' column='1' id='type-id-396'>\r
+    <typedef-decl name='PyModuleObject' type-id='type-id-393' filepath='./Include/internal/pycore_moduleobject.h' line='30' column='1' id='type-id-392'/>\r
+    <enum-decl name='PyGILState_STATE' naming-typedef-id='type-id-394' filepath='./Include/pystate.h' line='77' column='1' id='type-id-395'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PyGILState_LOCKED' value='0'/>\r
       <enumerator name='PyGILState_UNLOCKED' value='1'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyGILState_STATE' type-id='type-id-396' filepath='./Include/pystate.h' line='78' column='1' id='type-id-395'/>\r
-    <pointer-type-def type-id='type-id-393' size-in-bits='64' id='type-id-397'/>\r
-    <pointer-type-def type-id='type-id-398' size-in-bits='64' id='type-id-399'/>\r
-    <pointer-type-def type-id='type-id-400' size-in-bits='64' id='type-id-401'/>\r
-    <qualified-type-def type-id='type-id-30' restrict='yes' id='type-id-232'/>\r
+    <typedef-decl name='PyGILState_STATE' type-id='type-id-395' filepath='./Include/pystate.h' line='78' column='1' id='type-id-394'/>\r
+    <pointer-type-def type-id='type-id-392' size-in-bits='64' id='type-id-396'/>\r
+    <pointer-type-def type-id='type-id-397' size-in-bits='64' id='type-id-398'/>\r
+    <pointer-type-def type-id='type-id-399' size-in-bits='64' id='type-id-400'/>\r
+    <qualified-type-def type-id='type-id-30' restrict='yes' id='type-id-229'/>\r
     <function-decl name='_PyEval_GetFrameLocals' filepath='./Include/internal/pycore_ceval.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyObjectDict_SetItem' filepath='./Include/internal/pycore_dict.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyObject_MaterializeManagedDict' filepath='./Include/internal/pycore_dict.h' line='281' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-335'/>\r
+      <return type-id='type-id-332'/>\r
     </function-decl>\r
     <function-decl name='_PyFloat_DebugMallocStats' filepath='./Include/internal/pycore_floatobject.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyTuple_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyFloat_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyList_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PySlice_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyAsyncGen_ClearFreeLists' filepath='./Include/internal/pycore_freelist.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyContext_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyObjectStackChunk_ClearFreeList' filepath='./Include/internal/pycore_freelist.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_module_getattro_impl' filepath='./Include/internal/pycore_moduleobject.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-397'/>\r
+      <parameter type-id='type-id-396'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_module_getattro' filepath='./Include/internal/pycore_moduleobject.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-397'/>\r
+      <parameter type-id='type-id-396'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_CheckConsistency' filepath='./Include/internal/pycore_object.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_CheckConsistency' filepath='./Include/internal/pycore_object.h' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyDict_CheckConsistency' filepath='./Include/internal/pycore_object.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyDict_CheckConsistency' filepath='./Include/internal/pycore_object.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_StoreInstanceAttribute' filepath='./Include/internal/pycore_object.h' line='704' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_StoreInstanceAttribute' filepath='./Include/internal/pycore_object.h' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_TryGetInstanceAttribute' filepath='./Include/internal/pycore_object.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_TryGetInstanceAttribute' filepath='./Include/internal/pycore_object.h' line='780' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <return type-id='type-id-352'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-349'/>\r
     </function-decl>\r
-    <var-decl name='_PyNone_Type' type-id='type-id-266' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='781' column='1' elf-symbol-id='_PyNone_Type'/>\r
-    <var-decl name='_PyNotImplemented_Type' type-id='type-id-266' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='782' column='1' elf-symbol-id='_PyNotImplemented_Type'/>\r
-    <var-decl name='_Py_SwappedOp' type-id='type-id-392' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/internal/pycore_object.h' line='786' column='1' elf-symbol-id='_Py_SwappedOp'/>\r
+    <var-decl name='_PyNone_Type' type-id='type-id-263' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='855' column='1' elf-symbol-id='_PyNone_Type'/>\r
+    <var-decl name='_PyNotImplemented_Type' type-id='type-id-263' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/internal/pycore_object.h' line='856' column='1' elf-symbol-id='_PyNotImplemented_Type'/>\r
+    <var-decl name='_Py_SwappedOp' type-id='type-id-391' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/internal/pycore_object.h' line='860' column='1' elf-symbol-id='_Py_SwappedOp'/>\r
     <function-decl name='_PyTuple_DebugMallocStats' filepath='./Include/internal/pycore_tuple.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <return type-id='type-id-3'/>\r
     <function-decl name='_PyStaticType_GetState' filepath='./Include/internal/pycore_typeobject.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <parameter type-id='type-id-1'/>\r
-      <return type-id='type-id-401'/>\r
+      <return type-id='type-id-400'/>\r
     </function-decl>\r
-    <function-decl name='_Py_type_getattro_impl' filepath='./Include/internal/pycore_typeobject.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_type_getattro_impl' filepath='./Include/internal/pycore_typeobject.h' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_type_getattro' filepath='./Include/internal/pycore_typeobject.h' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_type_getattro' filepath='./Include/internal/pycore_typeobject.h' line='214' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_BaseObject_RichCompare' filepath='./Include/internal/pycore_typeobject.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_BaseObject_RichCompare' filepath='./Include/internal/pycore_typeobject.h' line='216' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_AsASCIIString' filepath='./Include/internal/pycore_unicodeobject.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_AsASCIIString' filepath='./Include/internal/pycore_unicodeobject.h' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <var-decl name='_Py_NoneStruct' type-id='type-id-356' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='1101' column='1' elf-symbol-id='_Py_NoneStruct'/>\r
-    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-356' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='1120' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>\r
+    <var-decl name='_Py_NoneStruct' type-id='type-id-353' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='1101' column='1' elf-symbol-id='_Py_NoneStruct'/>\r
+    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-353' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='1125' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>\r
     <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'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyGILState_Ensure' mangled-name='PyGILState_Ensure' filepath='./Include/pystate.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Ensure'>\r
-      <return type-id='type-id-395'/>\r
+      <return type-id='type-id-394'/>\r
     </function-decl>\r
     <function-decl name='PyGILState_Release' mangled-name='PyGILState_Release' filepath='./Include/pystate.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Release'>\r
-      <parameter type-id='type-id-395'/>\r
+      <parameter type-id='type-id-394'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyUnicode_DecodeASCII' mangled-name='PyUnicode_DecodeASCII' filepath='./Include/unicodeobject.h' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeASCII'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='fprintf' filepath='/usr/include/stdio.h' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-402'/>\r
-      <parameter type-id='type-id-179'/>\r
+      <parameter type-id='type-id-401'/>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fwrite' filepath='/usr/include/stdio.h' line='681' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-232'/>\r
+      <parameter type-id='type-id-229'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-402'/>\r
+      <parameter type-id='type-id-401'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <function-decl name='ferror' filepath='/usr/include/stdio.h' line='790' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4' name='o' filepath='Objects/object.c' line='345' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_Init' mangled-name='PyObject_Init' filepath='Objects/object.c' line='479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Init'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='479' column='1'/>\r
-      <parameter type-id='type-id-1' name='tp' filepath='Objects/object.c' line='479' column='1'/>\r
+    <function-decl name='PyObject_Init' mangled-name='PyObject_Init' filepath='Objects/object.c' line='510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Init'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='510' column='1'/>\r
+      <parameter type-id='type-id-1' name='tp' filepath='Objects/object.c' line='510' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='490' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_InitVar'>\r
-      <parameter type-id='type-id-321' name='op' filepath='Objects/object.c' line='490' column='1'/>\r
-      <parameter type-id='type-id-1' name='tp' filepath='Objects/object.c' line='490' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/object.c' line='490' column='1'/>\r
-      <return type-id='type-id-321'/>\r
+    <function-decl name='PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='521' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_InitVar'>\r
+      <parameter type-id='type-id-318' name='op' filepath='Objects/object.c' line='521' column='1'/>\r
+      <parameter type-id='type-id-1' name='tp' filepath='Objects/object.c' line='521' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/object.c' line='521' column='1'/>\r
+      <return type-id='type-id-318'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_CallFinalizer' mangled-name='PyObject_CallFinalizer' filepath='Objects/object.c' line='525' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizer'>\r
-      <parameter type-id='type-id-4' name='self' filepath='Objects/object.c' line='525' column='1'/>\r
+    <function-decl name='PyObject_CallFinalizer' mangled-name='PyObject_CallFinalizer' filepath='Objects/object.c' line='556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFinalizer'>\r
+      <parameter type-id='type-id-4' name='self' filepath='Objects/object.c' line='556' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_Print' mangled-name='PyObject_Print' filepath='Objects/object.c' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Print'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='577' column='1'/>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Objects/object.c' line='577' column='1'/>\r
-      <parameter type-id='type-id-5' name='flags' filepath='Objects/object.c' line='577' column='1'/>\r
+    <function-decl name='PyObject_Print' mangled-name='PyObject_Print' filepath='Objects/object.c' line='607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Print'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='607' column='1'/>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Objects/object.c' line='607' column='1'/>\r
+      <parameter type-id='type-id-5' name='flags' filepath='Objects/object.c' line='607' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_BreakPoint' mangled-name='_Py_BreakPoint' filepath='Objects/object.c' line='643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BreakPoint'>\r
+    <function-decl name='_Py_BreakPoint' mangled-name='_Py_BreakPoint' filepath='Objects/object.c' line='673' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BreakPoint'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_IsFreed' mangled-name='_PyObject_IsFreed' filepath='Objects/object.c' line='655' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_IsFreed'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='655' column='1'/>\r
+    <function-decl name='_PyObject_IsFreed' mangled-name='_PyObject_IsFreed' filepath='Objects/object.c' line='685' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_IsFreed'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='685' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_Dump' mangled-name='_PyObject_Dump' filepath='Objects/object.c' line='666' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_Dump'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='666' column='1'/>\r
+    <function-decl name='_PyObject_Dump' mangled-name='_PyObject_Dump' filepath='Objects/object.c' line='696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_Dump'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='696' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_HasAttrStringWithError' mangled-name='PyObject_HasAttrStringWithError' filepath='Objects/object.c' line='1107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttrStringWithError'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1107' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1107' column='1'/>\r
+    <function-decl name='PyObject_HasAttrStringWithError' mangled-name='PyObject_HasAttrStringWithError' filepath='Objects/object.c' line='1137' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttrStringWithError'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1137' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1137' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_HasAttrString' mangled-name='PyObject_HasAttrString' filepath='Objects/object.c' line='1117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttrString'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1117' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1117' column='1'/>\r
+    <function-decl name='PyObject_HasAttrString' mangled-name='PyObject_HasAttrString' filepath='Objects/object.c' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttrString'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1147' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1147' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_DelAttrString' mangled-name='PyObject_DelAttrString' filepath='Objects/object.c' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_DelAttrString'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1147' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1147' column='1'/>\r
+    <function-decl name='PyObject_DelAttrString' mangled-name='PyObject_DelAttrString' filepath='Objects/object.c' line='1177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_DelAttrString'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1177' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1177' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_GetOptionalAttrString' mangled-name='PyObject_GetOptionalAttrString' filepath='Objects/object.c' line='1321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttrString'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1321' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1321' column='1'/>\r
-      <parameter type-id='type-id-238' name='result' filepath='Objects/object.c' line='1321' column='1'/>\r
+    <function-decl name='PyObject_GetOptionalAttrString' mangled-name='PyObject_GetOptionalAttrString' filepath='Objects/object.c' line='1351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetOptionalAttrString'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1351' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Objects/object.c' line='1351' column='1'/>\r
+      <parameter type-id='type-id-235' name='result' filepath='Objects/object.c' line='1351' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_HasAttr' mangled-name='PyObject_HasAttr' filepath='Objects/object.c' line='1355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttr'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1355' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1355' column='1'/>\r
+    <function-decl name='PyObject_HasAttr' mangled-name='PyObject_HasAttr' filepath='Objects/object.c' line='1385' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_HasAttr'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1385' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1385' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_DelAttr' mangled-name='PyObject_DelAttr' filepath='Objects/object.c' line='1419' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_DelAttr'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1419' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1419' column='1'/>\r
+    <function-decl name='PyObject_DelAttr' mangled-name='PyObject_DelAttr' filepath='Objects/object.c' line='1449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_DelAttr'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1449' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1449' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_GetDictPtr' mangled-name='_PyObject_GetDictPtr' filepath='Objects/object.c' line='1460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetDictPtr'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1460' column='1'/>\r
-      <return type-id='type-id-238'/>\r
+    <function-decl name='_PyObject_GetDictPtr' mangled-name='_PyObject_GetDictPtr' filepath='Objects/object.c' line='1490' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetDictPtr'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1490' column='1'/>\r
+      <return type-id='type-id-235'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_GenericSetAttrWithDict' mangled-name='_PyObject_GenericSetAttrWithDict' filepath='Objects/object.c' line='1721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericSetAttrWithDict'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1721' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1721' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Objects/object.c' line='1722' column='1'/>\r
-      <parameter type-id='type-id-4' name='dict' filepath='Objects/object.c' line='1722' column='1'/>\r
+    <function-decl name='_PyObject_GenericSetAttrWithDict' mangled-name='_PyObject_GenericSetAttrWithDict' filepath='Objects/object.c' line='1755' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GenericSetAttrWithDict'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='1755' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/object.c' line='1755' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Objects/object.c' line='1756' column='1'/>\r
+      <parameter type-id='type-id-4' name='dict' filepath='Objects/object.c' line='1756' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_Not' mangled-name='PyObject_Not' filepath='Objects/object.c' line='1888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Not'>\r
-      <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1888' column='1'/>\r
+    <function-decl name='PyObject_Not' mangled-name='PyObject_Not' filepath='Objects/object.c' line='1922' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Not'>\r
+      <parameter type-id='type-id-4' name='v' filepath='Objects/object.c' line='1922' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_ResurrectReference' mangled-name='_Py_ResurrectReference' filepath='Objects/object.c' line='2511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ResurrectReference'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2511' column='1'/>\r
+    <function-decl name='_Py_ResurrectReference' mangled-name='_Py_ResurrectReference' filepath='Objects/object.c' line='2541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ResurrectReference'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2541' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_GET_WEAKREFS_LISTPTR' mangled-name='PyObject_GET_WEAKREFS_LISTPTR' filepath='Objects/object.c' line='2946' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2946' column='1'/>\r
-      <return type-id='type-id-238'/>\r
+    <function-decl name='PyObject_GET_WEAKREFS_LISTPTR' mangled-name='PyObject_GET_WEAKREFS_LISTPTR' filepath='Objects/object.c' line='2967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/object.c' line='2967' column='1'/>\r
+      <return type-id='type-id-235'/>\r
     </function-decl>\r
-    <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='2957' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2957' column='1'/>\r
+    <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='2978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2978' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='Py_XNewRef' mangled-name='Py_XNewRef' filepath='Objects/object.c' line='2963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_XNewRef'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2963' column='1'/>\r
+    <function-decl name='Py_XNewRef' mangled-name='Py_XNewRef' filepath='Objects/object.c' line='2984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_XNewRef'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/object.c' line='2984' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='Py_Is' mangled-name='Py_Is' filepath='Objects/object.c' line='2975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Is'>\r
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2975' column='1'/>\r
-      <parameter type-id='type-id-4' name='y' filepath='Objects/object.c' line='2975' column='1'/>\r
+    <function-decl name='Py_Is' mangled-name='Py_Is' filepath='Objects/object.c' line='2996' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Is'>\r
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2996' column='1'/>\r
+      <parameter type-id='type-id-4' name='y' filepath='Objects/object.c' line='2996' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_IsNone' mangled-name='Py_IsNone' filepath='Objects/object.c' line='2980' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsNone'>\r
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2980' column='1'/>\r
+    <function-decl name='Py_IsNone' mangled-name='Py_IsNone' filepath='Objects/object.c' line='3001' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsNone'>\r
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='3001' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_IsTrue' mangled-name='Py_IsTrue' filepath='Objects/object.c' line='2985' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsTrue'>\r
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2985' column='1'/>\r
+    <function-decl name='Py_IsTrue' mangled-name='Py_IsTrue' filepath='Objects/object.c' line='3006' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsTrue'>\r
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='3006' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_IsFalse' mangled-name='Py_IsFalse' filepath='Objects/object.c' line='2990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFalse'>\r
-      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='2990' column='1'/>\r
+    <function-decl name='Py_IsFalse' mangled-name='Py_IsFalse' filepath='Objects/object.c' line='3011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFalse'>\r
+      <parameter type-id='type-id-4' name='x' filepath='Objects/object.c' line='3011' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_SetRefcnt' mangled-name='_Py_SetRefcnt' filepath='Objects/object.c' line='2998' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetRefcnt'>\r
-      <parameter type-id='type-id-4' name='ob' filepath='Objects/object.c' line='2998' column='1'/>\r
-      <parameter type-id='type-id-7' name='refcnt' filepath='Objects/object.c' line='2998' column='1'/>\r
+    <function-decl name='_Py_SetRefcnt' mangled-name='_Py_SetRefcnt' filepath='Objects/object.c' line='3019' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetRefcnt'>\r
+      <parameter type-id='type-id-4' name='ob' filepath='Objects/object.c' line='3019' column='1'/>\r
+      <parameter type-id='type-id-7' name='refcnt' filepath='Objects/object.c' line='3019' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyRefTracer_SetTracer' mangled-name='PyRefTracer_SetTracer' filepath='Objects/object.c' line='3003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_SetTracer'>\r
-      <parameter type-id='type-id-403' name='tracer' filepath='Objects/object.c' line='3003' column='1'/>\r
-      <parameter type-id='type-id-30' name='data' filepath='Objects/object.c' line='3003' column='1'/>\r
+    <function-decl name='PyRefTracer_SetTracer' mangled-name='PyRefTracer_SetTracer' filepath='Objects/object.c' line='3024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_SetTracer'>\r
+      <parameter type-id='type-id-402' name='tracer' filepath='Objects/object.c' line='3024' column='1'/>\r
+      <parameter type-id='type-id-30' name='data' filepath='Objects/object.c' line='3024' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRefTracer_GetTracer' mangled-name='PyRefTracer_GetTracer' filepath='Objects/object.c' line='3010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_GetTracer'>\r
-      <parameter type-id='type-id-262' name='data' filepath='Objects/object.c' line='3010' column='1'/>\r
-      <return type-id='type-id-403'/>\r
+    <function-decl name='PyRefTracer_GetTracer' mangled-name='PyRefTracer_GetTracer' filepath='Objects/object.c' line='3031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRefTracer_GetTracer'>\r
+      <parameter type-id='type-id-259' name='data' filepath='Objects/object.c' line='3031' column='1'/>\r
+      <return type-id='type-id-402'/>\r
     </function-decl>\r
-    <function-decl name='Py_GetConstant' mangled-name='Py_GetConstant' filepath='Objects/object.c' line='3050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstant'>\r
-      <parameter type-id='type-id-101' name='constant_id' filepath='Objects/object.c' line='3050' column='1'/>\r
+    <function-decl name='Py_GetConstant' mangled-name='Py_GetConstant' filepath='Objects/object.c' line='3071' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstant'>\r
+      <parameter type-id='type-id-99' name='constant_id' filepath='Objects/object.c' line='3071' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='Py_GetConstantBorrowed' mangled-name='Py_GetConstantBorrowed' filepath='Objects/object.c' line='3063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstantBorrowed'>\r
-      <parameter type-id='type-id-101' name='constant_id' filepath='Objects/object.c' line='3063' column='1'/>\r
+    <function-decl name='Py_GetConstantBorrowed' mangled-name='Py_GetConstantBorrowed' filepath='Objects/object.c' line='3084' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetConstantBorrowed'>\r
+      <parameter type-id='type-id-99' name='constant_id' filepath='Objects/object.c' line='3084' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-398'>\r
+    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-397'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='floats' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>\r
+        <var-decl name='floats' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='tuples' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>\r
+        <var-decl name='tuples' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2048'>\r
-        <var-decl name='lists' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>\r
+        <var-decl name='lists' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7232'>\r
-        <var-decl name='dicts' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>\r
+        <var-decl name='dicts' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='12416'>\r
-        <var-decl name='dictkeys' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>\r
+        <var-decl name='dictkeys' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17600'>\r
-        <var-decl name='slices' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>\r
+        <var-decl name='slices' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17664'>\r
-        <var-decl name='contexts' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>\r
+        <var-decl name='contexts' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17792'>\r
-        <var-decl name='async_gens' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>\r
+        <var-decl name='async_gens' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22976'>\r
-        <var-decl name='async_gen_asends' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>\r
+        <var-decl name='async_gen_asends' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='28160'>\r
-        <var-decl name='object_stacks' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>\r
+        <var-decl name='object_stacks' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-408'>\r
+    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-407'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-414' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>\r
+        <var-decl name='items' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='82' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <array-type-def dimensions='1' type-id='type-id-415' size-in-bits='5120' id='type-id-414'>\r
-      <subrange length='80' type-id='type-id-2' id='type-id-416'/>\r
+    <array-type-def dimensions='1' type-id='type-id-414' size-in-bits='5120' id='type-id-413'>\r
+      <subrange length='80' type-id='type-id-2' id='type-id-415'/>\r
     </array-type-def>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/obmalloc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-417' size-in-bits='14400' id='type-id-418'>\r
-      <subrange length='75' type-id='type-id-2' id='type-id-419'/>\r
+  <abi-instr address-size='64' path='Objects/obmalloc.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-416' size-in-bits='14400' id='type-id-417'>\r
+      <subrange length='75' type-id='type-id-2' id='type-id-418'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-420' size-in-bits='8256' id='type-id-421'>\r
-      <subrange length='129' type-id='type-id-2' id='type-id-422'/>\r
+    <array-type-def dimensions='1' type-id='type-id-419' size-in-bits='8256' id='type-id-420'>\r
+      <subrange length='129' type-id='type-id-2' id='type-id-421'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-423' size-in-bits='6912' id='type-id-424'>\r
-      <subrange length='36' type-id='type-id-2' id='type-id-425'/>\r
+    <array-type-def dimensions='1' type-id='type-id-422' size-in-bits='6912' id='type-id-423'>\r
+      <subrange length='36' type-id='type-id-2' id='type-id-424'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-326' size-in-bits='512' id='type-id-426'>\r
+    <array-type-def dimensions='1' type-id='type-id-323' size-in-bits='512' id='type-id-425'>\r
       <subrange length='16' type-id='type-id-2' id='type-id-64'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-427' size-in-bits='64' id='type-id-428'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-426' size-in-bits='64' id='type-id-427'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-427' size-in-bits='128' id='type-id-430'>\r
-      <subrange length='2' type-id='type-id-2' id='type-id-431'/>\r
+    <array-type-def dimensions='1' type-id='type-id-426' size-in-bits='128' id='type-id-429'>\r
+      <subrange length='2' type-id='type-id-2' id='type-id-430'/>\r
     </array-type-def>\r
-    <enum-decl name='PyMemAllocatorDomain' naming-typedef-id='type-id-432' filepath='./Include/cpython/pymem.h' line='5' column='1' id='type-id-433'>\r
+    <enum-decl name='PyMemAllocatorDomain' naming-typedef-id='type-id-431' filepath='./Include/cpython/pymem.h' line='5' column='1' id='type-id-432'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PYMEM_DOMAIN_RAW' value='0'/>\r
       <enumerator name='PYMEM_DOMAIN_MEM' value='1'/>\r
       <enumerator name='PYMEM_DOMAIN_OBJ' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-433' filepath='./Include/cpython/pymem.h' line='14' column='1' id='type-id-432'/>\r
-    <typedef-decl name='mi_heap_t' type-id='type-id-434' filepath='./Include/internal/mimalloc/mimalloc.h' line='188' column='1' id='type-id-435'/>\r
-    <typedef-decl name='mi_arena_id_t' type-id='type-id-5' filepath='./Include/internal/mimalloc/mimalloc.h' line='281' column='1' id='type-id-436'/>\r
-    <typedef-decl name='mi_encoded_t' type-id='type-id-427' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='231' column='1' id='type-id-437'/>\r
-    <typedef-decl name='mi_threadid_t' type-id='type-id-21' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='234' column='1' id='type-id-438'/>\r
-    <class-decl name='mi_block_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='237' column='1' id='type-id-439'>\r
-      <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next' type-id='type-id-437' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='238' column='1'/>\r
-      </data-member>\r
-    </class-decl>\r
-    <typedef-decl name='mi_block_t' type-id='type-id-439' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='239' column='1' id='type-id-440'/>\r
-    <union-decl name='mi_page_flags_s' size-in-bits='8' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='254' column='1' id='type-id-441'>\r
+    <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-432' filepath='./Include/cpython/pymem.h' line='14' column='1' id='type-id-431'/>\r
+    <typedef-decl name='mi_heap_t' type-id='type-id-433' filepath='./Include/internal/mimalloc/mimalloc.h' line='188' column='1' id='type-id-434'/>\r
+    <typedef-decl name='mi_arena_id_t' type-id='type-id-5' filepath='./Include/internal/mimalloc/mimalloc.h' line='281' column='1' id='type-id-435'/>\r
+    <typedef-decl name='mi_threadid_t' type-id='type-id-21' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='234' column='1' id='type-id-436'/>\r
+    <class-decl name='mi_block_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='237' column='1' id='type-id-437'/>\r
+    <typedef-decl name='mi_block_t' type-id='type-id-437' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='239' column='1' id='type-id-438'/>\r
+    <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-439'>\r
       <data-member access='public'>\r
-        <var-decl name='full_aligned' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='255' column='1'/>\r
+        <var-decl name='full_aligned' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='255' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='x' type-id='type-id-442' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='259' column='1'/>\r
+        <var-decl name='x' type-id='type-id-440' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='259' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__' size-in-bits='8' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='256' column='1' id='type-id-442'>\r
+    <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-440'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='in_full' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='257' column='1'/>\r
+        <var-decl name='in_full' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='257' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1'>\r
-        <var-decl name='has_aligned' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='258' column='1'/>\r
+        <var-decl name='has_aligned' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='258' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_page_flags_t' type-id='type-id-441' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='260' column='1' id='type-id-443'/>\r
-    <class-decl name='mi_page_s' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='308' column='1' id='type-id-444'>\r
+    <typedef-decl name='mi_page_flags_t' type-id='type-id-439' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='260' column='1' id='type-id-441'/>\r
+    <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-442'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='slice_count' type-id='type-id-326' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='310' column='1'/>\r
+        <var-decl name='slice_count' type-id='type-id-323' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='310' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='slice_offset' type-id='type-id-326' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='311' column='1'/>\r
+        <var-decl name='slice_offset' type-id='type-id-323' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='311' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='is_committed' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='312' column='1'/>\r
+        <var-decl name='is_committed' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='312' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='65'>\r
-        <var-decl name='is_zero_init' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='313' column='1'/>\r
+        <var-decl name='is_zero_init' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='313' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='66'>\r
-        <var-decl name='use_qsbr' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='314' column='1'/>\r
+        <var-decl name='use_qsbr' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='314' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67'>\r
-        <var-decl name='tag' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='315' column='1'/>\r
+        <var-decl name='tag' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='315' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='72'>\r
-        <var-decl name='debug_offset' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='316' column='1'/>\r
+        <var-decl name='debug_offset' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='316' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80'>\r
-        <var-decl name='capacity' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='319' column='1'/>\r
+        <var-decl name='capacity' type-id='type-id-443' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='319' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='reserved' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='320' column='1'/>\r
+        <var-decl name='reserved' type-id='type-id-443' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='320' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='112'>\r
-        <var-decl name='flags' type-id='type-id-443' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='321' column='1'/>\r
+        <var-decl name='flags' type-id='type-id-441' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='321' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='120'>\r
-        <var-decl name='free_is_zero' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='322' column='1'/>\r
+        <var-decl name='free_is_zero' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='322' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='121'>\r
-        <var-decl name='retire_expire' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='323' column='1'/>\r
+        <var-decl name='retire_expire' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='323' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='free' type-id='type-id-446' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='325' column='1'/>\r
+        <var-decl name='free' type-id='type-id-444' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='325' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='used' type-id='type-id-326' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='326' column='1'/>\r
+        <var-decl name='used' type-id='type-id-323' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='326' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='224'>\r
-        <var-decl name='xblock_size' type-id='type-id-326' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='327' column='1'/>\r
+        <var-decl name='xblock_size' type-id='type-id-323' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='327' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='local_free' type-id='type-id-446' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='328' column='1'/>\r
+        <var-decl name='local_free' type-id='type-id-444' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='328' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='next' type-id='type-id-447' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='337' column='1'/>\r
+        <var-decl name='next' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='337' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='prev' type-id='type-id-447' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='338' column='1'/>\r
+        <var-decl name='prev' type-id='type-id-445' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='338' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='padding' type-id='type-id-428' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='347' column='1'/>\r
+        <var-decl name='padding' type-id='type-id-427' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='347' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_page_t' type-id='type-id-444' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='349' column='1' id='type-id-448'/>\r
-    <typedef-decl name='mi_slice_t' type-id='type-id-448' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='395' column='1' id='type-id-449'/>\r
-    <class-decl name='mi_abandoned_pool_s' size-in-bits='2560' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='476' column='1' id='type-id-450'/>\r
-    <typedef-decl name='mi_abandoned_pool_t' type-id='type-id-450' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='493' column='1' id='type-id-451'/>\r
-    <typedef-decl name='mi_tld_t' type-id='type-id-452' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='510' column='1' id='type-id-453'/>\r
-    <class-decl name='mi_page_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='513' column='1' id='type-id-454'>\r
+    <typedef-decl name='mi_page_t' type-id='type-id-442' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='349' column='1' id='type-id-446'/>\r
+    <typedef-decl name='mi_slice_t' type-id='type-id-446' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='395' column='1' id='type-id-447'/>\r
+    <class-decl name='mi_abandoned_pool_s' size-in-bits='2560' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='476' column='1' id='type-id-448'/>\r
+    <typedef-decl name='mi_abandoned_pool_t' type-id='type-id-448' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='493' column='1' id='type-id-449'/>\r
+    <typedef-decl name='mi_tld_t' type-id='type-id-450' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='510' column='1' id='type-id-451'/>\r
+    <class-decl name='mi_page_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='513' column='1' id='type-id-452'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='first' type-id='type-id-420' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='514' column='1'/>\r
+        <var-decl name='first' type-id='type-id-419' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='514' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='last' type-id='type-id-420' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='515' column='1'/>\r
+        <var-decl name='last' type-id='type-id-419' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='515' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='block_size' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='516' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_page_queue_t' type-id='type-id-454' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='517' column='1' id='type-id-417'/>\r
-    <class-decl name='mi_random_cxt_s' size-in-bits='1088' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='522' column='1' id='type-id-455'>\r
+    <typedef-decl name='mi_page_queue_t' type-id='type-id-452' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='517' column='1' id='type-id-416'/>\r
+    <class-decl name='mi_random_cxt_s' size-in-bits='1088' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='522' column='1' id='type-id-453'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='input' type-id='type-id-426' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='523' column='1'/>\r
+        <var-decl name='input' type-id='type-id-425' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='523' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='output' type-id='type-id-426' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='524' column='1'/>\r
+        <var-decl name='output' type-id='type-id-425' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='524' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
         <var-decl name='output_available' type-id='type-id-5' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='525' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1056'>\r
-        <var-decl name='weak' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='526' column='1'/>\r
+        <var-decl name='weak' type-id='type-id-349' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='526' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_random_ctx_t' type-id='type-id-455' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='527' column='1' id='type-id-456'/>\r
-    <class-decl name='mi_heap_s' size-in-bits='24512' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='547' column='1' id='type-id-434'>\r
+    <typedef-decl name='mi_random_ctx_t' type-id='type-id-453' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='527' column='1' id='type-id-454'/>\r
+    <class-decl name='mi_heap_s' size-in-bits='24512' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='547' column='1' id='type-id-433'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tld' type-id='type-id-457' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='548' column='1'/>\r
+        <var-decl name='tld' type-id='type-id-455' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='548' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='pages_free_direct' type-id='type-id-421' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='549' column='1'/>\r
+        <var-decl name='pages_free_direct' type-id='type-id-420' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='549' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8320'>\r
-        <var-decl name='pages' type-id='type-id-418' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='550' column='1'/>\r
+        <var-decl name='pages' type-id='type-id-417' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='550' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22784'>\r
-        <var-decl name='thread_id' type-id='type-id-438' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='552' column='1'/>\r
+        <var-decl name='thread_id' type-id='type-id-436' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='552' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22848'>\r
-        <var-decl name='arena_id' type-id='type-id-436' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='553' column='1'/>\r
+        <var-decl name='arena_id' type-id='type-id-435' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='553' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22912'>\r
-        <var-decl name='cookie' type-id='type-id-427' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='554' column='1'/>\r
+        <var-decl name='cookie' type-id='type-id-426' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='554' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22976'>\r
-        <var-decl name='keys' type-id='type-id-430' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='555' column='1'/>\r
+        <var-decl name='keys' type-id='type-id-429' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='555' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='23104'>\r
-        <var-decl name='random' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='556' column='1'/>\r
+        <var-decl name='random' type-id='type-id-454' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='556' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24192'>\r
         <var-decl name='page_count' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='557' column='1'/>\r
         <var-decl name='page_retired_max' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='559' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24384'>\r
-        <var-decl name='next' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='560' column='1'/>\r
+        <var-decl name='next' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='560' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24448'>\r
-        <var-decl name='no_reclaim' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='561' column='1'/>\r
+        <var-decl name='no_reclaim' type-id='type-id-349' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='561' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24456'>\r
-        <var-decl name='tag' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='562' column='1'/>\r
+        <var-decl name='tag' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='562' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24464'>\r
-        <var-decl name='debug_offset' type-id='type-id-305' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='563' column='1'/>\r
+        <var-decl name='debug_offset' type-id='type-id-302' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='563' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24472'>\r
-        <var-decl name='page_use_qsbr' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='564' column='1'/>\r
+        <var-decl name='page_use_qsbr' type-id='type-id-349' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='564' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='mi_stat_count_s' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='615' column='1' id='type-id-459'>\r
+    <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-457'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='allocated' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='616' column='1'/>\r
+        <var-decl name='allocated' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='616' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='freed' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='617' column='1'/>\r
+        <var-decl name='freed' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='617' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='peak' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='618' column='1'/>\r
+        <var-decl name='peak' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='618' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='current' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='619' column='1'/>\r
+        <var-decl name='current' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='619' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_stat_count_t' type-id='type-id-459' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='620' column='1' id='type-id-461'/>\r
-    <class-decl name='mi_stat_counter_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='622' column='1' id='type-id-462'>\r
+    <typedef-decl name='mi_stat_count_t' type-id='type-id-457' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='620' column='1' id='type-id-459'/>\r
+    <class-decl name='mi_stat_counter_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='622' column='1' id='type-id-460'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='total' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='623' column='1'/>\r
+        <var-decl name='total' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='623' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='count' type-id='type-id-460' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='624' column='1'/>\r
+        <var-decl name='count' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='624' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_stat_counter_t' type-id='type-id-462' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='625' column='1' id='type-id-463'/>\r
-    <class-decl name='mi_stats_s' size-in-bits='5120' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='627' column='1' id='type-id-464'>\r
+    <typedef-decl name='mi_stat_counter_t' type-id='type-id-460' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='625' column='1' id='type-id-461'/>\r
+    <class-decl name='mi_stats_s' size-in-bits='5120' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='627' column='1' id='type-id-462'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='segments' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='628' column='1'/>\r
+        <var-decl name='segments' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='628' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='pages' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='629' column='1'/>\r
+        <var-decl name='pages' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='629' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='reserved' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='630' column='1'/>\r
+        <var-decl name='reserved' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='630' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='committed' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='631' column='1'/>\r
+        <var-decl name='committed' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='631' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='reset' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='632' column='1'/>\r
+        <var-decl name='reset' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='632' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='purged' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='633' column='1'/>\r
+        <var-decl name='purged' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='633' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1536'>\r
-        <var-decl name='page_committed' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='634' column='1'/>\r
+        <var-decl name='page_committed' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='634' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='segments_abandoned' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='635' column='1'/>\r
+        <var-decl name='segments_abandoned' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='635' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2048'>\r
-        <var-decl name='pages_abandoned' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='636' column='1'/>\r
+        <var-decl name='pages_abandoned' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='636' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2304'>\r
-        <var-decl name='threads' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='637' column='1'/>\r
+        <var-decl name='threads' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='637' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2560'>\r
-        <var-decl name='normal' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='638' column='1'/>\r
+        <var-decl name='normal' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='638' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2816'>\r
-        <var-decl name='huge' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='639' column='1'/>\r
+        <var-decl name='huge' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='639' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3072'>\r
-        <var-decl name='large' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='640' column='1'/>\r
+        <var-decl name='large' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='640' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3328'>\r
-        <var-decl name='malloc' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='641' column='1'/>\r
+        <var-decl name='malloc' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='641' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3584'>\r
-        <var-decl name='segments_cache' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='642' column='1'/>\r
+        <var-decl name='segments_cache' type-id='type-id-459' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='642' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3840'>\r
-        <var-decl name='pages_extended' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='643' column='1'/>\r
+        <var-decl name='pages_extended' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='643' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3968'>\r
-        <var-decl name='mmap_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='644' column='1'/>\r
+        <var-decl name='mmap_calls' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='644' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4096'>\r
-        <var-decl name='commit_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='645' column='1'/>\r
+        <var-decl name='commit_calls' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='645' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4224'>\r
-        <var-decl name='reset_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='646' column='1'/>\r
+        <var-decl name='reset_calls' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='646' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4352'>\r
-        <var-decl name='purge_calls' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='647' column='1'/>\r
+        <var-decl name='purge_calls' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='647' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4480'>\r
-        <var-decl name='page_no_retire' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='648' column='1'/>\r
+        <var-decl name='page_no_retire' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='648' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4608'>\r
-        <var-decl name='searches' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='649' column='1'/>\r
+        <var-decl name='searches' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='649' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4736'>\r
-        <var-decl name='normal_count' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='650' column='1'/>\r
+        <var-decl name='normal_count' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='650' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4864'>\r
-        <var-decl name='huge_count' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='651' column='1'/>\r
+        <var-decl name='huge_count' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='651' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4992'>\r
-        <var-decl name='large_count' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='652' column='1'/>\r
+        <var-decl name='large_count' type-id='type-id-461' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='652' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_stats_t' type-id='type-id-464' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='656' column='1' id='type-id-465'/>\r
-    <class-decl name='mi_span_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='683' column='1' id='type-id-466'>\r
+    <typedef-decl name='mi_stats_t' type-id='type-id-462' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='656' column='1' id='type-id-463'/>\r
+    <class-decl name='mi_span_queue_s' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='683' column='1' id='type-id-464'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='first' type-id='type-id-467' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='684' column='1'/>\r
+        <var-decl name='first' type-id='type-id-465' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='684' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='last' type-id='type-id-467' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='685' column='1'/>\r
+        <var-decl name='last' type-id='type-id-465' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='685' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='slice_count' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='686' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_span_queue_t' type-id='type-id-466' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='687' column='1' id='type-id-423'/>\r
-    <class-decl name='mi_os_tld_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='692' column='1' id='type-id-468'>\r
+    <typedef-decl name='mi_span_queue_t' type-id='type-id-464' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='687' column='1' id='type-id-422'/>\r
+    <class-decl name='mi_os_tld_s' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='692' column='1' id='type-id-466'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='region_idx' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='693' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='stats' type-id='type-id-469' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='694' column='1'/>\r
+        <var-decl name='stats' type-id='type-id-467' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='694' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_os_tld_t' type-id='type-id-468' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='695' column='1' id='type-id-470'/>\r
-    <class-decl name='mi_segments_tld_s' size-in-bits='7360' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='699' column='1' id='type-id-471'>\r
+    <typedef-decl name='mi_os_tld_t' type-id='type-id-466' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='695' column='1' id='type-id-468'/>\r
+    <class-decl name='mi_segments_tld_s' size-in-bits='7360' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='699' column='1' id='type-id-469'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='spans' type-id='type-id-424' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='700' column='1'/>\r
+        <var-decl name='spans' type-id='type-id-423' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='700' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6912'>\r
         <var-decl name='count' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='701' column='1'/>\r
         <var-decl name='peak_size' type-id='type-id-21' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='704' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7168'>\r
-        <var-decl name='stats' type-id='type-id-469' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='705' column='1'/>\r
+        <var-decl name='stats' type-id='type-id-467' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='705' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7232'>\r
-        <var-decl name='os' type-id='type-id-472' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='706' column='1'/>\r
+        <var-decl name='os' type-id='type-id-470' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='706' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7296'>\r
-        <var-decl name='abandoned' type-id='type-id-473' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='707' column='1'/>\r
+        <var-decl name='abandoned' type-id='type-id-471' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='707' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='mi_segments_tld_t' type-id='type-id-471' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='708' column='1' id='type-id-474'/>\r
-    <class-decl name='mi_tld_s' size-in-bits='12864' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='711' column='1' id='type-id-452'>\r
+    <typedef-decl name='mi_segments_tld_t' type-id='type-id-469' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='708' column='1' id='type-id-472'/>\r
+    <class-decl name='mi_tld_s' size-in-bits='12864' is-struct='yes' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='711' column='1' id='type-id-450'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='heartbeat' type-id='type-id-376' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='712' column='1'/>\r
+        <var-decl name='heartbeat' type-id='type-id-375' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='712' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='recurse' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='713' column='1'/>\r
+        <var-decl name='recurse' type-id='type-id-349' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='713' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='heap_backing' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='714' column='1'/>\r
+        <var-decl name='heap_backing' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='714' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='heaps' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='715' column='1'/>\r
+        <var-decl name='heaps' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='715' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='segments' type-id='type-id-474' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='716' column='1'/>\r
+        <var-decl name='segments' type-id='type-id-472' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='716' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7616'>\r
-        <var-decl name='os' type-id='type-id-470' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='717' column='1'/>\r
+        <var-decl name='os' type-id='type-id-468' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='717' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7744'>\r
-        <var-decl name='stats' type-id='type-id-465' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='718' column='1'/>\r
+        <var-decl name='stats' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/types.h' line='718' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_PyLockFlags' filepath='./Include/internal/pycore_lock.h' line='41' column='1' id='type-id-475'>\r
+    <enum-decl name='_PyLockFlags' filepath='./Include/internal/pycore_lock.h' line='41' column='1' id='type-id-473'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_Py_LOCK_DONT_DETACH' value='0'/>\r
       <enumerator name='_PY_LOCK_DETACH' value='1'/>\r
       <enumerator name='_PY_LOCK_HANDLE_SIGNALS' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='_PyLockFlags' type-id='type-id-475' filepath='./Include/internal/pycore_lock.h' line='50' column='1' id='type-id-476'/>\r
-    <typedef-decl name='_PyRuntimeState' type-id='type-id-477' filepath='./Include/internal/pycore_runtime.h' line='359' column='1' id='type-id-478'/>\r
-    <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-479'>\r
+    <typedef-decl name='_PyLockFlags' type-id='type-id-473' filepath='./Include/internal/pycore_lock.h' line='50' column='1' id='type-id-474'/>\r
+    <typedef-decl name='_PyRuntimeState' type-id='type-id-475' filepath='./Include/internal/pycore_runtime.h' line='359' column='1' id='type-id-476'/>\r
+    <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-477'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PY_LOCK_FAILURE' value='0'/>\r
       <enumerator name='PY_LOCK_ACQUIRED' value='1'/>\r
       <enumerator name='PY_LOCK_INTR' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyLockStatus' type-id='type-id-479' filepath='./Include/pythread.h' line='16' column='1' id='type-id-480'/>\r
-    <enum-decl name='__rusage_who' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='158' column='1' id='type-id-481'>\r
+    <typedef-decl name='PyLockStatus' type-id='type-id-477' filepath='./Include/pythread.h' line='16' column='1' id='type-id-478'/>\r
+    <enum-decl name='__rusage_who' filepath='/usr/include/x86_64-linux-gnu/bits/resource.h' line='158' column='1' id='type-id-479'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='RUSAGE_SELF' value='0'/>\r
       <enumerator name='RUSAGE_CHILDREN' value='-1'/>\r
       <enumerator name='RUSAGE_THREAD' value='1'/>\r
     </enum-decl>\r
-    <typedef-decl name='__time_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-482'/>\r
-    <typedef-decl name='__suseconds_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-483'/>\r
-    <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-187'/>\r
-    <typedef-decl name='__syscall_slong_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='197' column='1' id='type-id-484'/>\r
-    <typedef-decl name='clockid_t' type-id='type-id-187' filepath='/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h' line='7' column='1' id='type-id-227'/>\r
-    <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='33' column='1' id='type-id-485'>\r
+    <typedef-decl name='__time_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-480'/>\r
+    <typedef-decl name='__suseconds_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-481'/>\r
+    <typedef-decl name='__clockid_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='169' column='1' id='type-id-185'/>\r
+    <typedef-decl name='__syscall_slong_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='197' column='1' id='type-id-482'/>\r
+    <typedef-decl name='clockid_t' type-id='type-id-185' filepath='/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h' line='7' column='1' id='type-id-224'/>\r
+    <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-483'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ru_utime' type-id='type-id-198' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='36' column='1'/>\r
+        <var-decl name='ru_utime' type-id='type-id-195' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='36' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ru_stime' type-id='type-id-198' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='38' column='1'/>\r
+        <var-decl name='ru_stime' type-id='type-id-195' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='' type-id='type-id-486' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-484' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='' type-id='type-id-487' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-485' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='' type-id='type-id-488' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-486' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='' type-id='type-id-489' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-487' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='' type-id='type-id-490' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-488' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='' type-id='type-id-491' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-489' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='' type-id='type-id-492' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-490' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='' type-id='type-id-493' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-491' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='' type-id='type-id-494' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-492' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='' type-id='type-id-495' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-493' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='' type-id='type-id-496' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-494' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='' type-id='type-id-497' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-495' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='' type-id='type-id-498' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-496' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='' type-id='type-id-499' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-497' visibility='default'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='40' column='1' id='type-id-486'>\r
+    <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-484'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_maxrss' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='42' column='1'/>\r
+        <var-decl name='ru_maxrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_maxrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='43' column='1'/>\r
+        <var-decl name='__ru_maxrss_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='43' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__1' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='47' column='1' id='type-id-487'>\r
+    <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-485'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_ixrss' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='49' column='1'/>\r
+        <var-decl name='ru_ixrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='49' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_ixrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='50' column='1'/>\r
+        <var-decl name='__ru_ixrss_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='50' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__2' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='53' column='1' id='type-id-488'>\r
+    <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-486'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_idrss' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='55' column='1'/>\r
+        <var-decl name='ru_idrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_idrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='56' column='1'/>\r
+        <var-decl name='__ru_idrss_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='56' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__3' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='59' column='1' id='type-id-489'>\r
+    <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-487'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_isrss' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='61' column='1'/>\r
+        <var-decl name='ru_isrss' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_isrss_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='62' column='1'/>\r
+        <var-decl name='__ru_isrss_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='62' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__4' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='66' column='1' id='type-id-490'>\r
+    <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-488'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_minflt' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='68' column='1'/>\r
+        <var-decl name='ru_minflt' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_minflt_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='69' column='1'/>\r
+        <var-decl name='__ru_minflt_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='69' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__5' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='72' column='1' id='type-id-491'>\r
+    <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-489'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_majflt' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='74' column='1'/>\r
+        <var-decl name='ru_majflt' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_majflt_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='75' column='1'/>\r
+        <var-decl name='__ru_majflt_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='75' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__6' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='78' column='1' id='type-id-492'>\r
+    <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-490'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_nswap' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='80' column='1'/>\r
+        <var-decl name='ru_nswap' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_nswap_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='81' column='1'/>\r
+        <var-decl name='__ru_nswap_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='81' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__7' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='85' column='1' id='type-id-493'>\r
+    <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-491'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_inblock' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='87' column='1'/>\r
+        <var-decl name='ru_inblock' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_inblock_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='88' column='1'/>\r
+        <var-decl name='__ru_inblock_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='88' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__8' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='91' column='1' id='type-id-494'>\r
+    <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-492'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_oublock' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='93' column='1'/>\r
+        <var-decl name='ru_oublock' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_oublock_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='94' column='1'/>\r
+        <var-decl name='__ru_oublock_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='94' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__9' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='97' column='1' id='type-id-495'>\r
+    <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-493'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_msgsnd' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='99' column='1'/>\r
+        <var-decl name='ru_msgsnd' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_msgsnd_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='100' column='1'/>\r
+        <var-decl name='__ru_msgsnd_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='100' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__10' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='103' column='1' id='type-id-496'>\r
+    <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-494'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_msgrcv' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='105' column='1'/>\r
+        <var-decl name='ru_msgrcv' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='105' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_msgrcv_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='106' column='1'/>\r
+        <var-decl name='__ru_msgrcv_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='106' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__11' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='109' column='1' id='type-id-497'>\r
+    <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-495'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_nsignals' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='111' column='1'/>\r
+        <var-decl name='ru_nsignals' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_nsignals_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='112' column='1'/>\r
+        <var-decl name='__ru_nsignals_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='112' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__12' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='117' column='1' id='type-id-498'>\r
+    <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-496'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_nvcsw' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='119' column='1'/>\r
+        <var-decl name='ru_nvcsw' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='119' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_nvcsw_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='120' column='1'/>\r
+        <var-decl name='__ru_nvcsw_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='120' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <union-decl name='__anonymous_union__13' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='124' column='1' id='type-id-499'>\r
+    <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-497'>\r
       <data-member access='public'>\r
-        <var-decl name='ru_nivcsw' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='126' column='1'/>\r
+        <var-decl name='ru_nivcsw' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='126' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__ru_nivcsw_word' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='127' column='1'/>\r
+        <var-decl name='__ru_nivcsw_word' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h' line='127' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='11' column='1' id='type-id-107'>\r
+    <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-105'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tv_sec' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>\r
+        <var-decl name='tv_sec' type-id='type-id-480' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tv_nsec' type-id='type-id-484' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='21' column='1'/>\r
+        <var-decl name='tv_nsec' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='21' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <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-198'>\r
+    <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-195'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tv_sec' type-id='type-id-482' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='14' column='1'/>\r
+        <var-decl name='tv_sec' type-id='type-id-480' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='14' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tv_usec' type-id='type-id-483' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='15' column='1'/>\r
+        <var-decl name='tv_usec' type-id='type-id-481' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='15' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='__rusage_who_t' type-id='type-id-481' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='39' column='1' id='type-id-500'/>\r
+    <typedef-decl name='__rusage_who_t' type-id='type-id-479' filepath='/usr/include/x86_64-linux-gnu/sys/resource.h' line='39' column='1' id='type-id-498'/>\r
+    <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-500'/>\r
     <pointer-type-def type-id='type-id-501' size-in-bits='64' id='type-id-502'/>\r
-    <pointer-type-def type-id='type-id-503' size-in-bits='64' id='type-id-504'/>\r
-    <pointer-type-def type-id='type-id-478' size-in-bits='64' id='type-id-171'/>\r
-    <qualified-type-def type-id='type-id-435' const='yes' id='type-id-505'/>\r
-    <qualified-type-def type-id='type-id-448' const='yes' id='type-id-506'/>\r
-    <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-473'/>\r
-    <pointer-type-def type-id='type-id-440' size-in-bits='64' id='type-id-446'/>\r
-    <pointer-type-def type-id='type-id-435' size-in-bits='64' id='type-id-458'/>\r
-    <pointer-type-def type-id='type-id-470' size-in-bits='64' id='type-id-472'/>\r
-    <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-447'/>\r
-    <pointer-type-def type-id='type-id-448' size-in-bits='64' id='type-id-420'/>\r
-    <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-467'/>\r
-    <pointer-type-def type-id='type-id-465' size-in-bits='64' id='type-id-469'/>\r
-    <pointer-type-def type-id='type-id-453' size-in-bits='64' id='type-id-457'/>\r
-    <pointer-type-def type-id='type-id-507' size-in-bits='64' id='type-id-508'/>\r
-    <pointer-type-def type-id='type-id-485' size-in-bits='64' id='type-id-189'/>\r
-    <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-178'/>\r
+    <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-169'/>\r
+    <qualified-type-def type-id='type-id-434' const='yes' id='type-id-503'/>\r
+    <qualified-type-def type-id='type-id-446' const='yes' id='type-id-504'/>\r
+    <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-471'/>\r
+    <pointer-type-def type-id='type-id-438' size-in-bits='64' id='type-id-444'/>\r
+    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-456'/>\r
+    <pointer-type-def type-id='type-id-468' size-in-bits='64' id='type-id-470'/>\r
+    <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-445'/>\r
+    <pointer-type-def type-id='type-id-446' size-in-bits='64' id='type-id-419'/>\r
+    <pointer-type-def type-id='type-id-447' size-in-bits='64' id='type-id-465'/>\r
+    <pointer-type-def type-id='type-id-463' size-in-bits='64' id='type-id-467'/>\r
+    <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-455'/>\r
+    <pointer-type-def type-id='type-id-505' size-in-bits='64' id='type-id-506'/>\r
+    <pointer-type-def type-id='type-id-483' size-in-bits='64' id='type-id-187'/>\r
+    <pointer-type-def type-id='type-id-105' size-in-bits='64' id='type-id-176'/>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-17'/>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-28'/>\r
     </function-decl>\r
-    <var-decl name='_mi_stats_main' type-id='type-id-465' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='62' column='1'/>\r
-    <var-decl name='_mi_page_empty' type-id='type-id-506' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='63' column='1'/>\r
-    <var-decl name='_mi_abandoned_default' type-id='type-id-451' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='117' column='1'/>\r
-    <var-decl name='_mi_heap_empty' type-id='type-id-505' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='368' column='1'/>\r
-    <var-decl name='_mi_heap_default' type-id='type-id-458' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='129' column='1'/>\r
-    <var-decl name='_mi_process_is_initialized' type-id='type-id-352' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='130' column='1'/>\r
+    <var-decl name='_mi_stats_main' type-id='type-id-463' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='62' column='1'/>\r
+    <var-decl name='_mi_page_empty' type-id='type-id-504' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='63' column='1'/>\r
+    <var-decl name='_mi_abandoned_default' type-id='type-id-449' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='117' column='1'/>\r
+    <var-decl name='_mi_heap_empty' type-id='type-id-503' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/internal.h' line='368' column='1'/>\r
+    <var-decl name='_mi_heap_default' type-id='type-id-456' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='129' column='1'/>\r
+    <var-decl name='_mi_process_is_initialized' type-id='type-id-349' visibility='default' filepath='./Include/internal/mimalloc/mimalloc/prim.h' line='130' column='1'/>\r
     <function-decl name='_PyInterpreterState_HasFeature' filepath='./Include/internal/pycore_interp.h' line='396' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <parameter type-id='type-id-2'/>\r
     </function-decl>\r
     <function-decl name='_PyMutex_LockTimed' filepath='./Include/internal/pycore_lock.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-26'/>\r
-      <parameter type-id='type-id-213'/>\r
-      <parameter type-id='type-id-476'/>\r
-      <return type-id='type-id-480'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-474'/>\r
+      <return type-id='type-id-478'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_StopTheWorldAll' filepath='./Include/internal/pycore_pystate.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_StartTheWorldAll' filepath='./Include/internal/pycore_pystate.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Py_qsbr_poll' filepath='./Include/internal/pycore_qsbr.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-509'/>\r
-      <parameter type-id='type-id-108'/>\r
-      <return type-id='type-id-352'/>\r
+    <function-decl name='_Py_qsbr_poll' filepath='./Include/internal/pycore_qsbr.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-507'/>\r
+      <parameter type-id='type-id-106'/>\r
+      <return type-id='type-id-349'/>\r
     </function-decl>\r
     <function-decl name='pthread_key_create' filepath='/usr/include/pthread.h' line='1297' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-506'/>\r
       <parameter type-id='type-id-508'/>\r
-      <parameter type-id='type-id-510'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_setspecific' filepath='/usr/include/pthread.h' line='1308' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-507'/>\r
+      <parameter type-id='type-id-505'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-302'/>\r
+      <parameter type-id='type-id-299'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fputc' filepath='/usr/include/stdio.h' line='549' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fputs' filepath='/usr/include/stdio.h' line='655' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-402'/>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-401'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='malloc' filepath='/usr/include/stdlib.h' line='540' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='atexit' filepath='/usr/include/stdlib.h' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-233'/>\r
+      <parameter type-id='type-id-230'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='getenv' filepath='/usr/include/stdlib.h' line='641' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='realpath' filepath='/usr/include/stdlib.h' line='808' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-181'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='strstr' filepath='/usr/include/string.h' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='clock_gettime' filepath='/usr/include/time.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-227'/>\r
-      <parameter type-id='type-id-178'/>\r
+      <parameter type-id='type-id-224'/>\r
+      <parameter type-id='type-id-176'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sysconf' filepath='/usr/include/unistd.h' line='640' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='syscall' filepath='/usr/include/unistd.h' line='1091' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-183'/>\r
+      <parameter type-id='type-id-181'/>\r
       <parameter is-variadic='yes'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='wcslen' filepath='/usr/include/wchar.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-500'/>\r
-      <parameter type-id='type-id-189'/>\r
+      <parameter type-id='type-id-498'/>\r
+      <parameter type-id='type-id-187'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_mi_heap_main' type-id='type-id-435' visibility='default' filepath='Objects/mimalloc/init.c' line='128' column='1'/>\r
-    <function-decl name='_PyMem_GetCurrentAllocatorName' mangled-name='_PyMem_GetCurrentAllocatorName' filepath='Objects/obmalloc.c' line='728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>\r
+    <var-decl name='_mi_heap_main' type-id='type-id-434' visibility='default' filepath='Objects/mimalloc/init.c' line='128' column='1'/>\r
+    <function-decl name='_PyMem_GetCurrentAllocatorName' mangled-name='_PyMem_GetCurrentAllocatorName' filepath='Objects/obmalloc.c' line='762' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyMem_SetupDebugHooks' mangled-name='PyMem_SetupDebugHooks' filepath='Objects/obmalloc.c' line='832' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetupDebugHooks'>\r
+    <function-decl name='PyMem_SetupDebugHooks' mangled-name='PyMem_SetupDebugHooks' filepath='Objects/obmalloc.c' line='866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetupDebugHooks'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='870' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>\r
-      <parameter type-id='type-id-432' name='domain' filepath='Objects/obmalloc.c' line='870' column='1'/>\r
-      <parameter type-id='type-id-502' name='allocator' filepath='Objects/obmalloc.c' line='870' column='1'/>\r
+    <function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='904' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>\r
+      <parameter type-id='type-id-431' name='domain' filepath='Objects/obmalloc.c' line='904' column='1'/>\r
+      <parameter type-id='type-id-500' name='allocator' filepath='Objects/obmalloc.c' line='904' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='878' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>\r
-      <parameter type-id='type-id-432' name='domain' filepath='Objects/obmalloc.c' line='878' column='1'/>\r
-      <parameter type-id='type-id-502' name='allocator' filepath='Objects/obmalloc.c' line='878' column='1'/>\r
+    <function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>\r
+      <parameter type-id='type-id-431' name='domain' filepath='Objects/obmalloc.c' line='912' column='1'/>\r
+      <parameter type-id='type-id-500' name='allocator' filepath='Objects/obmalloc.c' line='912' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='886' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>\r
-      <parameter type-id='type-id-504' name='allocator' filepath='Objects/obmalloc.c' line='886' column='1'/>\r
+    <function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>\r
+      <parameter type-id='type-id-502' name='allocator' filepath='Objects/obmalloc.c' line='920' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>\r
-      <parameter type-id='type-id-504' name='allocator' filepath='Objects/obmalloc.c' line='894' column='1'/>\r
+    <function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='928' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>\r
+      <parameter type-id='type-id-502' name='allocator' filepath='Objects/obmalloc.c' line='928' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyMem_RawMalloc' mangled-name='PyMem_RawMalloc' filepath='Objects/obmalloc.c' line='938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawMalloc'>\r
-      <parameter type-id='type-id-21' name='size' filepath='Objects/obmalloc.c' line='938' column='1'/>\r
+    <function-decl name='PyMem_RawMalloc' mangled-name='PyMem_RawMalloc' filepath='Objects/obmalloc.c' line='972' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawMalloc'>\r
+      <parameter type-id='type-id-21' name='size' filepath='Objects/obmalloc.c' line='972' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='PyMem_RawCalloc' mangled-name='PyMem_RawCalloc' filepath='Objects/obmalloc.c' line='952' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawCalloc'>\r
-      <parameter type-id='type-id-21' name='nelem' filepath='Objects/obmalloc.c' line='952' column='1'/>\r
-      <parameter type-id='type-id-21' name='elsize' filepath='Objects/obmalloc.c' line='952' column='1'/>\r
+    <function-decl name='PyMem_RawCalloc' mangled-name='PyMem_RawCalloc' filepath='Objects/obmalloc.c' line='986' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_RawCalloc'>\r
+      <parameter type-id='type-id-21' name='nelem' filepath='Objects/obmalloc.c' line='986' column='1'/>\r
+      <parameter type-id='type-id-21' name='elsize' filepath='Objects/obmalloc.c' line='986' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyMem_Strdup' mangled-name='_PyMem_Strdup' filepath='Objects/obmalloc.c' line='1060' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_Strdup'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Objects/obmalloc.c' line='1060' column='1'/>\r
+    <function-decl name='_PyMem_Strdup' mangled-name='_PyMem_Strdup' filepath='Objects/obmalloc.c' line='1094' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_Strdup'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Objects/obmalloc.c' line='1094' column='1'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='3439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>\r
-      <parameter type-id='type-id-56' name='out' filepath='Objects/obmalloc.c' line='3439' column='1'/>\r
+    <function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='3537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>\r
+      <parameter type-id='type-id-56' name='out' filepath='Objects/obmalloc.c' line='3537' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-511'>\r
+    <function-type size-in-bits='64' id='type-id-509'>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/odictobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyODict_Type' type-id='type-id-266' mangled-name='PyODict_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='15' column='1' elf-symbol-id='PyODict_Type'/>\r
-    <var-decl name='PyODictIter_Type' type-id='type-id-266' mangled-name='PyODictIter_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='16' column='1' elf-symbol-id='PyODictIter_Type'/>\r
-    <var-decl name='PyODictKeys_Type' type-id='type-id-266' mangled-name='PyODictKeys_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='17' column='1' elf-symbol-id='PyODictKeys_Type'/>\r
-    <var-decl name='PyODictItems_Type' type-id='type-id-266' mangled-name='PyODictItems_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='18' column='1' elf-symbol-id='PyODictItems_Type'/>\r
-    <var-decl name='PyODictValues_Type' type-id='type-id-266' mangled-name='PyODictValues_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='19' column='1' elf-symbol-id='PyODictValues_Type'/>\r
+  <abi-instr address-size='64' path='Objects/odictobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyODict_Type' type-id='type-id-263' mangled-name='PyODict_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='15' column='1' elf-symbol-id='PyODict_Type'/>\r
+    <var-decl name='PyODictIter_Type' type-id='type-id-263' mangled-name='PyODictIter_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='16' column='1' elf-symbol-id='PyODictIter_Type'/>\r
+    <var-decl name='PyODictKeys_Type' type-id='type-id-263' mangled-name='PyODictKeys_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='17' column='1' elf-symbol-id='PyODictKeys_Type'/>\r
+    <var-decl name='PyODictItems_Type' type-id='type-id-263' mangled-name='PyODictItems_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='18' column='1' elf-symbol-id='PyODictItems_Type'/>\r
+    <var-decl name='PyODictValues_Type' type-id='type-id-263' mangled-name='PyODictValues_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='19' column='1' elf-symbol-id='PyODictValues_Type'/>\r
     <function-decl name='_PyErr_ChainExceptions1' mangled-name='_PyErr_ChainExceptions1' filepath='./Include/cpython/pyerrors.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ChainExceptions1'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_dict_lookup' filepath='./Include/internal/pycore_dict.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-301'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-298'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_Pop_KnownHash' filepath='./Include/internal/pycore_dict.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-301'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-298'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyODict_New' mangled-name='PyODict_New' filepath='Objects/odictobject.c' line='1576' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyODict_New'>\r
       <parameter type-id='type-id-4' name='key' filepath='Objects/odictobject.c' line='1608' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-415'/>\r
-    <typedef-decl name='PyDictKeysObject' type-id='type-id-513' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-512'/>\r
-    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='140' column='1' id='type-id-513'>\r
+    <pointer-type-def type-id='type-id-510' size-in-bits='64' id='type-id-414'/>\r
+    <typedef-decl name='PyDictKeysObject' type-id='type-id-511' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-510'/>\r
+    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='140' column='1' id='type-id-511'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='dk_refcnt' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='dk_log2_size' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>\r
+        <var-decl name='dk_log2_size' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='72'>\r
-        <var-decl name='dk_log2_index_bytes' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>\r
+        <var-decl name='dk_log2_index_bytes' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80'>\r
-        <var-decl name='dk_kind' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>\r
+        <var-decl name='dk_kind' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='dk_version' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>\r
+        <var-decl name='dk_version' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='dk_usable' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='161' column='1'/>\r
         <var-decl name='dk_nentries' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='164' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='dk_indices' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>\r
+        <var-decl name='dk_indices' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>\r
       </data-member>\r
     </class-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyPickleBuffer_Type' type-id='type-id-266' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>\r
-    <function-decl name='PyPickleBuffer_FromObject' mangled-name='PyPickleBuffer_FromObject' filepath='Objects/picklebufobject.c' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_FromObject'>\r
-      <parameter type-id='type-id-4' name='base' filepath='Objects/picklebufobject.c' line='16' column='1'/>\r
+  <abi-instr address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyPickleBuffer_Type' type-id='type-id-263' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>\r
+    <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'>\r
+      <parameter type-id='type-id-4' name='base' filepath='Objects/picklebufobject.c' line='17' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyPickleBuffer_GetBuffer' mangled-name='PyPickleBuffer_GetBuffer' filepath='Objects/picklebufobject.c' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_GetBuffer'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/picklebufobject.c' line='35' column='1'/>\r
-      <return type-id='type-id-255'/>\r
+    <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'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/picklebufobject.c' line='36' column='1'/>\r
+      <return type-id='type-id-252'/>\r
     </function-decl>\r
-    <function-decl name='PyPickleBuffer_Release' mangled-name='PyPickleBuffer_Release' filepath='Objects/picklebufobject.c' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_Release'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/picklebufobject.c' line='54' column='1'/>\r
+    <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'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/picklebufobject.c' line='55' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/rangeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/rangeobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PySequence_IterSearch' filepath='./Include/internal/pycore_abstract.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <var-decl name='PyRange_Type' type-id='type-id-266' mangled-name='PyRange_Type' visibility='default' filepath='./Include/rangeobject.h' line='18' column='1' elf-symbol-id='PyRange_Type'/>\r
-    <var-decl name='PyRangeIter_Type' type-id='type-id-266' mangled-name='PyRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='19' column='1' elf-symbol-id='PyRangeIter_Type'/>\r
-    <var-decl name='PyLongRangeIter_Type' type-id='type-id-266' mangled-name='PyLongRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='20' column='1' elf-symbol-id='PyLongRangeIter_Type'/>\r
+    <var-decl name='PyRange_Type' type-id='type-id-263' mangled-name='PyRange_Type' visibility='default' filepath='./Include/rangeobject.h' line='18' column='1' elf-symbol-id='PyRange_Type'/>\r
+    <var-decl name='PyRangeIter_Type' type-id='type-id-263' mangled-name='PyRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='19' column='1' elf-symbol-id='PyRangeIter_Type'/>\r
+    <var-decl name='PyLongRangeIter_Type' type-id='type-id-263' mangled-name='PyLongRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='20' column='1' elf-symbol-id='PyLongRangeIter_Type'/>\r
     <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'>\r
-      <parameter type-id='type-id-514'/>\r
+      <parameter type-id='type-id-512'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/setobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-515' size-in-bits='1024' id='type-id-516'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+  <abi-instr address-size='64' path='Objects/setobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-513' size-in-bits='1024' id='type-id-514'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <class-decl name='setentry' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-515' visibility='default' filepath='./Include/cpython/setobject.h' line='20' column='1' id='type-id-518'>\r
+    <class-decl name='setentry' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-513' visibility='default' filepath='./Include/cpython/setobject.h' line='20' column='1' id='type-id-516'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='key' type-id='type-id-4' visibility='default' filepath='./Include/cpython/setobject.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='hash' type-id='type-id-301' visibility='default' filepath='./Include/cpython/setobject.h' line='22' column='1'/>\r
+        <var-decl name='hash' type-id='type-id-298' visibility='default' filepath='./Include/cpython/setobject.h' line='22' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='setentry' type-id='type-id-518' filepath='./Include/cpython/setobject.h' line='23' column='1' id='type-id-515'/>\r
-    <class-decl name='PySetObject' size-in-bits='1600' is-struct='yes' naming-typedef-id='type-id-519' visibility='default' filepath='./Include/cpython/setobject.h' line='36' column='1' id='type-id-520'>\r
+    <typedef-decl name='setentry' type-id='type-id-516' filepath='./Include/cpython/setobject.h' line='23' column='1' id='type-id-513'/>\r
+    <class-decl name='PySetObject' size-in-bits='1600' is-struct='yes' naming-typedef-id='type-id-517' visibility='default' filepath='./Include/cpython/setobject.h' line='36' column='1' id='type-id-518'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/setobject.h' line='37' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/setobject.h' line='37' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='fill' type-id='type-id-7' visibility='default' filepath='./Include/cpython/setobject.h' line='39' column='1'/>\r
         <var-decl name='mask' type-id='type-id-7' visibility='default' filepath='./Include/cpython/setobject.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='table' type-id='type-id-521' visibility='default' filepath='./Include/cpython/setobject.h' line='53' column='1'/>\r
+        <var-decl name='table' type-id='type-id-519' visibility='default' filepath='./Include/cpython/setobject.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='hash' type-id='type-id-301' visibility='default' filepath='./Include/cpython/setobject.h' line='54' column='1'/>\r
+        <var-decl name='hash' type-id='type-id-298' visibility='default' filepath='./Include/cpython/setobject.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
         <var-decl name='finger' type-id='type-id-7' visibility='default' filepath='./Include/cpython/setobject.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='smalltable' type-id='type-id-516' visibility='default' filepath='./Include/cpython/setobject.h' line='57' column='1'/>\r
+        <var-decl name='smalltable' type-id='type-id-514' visibility='default' filepath='./Include/cpython/setobject.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1536'>\r
         <var-decl name='weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/setobject.h' line='58' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PySetObject' type-id='type-id-520' filepath='./Include/cpython/setobject.h' line='59' column='1' id='type-id-519'/>\r
-    <pointer-type-def type-id='type-id-519' size-in-bits='64' id='type-id-522'/>\r
-    <pointer-type-def type-id='type-id-515' size-in-bits='64' id='type-id-521'/>\r
+    <typedef-decl name='PySetObject' type-id='type-id-518' filepath='./Include/cpython/setobject.h' line='59' column='1' id='type-id-517'/>\r
+    <pointer-type-def type-id='type-id-517' size-in-bits='64' id='type-id-520'/>\r
+    <pointer-type-def type-id='type-id-513' size-in-bits='64' id='type-id-519'/>\r
     <function-decl name='_PyDict_Contains_KnownHash' filepath='./Include/internal/pycore_dict.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-301'/>\r
+      <parameter type-id='type-id-298'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <var-decl name='_PySet_Dummy' type-id='type-id-4' mangled-name='_PySet_Dummy' visibility='default' filepath='./Include/internal/pycore_setobject.h' line='29' column='1' elf-symbol-id='_PySet_Dummy'/>\r
-    <function-decl name='_PyUnicode_EQ' filepath='./Include/internal/pycore_unicodeobject.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_EQ' filepath='./Include/internal/pycore_unicodeobject.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='PySet_Type' type-id='type-id-266' mangled-name='PySet_Type' visibility='default' filepath='./Include/setobject.h' line='9' column='1' elf-symbol-id='PySet_Type'/>\r
-    <var-decl name='PyFrozenSet_Type' type-id='type-id-266' mangled-name='PyFrozenSet_Type' visibility='default' filepath='./Include/setobject.h' line='10' column='1' elf-symbol-id='PyFrozenSet_Type'/>\r
-    <var-decl name='PySetIter_Type' type-id='type-id-266' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>\r
-    <function-decl name='_PySet_Contains' mangled-name='_PySet_Contains' filepath='Objects/setobject.c' line='2152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_Contains'>\r
-      <parameter type-id='type-id-522' name='so' filepath='Objects/setobject.c' line='2152' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/setobject.c' line='2152' column='1'/>\r
+    <var-decl name='PySet_Type' type-id='type-id-263' mangled-name='PySet_Type' visibility='default' filepath='./Include/setobject.h' line='9' column='1' elf-symbol-id='PySet_Type'/>\r
+    <var-decl name='PyFrozenSet_Type' type-id='type-id-263' mangled-name='PyFrozenSet_Type' visibility='default' filepath='./Include/setobject.h' line='10' column='1' elf-symbol-id='PyFrozenSet_Type'/>\r
+    <var-decl name='PySetIter_Type' type-id='type-id-263' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>\r
+    <function-decl name='_PySet_Contains' mangled-name='_PySet_Contains' filepath='Objects/setobject.c' line='2174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySet_Contains'>\r
+      <parameter type-id='type-id-520' name='so' filepath='Objects/setobject.c' line='2174' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/setobject.c' line='2174' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySet_Size' mangled-name='PySet_Size' filepath='Objects/setobject.c' line='2588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Size'>\r
-      <parameter type-id='type-id-4' name='anyset' filepath='Objects/setobject.c' line='2588' column='1'/>\r
+    <function-decl name='PySet_Size' mangled-name='PySet_Size' filepath='Objects/setobject.c' line='2610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Size'>\r
+      <parameter type-id='type-id-4' name='anyset' filepath='Objects/setobject.c' line='2610' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PySet_Clear' mangled-name='PySet_Clear' filepath='Objects/setobject.c' line='2598' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Clear'>\r
-      <parameter type-id='type-id-4' name='set' filepath='Objects/setobject.c' line='2598' column='1'/>\r
+    <function-decl name='PySet_Clear' mangled-name='PySet_Clear' filepath='Objects/setobject.c' line='2620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Clear'>\r
+      <parameter type-id='type-id-4' name='set' filepath='Objects/setobject.c' line='2620' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySet_Discard' mangled-name='PySet_Discard' filepath='Objects/setobject.c' line='2630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Discard'>\r
-      <parameter type-id='type-id-4' name='set' filepath='Objects/setobject.c' line='2630' column='1'/>\r
-      <parameter type-id='type-id-4' name='key' filepath='Objects/setobject.c' line='2630' column='1'/>\r
+    <function-decl name='PySet_Discard' mangled-name='PySet_Discard' filepath='Objects/setobject.c' line='2652' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Discard'>\r
+      <parameter type-id='type-id-4' name='set' filepath='Objects/setobject.c' line='2652' column='1'/>\r
+      <parameter type-id='type-id-4' name='key' filepath='Objects/setobject.c' line='2652' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PySet_Pop' mangled-name='PySet_Pop' filepath='Objects/setobject.c' line='2694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Pop'>\r
-      <parameter type-id='type-id-4' name='set' filepath='Objects/setobject.c' line='2694' column='1'/>\r
+    <function-decl name='PySet_Pop' mangled-name='PySet_Pop' filepath='Objects/setobject.c' line='2716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Pop'>\r
+      <parameter type-id='type-id-4' name='set' filepath='Objects/setobject.c' line='2716' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/sliceobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_Py_EllipsisObject' type-id='type-id-356' mangled-name='_Py_EllipsisObject' visibility='default' filepath='./Include/sliceobject.h' line='9' column='1' elf-symbol-id='_Py_EllipsisObject'/>\r
-    <var-decl name='PySlice_Type' type-id='type-id-266' mangled-name='PySlice_Type' visibility='default' filepath='./Include/sliceobject.h' line='32' column='1' elf-symbol-id='PySlice_Type'/>\r
-    <var-decl name='PyEllipsis_Type' type-id='type-id-266' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='33' column='1' elf-symbol-id='PyEllipsis_Type'/>\r
+  <abi-instr address-size='64' path='Objects/sliceobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_Py_EllipsisObject' type-id='type-id-353' mangled-name='_Py_EllipsisObject' visibility='default' filepath='./Include/sliceobject.h' line='9' column='1' elf-symbol-id='_Py_EllipsisObject'/>\r
+    <var-decl name='PySlice_Type' type-id='type-id-263' mangled-name='PySlice_Type' visibility='default' filepath='./Include/sliceobject.h' line='32' column='1' elf-symbol-id='PySlice_Type'/>\r
+    <var-decl name='PyEllipsis_Type' type-id='type-id-263' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='33' column='1' elf-symbol-id='PyEllipsis_Type'/>\r
     <function-decl name='PySlice_New' mangled-name='PySlice_New' filepath='Objects/sliceobject.c' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySlice_New'>\r
       <parameter type-id='type-id-4' name='start' filepath='Objects/sliceobject.c' line='163' column='1'/>\r
       <parameter type-id='type-id-4' name='stop' filepath='Objects/sliceobject.c' line='163' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/structseq.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyType_Slot' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-523' visibility='default' filepath='./Include/object.h' line='499' column='1' id='type-id-524'>\r
+  <abi-instr address-size='64' path='Objects/structseq.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyType_Slot' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-521' visibility='default' filepath='./Include/object.h' line='499' column='1' id='type-id-522'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='slot' type-id='type-id-5' visibility='default' filepath='./Include/object.h' line='500' column='1'/>\r
       </data-member>\r
         <var-decl name='pfunc' type-id='type-id-30' visibility='default' filepath='./Include/object.h' line='501' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyType_Slot' type-id='type-id-524' filepath='./Include/object.h' line='502' column='1' id='type-id-523'/>\r
-    <class-decl name='PyType_Spec' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-16' visibility='default' filepath='./Include/object.h' line='504' column='1' id='type-id-525'>\r
+    <typedef-decl name='PyType_Slot' type-id='type-id-522' filepath='./Include/object.h' line='502' column='1' id='type-id-521'/>\r
+    <class-decl name='PyType_Spec' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-16' visibility='default' filepath='./Include/object.h' line='504' column='1' id='type-id-523'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/object.h' line='505' column='1'/>\r
       </data-member>\r
         <var-decl name='itemsize' type-id='type-id-5' visibility='default' filepath='./Include/object.h' line='507' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='flags' type-id='type-id-101' visibility='default' filepath='./Include/object.h' line='508' column='1'/>\r
+        <var-decl name='flags' type-id='type-id-99' visibility='default' filepath='./Include/object.h' line='508' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='slots' type-id='type-id-526' visibility='default' filepath='./Include/object.h' line='509' column='1'/>\r
+        <var-decl name='slots' type-id='type-id-524' visibility='default' filepath='./Include/object.h' line='509' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyType_Spec' type-id='type-id-525' filepath='./Include/object.h' line='510' column='1' id='type-id-16'/>\r
-    <pointer-type-def type-id='type-id-523' size-in-bits='64' id='type-id-526'/>\r
-    <pointer-type-def type-id='type-id-16' size-in-bits='64' id='type-id-527'/>\r
+    <typedef-decl name='PyType_Spec' type-id='type-id-523' filepath='./Include/object.h' line='510' column='1' id='type-id-16'/>\r
+    <pointer-type-def type-id='type-id-521' size-in-bits='64' id='type-id-524'/>\r
+    <pointer-type-def type-id='type-id-16' size-in-bits='64' id='type-id-525'/>\r
     <function-decl name='_PyType_HasSubclasses' filepath='./Include/internal/pycore_typeobject.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyType_FromSpecWithBases' mangled-name='PyType_FromSpecWithBases' filepath='./Include/object.h' line='514' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpecWithBases'>\r
-      <parameter type-id='type-id-527'/>\r
+      <parameter type-id='type-id-525'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <var-decl name='PyStructSequence_UnnamedField' type-id='type-id-528' mangled-name='PyStructSequence_UnnamedField' visibility='default' filepath='./Include/structseq.h' line='22' column='1' elf-symbol-id='PyStructSequence_UnnamedField'/>\r
+    <var-decl name='PyStructSequence_UnnamedField' type-id='type-id-526' mangled-name='PyStructSequence_UnnamedField' visibility='default' filepath='./Include/structseq.h' line='22' column='1' elf-symbol-id='PyStructSequence_UnnamedField'/>\r
     <function-decl name='PyStructSequence_GetItem' mangled-name='PyStructSequence_GetItem' filepath='Objects/structseq.c' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_GetItem'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/structseq.c' line='98' column='1'/>\r
       <parameter type-id='type-id-7' name='index' filepath='Objects/structseq.c' line='98' column='1'/>\r
     </function-decl>\r
     <function-decl name='PyStructSequence_InitType2' mangled-name='PyStructSequence_InitType2' filepath='Objects/structseq.c' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType2'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/structseq.c' line='677' column='1'/>\r
-      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='677' column='1'/>\r
+      <parameter type-id='type-id-344' name='desc' filepath='Objects/structseq.c' line='677' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyStructSequence_InitType' mangled-name='PyStructSequence_InitType' filepath='Objects/structseq.c' line='711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType'>\r
       <parameter type-id='type-id-1' name='type' filepath='Objects/structseq.c' line='711' column='1'/>\r
-      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='711' column='1'/>\r
+      <parameter type-id='type-id-344' name='desc' filepath='Objects/structseq.c' line='711' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyStructSequence_NewType' mangled-name='_PyStructSequence_NewType' filepath='Objects/structseq.c' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStructSequence_NewType'>\r
-      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='749' column='1'/>\r
+      <parameter type-id='type-id-344' name='desc' filepath='Objects/structseq.c' line='749' column='1'/>\r
       <parameter type-id='type-id-2' name='tp_flags' filepath='Objects/structseq.c' line='749' column='1'/>\r
       <return type-id='type-id-1'/>\r
     </function-decl>\r
     <function-decl name='PyStructSequence_NewType' mangled-name='PyStructSequence_NewType' filepath='Objects/structseq.c' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_NewType'>\r
-      <parameter type-id='type-id-347' name='desc' filepath='Objects/structseq.c' line='801' column='1'/>\r
+      <parameter type-id='type-id-344' name='desc' filepath='Objects/structseq.c' line='801' column='1'/>\r
       <return type-id='type-id-1'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/tupleobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/tupleobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
-      <parameter type-id='type-id-321'/>\r
+      <parameter type-id='type-id-318'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-321'/>\r
+      <return type-id='type-id-318'/>\r
     </function-decl>\r
-    <var-decl name='PyTuple_Type' type-id='type-id-266' mangled-name='PyTuple_Type' visibility='default' filepath='./Include/tupleobject.h' line='23' column='1' elf-symbol-id='PyTuple_Type'/>\r
-    <var-decl name='PyTupleIter_Type' type-id='type-id-266' mangled-name='PyTupleIter_Type' visibility='default' filepath='./Include/tupleobject.h' line='24' column='1' elf-symbol-id='PyTupleIter_Type'/>\r
+    <var-decl name='PyTuple_Type' type-id='type-id-263' mangled-name='PyTuple_Type' visibility='default' filepath='./Include/tupleobject.h' line='23' column='1' elf-symbol-id='PyTuple_Type'/>\r
+    <var-decl name='PyTupleIter_Type' type-id='type-id-263' mangled-name='PyTupleIter_Type' visibility='default' filepath='./Include/tupleobject.h' line='24' column='1' elf-symbol-id='PyTupleIter_Type'/>\r
     <function-decl name='PyTuple_SetItem' mangled-name='PyTuple_SetItem' filepath='Objects/tupleobject.c' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTuple_SetItem'>\r
       <parameter type-id='type-id-4' name='op' filepath='Objects/tupleobject.c' line='113' column='1'/>\r
       <parameter type-id='type-id-7' name='i' filepath='Objects/tupleobject.c' line='113' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTuple_FromArraySteal' mangled-name='_PyTuple_FromArraySteal' filepath='Objects/tupleobject.c' line='394' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_FromArraySteal'>\r
-      <parameter type-id='type-id-258' name='src' filepath='Objects/tupleobject.c' line='394' column='1'/>\r
+      <parameter type-id='type-id-255' name='src' filepath='Objects/tupleobject.c' line='394' column='1'/>\r
       <parameter type-id='type-id-7' name='n' filepath='Objects/tupleobject.c' line='394' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/typeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/typeobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_NewKeysForClass' filepath='./Include/internal/pycore_dict.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-415'/>\r
+      <return type-id='type-id-414'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_KeysSize' filepath='./Include/internal/pycore_dict.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-415'/>\r
+      <parameter type-id='type-id-414'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <function-decl name='_PyDictKeys_DecRef' filepath='./Include/internal/pycore_dict.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-415'/>\r
+      <parameter type-id='type-id-414'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_SetItem_LockHeld' filepath='./Include/internal/pycore_dict.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_GetItemRef_KnownHash' filepath='./Include/internal/pycore_dict.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-301'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-298'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_GetItemRef_Unicode_LockHeld' filepath='./Include/internal/pycore_dict.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_DetachFromObject' filepath='./Include/internal/pycore_dict.h' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyObject_MaterializeManagedDict_LockHeld' filepath='./Include/internal/pycore_dict.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-335'/>\r
+      <return type-id='type-id-332'/>\r
     </function-decl>\r
     <function-decl name='_PyMemoryView_FromBufferProc' filepath='./Include/internal/pycore_memoryobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-529'/>\r
+      <parameter type-id='type-id-527'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_SetImmortalUntracked' filepath='./Include/internal/pycore_object.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_SetImmortalUntracked' filepath='./Include/internal/pycore_object.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_GC_Link' filepath='./Include/internal/pycore_object.h' line='682' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_GC_Link' filepath='./Include/internal/pycore_object.h' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_SetAttributeErrorContext' filepath='./Include/internal/pycore_object.h' line='701' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_SetAttributeErrorContext' filepath='./Include/internal/pycore_object.h' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_InitInlineValues' filepath='./Include/internal/pycore_object.h' line='703' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_InitInlineValues' filepath='./Include/internal/pycore_object.h' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_IsInstanceDictEmpty' filepath='./Include/internal/pycore_object.h' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_IsInstanceDictEmpty' filepath='./Include/internal/pycore_object.h' line='819' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyErr_FormatNote' filepath='./Include/internal/pycore_pyerrors.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyErr_FormatNote' filepath='./Include/internal/pycore_pyerrors.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-3'/>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='_PyBufferWrapper_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='220' column='1'/>\r
-    <function-decl name='_PyWeakref_ClearWeakRefsNoCallbacks' filepath='./Include/internal/pycore_weakref.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <var-decl name='_PyBufferWrapper_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='221' column='1'/>\r
+    <function-decl name='_PyWeakref_ClearWeakRefsNoCallbacks' filepath='./Include/internal/pycore_weakref.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='PyType_Type' type-id='type-id-266' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='548' column='1' elf-symbol-id='PyType_Type'/>\r
-    <var-decl name='PyBaseObject_Type' type-id='type-id-266' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='549' column='1' elf-symbol-id='PyBaseObject_Type'/>\r
-    <var-decl name='PySuper_Type' type-id='type-id-266' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='550' column='1' elf-symbol-id='PySuper_Type'/>\r
+    <var-decl name='PyType_Type' type-id='type-id-263' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='548' column='1' elf-symbol-id='PyType_Type'/>\r
+    <var-decl name='PyBaseObject_Type' type-id='type-id-263' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='549' column='1' elf-symbol-id='PyBaseObject_Type'/>\r
+    <var-decl name='PySuper_Type' type-id='type-id-263' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='550' column='1' elf-symbol-id='PySuper_Type'/>\r
     <function-decl name='PyUnicode_IsIdentifier' mangled-name='PyUnicode_IsIdentifier' filepath='./Include/unicodeobject.h' line='1008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_IsIdentifier'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
       <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='387' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='861' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>\r
-      <return type-id='type-id-101'/>\r
+    <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>\r
+      <return type-id='type-id-99'/>\r
     </function-decl>\r
-    <function-decl name='PyType_AddWatcher' mangled-name='PyType_AddWatcher' filepath='Objects/typeobject.c' line='887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_AddWatcher'>\r
-      <parameter type-id='type-id-530' name='callback' filepath='Objects/typeobject.c' line='887' column='1'/>\r
+    <function-decl name='PyType_AddWatcher' mangled-name='PyType_AddWatcher' filepath='Objects/typeobject.c' line='888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_AddWatcher'>\r
+      <parameter type-id='type-id-528' name='callback' filepath='Objects/typeobject.c' line='888' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyType_ClearWatcher' mangled-name='PyType_ClearWatcher' filepath='Objects/typeobject.c' line='917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearWatcher'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='917' column='1'/>\r
+    <function-decl name='PyType_ClearWatcher' mangled-name='PyType_ClearWatcher' filepath='Objects/typeobject.c' line='918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearWatcher'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='918' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyType_Watch' mangled-name='PyType_Watch' filepath='Objects/typeobject.c' line='930' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Watch'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='930' column='1'/>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='930' column='1'/>\r
+    <function-decl name='PyType_Watch' mangled-name='PyType_Watch' filepath='Objects/typeobject.c' line='931' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Watch'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='931' column='1'/>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='931' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyType_Unwatch' mangled-name='PyType_Unwatch' filepath='Objects/typeobject.c' line='950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Unwatch'>\r
-      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='950' column='1'/>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='950' column='1'/>\r
+    <function-decl name='PyType_Unwatch' mangled-name='PyType_Unwatch' filepath='Objects/typeobject.c' line='951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Unwatch'>\r
+      <parameter type-id='type-id-5' name='watcher_id' filepath='Objects/typeobject.c' line='951' column='1'/>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='951' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='1050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Modified'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1050' column='1'/>\r
+    <function-decl name='PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='1053' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Modified'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1053' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Type_AssignVersionTag' mangled-name='PyUnstable_Type_AssignVersionTag' filepath='Objects/typeobject.c' line='1175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Type_AssignVersionTag'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1175' column='1'/>\r
+    <function-decl name='PyUnstable_Type_AssignVersionTag' mangled-name='PyUnstable_Type_AssignVersionTag' filepath='Objects/typeobject.c' line='1179' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Type_AssignVersionTag'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1179' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetFullyQualifiedName' mangled-name='PyType_GetFullyQualifiedName' filepath='Objects/typeobject.c' line='1395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFullyQualifiedName'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1395' column='1'/>\r
+    <function-decl name='PyType_GetFullyQualifiedName' mangled-name='PyType_GetFullyQualifiedName' filepath='Objects/typeobject.c' line='1399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFullyQualifiedName'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='1399' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='3406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFlags'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3406' column='1'/>\r
+    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='3410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFlags'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3410' column='1'/>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
-    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='3413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_SUPPORTS_WEAKREFS'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3413' column='1'/>\r
+    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='3417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_SUPPORTS_WEAKREFS'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='3417' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyType_FromMetaclass' mangled-name='PyType_FromMetaclass' filepath='Objects/typeobject.c' line='4858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromMetaclass'>\r
-      <parameter type-id='type-id-1' name='metaclass' filepath='Objects/typeobject.c' line='4858' column='1'/>\r
-      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4858' column='1'/>\r
-      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4859' column='1'/>\r
-      <parameter type-id='type-id-4' name='bases_in' filepath='Objects/typeobject.c' line='4859' column='1'/>\r
+    <function-decl name='PyType_FromMetaclass' mangled-name='PyType_FromMetaclass' filepath='Objects/typeobject.c' line='4862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromMetaclass'>\r
+      <parameter type-id='type-id-1' name='metaclass' filepath='Objects/typeobject.c' line='4862' column='1'/>\r
+      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4862' column='1'/>\r
+      <parameter type-id='type-id-525' name='spec' filepath='Objects/typeobject.c' line='4863' column='1'/>\r
+      <parameter type-id='type-id-4' name='bases_in' filepath='Objects/typeobject.c' line='4863' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='4865' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>\r
-      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4865' column='1'/>\r
-      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4865' column='1'/>\r
-      <parameter type-id='type-id-4' name='bases' filepath='Objects/typeobject.c' line='4865' column='1'/>\r
+    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='4869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>\r
+      <parameter type-id='type-id-4' name='module' filepath='Objects/typeobject.c' line='4869' column='1'/>\r
+      <parameter type-id='type-id-525' name='spec' filepath='Objects/typeobject.c' line='4869' column='1'/>\r
+      <parameter type-id='type-id-4' name='bases' filepath='Objects/typeobject.c' line='4869' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='4877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>\r
-      <parameter type-id='type-id-527' name='spec' filepath='Objects/typeobject.c' line='4877' column='1'/>\r
+    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='4881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>\r
+      <parameter type-id='type-id-525' name='spec' filepath='Objects/typeobject.c' line='4881' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='4883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetName'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4883' column='1'/>\r
+    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='4887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetName'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4887' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='4895' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleName'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4895' column='1'/>\r
+    <function-decl name='PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='4899' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleName'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4899' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='4901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetSlot'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4901' column='1'/>\r
-      <parameter type-id='type-id-5' name='slot' filepath='Objects/typeobject.c' line='4901' column='1'/>\r
+    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='4905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetSlot'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4905' column='1'/>\r
+      <parameter type-id='type-id-5' name='slot' filepath='Objects/typeobject.c' line='4905' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='4923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModule'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4923' column='1'/>\r
+    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='4927' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModule'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4927' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='4947' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4947' column='1'/>\r
+    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='4951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='4951' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='5011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5011' column='1'/>\r
-      <parameter type-id='type-id-387' name='def' filepath='Objects/typeobject.c' line='5011' column='1'/>\r
+    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='5015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5015' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Objects/typeobject.c' line='5015' column='1'/>\r
+      <return type-id='type-id-4'/>\r
+    </function-decl>\r
+    <function-decl name='_PyType_GetModuleByDef2' mangled-name='_PyType_GetModuleByDef2' filepath='Objects/typeobject.c' line='5028' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetModuleByDef2'>\r
+      <parameter type-id='type-id-1' name='left' filepath='Objects/typeobject.c' line='5028' column='1'/>\r
+      <parameter type-id='type-id-1' name='right' filepath='Objects/typeobject.c' line='5028' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Objects/typeobject.c' line='5029' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_GetModuleByDef2' mangled-name='_PyType_GetModuleByDef2' filepath='Objects/typeobject.c' line='5024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetModuleByDef2'>\r
-      <parameter type-id='type-id-1' name='left' filepath='Objects/typeobject.c' line='5024' column='1'/>\r
-      <parameter type-id='type-id-1' name='right' filepath='Objects/typeobject.c' line='5024' column='1'/>\r
-      <parameter type-id='type-id-387' name='def' filepath='Objects/typeobject.c' line='5025' column='1'/>\r
+    <function-decl name='_PyType_GetModuleByDef3' mangled-name='_PyType_GetModuleByDef3' filepath='Objects/typeobject.c' line='5045' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetModuleByDef3'>\r
+      <parameter type-id='type-id-1' name='left' filepath='Objects/typeobject.c' line='5045' column='1'/>\r
+      <parameter type-id='type-id-1' name='right' filepath='Objects/typeobject.c' line='5045' column='1'/>\r
+      <parameter type-id='type-id-1' name='third' filepath='Objects/typeobject.c' line='5045' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Objects/typeobject.c' line='5046' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='5041' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetTypeData'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5041' column='1'/>\r
-      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5041' column='1'/>\r
+    <function-decl name='PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='5065' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetTypeData'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5065' column='1'/>\r
+      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5065' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='PyType_GetTypeDataSize' mangled-name='PyType_GetTypeDataSize' filepath='Objects/typeobject.c' line='5048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetTypeDataSize'>\r
-      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5048' column='1'/>\r
+    <function-decl name='PyType_GetTypeDataSize' mangled-name='PyType_GetTypeDataSize' filepath='Objects/typeobject.c' line='5072' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetTypeDataSize'>\r
+      <parameter type-id='type-id-1' name='cls' filepath='Objects/typeobject.c' line='5072' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_GetItemData' mangled-name='PyObject_GetItemData' filepath='Objects/typeobject.c' line='5058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetItemData'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5058' column='1'/>\r
+    <function-decl name='PyObject_GetItemData' mangled-name='PyObject_GetItemData' filepath='Objects/typeobject.c' line='5082' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetItemData'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/typeobject.c' line='5082' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='5295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>\r
-      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5295' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='5295' column='1'/>\r
+    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='5327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>\r
+      <parameter type-id='type-id-1' name='type' filepath='Objects/typeobject.c' line='5327' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='5327' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyStaticType_InitForExtension' mangled-name='_PyStaticType_InitForExtension' filepath='Objects/typeobject.c' line='8314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_InitForExtension'>\r
-      <parameter type-id='type-id-28' name='interp' filepath='Objects/typeobject.c' line='8314' column='1'/>\r
-      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='8314' column='1'/>\r
+    <function-decl name='_PyStaticType_InitForExtension' mangled-name='_PyStaticType_InitForExtension' filepath='Objects/typeobject.c' line='8346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStaticType_InitForExtension'>\r
+      <parameter type-id='type-id-28' name='interp' filepath='Objects/typeobject.c' line='8346' column='1'/>\r
+      <parameter type-id='type-id-1' name='self' filepath='Objects/typeobject.c' line='8346' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PySuper_Lookup' mangled-name='_PySuper_Lookup' filepath='Objects/typeobject.c' line='11271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySuper_Lookup'>\r
-      <parameter type-id='type-id-1' name='su_type' filepath='Objects/typeobject.c' line='11271' column='1'/>\r
-      <parameter type-id='type-id-4' name='su_obj' filepath='Objects/typeobject.c' line='11271' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='11271' column='1'/>\r
-      <parameter type-id='type-id-177' name='method' filepath='Objects/typeobject.c' line='11271' column='1'/>\r
+    <function-decl name='_PySuper_Lookup' mangled-name='_PySuper_Lookup' filepath='Objects/typeobject.c' line='11308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySuper_Lookup'>\r
+      <parameter type-id='type-id-1' name='su_type' filepath='Objects/typeobject.c' line='11308' column='1'/>\r
+      <parameter type-id='type-id-4' name='su_obj' filepath='Objects/typeobject.c' line='11308' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Objects/typeobject.c' line='11308' column='1'/>\r
+      <parameter type-id='type-id-175' name='method' filepath='Objects/typeobject.c' line='11308' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/typevarobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/typevarobject.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyArg_UnpackKeywordsWithVararg' mangled-name='_PyArg_UnpackKeywordsWithVararg' filepath='./Include/internal/pycore_modsupport.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywordsWithVararg'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-272'/>\r
+      <parameter type-id='type-id-269'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <return type-id='type-id-258'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-255'/>\r
     </function-decl>\r
-    <var-decl name='_PyTypeAlias_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='20' column='1'/>\r
-    <var-decl name='_PyNoDefault_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='21' column='1'/>\r
-    <var-decl name='_Py_NoDefaultStruct' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='22' column='1'/>\r
+    <var-decl name='_PyTypeAlias_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='20' column='1'/>\r
+    <var-decl name='_PyNoDefault_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='21' column='1'/>\r
+    <var-decl name='_Py_NoDefaultStruct' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_typevarobject.h' line='22' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/unicodectype.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Objects/unicodectype.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodectype.c' line='62' column='1'/>\r
-      <return type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodectype.c' line='62' column='1'/>\r
+      <return type-id='type-id-256'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodectype.c' line='121' column='1'/>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodectype.c' line='121' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_ToUppercase' mangled-name='_PyUnicode_ToUppercase' filepath='Objects/unicodectype.c' line='188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToUppercase'>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodectype.c' line='188' column='1'/>\r
-      <return type-id='type-id-259'/>\r
+    <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'>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodectype.c' line='180' column='1'/>\r
+      <return type-id='type-id-256'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_ToLowercase' mangled-name='_PyUnicode_ToLowercase' filepath='Objects/unicodectype.c' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToLowercase'>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>\r
-      <return type-id='type-id-259'/>\r
+    <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'>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodectype.c' line='192' column='1'/>\r
+      <return type-id='type-id-256'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_ToNumeric' mangled-name='_PyUnicode_ToNumeric' filepath='Objects/unicodetype_db.h' line='4294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToNumeric'>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodetype_db.h' line='4294' column='1'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodetype_db.h' line='4294' column='1'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='1024' id='type-id-531'>\r
-      <subrange length='128' type-id='type-id-2' id='type-id-532'/>\r
+  <abi-instr address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='1024' id='type-id-529'>\r
+      <subrange length='128' type-id='type-id-2' id='type-id-530'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='infinite' id='type-id-533'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='infinite' id='type-id-531'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <class-decl name='PyStatus' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-61' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-534'>\r
+    <class-decl name='PyStatus' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-61' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-532'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_type' type-id='type-id-535' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>\r
+        <var-decl name='_type' type-id='type-id-533' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='func' type-id='type-id-6' visibility='default' filepath='./Include/cpython/initconfig.h' line='16' column='1'/>\r
         <var-decl name='exitcode' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='18' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyStatus' type-id='type-id-534' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-61'/>\r
-    <pointer-type-def type-id='type-id-536' size-in-bits='64' id='type-id-537'/>\r
-    <qualified-type-def type-id='type-id-259' const='yes' id='type-id-538'/>\r
-    <qualified-type-def type-id='type-id-539' const='yes' id='type-id-540'/>\r
-    <pointer-type-def type-id='type-id-540' size-in-bits='64' id='type-id-541'/>\r
+    <typedef-decl name='PyStatus' type-id='type-id-532' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-61'/>\r
+    <pointer-type-def type-id='type-id-534' size-in-bits='64' id='type-id-535'/>\r
+    <qualified-type-def type-id='type-id-256' const='yes' id='type-id-536'/>\r
+    <qualified-type-def type-id='type-id-537' const='yes' id='type-id-538'/>\r
+    <pointer-type-def type-id='type-id-538' size-in-bits='64' id='type-id-539'/>\r
     <function-decl name='PyCodec_Encode' mangled-name='PyCodec_Encode' filepath='./Include/codecs.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCodec_Encode'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsLowercase' mangled-name='_PyUnicode_IsLowercase' filepath='./Include/cpython/unicodeobject.h' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLowercase'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsUppercase' mangled-name='_PyUnicode_IsUppercase' filepath='./Include/cpython/unicodeobject.h' line='597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsUppercase'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsTitlecase' mangled-name='_PyUnicode_IsTitlecase' filepath='./Include/cpython/unicodeobject.h' line='601' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsTitlecase'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsWhitespace' mangled-name='_PyUnicode_IsWhitespace' filepath='./Include/cpython/unicodeobject.h' line='605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsWhitespace'>\r
-      <parameter type-id='type-id-538'/>\r
+      <parameter type-id='type-id-536'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsLinebreak' mangled-name='_PyUnicode_IsLinebreak' filepath='./Include/cpython/unicodeobject.h' line='609' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLinebreak'>\r
-      <parameter type-id='type-id-538'/>\r
+      <parameter type-id='type-id-536'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath='./Include/cpython/unicodeobject.h' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDecimalDigit'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsDecimalDigit' mangled-name='_PyUnicode_IsDecimalDigit' filepath='./Include/cpython/unicodeobject.h' line='637' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDecimalDigit'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsDigit' mangled-name='_PyUnicode_IsDigit' filepath='./Include/cpython/unicodeobject.h' line='641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDigit'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsNumeric' mangled-name='_PyUnicode_IsNumeric' filepath='./Include/cpython/unicodeobject.h' line='645' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsNumeric'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsAlpha' mangled-name='_PyUnicode_IsAlpha' filepath='./Include/cpython/unicodeobject.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsAlpha'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_Py_ascii_whitespace' type-id='type-id-533' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='658' column='1' elf-symbol-id='_Py_ascii_whitespace'/>\r
+    <var-decl name='_Py_ascii_whitespace' type-id='type-id-531' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='658' column='1' elf-symbol-id='_Py_ascii_whitespace'/>\r
     <function-decl name='_PyCodec_InitRegistry' filepath='./Include/internal/pycore_codecs.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_Py_DecodeLocaleEx' mangled-name='_Py_DecodeLocaleEx' filepath='./Include/internal/pycore_fileutils.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeLocaleEx'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-241'/>\r
+      <parameter type-id='type-id-238'/>\r
       <parameter type-id='type-id-57'/>\r
-      <parameter type-id='type-id-261'/>\r
+      <parameter type-id='type-id-258'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-542'/>\r
+      <parameter type-id='type-id-540'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_EncodeLocaleEx' mangled-name='_Py_EncodeLocaleEx' filepath='./Include/internal/pycore_fileutils.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleEx'>\r
       <parameter type-id='type-id-18'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-57'/>\r
-      <parameter type-id='type-id-261'/>\r
+      <parameter type-id='type-id-258'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-542'/>\r
+      <parameter type-id='type-id-540'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_hashtable_new_full' mangled-name='_Py_hashtable_new_full' filepath='./Include/internal/pycore_hashtable.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_new_full'>\r
+      <parameter type-id='type-id-541'/>\r
+      <parameter type-id='type-id-542'/>\r
       <parameter type-id='type-id-543'/>\r
-      <parameter type-id='type-id-544'/>\r
-      <parameter type-id='type-id-545'/>\r
-      <parameter type-id='type-id-545'/>\r
-      <parameter type-id='type-id-537'/>\r
-      <return type-id='type-id-546'/>\r
+      <parameter type-id='type-id-543'/>\r
+      <parameter type-id='type-id-535'/>\r
+      <return type-id='type-id-544'/>\r
     </function-decl>\r
     <function-decl name='_Py_hashtable_destroy' mangled-name='_Py_hashtable_destroy' filepath='./Include/internal/pycore_hashtable.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_destroy'>\r
-      <parameter type-id='type-id-546'/>\r
+      <parameter type-id='type-id-544'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_hashtable_len' mangled-name='_Py_hashtable_len' filepath='./Include/internal/pycore_hashtable.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_len'>\r
-      <parameter type-id='type-id-541'/>\r
+      <parameter type-id='type-id-539'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-546'/>\r
+      <parameter type-id='type-id-544'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-546'/>\r
+      <parameter type-id='type-id-544'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_GetConfig' filepath='./Include/internal/pycore_interp.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
-      <return type-id='type-id-270'/>\r
+      <return type-id='type-id-266'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_FormatWriter' filepath='./Include/internal/pycore_long.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-18'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_GetFullyQualifiedName' filepath='./Include/internal/pycore_typeobject.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_GetFullyQualifiedName' filepath='./Include/internal/pycore_typeobject.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-53'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsXidStart' filepath='./Include/internal/pycore_unicodeobject.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsXidContinue' filepath='./Include/internal/pycore_unicodeobject.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_ToLowerFull' filepath='./Include/internal/pycore_unicodeobject.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
-      <parameter type-id='type-id-547'/>\r
+      <parameter type-id='type-id-256'/>\r
+      <parameter type-id='type-id-545'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_ToTitleFull' filepath='./Include/internal/pycore_unicodeobject.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
-      <parameter type-id='type-id-547'/>\r
+      <parameter type-id='type-id-256'/>\r
+      <parameter type-id='type-id-545'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_ToUpperFull' filepath='./Include/internal/pycore_unicodeobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
-      <parameter type-id='type-id-547'/>\r
+      <parameter type-id='type-id-256'/>\r
+      <parameter type-id='type-id-545'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_ToFoldedFull' filepath='./Include/internal/pycore_unicodeobject.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
-      <parameter type-id='type-id-547'/>\r
+      <parameter type-id='type-id-256'/>\r
+      <parameter type-id='type-id-545'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsCaseIgnorable' filepath='./Include/internal/pycore_unicodeobject.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsCased' filepath='./Include/internal/pycore_unicodeobject.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_FormatAdvancedWriter' filepath='./Include/internal/pycore_unicodeobject.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='278' column='1'/>\r
+    <var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='291' column='1'/>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <var-decl name='PyUnicode_Type' type-id='type-id-266' mangled-name='PyUnicode_Type' visibility='default' filepath='./Include/unicodeobject.h' line='103' column='1' elf-symbol-id='PyUnicode_Type'/>\r
-    <var-decl name='PyUnicodeIter_Type' type-id='type-id-266' mangled-name='PyUnicodeIter_Type' visibility='default' filepath='./Include/unicodeobject.h' line='104' column='1' elf-symbol-id='PyUnicodeIter_Type'/>\r
+    <var-decl name='PyUnicode_Type' type-id='type-id-263' mangled-name='PyUnicode_Type' visibility='default' filepath='./Include/unicodeobject.h' line='103' column='1' elf-symbol-id='PyUnicode_Type'/>\r
+    <var-decl name='PyUnicodeIter_Type' type-id='type-id-263' mangled-name='PyUnicodeIter_Type' visibility='default' filepath='./Include/unicodeobject.h' line='104' column='1' elf-symbol-id='PyUnicodeIter_Type'/>\r
     <function-decl name='wmemchr' filepath='/usr/include/wchar.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
-      <parameter type-id='type-id-388'/>\r
+      <parameter type-id='type-id-387'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='511' column='1'/>\r
-      <return type-id='type-id-542'/>\r
+    <function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='544' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='544' column='1'/>\r
+      <return type-id='type-id-540'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_CopyCharacters' mangled-name='PyUnicode_CopyCharacters' filepath='Objects/unicodeobject.c' line='1597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CopyCharacters'>\r
-      <parameter type-id='type-id-4' name='to' filepath='Objects/unicodeobject.c' line='1597' column='1'/>\r
-      <parameter type-id='type-id-7' name='to_start' filepath='Objects/unicodeobject.c' line='1597' column='1'/>\r
-      <parameter type-id='type-id-4' name='from' filepath='Objects/unicodeobject.c' line='1598' column='1'/>\r
-      <parameter type-id='type-id-7' name='from_start' filepath='Objects/unicodeobject.c' line='1598' column='1'/>\r
-      <parameter type-id='type-id-7' name='how_many' filepath='Objects/unicodeobject.c' line='1599' column='1'/>\r
+    <function-decl name='PyUnicode_CopyCharacters' mangled-name='PyUnicode_CopyCharacters' filepath='Objects/unicodeobject.c' line='1642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CopyCharacters'>\r
+      <parameter type-id='type-id-4' name='to' filepath='Objects/unicodeobject.c' line='1642' column='1'/>\r
+      <parameter type-id='type-id-7' name='to_start' filepath='Objects/unicodeobject.c' line='1642' column='1'/>\r
+      <parameter type-id='type-id-4' name='from' filepath='Objects/unicodeobject.c' line='1643' column='1'/>\r
+      <parameter type-id='type-id-7' name='from_start' filepath='Objects/unicodeobject.c' line='1643' column='1'/>\r
+      <parameter type-id='type-id-7' name='how_many' filepath='Objects/unicodeobject.c' line='1644' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='1858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>\r
-      <parameter type-id='type-id-238' name='p_unicode' filepath='Objects/unicodeobject.c' line='1858' column='1'/>\r
-      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='1858' column='1'/>\r
+    <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='1903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>\r
+      <parameter type-id='type-id-235' name='p_unicode' filepath='Objects/unicodeobject.c' line='1903' column='1'/>\r
+      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='1903' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='1960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>\r
-      <parameter type-id='type-id-18' name='u' filepath='Objects/unicodeobject.c' line='1960' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='1960' column='1'/>\r
+    <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='2005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>\r
+      <parameter type-id='type-id-18' name='u' filepath='Objects/unicodeobject.c' line='2005' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2005' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>\r
-      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='2267' column='1'/>\r
-      <parameter type-id='type-id-30' name='buffer' filepath='Objects/unicodeobject.c' line='2267' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2267' column='1'/>\r
+    <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2312' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>\r
+      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='2312' column='1'/>\r
+      <parameter type-id='type-id-30' name='buffer' filepath='Objects/unicodeobject.c' line='2312' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='2312' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>\r
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2487' column='1'/>\r
-      <parameter type-id='type-id-547' name='target' filepath='Objects/unicodeobject.c' line='2487' column='1'/>\r
-      <parameter type-id='type-id-7' name='targetsize' filepath='Objects/unicodeobject.c' line='2487' column='1'/>\r
-      <parameter type-id='type-id-5' name='copy_null' filepath='Objects/unicodeobject.c' line='2488' column='1'/>\r
-      <return type-id='type-id-547'/>\r
+    <function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>\r
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2532' column='1'/>\r
+      <parameter type-id='type-id-545' name='target' filepath='Objects/unicodeobject.c' line='2532' column='1'/>\r
+      <parameter type-id='type-id-7' name='targetsize' filepath='Objects/unicodeobject.c' line='2532' column='1'/>\r
+      <parameter type-id='type-id-5' name='copy_null' filepath='Objects/unicodeobject.c' line='2533' column='1'/>\r
+      <return type-id='type-id-545'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2498' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>\r
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2498' column='1'/>\r
-      <return type-id='type-id-547'/>\r
+    <function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>\r
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='2543' column='1'/>\r
+      <return type-id='type-id-545'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3226' column='1'/>\r
-      <parameter type-id='type-id-8' name='size' filepath='Objects/unicodeobject.c' line='3227' column='1'/>\r
+    <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3271' column='1'/>\r
+      <parameter type-id='type-id-8' name='size' filepath='Objects/unicodeobject.c' line='3272' column='1'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromOrdinal'>\r
-      <parameter type-id='type-id-5' name='ordinal' filepath='Objects/unicodeobject.c' line='3322' column='1'/>\r
+    <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromOrdinal'>\r
+      <parameter type-id='type-id-5' name='ordinal' filepath='Objects/unicodeobject.c' line='3367' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FromObject' mangled-name='PyUnicode_FromObject' filepath='Objects/unicodeobject.c' line='3334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromObject'>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Objects/unicodeobject.c' line='3334' column='1'/>\r
+    <function-decl name='PyUnicode_FromObject' mangled-name='PyUnicode_FromObject' filepath='Objects/unicodeobject.c' line='3379' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromObject'>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Objects/unicodeobject.c' line='3379' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsDecodedObject' mangled-name='PyUnicode_AsDecodedObject' filepath='Objects/unicodeobject.c' line='3545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedObject'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3545' column='1'/>\r
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3546' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3547' column='1'/>\r
+    <function-decl name='PyUnicode_AsDecodedObject' mangled-name='PyUnicode_AsDecodedObject' filepath='Objects/unicodeobject.c' line='3590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedObject'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3590' column='1'/>\r
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3591' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3592' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsDecodedUnicode' mangled-name='PyUnicode_AsDecodedUnicode' filepath='Objects/unicodeobject.c' line='3567' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedUnicode'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3567' column='1'/>\r
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3568' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3569' column='1'/>\r
+    <function-decl name='PyUnicode_AsDecodedUnicode' mangled-name='PyUnicode_AsDecodedUnicode' filepath='Objects/unicodeobject.c' line='3612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedUnicode'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3612' column='1'/>\r
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3613' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3614' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsEncodedObject' mangled-name='PyUnicode_AsEncodedObject' filepath='Objects/unicodeobject.c' line='3606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedObject'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3606' column='1'/>\r
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3607' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3608' column='1'/>\r
+    <function-decl name='PyUnicode_AsEncodedObject' mangled-name='PyUnicode_AsEncodedObject' filepath='Objects/unicodeobject.c' line='3651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedObject'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3651' column='1'/>\r
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3652' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3653' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_EncodeLocale' mangled-name='PyUnicode_EncodeLocale' filepath='Objects/unicodeobject.c' line='3688' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeLocale'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3688' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3688' column='1'/>\r
+    <function-decl name='PyUnicode_EncodeLocale' mangled-name='PyUnicode_EncodeLocale' filepath='Objects/unicodeobject.c' line='3733' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeLocale'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3733' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3733' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_EncodeFSDefault' mangled-name='PyUnicode_EncodeFSDefault' filepath='Objects/unicodeobject.c' line='3695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeFSDefault'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3695' column='1'/>\r
+    <function-decl name='PyUnicode_EncodeFSDefault' mangled-name='PyUnicode_EncodeFSDefault' filepath='Objects/unicodeobject.c' line='3740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeFSDefault'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3740' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobject.c' line='3829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedUnicode'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3829' column='1'/>\r
-      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3830' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3831' column='1'/>\r
+    <function-decl name='PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobject.c' line='3874' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedUnicode'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='3874' column='1'/>\r
+      <parameter type-id='type-id-6' name='encoding' filepath='Objects/unicodeobject.c' line='3875' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3876' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unicodeobject.c' line='3909' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocaleAndSize'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3909' column='1'/>\r
-      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='3909' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3910' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unicodeobject.c' line='3954' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocaleAndSize'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3954' column='1'/>\r
+      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='3954' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3955' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeLocale' mangled-name='PyUnicode_DecodeLocale' filepath='Objects/unicodeobject.c' line='3917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocale'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3917' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3917' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeLocale' mangled-name='PyUnicode_DecodeLocale' filepath='Objects/unicodeobject.c' line='3962' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocale'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='3962' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='3962' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Objects/unicodeobject.c' line='3932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefaultAndSize'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='3932' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='3932' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Objects/unicodeobject.c' line='3977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefaultAndSize'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='3977' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='3977' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='3968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>\r
-      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='3968' column='1'/>\r
-      <parameter type-id='type-id-30' name='addr' filepath='Objects/unicodeobject.c' line='3968' column='1'/>\r
+    <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='4013' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>\r
+      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='4013' column='1'/>\r
+      <parameter type-id='type-id-30' name='addr' filepath='Objects/unicodeobject.c' line='4013' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='4008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>\r
-      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='4008' column='1'/>\r
-      <parameter type-id='type-id-30' name='addr' filepath='Objects/unicodeobject.c' line='4008' column='1'/>\r
+    <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='4053' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>\r
+      <parameter type-id='type-id-4' name='arg' filepath='Objects/unicodeobject.c' line='4053' column='1'/>\r
+      <parameter type-id='type-id-30' name='addr' filepath='Objects/unicodeobject.c' line='4053' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_AsUTF8NoNUL' mangled-name='_PyUnicode_AsUTF8NoNUL' filepath='Objects/unicodeobject.c' line='4087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8NoNUL'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4087' column='1'/>\r
+    <function-decl name='_PyUnicode_AsUTF8NoNUL' mangled-name='_PyUnicode_AsUTF8NoNUL' filepath='Objects/unicodeobject.c' line='4145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8NoNUL'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4145' column='1'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_GetSize' mangled-name='PyUnicode_GetSize' filepath='Objects/unicodeobject.c' line='4107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetSize'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4107' column='1'/>\r
+    <function-decl name='PyUnicode_GetSize' mangled-name='PyUnicode_GetSize' filepath='Objects/unicodeobject.c' line='4165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetSize'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4165' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4115' column='1'/>\r
+    <function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4173' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4173' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4144' column='1'/>\r
-      <parameter type-id='type-id-7' name='index' filepath='Objects/unicodeobject.c' line='4144' column='1'/>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodeobject.c' line='4144' column='1'/>\r
+    <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='4202' column='1'/>\r
+      <parameter type-id='type-id-7' name='index' filepath='Objects/unicodeobject.c' line='4202' column='1'/>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodeobject.c' line='4202' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4506' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4507' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4508' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4564' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4565' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4566' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicodeobject.c' line='4521' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7Stateful'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4521' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4522' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4523' column='1'/>\r
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='4524' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicodeobject.c' line='4579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7Stateful'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='4579' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='4580' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='4581' column='1'/>\r
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='4582' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' line='5468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5468' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5469' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5470' column='1'/>\r
-      <parameter type-id='type-id-177' name='byteorder' filepath='Objects/unicodeobject.c' line='5471' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' line='5527' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5527' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5528' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5529' column='1'/>\r
+      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5530' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5477' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5478' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5479' column='1'/>\r
-      <parameter type-id='type-id-177' name='byteorder' filepath='Objects/unicodeobject.c' line='5480' column='1'/>\r
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5481' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5536' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5537' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5538' column='1'/>\r
+      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5539' column='1'/>\r
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5540' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' line='5622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF32'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5622' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5623' column='1'/>\r
-      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5624' column='1'/>\r
+    <function-decl name='_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' line='5681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF32'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5681' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5682' column='1'/>\r
+      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5683' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='5767' column='1'/>\r
+    <function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='5826' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' line='5775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5775' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5776' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5777' column='1'/>\r
-      <parameter type-id='type-id-177' name='byteorder' filepath='Objects/unicodeobject.c' line='5778' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' line='5834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5834' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5835' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5836' column='1'/>\r
+      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5837' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='5784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5784' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5785' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5786' column='1'/>\r
-      <parameter type-id='type-id-177' name='byteorder' filepath='Objects/unicodeobject.c' line='5787' column='1'/>\r
-      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5788' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='5843' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='5843' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='5844' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5845' column='1'/>\r
+      <parameter type-id='type-id-175' name='byteorder' filepath='Objects/unicodeobject.c' line='5846' column='1'/>\r
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='5847' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' line='5939' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF16'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5939' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5940' column='1'/>\r
-      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='5941' column='1'/>\r
+    <function-decl name='_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' line='5998' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF16'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='5998' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='5999' column='1'/>\r
+      <parameter type-id='type-id-5' name='byteorder' filepath='Objects/unicodeobject.c' line='6000' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6103' column='1'/>\r
+    <function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6162' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeUnicodeEscape' mangled-name='PyUnicode_DecodeUnicodeEscape' filepath='Objects/unicodeobject.c' line='6405' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUnicodeEscape'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6405' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6406' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6407' column='1'/>\r
+    <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal' filepath='Objects/unicodeobject.c' line='6438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6438' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6439' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6440' column='1'/>\r
+      <parameter type-id='type-id-8' name='consumed' filepath='Objects/unicodeobject.c' line='6441' column='1'/>\r
+      <parameter type-id='type-id-258' name='first_invalid_escape' filepath='Objects/unicodeobject.c' line='6442' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsUnicodeEscapeString' mangled-name='PyUnicode_AsUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeEscapeString'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6415' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeUnicodeEscape' mangled-name='PyUnicode_DecodeUnicodeEscape' filepath='Objects/unicodeobject.c' line='6489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUnicodeEscape'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6489' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6490' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6491' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeRawUnicodeEscape' mangled-name='PyUnicode_DecodeRawUnicodeEscape' filepath='Objects/unicodeobject.c' line='6668' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeRawUnicodeEscape'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6668' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6669' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6670' column='1'/>\r
+    <function-decl name='PyUnicode_AsUnicodeEscapeString' mangled-name='PyUnicode_AsUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeEscapeString'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6499' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsRawUnicodeEscapeString' mangled-name='PyUnicode_AsRawUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsRawUnicodeEscapeString'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6677' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeRawUnicodeEscape' mangled-name='PyUnicode_DecodeRawUnicodeEscape' filepath='Objects/unicodeobject.c' line='6752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeRawUnicodeEscape'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='6752' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='6753' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='6754' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsLatin1String' mangled-name='PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsLatin1String'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='7058' column='1'/>\r
+    <function-decl name='PyUnicode_AsRawUnicodeEscapeString' mangled-name='PyUnicode_AsRawUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsRawUnicodeEscapeString'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='6761' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_DecodeCharmap' mangled-name='PyUnicode_DecodeCharmap' filepath='Objects/unicodeobject.c' line='8107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeCharmap'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='8107' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='8108' column='1'/>\r
-      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8109' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='8110' column='1'/>\r
+    <function-decl name='PyUnicode_AsLatin1String' mangled-name='PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsLatin1String'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='7142' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_BuildEncodingMap' mangled-name='PyUnicode_BuildEncodingMap' filepath='Objects/unicodeobject.c' line='8183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_BuildEncodingMap'>\r
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='8183' column='1'/>\r
+    <function-decl name='PyUnicode_DecodeCharmap' mangled-name='PyUnicode_DecodeCharmap' filepath='Objects/unicodeobject.c' line='8191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeCharmap'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Objects/unicodeobject.c' line='8191' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='8192' column='1'/>\r
+      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8193' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='8194' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobject.c' line='8664' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsCharmapString'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='8664' column='1'/>\r
-      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8665' column='1'/>\r
+    <function-decl name='PyUnicode_BuildEncodingMap' mangled-name='PyUnicode_BuildEncodingMap' filepath='Objects/unicodeobject.c' line='8267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_BuildEncodingMap'>\r
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='8267' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Translate'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9080' column='1'/>\r
-      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='9081' column='1'/>\r
-      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='9082' column='1'/>\r
+    <function-decl name='PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobject.c' line='8748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsCharmapString'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='8748' column='1'/>\r
+      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='8749' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Count' mangled-name='PyUnicode_Count' filepath='Objects/unicodeobject.c' line='9372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Count'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9372' column='1'/>\r
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9373' column='1'/>\r
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9374' column='1'/>\r
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9375' column='1'/>\r
-      <return type-id='type-id-7'/>\r
+    <function-decl name='PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Translate'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9164' column='1'/>\r
+      <parameter type-id='type-id-4' name='mapping' filepath='Objects/unicodeobject.c' line='9165' column='1'/>\r
+      <parameter type-id='type-id-6' name='errors' filepath='Objects/unicodeobject.c' line='9166' column='1'/>\r
+      <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Find'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9384' column='1'/>\r
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9385' column='1'/>\r
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9386' column='1'/>\r
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9387' column='1'/>\r
-      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9388' column='1'/>\r
+    <function-decl name='PyUnicode_Count' mangled-name='PyUnicode_Count' filepath='Objects/unicodeobject.c' line='9456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Count'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9456' column='1'/>\r
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9457' column='1'/>\r
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9458' column='1'/>\r
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9459' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9397' column='1'/>\r
-      <parameter type-id='type-id-259' name='ch' filepath='Objects/unicodeobject.c' line='9397' column='1'/>\r
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9398' column='1'/>\r
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9398' column='1'/>\r
-      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9399' column='1'/>\r
+    <function-decl name='PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Find'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9468' column='1'/>\r
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9469' column='1'/>\r
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9470' column='1'/>\r
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9471' column='1'/>\r
+      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9472' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Tailmatch' mangled-name='PyUnicode_Tailmatch' filepath='Objects/unicodeobject.c' line='9480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Tailmatch'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9480' column='1'/>\r
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9481' column='1'/>\r
+    <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9481' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9481' column='1'/>\r
+      <parameter type-id='type-id-256' name='ch' filepath='Objects/unicodeobject.c' line='9481' column='1'/>\r
       <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9482' column='1'/>\r
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9483' column='1'/>\r
-      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9484' column='1'/>\r
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9482' column='1'/>\r
+      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9483' column='1'/>\r
+      <return type-id='type-id-7'/>\r
+    </function-decl>\r
+    <function-decl name='PyUnicode_Tailmatch' mangled-name='PyUnicode_Tailmatch' filepath='Objects/unicodeobject.c' line='9564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Tailmatch'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='9564' column='1'/>\r
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='9565' column='1'/>\r
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9566' column='1'/>\r
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='9567' column='1'/>\r
+      <parameter type-id='type-id-5' name='direction' filepath='Objects/unicodeobject.c' line='9568' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='9750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>\r
-      <parameter type-id='type-id-4' name='separator' filepath='Objects/unicodeobject.c' line='9750' column='1'/>\r
-      <parameter type-id='type-id-258' name='items' filepath='Objects/unicodeobject.c' line='9750' column='1'/>\r
-      <parameter type-id='type-id-7' name='seqlen' filepath='Objects/unicodeobject.c' line='9750' column='1'/>\r
+    <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='9834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>\r
+      <parameter type-id='type-id-4' name='separator' filepath='Objects/unicodeobject.c' line='9834' column='1'/>\r
+      <parameter type-id='type-id-255' name='items' filepath='Objects/unicodeobject.c' line='9834' column='1'/>\r
+      <parameter type-id='type-id-7' name='seqlen' filepath='Objects/unicodeobject.c' line='9834' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='9930' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Fill'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='9930' column='1'/>\r
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='9930' column='1'/>\r
-      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='9930' column='1'/>\r
-      <parameter type-id='type-id-259' name='fill_char' filepath='Objects/unicodeobject.c' line='9931' column='1'/>\r
+    <function-decl name='PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='10014' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Fill'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10014' column='1'/>\r
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='10014' column='1'/>\r
+      <parameter type-id='type-id-7' name='length' filepath='Objects/unicodeobject.c' line='10014' column='1'/>\r
+      <parameter type-id='type-id-256' name='fill_char' filepath='Objects/unicodeobject.c' line='10015' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='10004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>\r
-      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='10004' column='1'/>\r
-      <parameter type-id='type-id-5' name='keepends' filepath='Objects/unicodeobject.c' line='10004' column='1'/>\r
+    <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='10088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>\r
+      <parameter type-id='type-id-4' name='string' filepath='Objects/unicodeobject.c' line='10088' column='1'/>\r
+      <parameter type-id='type-id-5' name='keepends' filepath='Objects/unicodeobject.c' line='10088' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_EqualToUTF8' mangled-name='PyUnicode_EqualToUTF8' filepath='Objects/unicodeobject.c' line='10874' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10874' column='1'/>\r
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10874' column='1'/>\r
+    <function-decl name='PyUnicode_EqualToUTF8' mangled-name='PyUnicode_EqualToUTF8' filepath='Objects/unicodeobject.c' line='10958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10958' column='1'/>\r
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10958' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_EqualToUTF8AndSize' mangled-name='PyUnicode_EqualToUTF8AndSize' filepath='Objects/unicodeobject.c' line='10880' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8AndSize'>\r
-      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10880' column='1'/>\r
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10880' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='10880' column='1'/>\r
+    <function-decl name='PyUnicode_EqualToUTF8AndSize' mangled-name='PyUnicode_EqualToUTF8AndSize' filepath='Objects/unicodeobject.c' line='10964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EqualToUTF8AndSize'>\r
+      <parameter type-id='type-id-4' name='unicode' filepath='Objects/unicodeobject.c' line='10964' column='1'/>\r
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='10964' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Objects/unicodeobject.c' line='10964' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_RichCompare' mangled-name='PyUnicode_RichCompare' filepath='Objects/unicodeobject.c' line='11009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RichCompare'>\r
-      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11009' column='1'/>\r
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11009' column='1'/>\r
-      <parameter type-id='type-id-5' name='op' filepath='Objects/unicodeobject.c' line='11009' column='1'/>\r
+    <function-decl name='PyUnicode_RichCompare' mangled-name='PyUnicode_RichCompare' filepath='Objects/unicodeobject.c' line='11093' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RichCompare'>\r
+      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11093' column='1'/>\r
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11093' column='1'/>\r
+      <parameter type-id='type-id-5' name='op' filepath='Objects/unicodeobject.c' line='11093' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Contains' mangled-name='PyUnicode_Contains' filepath='Objects/unicodeobject.c' line='11050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Contains'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='11050' column='1'/>\r
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='11050' column='1'/>\r
+    <function-decl name='PyUnicode_Contains' mangled-name='PyUnicode_Contains' filepath='Objects/unicodeobject.c' line='11134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Contains'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='11134' column='1'/>\r
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='11134' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>\r
-      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11111' column='1'/>\r
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11111' column='1'/>\r
+    <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>\r
+      <parameter type-id='type-id-4' name='left' filepath='Objects/unicodeobject.c' line='11195' column='1'/>\r
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11195' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>\r
-      <parameter type-id='type-id-238' name='p_left' filepath='Objects/unicodeobject.c' line='11160' column='1'/>\r
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11160' column='1'/>\r
+    <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>\r
+      <parameter type-id='type-id-235' name='p_left' filepath='Objects/unicodeobject.c' line='11244' column='1'/>\r
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11244' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>\r
-      <parameter type-id='type-id-238' name='pleft' filepath='Objects/unicodeobject.c' line='11237' column='1'/>\r
-      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11237' column='1'/>\r
+    <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>\r
+      <parameter type-id='type-id-235' name='pleft' filepath='Objects/unicodeobject.c' line='11321' column='1'/>\r
+      <parameter type-id='type-id-4' name='right' filepath='Objects/unicodeobject.c' line='11321' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Replace'>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='12346' column='1'/>\r
-      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='12347' column='1'/>\r
-      <parameter type-id='type-id-4' name='replstr' filepath='Objects/unicodeobject.c' line='12348' column='1'/>\r
-      <parameter type-id='type-id-7' name='maxcount' filepath='Objects/unicodeobject.c' line='12349' column='1'/>\r
+    <function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Replace'>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='12429' column='1'/>\r
+      <parameter type-id='type-id-4' name='substr' filepath='Objects/unicodeobject.c' line='12430' column='1'/>\r
+      <parameter type-id='type-id-4' name='replstr' filepath='Objects/unicodeobject.c' line='12431' column='1'/>\r
+      <parameter type-id='type-id-7' name='maxcount' filepath='Objects/unicodeobject.c' line='12432' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Split' mangled-name='PyUnicode_Split' filepath='Objects/unicodeobject.c' line='12666' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Split'>\r
-      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12666' column='1'/>\r
-      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12666' column='1'/>\r
-      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12666' column='1'/>\r
+    <function-decl name='PyUnicode_Split' mangled-name='PyUnicode_Split' filepath='Objects/unicodeobject.c' line='12749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Split'>\r
+      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12749' column='1'/>\r
+      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12749' column='1'/>\r
+      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12749' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Partition' mangled-name='PyUnicode_Partition' filepath='Objects/unicodeobject.c' line='12713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Partition'>\r
-      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12713' column='1'/>\r
-      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12713' column='1'/>\r
+    <function-decl name='PyUnicode_Partition' mangled-name='PyUnicode_Partition' filepath='Objects/unicodeobject.c' line='12796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Partition'>\r
+      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12796' column='1'/>\r
+      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12796' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_RPartition' mangled-name='PyUnicode_RPartition' filepath='Objects/unicodeobject.c' line='12765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RPartition'>\r
-      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12765' column='1'/>\r
-      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12765' column='1'/>\r
+    <function-decl name='PyUnicode_RPartition' mangled-name='PyUnicode_RPartition' filepath='Objects/unicodeobject.c' line='12848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RPartition'>\r
+      <parameter type-id='type-id-4' name='str_obj' filepath='Objects/unicodeobject.c' line='12848' column='1'/>\r
+      <parameter type-id='type-id-4' name='sep_obj' filepath='Objects/unicodeobject.c' line='12848' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='12859' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>\r
-      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12859' column='1'/>\r
-      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12859' column='1'/>\r
-      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12859' column='1'/>\r
+    <function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='12942' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>\r
+      <parameter type-id='type-id-4' name='s' filepath='Objects/unicodeobject.c' line='12942' column='1'/>\r
+      <parameter type-id='type-id-4' name='sep' filepath='Objects/unicodeobject.c' line='12942' column='1'/>\r
+      <parameter type-id='type-id-7' name='maxsplit' filepath='Objects/unicodeobject.c' line='12942' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>\r
-      <parameter type-id='type-id-330' name='writer' filepath='Objects/unicodeobject.c' line='13374' column='1'/>\r
-      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='13375' column='1'/>\r
+    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>\r
+      <parameter type-id='type-id-327' name='writer' filepath='Objects/unicodeobject.c' line='13457' column='1'/>\r
+      <parameter type-id='type-id-5' name='kind' filepath='Objects/unicodeobject.c' line='13458' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13440' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>\r
-      <parameter type-id='type-id-330' name='writer' filepath='Objects/unicodeobject.c' line='13440' column='1'/>\r
-      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='13440' column='1'/>\r
-      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='13441' column='1'/>\r
-      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='13441' column='1'/>\r
+    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>\r
+      <parameter type-id='type-id-327' name='writer' filepath='Objects/unicodeobject.c' line='13523' column='1'/>\r
+      <parameter type-id='type-id-4' name='str' filepath='Objects/unicodeobject.c' line='13523' column='1'/>\r
+      <parameter type-id='type-id-7' name='start' filepath='Objects/unicodeobject.c' line='13524' column='1'/>\r
+      <parameter type-id='type-id-7' name='end' filepath='Objects/unicodeobject.c' line='13524' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='13532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>\r
-      <parameter type-id='type-id-330' name='writer' filepath='Objects/unicodeobject.c' line='13532' column='1'/>\r
-      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='13533' column='1'/>\r
-      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='13533' column='1'/>\r
+    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='13615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>\r
+      <parameter type-id='type-id-327' name='writer' filepath='Objects/unicodeobject.c' line='13615' column='1'/>\r
+      <parameter type-id='type-id-6' name='str' filepath='Objects/unicodeobject.c' line='13616' column='1'/>\r
+      <parameter type-id='type-id-7' name='len' filepath='Objects/unicodeobject.c' line='13616' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='14684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>\r
-      <parameter type-id='type-id-4' name='format' filepath='Objects/unicodeobject.c' line='14684' column='1'/>\r
-      <parameter type-id='type-id-4' name='args' filepath='Objects/unicodeobject.c' line='14684' column='1'/>\r
+    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='14767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>\r
+      <parameter type-id='type-id-4' name='format' filepath='Objects/unicodeobject.c' line='14767' column='1'/>\r
+      <parameter type-id='type-id-4' name='args' filepath='Objects/unicodeobject.c' line='14767' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_ExactDealloc' mangled-name='_PyUnicode_ExactDealloc' filepath='Objects/unicodeobject.c' line='14938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ExactDealloc'>\r
-      <parameter type-id='type-id-4' name='op' filepath='Objects/unicodeobject.c' line='14938' column='1'/>\r
+    <function-decl name='_PyUnicode_ExactDealloc' mangled-name='_PyUnicode_ExactDealloc' filepath='Objects/unicodeobject.c' line='15021' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ExactDealloc'>\r
+      <parameter type-id='type-id-4' name='op' filepath='Objects/unicodeobject.c' line='15021' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InternInPlace' mangled-name='_PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternInPlace'>\r
-      <parameter type-id='type-id-28' name='interp' filepath='Objects/unicodeobject.c' line='15292' column='1'/>\r
-      <parameter type-id='type-id-238' name='p' filepath='Objects/unicodeobject.c' line='15292' column='1'/>\r
+    <function-decl name='_PyUnicode_InternInPlace' mangled-name='_PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternInPlace'>\r
+      <parameter type-id='type-id-28' name='interp' filepath='Objects/unicodeobject.c' line='15375' column='1'/>\r
+      <parameter type-id='type-id-235' name='p' filepath='Objects/unicodeobject.c' line='15375' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>\r
-      <parameter type-id='type-id-238' name='p' filepath='Objects/unicodeobject.c' line='15299' column='1'/>\r
+    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15382' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>\r
+      <parameter type-id='type-id-235' name='p' filepath='Objects/unicodeobject.c' line='15382' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='15308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>\r
-      <parameter type-id='type-id-238' name='p' filepath='Objects/unicodeobject.c' line='15308' column='1'/>\r
+    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='15391' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>\r
+      <parameter type-id='type-id-235' name='p' filepath='Objects/unicodeobject.c' line='15391' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='15905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>\r
+    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='15988' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-535'>\r
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-533'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_PyStatus_TYPE_OK' value='0'/>\r
       <enumerator name='_PyStatus_TYPE_ERROR' value='1'/>\r
       <enumerator name='_PyStatus_TYPE_EXIT' value='2'/>\r
     </enum-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/unionobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_PyUnion_Type' type-id='type-id-266' mangled-name='_PyUnion_Type' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='12' column='1' elf-symbol-id='_PyUnion_Type'/>\r
+  <abi-instr address-size='64' path='Objects/unionobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_PyUnion_Type' type-id='type-id-263' mangled-name='_PyUnion_Type' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='12' column='1' elf-symbol-id='_PyUnion_Type'/>\r
     <function-decl name='_Py_subs_parameters' filepath='./Include/internal/pycore_unionobject.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyWeakReference' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='8' column='1' id='type-id-548'>\r
+  <abi-instr address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <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-546'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='wr_object' type-id='type-id-4' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='15' column='1'/>\r
         <var-decl name='wr_callback' type-id='type-id-4' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='18' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='hash' type-id='type-id-301' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='23' column='1'/>\r
+        <var-decl name='hash' type-id='type-id-298' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='23' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='wr_prev' type-id='type-id-549' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>\r
+        <var-decl name='wr_prev' type-id='type-id-547' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='wr_next' type-id='type-id-549' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='31' column='1'/>\r
+        <var-decl name='wr_next' type-id='type-id-547' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='vectorcall' type-id='type-id-309' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>\r
+        <var-decl name='vectorcall' type-id='type-id-306' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyWeakReference' type-id='type-id-548' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-550'/>\r
-    <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-549'/>\r
-    <var-decl name='_PyWeakref_RefType' type-id='type-id-266' mangled-name='_PyWeakref_RefType' visibility='default' filepath='./Include/weakrefobject.h' line='11' column='1' elf-symbol-id='_PyWeakref_RefType'/>\r
-    <var-decl name='_PyWeakref_ProxyType' type-id='type-id-266' mangled-name='_PyWeakref_ProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='12' column='1' elf-symbol-id='_PyWeakref_ProxyType'/>\r
-    <var-decl name='_PyWeakref_CallableProxyType' type-id='type-id-266' mangled-name='_PyWeakref_CallableProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='13' column='1' elf-symbol-id='_PyWeakref_CallableProxyType'/>\r
+    <typedef-decl name='PyWeakReference' type-id='type-id-546' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-548'/>\r
+    <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-547'/>\r
+    <var-decl name='_PyWeakref_RefType' type-id='type-id-263' mangled-name='_PyWeakref_RefType' visibility='default' filepath='./Include/weakrefobject.h' line='11' column='1' elf-symbol-id='_PyWeakref_RefType'/>\r
+    <var-decl name='_PyWeakref_ProxyType' type-id='type-id-263' mangled-name='_PyWeakref_ProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='12' column='1' elf-symbol-id='_PyWeakref_ProxyType'/>\r
+    <var-decl name='_PyWeakref_CallableProxyType' type-id='type-id-263' mangled-name='_PyWeakref_CallableProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='13' column='1' elf-symbol-id='_PyWeakref_CallableProxyType'/>\r
     <function-decl name='_PyWeakref_ClearRef' mangled-name='_PyWeakref_ClearRef' filepath='Objects/weakrefobject.c' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_ClearRef'>\r
-      <parameter type-id='type-id-549' name='self' filepath='Objects/weakrefobject.c' line='131' column='1'/>\r
+      <parameter type-id='type-id-547' name='self' filepath='Objects/weakrefobject.c' line='131' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyWeakref_NewProxy' mangled-name='PyWeakref_NewProxy' filepath='Objects/weakrefobject.c' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_NewProxy'>\r
     </function-decl>\r
     <function-decl name='PyWeakref_GetRef' mangled-name='PyWeakref_GetRef' filepath='Objects/weakrefobject.c' line='932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_GetRef'>\r
       <parameter type-id='type-id-4' name='ref' filepath='Objects/weakrefobject.c' line='932' column='1'/>\r
-      <parameter type-id='type-id-238' name='pobj' filepath='Objects/weakrefobject.c' line='932' column='1'/>\r
+      <parameter type-id='type-id-235' name='pobj' filepath='Objects/weakrefobject.c' line='932' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyWeakref_GetObject' mangled-name='PyWeakref_GetObject' filepath='Objects/weakrefobject.c' line='950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWeakref_GetObject'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/action_helpers.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Parser/action_helpers.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-549' size-in-bits='64' id='type-id-550'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
+    </array-type-def>\r
     <array-type-def dimensions='1' type-id='type-id-551' size-in-bits='64' id='type-id-552'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
     <array-type-def dimensions='1' type-id='type-id-553' size-in-bits='64' id='type-id-554'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
     <array-type-def dimensions='1' type-id='type-id-555' size-in-bits='64' id='type-id-556'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
     <array-type-def dimensions='1' type-id='type-id-557' size-in-bits='64' id='type-id-558'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
     <array-type-def dimensions='1' type-id='type-id-559' size-in-bits='64' id='type-id-560'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
     <array-type-def dimensions='1' type-id='type-id-561' size-in-bits='64' id='type-id-562'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-563' size-in-bits='64' id='type-id-564'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-30' size-in-bits='64' id='type-id-563'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-30' size-in-bits='64' id='type-id-565'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-564' size-in-bits='64' id='type-id-565'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-566' size-in-bits='64' id='type-id-567'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
-    </array-type-def>\r
-    <class-decl name='_PyUnicodeWriter' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-568' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='449' column='1' id='type-id-569'>\r
+    <class-decl name='_PyUnicodeWriter' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-566' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='449' column='1' id='type-id-567'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='buffer' type-id='type-id-4' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='450' column='1'/>\r
       </data-member>\r
         <var-decl name='kind' type-id='type-id-5' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='452' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160'>\r
-        <var-decl name='maxchar' type-id='type-id-259' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='453' column='1'/>\r
+        <var-decl name='maxchar' type-id='type-id-256' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='453' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='454' column='1'/>\r
         <var-decl name='min_length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='458' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='min_char' type-id='type-id-259' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='461' column='1'/>\r
+        <var-decl name='min_char' type-id='type-id-256' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='461' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='416'>\r
-        <var-decl name='overallocate' type-id='type-id-91' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='464' column='1'/>\r
+        <var-decl name='overallocate' type-id='type-id-89' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='464' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='424'>\r
-        <var-decl name='readonly' type-id='type-id-91' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='468' column='1'/>\r
+        <var-decl name='readonly' type-id='type-id-89' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='468' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyUnicodeWriter' type-id='type-id-569' filepath='./Include/cpython/unicodeobject.h' line='469' column='1' id='type-id-568'/>\r
-    <class-decl name='asdl_generic_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-570' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='32' column='1' id='type-id-571'>\r
+    <typedef-decl name='_PyUnicodeWriter' type-id='type-id-567' filepath='./Include/cpython/unicodeobject.h' line='469' column='1' id='type-id-566'/>\r
+    <class-decl name='asdl_generic_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-568' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='32' column='1' id='type-id-569'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-565' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='34' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-563' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='34' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_generic_seq' type-id='type-id-571' filepath='./Include/internal/pycore_asdl.h' line='35' column='1' id='type-id-570'/>\r
-    <class-decl name='asdl_identifier_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-572' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='37' column='1' id='type-id-573'>\r
+    <typedef-decl name='asdl_generic_seq' type-id='type-id-569' filepath='./Include/internal/pycore_asdl.h' line='35' column='1' id='type-id-568'/>\r
+    <class-decl name='asdl_identifier_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-570' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='37' column='1' id='type-id-571'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_identifier_seq' type-id='type-id-573' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-572'/>\r
-    <typedef-decl name='mod_ty' type-id='type-id-574' filepath='./Include/internal/pycore_ast.h' line='15' column='1' id='type-id-575'/>\r
-    <typedef-decl name='stmt_ty' type-id='type-id-576' filepath='./Include/internal/pycore_ast.h' line='17' column='1' id='type-id-559'/>\r
-    <typedef-decl name='excepthandler_ty' type-id='type-id-577' filepath='./Include/internal/pycore_ast.h' line='36' column='1' id='type-id-553'/>\r
-    <typedef-decl name='alias_ty' type-id='type-id-578' filepath='./Include/internal/pycore_ast.h' line='44' column='1' id='type-id-551'/>\r
-    <typedef-decl name='withitem_ty' type-id='type-id-579' filepath='./Include/internal/pycore_ast.h' line='46' column='1' id='type-id-566'/>\r
-    <typedef-decl name='match_case_ty' type-id='type-id-580' filepath='./Include/internal/pycore_ast.h' line='48' column='1' id='type-id-555'/>\r
-    <typedef-decl name='pattern_ty' type-id='type-id-581' filepath='./Include/internal/pycore_ast.h' line='50' column='1' id='type-id-557'/>\r
-    <typedef-decl name='type_ignore_ty' type-id='type-id-582' filepath='./Include/internal/pycore_ast.h' line='52' column='1' id='type-id-561'/>\r
-    <typedef-decl name='type_param_ty' type-id='type-id-583' filepath='./Include/internal/pycore_ast.h' line='54' column='1' id='type-id-563'/>\r
-    <class-decl name='asdl_stmt_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-584' visibility='default' filepath='./Include/internal/pycore_ast.h' line='64' column='1' id='type-id-585'>\r
+    <typedef-decl name='asdl_identifier_seq' type-id='type-id-571' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-570'/>\r
+    <typedef-decl name='mod_ty' type-id='type-id-572' filepath='./Include/internal/pycore_ast.h' line='15' column='1' id='type-id-573'/>\r
+    <typedef-decl name='stmt_ty' type-id='type-id-574' filepath='./Include/internal/pycore_ast.h' line='17' column='1' id='type-id-557'/>\r
+    <typedef-decl name='excepthandler_ty' type-id='type-id-575' filepath='./Include/internal/pycore_ast.h' line='36' column='1' id='type-id-551'/>\r
+    <typedef-decl name='alias_ty' type-id='type-id-576' filepath='./Include/internal/pycore_ast.h' line='44' column='1' id='type-id-549'/>\r
+    <typedef-decl name='withitem_ty' type-id='type-id-577' filepath='./Include/internal/pycore_ast.h' line='46' column='1' id='type-id-564'/>\r
+    <typedef-decl name='match_case_ty' type-id='type-id-578' filepath='./Include/internal/pycore_ast.h' line='48' column='1' id='type-id-553'/>\r
+    <typedef-decl name='pattern_ty' type-id='type-id-579' filepath='./Include/internal/pycore_ast.h' line='50' column='1' id='type-id-555'/>\r
+    <typedef-decl name='type_ignore_ty' type-id='type-id-580' filepath='./Include/internal/pycore_ast.h' line='52' column='1' id='type-id-559'/>\r
+    <typedef-decl name='type_param_ty' type-id='type-id-581' filepath='./Include/internal/pycore_ast.h' line='54' column='1' id='type-id-561'/>\r
+    <class-decl name='asdl_stmt_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-582' visibility='default' filepath='./Include/internal/pycore_ast.h' line='64' column='1' id='type-id-583'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-560' visibility='default' filepath='./Include/internal/pycore_ast.h' line='66' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-558' visibility='default' filepath='./Include/internal/pycore_ast.h' line='66' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_stmt_seq' type-id='type-id-585' filepath='./Include/internal/pycore_ast.h' line='67' column='1' id='type-id-584'/>\r
-    <class-decl name='asdl_excepthandler_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-586' visibility='default' filepath='./Include/internal/pycore_ast.h' line='86' column='1' id='type-id-587'>\r
+    <typedef-decl name='asdl_stmt_seq' type-id='type-id-583' filepath='./Include/internal/pycore_ast.h' line='67' column='1' id='type-id-582'/>\r
+    <class-decl name='asdl_excepthandler_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-584' visibility='default' filepath='./Include/internal/pycore_ast.h' line='86' column='1' id='type-id-585'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-554' visibility='default' filepath='./Include/internal/pycore_ast.h' line='88' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-552' visibility='default' filepath='./Include/internal/pycore_ast.h' line='88' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_excepthandler_seq' type-id='type-id-587' filepath='./Include/internal/pycore_ast.h' line='89' column='1' id='type-id-586'/>\r
-    <class-decl name='asdl_alias_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-588' visibility='default' filepath='./Include/internal/pycore_ast.h' line='115' column='1' id='type-id-589'>\r
+    <typedef-decl name='asdl_excepthandler_seq' type-id='type-id-585' filepath='./Include/internal/pycore_ast.h' line='89' column='1' id='type-id-584'/>\r
+    <class-decl name='asdl_alias_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-586' visibility='default' filepath='./Include/internal/pycore_ast.h' line='115' column='1' id='type-id-587'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='116' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-552' visibility='default' filepath='./Include/internal/pycore_ast.h' line='117' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-550' visibility='default' filepath='./Include/internal/pycore_ast.h' line='117' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_alias_seq' type-id='type-id-589' filepath='./Include/internal/pycore_ast.h' line='118' column='1' id='type-id-588'/>\r
-    <class-decl name='asdl_withitem_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-590' visibility='default' filepath='./Include/internal/pycore_ast.h' line='122' column='1' id='type-id-591'>\r
+    <typedef-decl name='asdl_alias_seq' type-id='type-id-587' filepath='./Include/internal/pycore_ast.h' line='118' column='1' id='type-id-586'/>\r
+    <class-decl name='asdl_withitem_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-588' visibility='default' filepath='./Include/internal/pycore_ast.h' line='122' column='1' id='type-id-589'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-567' visibility='default' filepath='./Include/internal/pycore_ast.h' line='124' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-565' visibility='default' filepath='./Include/internal/pycore_ast.h' line='124' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_withitem_seq' type-id='type-id-591' filepath='./Include/internal/pycore_ast.h' line='125' column='1' id='type-id-590'/>\r
-    <class-decl name='asdl_match_case_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-592' visibility='default' filepath='./Include/internal/pycore_ast.h' line='129' column='1' id='type-id-593'>\r
+    <typedef-decl name='asdl_withitem_seq' type-id='type-id-589' filepath='./Include/internal/pycore_ast.h' line='125' column='1' id='type-id-588'/>\r
+    <class-decl name='asdl_match_case_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-590' visibility='default' filepath='./Include/internal/pycore_ast.h' line='129' column='1' id='type-id-591'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='130' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-556' visibility='default' filepath='./Include/internal/pycore_ast.h' line='131' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-554' visibility='default' filepath='./Include/internal/pycore_ast.h' line='131' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_match_case_seq' type-id='type-id-593' filepath='./Include/internal/pycore_ast.h' line='132' column='1' id='type-id-592'/>\r
-    <class-decl name='asdl_pattern_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-594' visibility='default' filepath='./Include/internal/pycore_ast.h' line='137' column='1' id='type-id-595'>\r
+    <typedef-decl name='asdl_match_case_seq' type-id='type-id-591' filepath='./Include/internal/pycore_ast.h' line='132' column='1' id='type-id-590'/>\r
+    <class-decl name='asdl_pattern_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-592' visibility='default' filepath='./Include/internal/pycore_ast.h' line='137' column='1' id='type-id-593'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='138' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-558' visibility='default' filepath='./Include/internal/pycore_ast.h' line='139' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-556' visibility='default' filepath='./Include/internal/pycore_ast.h' line='139' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_pattern_seq' type-id='type-id-595' filepath='./Include/internal/pycore_ast.h' line='140' column='1' id='type-id-594'/>\r
-    <class-decl name='asdl_type_ignore_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_ast.h' line='144' column='1' id='type-id-597'>\r
+    <typedef-decl name='asdl_pattern_seq' type-id='type-id-593' filepath='./Include/internal/pycore_ast.h' line='140' column='1' id='type-id-592'/>\r
+    <class-decl name='asdl_type_ignore_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-594' visibility='default' filepath='./Include/internal/pycore_ast.h' line='144' column='1' id='type-id-595'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='145' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-562' visibility='default' filepath='./Include/internal/pycore_ast.h' line='146' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-560' visibility='default' filepath='./Include/internal/pycore_ast.h' line='146' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_type_ignore_seq' type-id='type-id-597' filepath='./Include/internal/pycore_ast.h' line='147' column='1' id='type-id-596'/>\r
-    <class-decl name='asdl_type_param_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='152' column='1' id='type-id-599'>\r
+    <typedef-decl name='asdl_type_ignore_seq' type-id='type-id-595' filepath='./Include/internal/pycore_ast.h' line='147' column='1' id='type-id-594'/>\r
+    <class-decl name='asdl_type_param_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_ast.h' line='152' column='1' id='type-id-597'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-564' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-562' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_type_param_seq' type-id='type-id-599' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-598'/>\r
-    <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-600'>\r
+    <typedef-decl name='asdl_type_param_seq' type-id='type-id-597' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-596'/>\r
+    <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-598'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='Module_kind' value='1'/>\r
       <enumerator name='Interactive_kind' value='2'/>\r
       <enumerator name='Expression_kind' value='3'/>\r
       <enumerator name='FunctionType_kind' value='4'/>\r
     </enum-decl>\r
-    <class-decl name='_mod' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='163' column='1' id='type-id-601'>\r
+    <class-decl name='_mod' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='163' column='1' id='type-id-599'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-600' visibility='default' filepath='./Include/internal/pycore_ast.h' line='164' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='164' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-602' visibility='default' filepath='./Include/internal/pycore_ast.h' line='184' column='1'/>\r
+        <var-decl name='v' type-id='type-id-600' visibility='default' filepath='./Include/internal/pycore_ast.h' line='184' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='165' column='1' id='type-id-602'>\r
+    <union-decl name='__anonymous_union__4' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='165' column='1' id='type-id-600'>\r
       <data-member access='public'>\r
-        <var-decl name='Module' type-id='type-id-603' visibility='default' filepath='./Include/internal/pycore_ast.h' line='169' column='1'/>\r
+        <var-decl name='Module' type-id='type-id-601' visibility='default' filepath='./Include/internal/pycore_ast.h' line='169' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Interactive' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='173' column='1'/>\r
+        <var-decl name='Interactive' type-id='type-id-602' visibility='default' filepath='./Include/internal/pycore_ast.h' line='173' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Expression' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='177' column='1'/>\r
+        <var-decl name='Expression' type-id='type-id-603' visibility='default' filepath='./Include/internal/pycore_ast.h' line='177' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='FunctionType' type-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='182' column='1'/>\r
+        <var-decl name='FunctionType' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='182' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='166' column='1' id='type-id-603'>\r
+    <class-decl name='__anonymous_struct__37' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='166' column='1' id='type-id-601'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='167' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='167' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='type_ignores' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='168' column='1'/>\r
+        <var-decl name='type_ignores' type-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='168' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__39' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='171' column='1' id='type-id-604'>\r
+    <class-decl name='__anonymous_struct__39' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='171' column='1' id='type-id-602'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='172' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='172' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__40' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='175' column='1' id='type-id-605'>\r
+    <class-decl name='__anonymous_struct__40' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='175' column='1' id='type-id-603'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='body' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='176' column='1'/>\r
+        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='176' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__41' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='179' column='1' id='type-id-606'>\r
+    <class-decl name='__anonymous_struct__41' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='179' column='1' id='type-id-604'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='argtypes' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='180' column='1'/>\r
+        <var-decl name='argtypes' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='180' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='returns' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='181' column='1'/>\r
+        <var-decl name='returns' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='181' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-611'>\r
+    <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-609'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='FunctionDef_kind' value='1'/>\r
       <enumerator name='AsyncFunctionDef_kind' value='2'/>\r
       <enumerator name='Break_kind' value='27'/>\r
       <enumerator name='Continue_kind' value='28'/>\r
     </enum-decl>\r
-    <class-decl name='_stmt' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='196' column='1' id='type-id-612'>\r
+    <class-decl name='_stmt' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='196' column='1' id='type-id-610'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-611' visibility='default' filepath='./Include/internal/pycore_ast.h' line='197' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='197' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='352' column='1'/>\r
+        <var-decl name='v' type-id='type-id-611' visibility='default' filepath='./Include/internal/pycore_ast.h' line='352' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='353' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='356' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__1' size-in-bits='448' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='198' column='1' id='type-id-613'>\r
+    <union-decl name='__anonymous_union__' size-in-bits='448' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='198' column='1' id='type-id-611'>\r
       <data-member access='public'>\r
-        <var-decl name='FunctionDef' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='207' column='1'/>\r
+        <var-decl name='FunctionDef' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='207' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='AsyncFunctionDef' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='217' column='1'/>\r
+        <var-decl name='AsyncFunctionDef' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='217' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='ClassDef' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='226' column='1'/>\r
+        <var-decl name='ClassDef' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='226' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Return' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='230' column='1'/>\r
+        <var-decl name='Return' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='230' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Delete' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='234' column='1'/>\r
+        <var-decl name='Delete' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='234' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Assign' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='240' column='1'/>\r
+        <var-decl name='Assign' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='240' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='TypeAlias' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='246' column='1'/>\r
+        <var-decl name='TypeAlias' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='246' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='AugAssign' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='252' column='1'/>\r
+        <var-decl name='AugAssign' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='252' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='AnnAssign' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='259' column='1'/>\r
+        <var-decl name='AnnAssign' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='259' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='For' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='267' column='1'/>\r
+        <var-decl name='For' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='267' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='AsyncFor' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='275' column='1'/>\r
+        <var-decl name='AsyncFor' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='275' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='While' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='281' column='1'/>\r
+        <var-decl name='While' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='281' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='If' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='287' column='1'/>\r
+        <var-decl name='If' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='287' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='With' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='293' column='1'/>\r
+        <var-decl name='With' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='293' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='AsyncWith' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='299' column='1'/>\r
+        <var-decl name='AsyncWith' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='299' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Match' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='304' column='1'/>\r
+        <var-decl name='Match' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='304' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Raise' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='309' column='1'/>\r
+        <var-decl name='Raise' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='309' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Try' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='316' column='1'/>\r
+        <var-decl name='Try' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='316' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='TryStar' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='323' column='1'/>\r
+        <var-decl name='TryStar' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='323' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Assert' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='328' column='1'/>\r
+        <var-decl name='Assert' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='328' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Import' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='332' column='1'/>\r
+        <var-decl name='Import' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='332' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='ImportFrom' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='338' column='1'/>\r
+        <var-decl name='ImportFrom' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='338' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Global' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='342' column='1'/>\r
+        <var-decl name='Global' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='342' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Nonlocal' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='346' column='1'/>\r
+        <var-decl name='Nonlocal' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='346' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Expr' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='350' column='1'/>\r
+        <var-decl name='Expr' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='350' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__2' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='199' column='1' id='type-id-614'>\r
+    <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='199' column='1' id='type-id-612'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='200' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='200' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='args' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='201' column='1'/>\r
+        <var-decl name='args' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='201' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='202' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='202' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='decorator_list' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='203' column='1'/>\r
+        <var-decl name='decorator_list' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='203' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='returns' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='204' column='1'/>\r
+        <var-decl name='returns' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='204' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='type_comment' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='205' column='1'/>\r
+        <var-decl name='type_comment' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='205' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='type_params' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='206' column='1'/>\r
+        <var-decl name='type_params' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='206' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__6' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='219' column='1' id='type-id-615'>\r
+    <class-decl name='__anonymous_struct__5' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='219' column='1' id='type-id-613'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='220' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='220' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='bases' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='221' column='1'/>\r
+        <var-decl name='bases' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='221' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='keywords' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='222' column='1'/>\r
+        <var-decl name='keywords' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='222' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='223' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='223' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='decorator_list' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='224' column='1'/>\r
+        <var-decl name='decorator_list' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='224' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='type_params' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='225' column='1'/>\r
+        <var-decl name='type_params' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='225' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__8' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='232' column='1' id='type-id-617'>\r
+    <class-decl name='__anonymous_struct__7' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='232' column='1' id='type-id-615'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='targets' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='233' column='1'/>\r
+        <var-decl name='targets' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='233' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__9' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='236' column='1' id='type-id-618'>\r
+    <class-decl name='__anonymous_struct__8' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='236' column='1' id='type-id-616'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='targets' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='237' column='1'/>\r
+        <var-decl name='targets' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='237' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='238' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='238' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='type_comment' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='239' column='1'/>\r
+        <var-decl name='type_comment' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='239' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__10' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='242' column='1' id='type-id-619'>\r
+    <class-decl name='__anonymous_struct__9' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='242' column='1' id='type-id-617'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='243' column='1'/>\r
+        <var-decl name='name' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='243' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='type_params' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='244' column='1'/>\r
+        <var-decl name='type_params' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='244' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='245' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='245' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__11' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='248' column='1' id='type-id-620'>\r
+    <class-decl name='__anonymous_struct__10' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='248' column='1' id='type-id-618'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='target' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='249' column='1'/>\r
+        <var-decl name='target' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='249' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='op' type-id='type-id-637' visibility='default' filepath='./Include/internal/pycore_ast.h' line='250' column='1'/>\r
+        <var-decl name='op' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='250' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='251' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='251' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__12' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='254' column='1' id='type-id-621'>\r
+    <class-decl name='__anonymous_struct__11' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='254' column='1' id='type-id-619'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='target' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='255' column='1'/>\r
+        <var-decl name='target' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='255' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='annotation' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='256' column='1'/>\r
+        <var-decl name='annotation' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='256' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='257' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='257' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='simple' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='258' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__13' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='261' column='1' id='type-id-622'>\r
+    <class-decl name='__anonymous_struct__12' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='261' column='1' id='type-id-620'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='target' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='262' column='1'/>\r
+        <var-decl name='target' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='262' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='iter' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='263' column='1'/>\r
+        <var-decl name='iter' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='263' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='264' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='264' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='265' column='1'/>\r
+        <var-decl name='orelse' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='265' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='type_comment' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='266' column='1'/>\r
+        <var-decl name='type_comment' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='266' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__15' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='277' column='1' id='type-id-623'>\r
+    <class-decl name='__anonymous_struct__14' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='277' column='1' id='type-id-621'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='test' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='278' column='1'/>\r
+        <var-decl name='test' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='278' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='279' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='279' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='280' column='1'/>\r
+        <var-decl name='orelse' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='280' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__17' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='289' column='1' id='type-id-624'>\r
+    <class-decl name='__anonymous_struct__16' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='289' column='1' id='type-id-622'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-638' visibility='default' filepath='./Include/internal/pycore_ast.h' line='290' column='1'/>\r
+        <var-decl name='items' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='290' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='291' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='291' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='type_comment' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='292' column='1'/>\r
+        <var-decl name='type_comment' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='292' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__19' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='301' column='1' id='type-id-625'>\r
+    <class-decl name='__anonymous_struct__18' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='301' column='1' id='type-id-623'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='subject' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='302' column='1'/>\r
+        <var-decl name='subject' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='302' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='cases' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='303' column='1'/>\r
+        <var-decl name='cases' type-id='type-id-637' visibility='default' filepath='./Include/internal/pycore_ast.h' line='303' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__28' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='306' column='1' id='type-id-626'>\r
+    <class-decl name='__anonymous_struct__27' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='306' column='1' id='type-id-624'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='exc' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='307' column='1'/>\r
+        <var-decl name='exc' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='307' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='cause' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='308' column='1'/>\r
+        <var-decl name='cause' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='308' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__29' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='311' column='1' id='type-id-627'>\r
+    <class-decl name='__anonymous_struct__28' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='311' column='1' id='type-id-625'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='312' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='312' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='handlers' type-id='type-id-640' visibility='default' filepath='./Include/internal/pycore_ast.h' line='313' column='1'/>\r
+        <var-decl name='handlers' type-id='type-id-638' visibility='default' filepath='./Include/internal/pycore_ast.h' line='313' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='314' column='1'/>\r
+        <var-decl name='orelse' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='314' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='finalbody' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='315' column='1'/>\r
+        <var-decl name='finalbody' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='315' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__32' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='325' column='1' id='type-id-628'>\r
+    <class-decl name='__anonymous_struct__31' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='325' column='1' id='type-id-626'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='test' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='326' column='1'/>\r
+        <var-decl name='test' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='326' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='msg' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='327' column='1'/>\r
+        <var-decl name='msg' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='327' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__33' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='330' column='1' id='type-id-629'>\r
+    <class-decl name='__anonymous_struct__32' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='330' column='1' id='type-id-627'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='names' type-id='type-id-641' visibility='default' filepath='./Include/internal/pycore_ast.h' line='331' column='1'/>\r
+        <var-decl name='names' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='331' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__34' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='334' column='1' id='type-id-630'>\r
+    <class-decl name='__anonymous_struct__33' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='334' column='1' id='type-id-628'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='module' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='335' column='1'/>\r
+        <var-decl name='module' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='335' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='names' type-id='type-id-641' visibility='default' filepath='./Include/internal/pycore_ast.h' line='336' column='1'/>\r
+        <var-decl name='names' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='336' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='level' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='337' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__35' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='340' column='1' id='type-id-631'>\r
+    <class-decl name='__anonymous_struct__34' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='340' column='1' id='type-id-629'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='names' type-id='type-id-642' visibility='default' filepath='./Include/internal/pycore_ast.h' line='341' column='1'/>\r
+        <var-decl name='names' type-id='type-id-640' visibility='default' filepath='./Include/internal/pycore_ast.h' line='341' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='523' column='1' id='type-id-643'>\r
+    <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='523' column='1' id='type-id-641'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='ExceptHandler_kind' value='1'/>\r
     </enum-decl>\r
-    <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1' id='type-id-644'>\r
+    <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1' id='type-id-642'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-643' visibility='default' filepath='./Include/internal/pycore_ast.h' line='525' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-641' visibility='default' filepath='./Include/internal/pycore_ast.h' line='525' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-645' visibility='default' filepath='./Include/internal/pycore_ast.h' line='533' column='1'/>\r
+        <var-decl name='v' type-id='type-id-643' visibility='default' filepath='./Include/internal/pycore_ast.h' line='533' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='534' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='537' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__4' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='526' column='1' id='type-id-645'>\r
+    <union-decl name='__anonymous_union__3' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='526' column='1' id='type-id-643'>\r
       <data-member access='public'>\r
-        <var-decl name='ExceptHandler' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='531' column='1'/>\r
+        <var-decl name='ExceptHandler' type-id='type-id-644' visibility='default' filepath='./Include/internal/pycore_ast.h' line='531' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__31' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='527' column='1' id='type-id-646'>\r
+    <class-decl name='__anonymous_struct__30' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='527' column='1' id='type-id-644'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='type' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='528' column='1'/>\r
+        <var-decl name='type' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='528' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='529' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='529' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='530' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='530' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_alias' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='569' column='1' id='type-id-647'>\r
+    <class-decl name='_alias' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='569' column='1' id='type-id-645'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='570' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='570' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='asname' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='571' column='1'/>\r
+        <var-decl name='asname' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='571' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='572' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='575' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_withitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='578' column='1' id='type-id-648'>\r
+    <class-decl name='_withitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='578' column='1' id='type-id-646'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='context_expr' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='579' column='1'/>\r
+        <var-decl name='context_expr' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='579' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='optional_vars' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='580' column='1'/>\r
+        <var-decl name='optional_vars' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='580' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_match_case' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='583' column='1' id='type-id-649'>\r
+    <class-decl name='_match_case' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='583' column='1' id='type-id-647'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='pattern' type-id='type-id-557' visibility='default' filepath='./Include/internal/pycore_ast.h' line='584' column='1'/>\r
+        <var-decl name='pattern' type-id='type-id-555' visibility='default' filepath='./Include/internal/pycore_ast.h' line='584' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='guard' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='585' column='1'/>\r
+        <var-decl name='guard' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='585' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='586' column='1'/>\r
+        <var-decl name='body' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='586' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='589' column='1' id='type-id-650'>\r
+    <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='589' column='1' id='type-id-648'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='MatchValue_kind' value='1'/>\r
       <enumerator name='MatchSingleton_kind' value='2'/>\r
       <enumerator name='MatchAs_kind' value='7'/>\r
       <enumerator name='MatchOr_kind' value='8'/>\r
     </enum-decl>\r
-    <class-decl name='_pattern' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='593' column='1' id='type-id-651'>\r
+    <class-decl name='_pattern' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='593' column='1' id='type-id-649'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-650' visibility='default' filepath='./Include/internal/pycore_ast.h' line='594' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-648' visibility='default' filepath='./Include/internal/pycore_ast.h' line='594' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='634' column='1'/>\r
+        <var-decl name='v' type-id='type-id-650' visibility='default' filepath='./Include/internal/pycore_ast.h' line='634' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='635' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='638' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__3' size-in-bits='256' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='595' column='1' id='type-id-652'>\r
+    <union-decl name='__anonymous_union__2' size-in-bits='256' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='595' column='1' id='type-id-650'>\r
       <data-member access='public'>\r
-        <var-decl name='MatchValue' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='598' column='1'/>\r
+        <var-decl name='MatchValue' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='598' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchSingleton' type-id='type-id-653' visibility='default' filepath='./Include/internal/pycore_ast.h' line='602' column='1'/>\r
+        <var-decl name='MatchSingleton' type-id='type-id-651' visibility='default' filepath='./Include/internal/pycore_ast.h' line='602' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchSequence' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='606' column='1'/>\r
+        <var-decl name='MatchSequence' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='606' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchMapping' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='612' column='1'/>\r
+        <var-decl name='MatchMapping' type-id='type-id-653' visibility='default' filepath='./Include/internal/pycore_ast.h' line='612' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchClass' type-id='type-id-656' visibility='default' filepath='./Include/internal/pycore_ast.h' line='619' column='1'/>\r
+        <var-decl name='MatchClass' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='619' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchStar' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='623' column='1'/>\r
+        <var-decl name='MatchStar' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='623' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchAs' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='628' column='1'/>\r
+        <var-decl name='MatchAs' type-id='type-id-656' visibility='default' filepath='./Include/internal/pycore_ast.h' line='628' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='MatchOr' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='632' column='1'/>\r
+        <var-decl name='MatchOr' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='632' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__22' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='600' column='1' id='type-id-653'>\r
+    <class-decl name='__anonymous_struct__21' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='600' column='1' id='type-id-651'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='601' column='1'/>\r
+        <var-decl name='value' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='601' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__23' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='604' column='1' id='type-id-654'>\r
+    <class-decl name='__anonymous_struct__22' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='604' column='1' id='type-id-652'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='patterns' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='605' column='1'/>\r
+        <var-decl name='patterns' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='605' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__24' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='608' column='1' id='type-id-655'>\r
+    <class-decl name='__anonymous_struct__23' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='608' column='1' id='type-id-653'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='keys' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='609' column='1'/>\r
+        <var-decl name='keys' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='609' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='patterns' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='610' column='1'/>\r
+        <var-decl name='patterns' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='610' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='rest' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='611' column='1'/>\r
+        <var-decl name='rest' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='611' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__25' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='614' column='1' id='type-id-656'>\r
+    <class-decl name='__anonymous_struct__24' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='614' column='1' id='type-id-654'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='cls' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='615' column='1'/>\r
+        <var-decl name='cls' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='615' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='patterns' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='616' column='1'/>\r
+        <var-decl name='patterns' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='616' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='kwd_attrs' type-id='type-id-642' visibility='default' filepath='./Include/internal/pycore_ast.h' line='617' column='1'/>\r
+        <var-decl name='kwd_attrs' type-id='type-id-640' visibility='default' filepath='./Include/internal/pycore_ast.h' line='617' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='kwd_patterns' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='618' column='1'/>\r
+        <var-decl name='kwd_patterns' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='618' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__26' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='621' column='1' id='type-id-657'>\r
+    <class-decl name='__anonymous_struct__25' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='621' column='1' id='type-id-655'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='622' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='622' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__27' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='625' column='1' id='type-id-658'>\r
+    <class-decl name='__anonymous_struct__26' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='625' column='1' id='type-id-656'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='pattern' type-id='type-id-557' visibility='default' filepath='./Include/internal/pycore_ast.h' line='626' column='1'/>\r
+        <var-decl name='pattern' type-id='type-id-555' visibility='default' filepath='./Include/internal/pycore_ast.h' line='626' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='627' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='627' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='641' column='1' id='type-id-661'>\r
+    <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='641' column='1' id='type-id-659'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='TypeIgnore_kind' value='1'/>\r
     </enum-decl>\r
-    <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='642' column='1' id='type-id-662'>\r
+    <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='642' column='1' id='type-id-660'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-661' visibility='default' filepath='./Include/internal/pycore_ast.h' line='643' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='643' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='650' column='1'/>\r
+        <var-decl name='v' type-id='type-id-661' visibility='default' filepath='./Include/internal/pycore_ast.h' line='650' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__5' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='644' column='1' id='type-id-663'>\r
+    <union-decl name='__anonymous_union__5' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='644' column='1' id='type-id-661'>\r
       <data-member access='public'>\r
-        <var-decl name='TypeIgnore' type-id='type-id-664' visibility='default' filepath='./Include/internal/pycore_ast.h' line='648' column='1'/>\r
+        <var-decl name='TypeIgnore' type-id='type-id-662' visibility='default' filepath='./Include/internal/pycore_ast.h' line='648' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__39' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='645' column='1' id='type-id-664'>\r
+    <class-decl name='__anonymous_struct__39' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='645' column='1' id='type-id-662'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='646' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tag' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='647' column='1'/>\r
+        <var-decl name='tag' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='647' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_type_param_kind' filepath='./Include/internal/pycore_ast.h' line='653' column='1' id='type-id-665'>\r
+    <enum-decl name='_type_param_kind' filepath='./Include/internal/pycore_ast.h' line='653' column='1' id='type-id-663'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='TypeVar_kind' value='1'/>\r
       <enumerator name='ParamSpec_kind' value='2'/>\r
       <enumerator name='TypeVarTuple_kind' value='3'/>\r
     </enum-decl>\r
-    <class-decl name='_type_param' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='654' column='1' id='type-id-666'>\r
+    <class-decl name='_type_param' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='654' column='1' id='type-id-664'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='655' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='655' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='673' column='1'/>\r
+        <var-decl name='v' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='673' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='674' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='677' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__2' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='656' column='1' id='type-id-667'>\r
+    <union-decl name='__anonymous_union__1' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='656' column='1' id='type-id-665'>\r
       <data-member access='public'>\r
-        <var-decl name='TypeVar' type-id='type-id-668' visibility='default' filepath='./Include/internal/pycore_ast.h' line='661' column='1'/>\r
+        <var-decl name='TypeVar' type-id='type-id-666' visibility='default' filepath='./Include/internal/pycore_ast.h' line='661' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='ParamSpec' type-id='type-id-669' visibility='default' filepath='./Include/internal/pycore_ast.h' line='666' column='1'/>\r
+        <var-decl name='ParamSpec' type-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='666' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='TypeVarTuple' type-id='type-id-669' visibility='default' filepath='./Include/internal/pycore_ast.h' line='671' column='1'/>\r
+        <var-decl name='TypeVarTuple' type-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='671' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__3' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='657' column='1' id='type-id-668'>\r
+    <class-decl name='__anonymous_struct__2' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='657' column='1' id='type-id-666'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='658' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='658' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='bound' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='659' column='1'/>\r
+        <var-decl name='bound' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='659' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='default_value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='660' column='1'/>\r
+        <var-decl name='default_value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='660' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__4' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='663' column='1' id='type-id-669'>\r
+    <class-decl name='__anonymous_struct__3' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='663' column='1' id='type-id-667'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='664' column='1'/>\r
+        <var-decl name='name' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='664' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='default_value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='665' column='1'/>\r
+        <var-decl name='default_value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='665' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-330'/>\r
+    <pointer-type-def type-id='type-id-566' size-in-bits='64' id='type-id-327'/>\r
+    <pointer-type-def type-id='type-id-645' size-in-bits='64' id='type-id-576'/>\r
+    <pointer-type-def type-id='type-id-642' size-in-bits='64' id='type-id-575'/>\r
     <pointer-type-def type-id='type-id-647' size-in-bits='64' id='type-id-578'/>\r
-    <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-577'/>\r
-    <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-580'/>\r
-    <pointer-type-def type-id='type-id-601' size-in-bits='64' id='type-id-574'/>\r
-    <pointer-type-def type-id='type-id-651' size-in-bits='64' id='type-id-581'/>\r
-    <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-576'/>\r
-    <pointer-type-def type-id='type-id-662' size-in-bits='64' id='type-id-582'/>\r
-    <pointer-type-def type-id='type-id-666' size-in-bits='64' id='type-id-583'/>\r
-    <pointer-type-def type-id='type-id-648' size-in-bits='64' id='type-id-579'/>\r
-    <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-641'/>\r
-    <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-640'/>\r
-    <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-670'/>\r
-    <pointer-type-def type-id='type-id-572' size-in-bits='64' id='type-id-642'/>\r
-    <pointer-type-def type-id='type-id-592' size-in-bits='64' id='type-id-639'/>\r
-    <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-660'/>\r
-    <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-607'/>\r
-    <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-608'/>\r
-    <pointer-type-def type-id='type-id-598' size-in-bits='64' id='type-id-635'/>\r
-    <pointer-type-def type-id='type-id-590' size-in-bits='64' id='type-id-638'/>\r
-    <class-decl name='tok_state' size-in-bits='138176' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='65' column='1' id='type-id-671'>\r
+    <pointer-type-def type-id='type-id-599' size-in-bits='64' id='type-id-572'/>\r
+    <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-579'/>\r
+    <pointer-type-def type-id='type-id-610' size-in-bits='64' id='type-id-574'/>\r
+    <pointer-type-def type-id='type-id-660' size-in-bits='64' id='type-id-580'/>\r
+    <pointer-type-def type-id='type-id-664' size-in-bits='64' id='type-id-581'/>\r
+    <pointer-type-def type-id='type-id-646' size-in-bits='64' id='type-id-577'/>\r
+    <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-639'/>\r
+    <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-638'/>\r
+    <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-668'/>\r
+    <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-640'/>\r
+    <pointer-type-def type-id='type-id-590' size-in-bits='64' id='type-id-637'/>\r
+    <pointer-type-def type-id='type-id-592' size-in-bits='64' id='type-id-658'/>\r
+    <pointer-type-def type-id='type-id-582' size-in-bits='64' id='type-id-605'/>\r
+    <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-606'/>\r
+    <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-633'/>\r
+    <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-636'/>\r
+    <class-decl name='tok_state' size-in-bits='138176' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='65' column='1' id='type-id-669'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='buf' type-id='type-id-17' visibility='default' filepath='Parser/lexer/state.h' line='68' column='1'/>\r
       </data-member>\r
         <var-decl name='indent' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='indstack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='81' column='1'/>\r
+        <var-decl name='indstack' type-id='type-id-670' visibility='default' filepath='Parser/lexer/state.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3904'>\r
         <var-decl name='atbol' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='82' column='1'/>\r
         <var-decl name='level' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4256'>\r
-        <var-decl name='parenstack' type-id='type-id-673' visibility='default' filepath='Parser/lexer/state.h' line='92' column='1'/>\r
+        <var-decl name='parenstack' type-id='type-id-671' visibility='default' filepath='Parser/lexer/state.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5856'>\r
-        <var-decl name='parenlinenostack' type-id='type-id-674' visibility='default' filepath='Parser/lexer/state.h' line='93' column='1'/>\r
+        <var-decl name='parenlinenostack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='12256'>\r
-        <var-decl name='parencolstack' type-id='type-id-674' visibility='default' filepath='Parser/lexer/state.h' line='94' column='1'/>\r
+        <var-decl name='parencolstack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='18688'>\r
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='Parser/lexer/state.h' line='95' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='18752'>\r
-        <var-decl name='altindstack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='97' column='1'/>\r
+        <var-decl name='altindstack' type-id='type-id-670' visibility='default' filepath='Parser/lexer/state.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='21952'>\r
-        <var-decl name='decoding_state' type-id='type-id-675' visibility='default' filepath='Parser/lexer/state.h' line='99' column='1'/>\r
+        <var-decl name='decoding_state' type-id='type-id-673' visibility='default' filepath='Parser/lexer/state.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='21984'>\r
         <var-decl name='decoding_erred' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='100' column='1'/>\r
         <var-decl name='type_comments' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='114' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22688'>\r
-        <var-decl name='interactive_underflow' type-id='type-id-676' visibility='default' filepath='Parser/lexer/state.h' line='117' column='1'/>\r
+        <var-decl name='interactive_underflow' type-id='type-id-674' visibility='default' filepath='Parser/lexer/state.h' line='117' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22720'>\r
-        <var-decl name='underflow' type-id='type-id-677' visibility='default' filepath='Parser/lexer/state.h' line='118' column='1'/>\r
+        <var-decl name='underflow' type-id='type-id-675' visibility='default' filepath='Parser/lexer/state.h' line='118' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22784'>\r
         <var-decl name='report_warnings' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='120' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22848'>\r
-        <var-decl name='tok_mode_stack' type-id='type-id-678' visibility='default' filepath='Parser/lexer/state.h' line='122' column='1'/>\r
+        <var-decl name='tok_mode_stack' type-id='type-id-676' visibility='default' filepath='Parser/lexer/state.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='138048'>\r
         <var-decl name='tok_mode_stack_index' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='123' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicodeWriter_Init' mangled-name='_PyUnicodeWriter_Init' filepath='./Include/cpython/unicodeobject.h' line='477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Init'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicodeWriter_WriteStr' mangled-name='_PyUnicodeWriter_WriteStr' filepath='./Include/cpython/unicodeobject.h' line='523' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteStr'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicodeWriter_Finish' mangled-name='_PyUnicodeWriter_Finish' filepath='./Include/cpython/unicodeobject.h' line='556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Finish'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicodeWriter_Dealloc' mangled-name='_PyUnicodeWriter_Dealloc' filepath='./Include/cpython/unicodeobject.h' line='560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Dealloc'>\r
-      <parameter type-id='type-id-330'/>\r
+      <parameter type-id='type-id-327'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_generic_seq_new' filepath='./Include/internal/pycore_asdl.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-670'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-668'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_identifier_seq_new' filepath='./Include/internal/pycore_asdl.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-642'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-640'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_int_seq_new' filepath='./Include/internal/pycore_asdl.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-680'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-678'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_expr_seq_new' filepath='./Include/internal/pycore_ast.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-610'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-608'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_arg_seq_new' filepath='./Include/internal/pycore_ast.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-681'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-679'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_keyword_seq_new' filepath='./Include/internal/pycore_ast.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-636'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-634'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_pattern_seq_new' filepath='./Include/internal/pycore_ast.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-660'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-658'/>\r
     </function-decl>\r
     <function-decl name='_Py_asdl_type_ignore_seq_new' filepath='./Include/internal/pycore_ast.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-608'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-606'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Module' filepath='./Include/internal/pycore_ast.h' line='682' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-608'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-575'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-606'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_FunctionDef' filepath='./Include/internal/pycore_ast.h' line='688' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-631'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-633'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-634'/>\r
-      <parameter type-id='type-id-635'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_AsyncFunctionDef' filepath='./Include/internal/pycore_ast.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-631'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-633'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-634'/>\r
-      <parameter type-id='type-id-635'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_ClassDef' filepath='./Include/internal/pycore_ast.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-636'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-635'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-633'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
-    <function-decl name='_PyAST_Call' filepath='./Include/internal/pycore_ast.h' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-636'/>\r
+    <function-decl name='_PyAST_ImportFrom' filepath='./Include/internal/pycore_ast.h' line='757' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-639'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
+    </function-decl>\r
+    <function-decl name='_PyAST_Call' filepath='./Include/internal/pycore_ast.h' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_FormattedValue' filepath='./Include/internal/pycore_ast.h' line='820' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_JoinedStr' filepath='./Include/internal/pycore_ast.h' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Attribute' filepath='./Include/internal/pycore_ast.h' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-680'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Subscript' filepath='./Include/internal/pycore_ast.h' line='831' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-680'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Starred' filepath='./Include/internal/pycore_ast.h' line='834' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-680'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_List' filepath='./Include/internal/pycore_ast.h' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-680'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Tuple' filepath='./Include/internal/pycore_ast.h' line='843' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-680'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_arguments' filepath='./Include/internal/pycore_ast.h' line='856' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-679'/>\r
       <parameter type-id='type-id-681'/>\r
-      <parameter type-id='type-id-681'/>\r
-      <parameter type-id='type-id-683'/>\r
-      <parameter type-id='type-id-681'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-683'/>\r
-      <parameter type-id='type-id-610'/>\r
       <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-633'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-681'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-631'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_arg' filepath='./Include/internal/pycore_ast.h' line='860' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-634'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-683'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-681'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_alias' filepath='./Include/internal/pycore_ast.h' line='866' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-632'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-630'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-551'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-549'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_TypeIgnore' filepath='./Include/internal/pycore_ast.h' line='897' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-634'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-561'/>\r
+      <parameter type-id='type-id-632'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-559'/>\r
     </function-decl>\r
     <function-decl name='PyUnicode_FromFormat' mangled-name='PyUnicode_FromFormat' filepath='./Include/unicodeobject.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormat'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_new_identifier' filepath='Parser/pegen.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_new_identifier' filepath='Parser/pegen.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyPegen_parse_string' filepath='Parser/string_parser.h' line='8' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyPegen_decode_string' filepath='Parser/string_parser.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-685'/>\r
+      <parameter type-id='type-id-683'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <pointer-type-def type-id='type-id-686' size-in-bits='64' id='type-id-684'/>\r
-    <class-decl name='__anonymous_struct__7' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='228' column='1' id='type-id-616'>\r
+    <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-682'/>\r
+    <class-decl name='__anonymous_struct__6' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='228' column='1' id='type-id-614'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='229' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='229' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='Parser' type-id='type-id-687' filepath='Parser/pegen.h' line='81' column='1' id='type-id-686'/>\r
-    <class-decl name='Parser' size-in-bits='1280' is-struct='yes' naming-typedef-id='type-id-686' visibility='default' filepath='Parser/pegen.h' line='58' column='1' id='type-id-687'>\r
+    <typedef-decl name='Parser' type-id='type-id-685' filepath='Parser/pegen.h' line='81' column='1' id='type-id-684'/>\r
+    <class-decl name='Parser' size-in-bits='1280' is-struct='yes' naming-typedef-id='type-id-684' visibility='default' filepath='Parser/pegen.h' line='58' column='1' id='type-id-685'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tok' type-id='type-id-688' visibility='default' filepath='Parser/pegen.h' line='59' column='1'/>\r
+        <var-decl name='tok' type-id='type-id-686' visibility='default' filepath='Parser/pegen.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tokens' type-id='type-id-689' visibility='default' filepath='Parser/pegen.h' line='60' column='1'/>\r
+        <var-decl name='tokens' type-id='type-id-687' visibility='default' filepath='Parser/pegen.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='mark' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='61' column='1'/>\r
         <var-decl name='size' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='arena' type-id='type-id-679' visibility='default' filepath='Parser/pegen.h' line='63' column='1'/>\r
+        <var-decl name='arena' type-id='type-id-677' visibility='default' filepath='Parser/pegen.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='keywords' type-id='type-id-690' visibility='default' filepath='Parser/pegen.h' line='64' column='1'/>\r
+        <var-decl name='keywords' type-id='type-id-688' visibility='default' filepath='Parser/pegen.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='soft_keywords' type-id='type-id-248' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>\r
+        <var-decl name='soft_keywords' type-id='type-id-245' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
         <var-decl name='n_keyword_lists' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='66' column='1'/>\r
         <var-decl name='start_rule' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='errcode' type-id='type-id-177' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>\r
+        <var-decl name='errcode' type-id='type-id-175' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
         <var-decl name='parsing_started' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='69' column='1'/>\r
         <var-decl name='feature_version' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='type_ignore_comments' type-id='type-id-691' visibility='default' filepath='Parser/pegen.h' line='76' column='1'/>\r
+        <var-decl name='type_ignore_comments' type-id='type-id-689' visibility='default' filepath='Parser/pegen.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='known_err_token' type-id='type-id-685' visibility='default' filepath='Parser/pegen.h' line='77' column='1'/>\r
+        <var-decl name='known_err_token' type-id='type-id-683' visibility='default' filepath='Parser/pegen.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
         <var-decl name='level' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='78' column='1'/>\r
         <var-decl name='debug' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='80' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-688'/>\r
+    <pointer-type-def type-id='type-id-669' size-in-bits='64' id='type-id-686'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/lexer/lexer.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Parser/lexer/lexer.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_FatalErrorFunc' mangled-name='_Py_FatalErrorFunc' filepath='./Include/cpython/pyerrors.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalErrorFunc'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_IsPrintable' mangled-name='_PyUnicode_IsPrintable' filepath='./Include/cpython/unicodeobject.h' line='649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsPrintable'>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_ScanIdentifier' mangled-name='_PyUnicode_ScanIdentifier' filepath='./Include/internal/pycore_unicodeobject.h' line='268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ScanIdentifier'>\r
+    <function-decl name='_PyUnicode_ScanIdentifier' mangled-name='_PyUnicode_ScanIdentifier' filepath='./Include/internal/pycore_unicodeobject.h' line='281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ScanIdentifier'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_syntaxerror' filepath='Parser/lexer/../tokenizer/helpers.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_syntaxerror_known_range' filepath='Parser/lexer/../tokenizer/helpers.h' line='13' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_indenterror' filepath='Parser/lexer/../tokenizer/helpers.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_warn_invalid_escape_sequence' filepath='Parser/lexer/../tokenizer/helpers.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_parser_warn' filepath='Parser/lexer/../tokenizer/helpers.h' line='16' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyLexer_type_comment_token_setup' filepath='Parser/lexer/state.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
-      <parameter type-id='type-id-692'/>\r
+      <parameter type-id='type-id-686'/>\r
+      <parameter type-id='type-id-690'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyLexer_token_setup' filepath='Parser/lexer/state.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
-      <parameter type-id='type-id-692'/>\r
+      <parameter type-id='type-id-686'/>\r
+      <parameter type-id='type-id-690'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/myreadline.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <qualified-type-def type-id='type-id-56' restrict='yes' id='type-id-402'/>\r
-    <pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-26'/>\r
+  <abi-instr address-size='64' path='Parser/myreadline.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <qualified-type-def type-id='type-id-56' restrict='yes' id='type-id-401'/>\r
+    <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-26'/>\r
+    <pointer-type-def type-id='type-id-692' size-in-bits='64' id='type-id-693'/>\r
+    <qualified-type-def type-id='type-id-17' restrict='yes' id='type-id-179'/>\r
     <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-695'/>\r
-    <qualified-type-def type-id='type-id-17' restrict='yes' id='type-id-181'/>\r
-    <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-697'/>\r
     <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'>\r
       <return type-id='type-id-27'/>\r
     </function-decl>\r
       <parameter type-id='type-id-26'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-695' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='96' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>\r
+    <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-693' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='96' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>\r
     <function-decl name='_PyOS_InterruptOccurred' filepath='./Include/internal/pycore_pystate.h' line='261' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='PyOS_InputHook' type-id='type-id-697' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='22' column='1' elf-symbol-id='PyOS_InputHook'/>\r
+    <var-decl name='PyOS_InputHook' type-id='type-id-695' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='22' column='1' elf-symbol-id='PyOS_InputHook'/>\r
     <function-decl name='fflush' filepath='/usr/include/stdio.h' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fgets' filepath='/usr/include/stdio.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-181'/>\r
+      <parameter type-id='type-id-179'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-402'/>\r
+      <parameter type-id='type-id-401'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='clearerr' filepath='/usr/include/stdio.h' line='786' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <var-decl name='_PyOS_ReadlineTState' type-id='type-id-27' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='Parser/myreadline.c' line='28' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>\r
-    <function-type size-in-bits='64' id='type-id-694'>\r
+    <function-type size-in-bits='64' id='type-id-692'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-17'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-696'>\r
+    <function-type size-in-bits='64' id='type-id-694'>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/parser.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='asdl_seq' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='28' column='1' id='type-id-699'>\r
+  <abi-instr address-size='64' path='Parser/parser.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='asdl_seq' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-696' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='28' column='1' id='type-id-697'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='29' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_seq' type-id='type-id-699' filepath='./Include/internal/pycore_asdl.h' line='30' column='1' id='type-id-698'/>\r
-    <enum-decl name='_cmpop' filepath='./Include/internal/pycore_ast.h' line='31' column='1' id='type-id-700'>\r
+    <typedef-decl name='asdl_seq' type-id='type-id-697' filepath='./Include/internal/pycore_asdl.h' line='30' column='1' id='type-id-696'/>\r
+    <enum-decl name='_cmpop' filepath='./Include/internal/pycore_ast.h' line='31' column='1' id='type-id-698'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='Eq' value='1'/>\r
       <enumerator name='NotEq' value='2'/>\r
       <enumerator name='In' value='9'/>\r
       <enumerator name='NotIn' value='10'/>\r
     </enum-decl>\r
-    <typedef-decl name='cmpop_ty' type-id='type-id-700' filepath='./Include/internal/pycore_ast.h' line='32' column='1' id='type-id-701'/>\r
-    <class-decl name='CmpopExprPair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-702' visibility='default' filepath='Parser/pegen.h' line='83' column='1' id='type-id-703'>\r
+    <typedef-decl name='cmpop_ty' type-id='type-id-698' filepath='./Include/internal/pycore_ast.h' line='32' column='1' id='type-id-699'/>\r
+    <class-decl name='CmpopExprPair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-700' visibility='default' filepath='Parser/pegen.h' line='83' column='1' id='type-id-701'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='cmpop' type-id='type-id-701' visibility='default' filepath='Parser/pegen.h' line='84' column='1'/>\r
+        <var-decl name='cmpop' type-id='type-id-699' visibility='default' filepath='Parser/pegen.h' line='84' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='expr' type-id='type-id-609' visibility='default' filepath='Parser/pegen.h' line='85' column='1'/>\r
+        <var-decl name='expr' type-id='type-id-607' visibility='default' filepath='Parser/pegen.h' line='85' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='CmpopExprPair' type-id='type-id-703' filepath='Parser/pegen.h' line='86' column='1' id='type-id-702'/>\r
-    <class-decl name='KeyValuePair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-704' visibility='default' filepath='Parser/pegen.h' line='88' column='1' id='type-id-705'>\r
+    <typedef-decl name='CmpopExprPair' type-id='type-id-701' filepath='Parser/pegen.h' line='86' column='1' id='type-id-700'/>\r
+    <class-decl name='KeyValuePair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-702' visibility='default' filepath='Parser/pegen.h' line='88' column='1' id='type-id-703'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='key' type-id='type-id-609' visibility='default' filepath='Parser/pegen.h' line='89' column='1'/>\r
+        <var-decl name='key' type-id='type-id-607' visibility='default' filepath='Parser/pegen.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='Parser/pegen.h' line='90' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='Parser/pegen.h' line='90' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='KeyValuePair' type-id='type-id-705' filepath='Parser/pegen.h' line='91' column='1' id='type-id-704'/>\r
-    <class-decl name='KeyPatternPair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-706' visibility='default' filepath='Parser/pegen.h' line='93' column='1' id='type-id-707'>\r
+    <typedef-decl name='KeyValuePair' type-id='type-id-703' filepath='Parser/pegen.h' line='91' column='1' id='type-id-702'/>\r
+    <class-decl name='KeyPatternPair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-704' visibility='default' filepath='Parser/pegen.h' line='93' column='1' id='type-id-705'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='key' type-id='type-id-609' visibility='default' filepath='Parser/pegen.h' line='94' column='1'/>\r
+        <var-decl name='key' type-id='type-id-607' visibility='default' filepath='Parser/pegen.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='pattern' type-id='type-id-557' visibility='default' filepath='Parser/pegen.h' line='95' column='1'/>\r
+        <var-decl name='pattern' type-id='type-id-555' visibility='default' filepath='Parser/pegen.h' line='95' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='KeyPatternPair' type-id='type-id-707' filepath='Parser/pegen.h' line='96' column='1' id='type-id-706'/>\r
-    <class-decl name='NameDefaultPair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-708' visibility='default' filepath='Parser/pegen.h' line='98' column='1' id='type-id-709'>\r
+    <typedef-decl name='KeyPatternPair' type-id='type-id-705' filepath='Parser/pegen.h' line='96' column='1' id='type-id-704'/>\r
+    <class-decl name='NameDefaultPair' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-706' visibility='default' filepath='Parser/pegen.h' line='98' column='1' id='type-id-707'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='arg' type-id='type-id-683' visibility='default' filepath='Parser/pegen.h' line='99' column='1'/>\r
+        <var-decl name='arg' type-id='type-id-681' visibility='default' filepath='Parser/pegen.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='Parser/pegen.h' line='100' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='Parser/pegen.h' line='100' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='NameDefaultPair' type-id='type-id-709' filepath='Parser/pegen.h' line='101' column='1' id='type-id-708'/>\r
-    <class-decl name='SlashWithDefault' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-710' visibility='default' filepath='Parser/pegen.h' line='103' column='1' id='type-id-711'>\r
+    <typedef-decl name='NameDefaultPair' type-id='type-id-707' filepath='Parser/pegen.h' line='101' column='1' id='type-id-706'/>\r
+    <class-decl name='SlashWithDefault' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-708' visibility='default' filepath='Parser/pegen.h' line='103' column='1' id='type-id-709'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='plain_names' type-id='type-id-681' visibility='default' filepath='Parser/pegen.h' line='104' column='1'/>\r
+        <var-decl name='plain_names' type-id='type-id-679' visibility='default' filepath='Parser/pegen.h' line='104' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='names_with_defaults' type-id='type-id-712' visibility='default' filepath='Parser/pegen.h' line='105' column='1'/>\r
+        <var-decl name='names_with_defaults' type-id='type-id-710' visibility='default' filepath='Parser/pegen.h' line='105' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='SlashWithDefault' type-id='type-id-711' filepath='Parser/pegen.h' line='106' column='1' id='type-id-710'/>\r
-    <class-decl name='StarEtc' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-713' visibility='default' filepath='Parser/pegen.h' line='108' column='1' id='type-id-714'>\r
+    <typedef-decl name='SlashWithDefault' type-id='type-id-709' filepath='Parser/pegen.h' line='106' column='1' id='type-id-708'/>\r
+    <class-decl name='StarEtc' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-711' visibility='default' filepath='Parser/pegen.h' line='108' column='1' id='type-id-712'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='vararg' type-id='type-id-683' visibility='default' filepath='Parser/pegen.h' line='109' column='1'/>\r
+        <var-decl name='vararg' type-id='type-id-681' visibility='default' filepath='Parser/pegen.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='kwonlyargs' type-id='type-id-712' visibility='default' filepath='Parser/pegen.h' line='110' column='1'/>\r
+        <var-decl name='kwonlyargs' type-id='type-id-710' visibility='default' filepath='Parser/pegen.h' line='110' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='kwarg' type-id='type-id-683' visibility='default' filepath='Parser/pegen.h' line='111' column='1'/>\r
+        <var-decl name='kwarg' type-id='type-id-681' visibility='default' filepath='Parser/pegen.h' line='111' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='StarEtc' type-id='type-id-714' filepath='Parser/pegen.h' line='112' column='1' id='type-id-713'/>\r
-    <class-decl name='AugOperator' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-715' visibility='default' filepath='Parser/pegen.h' line='114' column='1' id='type-id-716'>\r
+    <typedef-decl name='StarEtc' type-id='type-id-712' filepath='Parser/pegen.h' line='112' column='1' id='type-id-711'/>\r
+    <class-decl name='AugOperator' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-713' visibility='default' filepath='Parser/pegen.h' line='114' column='1' id='type-id-714'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-637' visibility='default' filepath='Parser/pegen.h' line='114' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-635' visibility='default' filepath='Parser/pegen.h' line='114' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='AugOperator' type-id='type-id-716' filepath='Parser/pegen.h' line='114' column='1' id='type-id-715'/>\r
-    <class-decl name='KeywordOrStarred' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-717' visibility='default' filepath='Parser/pegen.h' line='115' column='1' id='type-id-718'>\r
+    <typedef-decl name='AugOperator' type-id='type-id-714' filepath='Parser/pegen.h' line='114' column='1' id='type-id-713'/>\r
+    <class-decl name='KeywordOrStarred' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-715' visibility='default' filepath='Parser/pegen.h' line='115' column='1' id='type-id-716'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='element' type-id='type-id-30' visibility='default' filepath='Parser/pegen.h' line='116' column='1'/>\r
       </data-member>\r
         <var-decl name='is_keyword' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='117' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='KeywordOrStarred' type-id='type-id-718' filepath='Parser/pegen.h' line='118' column='1' id='type-id-717'/>\r
-    <class-decl name='ResultTokenWithMetadata' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-719' visibility='default' filepath='Parser/pegen.h' line='120' column='1' id='type-id-720'>\r
+    <typedef-decl name='KeywordOrStarred' type-id='type-id-716' filepath='Parser/pegen.h' line='118' column='1' id='type-id-715'/>\r
+    <class-decl name='ResultTokenWithMetadata' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-717' visibility='default' filepath='Parser/pegen.h' line='120' column='1' id='type-id-718'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='result' type-id='type-id-30' visibility='default' filepath='Parser/pegen.h' line='121' column='1'/>\r
       </data-member>\r
         <var-decl name='metadata' type-id='type-id-4' visibility='default' filepath='Parser/pegen.h' line='122' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='ResultTokenWithMetadata' type-id='type-id-720' filepath='Parser/pegen.h' line='123' column='1' id='type-id-719'/>\r
-    <enum-decl name='TARGETS_TYPE' naming-typedef-id='type-id-721' filepath='Parser/pegen.h' line='156' column='1' id='type-id-722'>\r
+    <typedef-decl name='ResultTokenWithMetadata' type-id='type-id-718' filepath='Parser/pegen.h' line='123' column='1' id='type-id-717'/>\r
+    <enum-decl name='TARGETS_TYPE' naming-typedef-id='type-id-719' filepath='Parser/pegen.h' line='157' column='1' id='type-id-720'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='STAR_TARGETS' value='0'/>\r
       <enumerator name='DEL_TARGETS' value='1'/>\r
       <enumerator name='FOR_TARGETS' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='TARGETS_TYPE' type-id='type-id-722' filepath='Parser/pegen.h' line='160' column='1' id='type-id-721'/>\r
-    <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-723'/>\r
+    <typedef-decl name='TARGETS_TYPE' type-id='type-id-720' filepath='Parser/pegen.h' line='161' column='1' id='type-id-719'/>\r
+    <pointer-type-def type-id='type-id-713' size-in-bits='64' id='type-id-721'/>\r
+    <pointer-type-def type-id='type-id-700' size-in-bits='64' id='type-id-722'/>\r
+    <pointer-type-def type-id='type-id-704' size-in-bits='64' id='type-id-723'/>\r
     <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-724'/>\r
-    <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-725'/>\r
-    <pointer-type-def type-id='type-id-704' size-in-bits='64' id='type-id-726'/>\r
+    <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-725'/>\r
+    <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-726'/>\r
     <pointer-type-def type-id='type-id-717' size-in-bits='64' id='type-id-727'/>\r
     <pointer-type-def type-id='type-id-708' size-in-bits='64' id='type-id-728'/>\r
-    <pointer-type-def type-id='type-id-719' size-in-bits='64' id='type-id-729'/>\r
-    <pointer-type-def type-id='type-id-710' size-in-bits='64' id='type-id-730'/>\r
-    <pointer-type-def type-id='type-id-713' size-in-bits='64' id='type-id-731'/>\r
+    <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-729'/>\r
+    <pointer-type-def type-id='type-id-730' size-in-bits='64' id='type-id-731'/>\r
+    <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-710'/>\r
     <pointer-type-def type-id='type-id-732' size-in-bits='64' id='type-id-733'/>\r
-    <pointer-type-def type-id='type-id-698' size-in-bits='64' id='type-id-712'/>\r
     <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-735'/>\r
     <pointer-type-def type-id='type-id-736' size-in-bits='64' id='type-id-737'/>\r
-    <pointer-type-def type-id='type-id-738' size-in-bits='64' id='type-id-739'/>\r
     <function-decl name='_PyAST_Interactive' filepath='./Include/internal/pycore_ast.h' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-575'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Expression' filepath='./Include/internal/pycore_ast.h' line='685' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-575'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_FunctionType' filepath='./Include/internal/pycore_ast.h' line='686' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-575'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Return' filepath='./Include/internal/pycore_ast.h' line='704' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Delete' filepath='./Include/internal/pycore_ast.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Assign' filepath='./Include/internal/pycore_ast.h' line='708' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_TypeAlias' filepath='./Include/internal/pycore_ast.h' line='711' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-635'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-633'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_AugAssign' filepath='./Include/internal/pycore_ast.h' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-637'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-635'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_AnnAssign' filepath='./Include/internal/pycore_ast.h' line='717' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_For' filepath='./Include/internal/pycore_ast.h' line='720' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
       <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_AsyncFor' filepath='./Include/internal/pycore_ast.h' line='724' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
       <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_While' filepath='./Include/internal/pycore_ast.h' line='728' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-605'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_If' filepath='./Include/internal/pycore_ast.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-605'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_With' filepath='./Include/internal/pycore_ast.h' line='734' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-638'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-636'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_AsyncWith' filepath='./Include/internal/pycore_ast.h' line='737' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-638'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-636'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Match' filepath='./Include/internal/pycore_ast.h' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-639'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-637'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Raise' filepath='./Include/internal/pycore_ast.h' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Try' filepath='./Include/internal/pycore_ast.h' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-640'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-638'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-605'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_TryStar' filepath='./Include/internal/pycore_ast.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-640'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-638'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-605'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Assert' filepath='./Include/internal/pycore_ast.h' line='753' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Import' filepath='./Include/internal/pycore_ast.h' line='755' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-641'/>\r
-      <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
-    </function-decl>\r
-    <function-decl name='_PyAST_ImportFrom' filepath='./Include/internal/pycore_ast.h' line='757' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-641'/>\r
-      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-639'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Global' filepath='./Include/internal/pycore_ast.h' line='760' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-642'/>\r
+      <parameter type-id='type-id-640'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Nonlocal' filepath='./Include/internal/pycore_ast.h' line='762' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-642'/>\r
+      <parameter type-id='type-id-640'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Expr' filepath='./Include/internal/pycore_ast.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Pass' filepath='./Include/internal/pycore_ast.h' line='767' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Break' filepath='./Include/internal/pycore_ast.h' line='769' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Continue' filepath='./Include/internal/pycore_ast.h' line='771' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-559'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_BoolOp' filepath='./Include/internal/pycore_ast.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-740'/>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-738'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_NamedExpr' filepath='./Include/internal/pycore_ast.h' line='776' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_BinOp' filepath='./Include/internal/pycore_ast.h' line='779' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-637'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-635'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_UnaryOp' filepath='./Include/internal/pycore_ast.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-741'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-739'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Lambda' filepath='./Include/internal/pycore_ast.h' line='785' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-633'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-631'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_IfExp' filepath='./Include/internal/pycore_ast.h' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Dict' filepath='./Include/internal/pycore_ast.h' line='791' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Set' filepath='./Include/internal/pycore_ast.h' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_ListComp' filepath='./Include/internal/pycore_ast.h' line='796' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-742'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-740'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_SetComp' filepath='./Include/internal/pycore_ast.h' line='799' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-742'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-740'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_DictComp' filepath='./Include/internal/pycore_ast.h' line='802' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-742'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-740'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_GeneratorExp' filepath='./Include/internal/pycore_ast.h' line='805' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-742'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-740'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Await' filepath='./Include/internal/pycore_ast.h' line='808' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Yield' filepath='./Include/internal/pycore_ast.h' line='810' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_YieldFrom' filepath='./Include/internal/pycore_ast.h' line='812' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Compare' filepath='./Include/internal/pycore_ast.h' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-680'/>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-678'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Slice' filepath='./Include/internal/pycore_ast.h' line='846' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_comprehension' filepath='./Include/internal/pycore_ast.h' line='849' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-610'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-743'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-741'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_ExceptHandler' filepath='./Include/internal/pycore_ast.h' line='852' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-605'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-553'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-551'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_keyword' filepath='./Include/internal/pycore_ast.h' line='863' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-744'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-742'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_withitem' filepath='./Include/internal/pycore_ast.h' line='869' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-566'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-564'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_match_case' filepath='./Include/internal/pycore_ast.h' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-557'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-555'/>\r
       <parameter type-id='type-id-607'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-555'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-553'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchValue' filepath='./Include/internal/pycore_ast.h' line='873' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchSingleton' filepath='./Include/internal/pycore_ast.h' line='875' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-659'/>\r
+      <parameter type-id='type-id-657'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchSequence' filepath='./Include/internal/pycore_ast.h' line='878' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-660'/>\r
+      <parameter type-id='type-id-658'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchMapping' filepath='./Include/internal/pycore_ast.h' line='881' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-660'/>\r
-      <parameter type-id='type-id-632'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-658'/>\r
+      <parameter type-id='type-id-630'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchClass' filepath='./Include/internal/pycore_ast.h' line='885' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-660'/>\r
-      <parameter type-id='type-id-642'/>\r
-      <parameter type-id='type-id-660'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-658'/>\r
+      <parameter type-id='type-id-640'/>\r
+      <parameter type-id='type-id-658'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchStar' filepath='./Include/internal/pycore_ast.h' line='889' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
+      <parameter type-id='type-id-630'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchAs' filepath='./Include/internal/pycore_ast.h' line='891' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-557'/>\r
-      <parameter type-id='type-id-632'/>\r
+      <parameter type-id='type-id-555'/>\r
+      <parameter type-id='type-id-630'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_MatchOr' filepath='./Include/internal/pycore_ast.h' line='894' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-660'/>\r
+      <parameter type-id='type-id-658'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-557'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-555'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_TypeVar' filepath='./Include/internal/pycore_ast.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-563'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-561'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_ParamSpec' filepath='./Include/internal/pycore_ast.h' line='901' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-563'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-561'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_TypeVarTuple' filepath='./Include/internal/pycore_ast.h' line='904' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-563'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-561'/>\r
     </function-decl>\r
     <function-decl name='_PyPegen_insert_memo' filepath='Parser/pegen.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyPegen_update_memo' filepath='Parser/pegen.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyPegen_is_memoized' filepath='Parser/pegen.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_lookahead_with_name' filepath='Parser/pegen.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_lookahead' filepath='Parser/pegen.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-735'/>\r
-      <parameter type-id='type-id-684'/>\r
+      <parameter type-id='type-id-737'/>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_lookahead_with_int' filepath='Parser/pegen.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_lookahead_for_expr' filepath='Parser/pegen.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-733'/>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_lookahead_with_string' filepath='Parser/pegen.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_lookahead_with_int' filepath='Parser/pegen.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-731'/>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-737'/>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_lookahead' filepath='Parser/pegen.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_lookahead_with_string' filepath='Parser/pegen.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-739'/>\r
-      <parameter type-id='type-id-684'/>\r
+      <parameter type-id='type-id-735'/>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_expect_token' filepath='Parser/pegen.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_expect_token' filepath='Parser/pegen.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-685'/>\r
+      <return type-id='type-id-683'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_expect_forced_token' filepath='Parser/pegen.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_expect_forced_token' filepath='Parser/pegen.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-685'/>\r
+      <return type-id='type-id-683'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_expect_soft_keyword' filepath='Parser/pegen.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_expect_soft_keyword' filepath='Parser/pegen.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-609'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_soft_keyword_token' filepath='Parser/pegen.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_soft_keyword_token' filepath='Parser/pegen.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_last_nonnwhitespace_token' filepath='Parser/pegen.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-685'/>\r
+    <function-decl name='_PyPegen_get_last_nonnwhitespace_token' filepath='Parser/pegen.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-683'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_name_token' filepath='Parser/pegen.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_name_token' filepath='Parser/pegen.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_number_token' filepath='Parser/pegen.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_number_token' filepath='Parser/pegen.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_string_token' filepath='Parser/pegen.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_string_token' filepath='Parser/pegen.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_Pypegen_stack_overflow' filepath='Parser/pegen.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_Pypegen_stack_overflow' filepath='Parser/pegen.h' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_invalid_target' filepath='Parser/pegen.h' line='222' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-721'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_get_invalid_target' filepath='Parser/pegen.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-719'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_expr_name' filepath='Parser/pegen.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_get_expr_name' filepath='Parser/pegen.h' line='224' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-607'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_dummy_name' filepath='Parser/pegen.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_dummy_name' filepath='Parser/pegen.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_last_item' filepath='Parser/pegen.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_seq_last_item' filepath='Parser/pegen.h' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-710'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_first_item' filepath='Parser/pegen.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_seq_first_item' filepath='Parser/pegen.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-710'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_new_type_comment' filepath='Parser/pegen.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_new_type_comment' filepath='Parser/pegen.h' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_add_type_comment_to_arg' filepath='Parser/pegen.h' line='295' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_add_type_comment_to_arg' filepath='Parser/pegen.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-681'/>\r
       <parameter type-id='type-id-683'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <return type-id='type-id-683'/>\r
+      <return type-id='type-id-681'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_singleton_seq' filepath='Parser/pegen.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_singleton_seq' filepath='Parser/pegen.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-712'/>\r
+      <return type-id='type-id-710'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_insert_in_front' filepath='Parser/pegen.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_seq_insert_in_front' filepath='Parser/pegen.h' line='299' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-712'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-710'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_append_to_end' filepath='Parser/pegen.h' line='299' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_seq_append_to_end' filepath='Parser/pegen.h' line='300' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
       <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-712'/>\r
+      <return type-id='type-id-710'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_flatten' filepath='Parser/pegen.h' line='300' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_seq_flatten' filepath='Parser/pegen.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-710'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_join_names_with_dot' filepath='Parser/pegen.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_join_names_with_dot' filepath='Parser/pegen.h' line='302' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_count_dots' filepath='Parser/pegen.h' line='302' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_seq_count_dots' filepath='Parser/pegen.h' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-710'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_alias_for_star' filepath='Parser/pegen.h' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_alias_for_star' filepath='Parser/pegen.h' line='304' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-551'/>\r
-    </function-decl>\r
-    <function-decl name='_PyPegen_map_names_to_ids' filepath='Parser/pegen.h' line='304' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <return type-id='type-id-642'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-549'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_cmpop_expr_pair' filepath='Parser/pegen.h' line='305' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-701'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <return type-id='type-id-724'/>\r
+    <function-decl name='_PyPegen_map_names_to_ids' filepath='Parser/pegen.h' line='305' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <return type-id='type-id-640'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_cmpops' filepath='Parser/pegen.h' line='306' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-680'/>\r
+    <function-decl name='_PyPegen_cmpop_expr_pair' filepath='Parser/pegen.h' line='306' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-699'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <return type-id='type-id-722'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_exprs' filepath='Parser/pegen.h' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_get_cmpops' filepath='Parser/pegen.h' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-678'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_set_expr_context' filepath='Parser/pegen.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_get_exprs' filepath='Parser/pegen.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-682'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-608'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_key_value_pair' filepath='Parser/pegen.h' line='309' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <return type-id='type-id-726'/>\r
+    <function-decl name='_PyPegen_set_expr_context' filepath='Parser/pegen.h' line='309' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-680'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_keys' filepath='Parser/pegen.h' line='310' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_key_value_pair' filepath='Parser/pegen.h' line='310' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <return type-id='type-id-724'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_values' filepath='Parser/pegen.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_get_keys' filepath='Parser/pegen.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-608'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_key_pattern_pair' filepath='Parser/pegen.h' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-557'/>\r
-      <return type-id='type-id-725'/>\r
+    <function-decl name='_PyPegen_get_values' filepath='Parser/pegen.h' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-608'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_pattern_keys' filepath='Parser/pegen.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_key_pattern_pair' filepath='Parser/pegen.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-555'/>\r
+      <return type-id='type-id-723'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_patterns' filepath='Parser/pegen.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-660'/>\r
+    <function-decl name='_PyPegen_get_pattern_keys' filepath='Parser/pegen.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-608'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_name_default_pair' filepath='Parser/pegen.h' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-683'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <return type-id='type-id-728'/>\r
+    <function-decl name='_PyPegen_get_patterns' filepath='Parser/pegen.h' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-658'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_slash_with_default' filepath='Parser/pegen.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_name_default_pair' filepath='Parser/pegen.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-681'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-730'/>\r
-    </function-decl>\r
-    <function-decl name='_PyPegen_star_etc' filepath='Parser/pegen.h' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-683'/>\r
-      <parameter type-id='type-id-712'/>\r
+      <parameter type-id='type-id-607'/>\r
       <parameter type-id='type-id-683'/>\r
-      <return type-id='type-id-731'/>\r
+      <return type-id='type-id-726'/>\r
+    </function-decl>\r
+    <function-decl name='_PyPegen_slash_with_default' filepath='Parser/pegen.h' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-728'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_make_arguments' filepath='Parser/pegen.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_star_etc' filepath='Parser/pegen.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-681'/>\r
-      <parameter type-id='type-id-730'/>\r
+      <parameter type-id='type-id-710'/>\r
       <parameter type-id='type-id-681'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <parameter type-id='type-id-731'/>\r
-      <return type-id='type-id-633'/>\r
-    </function-decl>\r
-    <function-decl name='_PyPegen_empty_arguments' filepath='Parser/pegen.h' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-633'/>\r
+      <return type-id='type-id-729'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_formatted_value' filepath='Parser/pegen.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <parameter type-id='type-id-729'/>\r
+    <function-decl name='_PyPegen_make_arguments' filepath='Parser/pegen.h' line='319' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-728'/>\r
+      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-710'/>\r
       <parameter type-id='type-id-729'/>\r
-      <parameter type-id='type-id-685'/>\r
+      <return type-id='type-id-631'/>\r
+    </function-decl>\r
+    <function-decl name='_PyPegen_empty_arguments' filepath='Parser/pegen.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-631'/>\r
+    </function-decl>\r
+    <function-decl name='_PyPegen_formatted_value' filepath='Parser/pegen.h' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <parameter type-id='type-id-727'/>\r
+      <parameter type-id='type-id-727'/>\r
+      <parameter type-id='type-id-683'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_augoperator' filepath='Parser/pegen.h' line='323' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-637'/>\r
-      <return type-id='type-id-723'/>\r
+    <function-decl name='_PyPegen_augoperator' filepath='Parser/pegen.h' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-635'/>\r
+      <return type-id='type-id-721'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_function_def_decorators' filepath='Parser/pegen.h' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-559'/>\r
-      <return type-id='type-id-559'/>\r
+    <function-decl name='_PyPegen_function_def_decorators' filepath='Parser/pegen.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-557'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_class_def_decorators' filepath='Parser/pegen.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-559'/>\r
-      <return type-id='type-id-559'/>\r
+    <function-decl name='_PyPegen_class_def_decorators' filepath='Parser/pegen.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-557'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_keyword_or_starred' filepath='Parser/pegen.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_keyword_or_starred' filepath='Parser/pegen.h' line='327' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-727'/>\r
+      <return type-id='type-id-725'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_extract_starred_exprs' filepath='Parser/pegen.h' line='327' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_seq_extract_starred_exprs' filepath='Parser/pegen.h' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-608'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_seq_delete_starred_exprs' filepath='Parser/pegen.h' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-636'/>\r
+    <function-decl name='_PyPegen_seq_delete_starred_exprs' filepath='Parser/pegen.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-634'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_collect_call_seqs' filepath='Parser/pegen.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_collect_call_seqs' filepath='Parser/pegen.h' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-710'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_constant_from_token' filepath='Parser/pegen.h' line='332' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_constant_from_token' filepath='Parser/pegen.h' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_decoded_constant_from_token' filepath='Parser/pegen.h' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_decoded_constant_from_token' filepath='Parser/pegen.h' line='334' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_constant_from_string' filepath='Parser/pegen.h' line='334' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_constant_from_string' filepath='Parser/pegen.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_concatenate_strings' filepath='Parser/pegen.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_concatenate_strings' filepath='Parser/pegen.h' line='336' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_ensure_imaginary' filepath='Parser/pegen.h' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_ensure_imaginary' filepath='Parser/pegen.h' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_ensure_real' filepath='Parser/pegen.h' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_ensure_real' filepath='Parser/pegen.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_join_sequences' filepath='Parser/pegen.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <parameter type-id='type-id-712'/>\r
-      <return type-id='type-id-712'/>\r
+    <function-decl name='_PyPegen_join_sequences' filepath='Parser/pegen.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <parameter type-id='type-id-710'/>\r
+      <return type-id='type-id-710'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_check_barry_as_flufl' filepath='Parser/pegen.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
+    <function-decl name='_PyPegen_check_barry_as_flufl' filepath='Parser/pegen.h' line='341' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_check_legacy_stmt' filepath='Parser/pegen.h' line='341' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_check_legacy_stmt' filepath='Parser/pegen.h' line='342' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_check_fstring_conversion' filepath='Parser/pegen.h' line='342' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <return type-id='type-id-729'/>\r
+    <function-decl name='_PyPegen_check_fstring_conversion' filepath='Parser/pegen.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <return type-id='type-id-727'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_setup_full_format_spec' filepath='Parser/pegen.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <parameter type-id='type-id-610'/>\r
+    <function-decl name='_PyPegen_setup_full_format_spec' filepath='Parser/pegen.h' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <parameter type-id='type-id-608'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-729'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-727'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_make_module' filepath='Parser/pegen.h' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-607'/>\r
-      <return type-id='type-id-575'/>\r
+    <function-decl name='_PyPegen_make_module' filepath='Parser/pegen.h' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-605'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_arguments_parsing_error' filepath='Parser/pegen.h' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_arguments_parsing_error' filepath='Parser/pegen.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_get_last_comprehension_item' filepath='Parser/pegen.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-743'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_get_last_comprehension_item' filepath='Parser/pegen.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-741'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_nonparen_genexp_in_call' filepath='Parser/pegen.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-609'/>\r
-      <parameter type-id='type-id-742'/>\r
+    <function-decl name='_PyPegen_nonparen_genexp_in_call' filepath='Parser/pegen.h' line='349' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-740'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_interactive_exit' filepath='Parser/pegen.h' line='359' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-607'/>\r
+    <function-decl name='_PyPegen_checked_future_import' filepath='Parser/pegen.h' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-639'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-557'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_joined_str' filepath='Parser/pegen.h' line='362' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <parameter type-id='type-id-610'/>\r
-      <parameter type-id='type-id-685'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-decl name='_PyPegen_interactive_exit' filepath='Parser/pegen.h' line='362' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-605'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-732'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_joined_str' filepath='Parser/pegen.h' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <parameter type-id='type-id-608'/>\r
+      <parameter type-id='type-id-683'/>\r
+      <return type-id='type-id-607'/>\r
+    </function-decl>\r
+    <function-type size-in-bits='64' id='type-id-730'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-685'/>\r
+      <return type-id='type-id-683'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-734'>\r
-      <parameter type-id='type-id-684'/>\r
-      <return type-id='type-id-609'/>\r
+    <function-type size-in-bits='64' id='type-id-732'>\r
+      <parameter type-id='type-id-682'/>\r
+      <return type-id='type-id-607'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-736'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-type size-in-bits='64' id='type-id-734'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-609'/>\r
+      <return type-id='type-id-607'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-738'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-type size-in-bits='64' id='type-id-736'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/peg_api.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyCompilerFlags' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-745' visibility='default' filepath='./Include/cpython/compile.h' line='27' column='1' id='type-id-746'>\r
+  <abi-instr address-size='64' path='Parser/peg_api.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyCompilerFlags' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-743' visibility='default' filepath='./Include/cpython/compile.h' line='27' column='1' id='type-id-744'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='cf_flags' type-id='type-id-5' visibility='default' filepath='./Include/cpython/compile.h' line='28' column='1'/>\r
       </data-member>\r
         <var-decl name='cf_feature_version' type-id='type-id-5' visibility='default' filepath='./Include/cpython/compile.h' line='29' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyCompilerFlags' type-id='type-id-746' filepath='./Include/cpython/compile.h' line='30' column='1' id='type-id-745'/>\r
-    <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-209'/>\r
+    <typedef-decl name='PyCompilerFlags' type-id='type-id-744' filepath='./Include/cpython/compile.h' line='30' column='1' id='type-id-743'/>\r
+    <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-206'/>\r
     <function-decl name='PySys_Audit' mangled-name='PySys_Audit' filepath='./Include/sysmodule.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_Audit'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_run_parser_from_file_pointer' filepath='Parser/pegen.h' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_run_parser_from_file_pointer' filepath='Parser/pegen.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-575'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_run_parser_from_string' filepath='Parser/pegen.h' line='358' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_run_parser_from_string' filepath='Parser/pegen.h' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-575'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/pegen.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-747' size-in-bits='512' id='type-id-748'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+  <abi-instr address-size='64' path='Parser/pegen.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-745' size-in-bits='512' id='type-id-746'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-749' size-in-bits='5120' id='type-id-750'>\r
-      <subrange length='80' type-id='type-id-2' id='type-id-416'/>\r
+    <array-type-def dimensions='1' type-id='type-id-747' size-in-bits='5120' id='type-id-748'>\r
+      <subrange length='80' type-id='type-id-2' id='type-id-415'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-327' size-in-bits='512' id='type-id-751'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-324' size-in-bits='512' id='type-id-749'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-415' size-in-bits='5120' id='type-id-414'>\r
-      <subrange length='80' type-id='type-id-2' id='type-id-416'/>\r
+    <array-type-def dimensions='1' type-id='type-id-414' size-in-bits='5120' id='type-id-413'>\r
+      <subrange length='80' type-id='type-id-2' id='type-id-415'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-335' size-in-bits='5120' id='type-id-752'>\r
-      <subrange length='80' type-id='type-id-2' id='type-id-416'/>\r
+    <array-type-def dimensions='1' type-id='type-id-332' size-in-bits='5120' id='type-id-750'>\r
+      <subrange length='80' type-id='type-id-2' id='type-id-415'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-338' size-in-bits='512' id='type-id-753'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-335' size-in-bits='512' id='type-id-751'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-353' size-in-bits='512' id='type-id-754'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-350' size-in-bits='512' id='type-id-752'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-260' size-in-bits='5120' id='type-id-755'>\r
-      <subrange length='80' type-id='type-id-2' id='type-id-416'/>\r
+    <array-type-def dimensions='1' type-id='type-id-257' size-in-bits='5120' id='type-id-753'>\r
+      <subrange length='80' type-id='type-id-2' id='type-id-415'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-251' size-in-bits='67072' id='type-id-756'>\r
-      <subrange length='262' type-id='type-id-2' id='type-id-757'/>\r
+    <array-type-def dimensions='1' type-id='type-id-248' size-in-bits='67072' id='type-id-754'>\r
+      <subrange length='262' type-id='type-id-2' id='type-id-755'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='64' id='type-id-359'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='64' id='type-id-356'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='16256' id='type-id-758'>\r
-      <subrange length='254' type-id='type-id-2' id='type-id-759'/>\r
+    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='16256' id='type-id-756'>\r
+      <subrange length='254' type-id='type-id-2' id='type-id-757'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='512' id='type-id-760'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='512' id='type-id-758'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='2' type-id='type-id-4' size-in-bits='8704' id='type-id-761'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
-      <subrange length='17' type-id='type-id-2' id='type-id-762'/>\r
+    <array-type-def dimensions='2' type-id='type-id-4' size-in-bits='8704' id='type-id-759'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
+      <subrange length='17' type-id='type-id-2' id='type-id-760'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-763' size-in-bits='1280' id='type-id-764'>\r
-      <subrange length='20' type-id='type-id-2' id='type-id-765'/>\r
+    <array-type-def dimensions='1' type-id='type-id-761' size-in-bits='1280' id='type-id-762'>\r
+      <subrange length='20' type-id='type-id-2' id='type-id-763'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-530' size-in-bits='512' id='type-id-766'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-528' size-in-bits='512' id='type-id-764'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-767' size-in-bits='32' id='type-id-768'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-765' size-in-bits='32' id='type-id-766'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-769' size-in-bits='5120' id='type-id-770'>\r
-      <subrange length='80' type-id='type-id-2' id='type-id-416'/>\r
+    <array-type-def dimensions='1' type-id='type-id-767' size-in-bits='5120' id='type-id-768'>\r
+      <subrange length='80' type-id='type-id-2' id='type-id-415'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-771' size-in-bits='64' id='type-id-772'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-769' size-in-bits='64' id='type-id-770'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-773' size-in-bits='128' id='type-id-774'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-771' size-in-bits='128' id='type-id-772'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-775' size-in-bits='49152' id='type-id-776'>\r
-      <subrange length='128' type-id='type-id-2' id='type-id-532'/>\r
+    <array-type-def dimensions='1' type-id='type-id-773' size-in-bits='49152' id='type-id-774'>\r
+      <subrange length='128' type-id='type-id-2' id='type-id-530'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-777' size-in-bits='65536' id='type-id-778'>\r
-      <subrange length='128' type-id='type-id-2' id='type-id-532'/>\r
+    <array-type-def dimensions='1' type-id='type-id-775' size-in-bits='65536' id='type-id-776'>\r
+      <subrange length='128' type-id='type-id-2' id='type-id-530'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-779' size-in-bits='26880' id='type-id-780'>\r
-      <subrange length='210' type-id='type-id-2' id='type-id-781'/>\r
+    <array-type-def dimensions='1' type-id='type-id-777' size-in-bits='26880' id='type-id-778'>\r
+      <subrange length='210' type-id='type-id-2' id='type-id-779'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-782' size-in-bits='98304' id='type-id-783'>\r
+    <array-type-def dimensions='1' type-id='type-id-780' size-in-bits='98304' id='type-id-781'>\r
       <subrange length='256' type-id='type-id-2' id='type-id-69'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-784' size-in-bits='8320' id='type-id-785'>\r
+    <array-type-def dimensions='1' type-id='type-id-782' size-in-bits='8320' id='type-id-783'>\r
       <subrange length='65' type-id='type-id-2' id='type-id-71'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-786' size-in-bits='524288' id='type-id-787'>\r
-      <subrange length='4096' type-id='type-id-2' id='type-id-788'/>\r
+    <array-type-def dimensions='1' type-id='type-id-784' size-in-bits='524288' id='type-id-785'>\r
+      <subrange length='4096' type-id='type-id-2' id='type-id-786'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-789' size-in-bits='57600' id='type-id-790'>\r
-      <subrange length='300' type-id='type-id-2' id='type-id-791'/>\r
+    <array-type-def dimensions='1' type-id='type-id-787' size-in-bits='57600' id='type-id-788'>\r
+      <subrange length='300' type-id='type-id-2' id='type-id-789'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-792' size-in-bits='1048576' id='type-id-793'>\r
-      <subrange length='16384' type-id='type-id-2' id='type-id-794'/>\r
+    <array-type-def dimensions='1' type-id='type-id-790' size-in-bits='1048576' id='type-id-791'>\r
+      <subrange length='16384' type-id='type-id-2' id='type-id-792'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-795' size-in-bits='2097152' id='type-id-796'>\r
-      <subrange length='32768' type-id='type-id-2' id='type-id-797'/>\r
+    <array-type-def dimensions='1' type-id='type-id-793' size-in-bits='2097152' id='type-id-794'>\r
+      <subrange length='32768' type-id='type-id-2' id='type-id-795'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-798' size-in-bits='2097152' id='type-id-799'>\r
-      <subrange length='32768' type-id='type-id-2' id='type-id-797'/>\r
+    <array-type-def dimensions='1' type-id='type-id-796' size-in-bits='2097152' id='type-id-797'>\r
+      <subrange length='32768' type-id='type-id-2' id='type-id-795'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-800' size-in-bits='4160' id='type-id-801'>\r
+    <array-type-def dimensions='1' type-id='type-id-798' size-in-bits='4160' id='type-id-799'>\r
       <subrange length='65' type-id='type-id-2' id='type-id-71'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-683' size-in-bits='64' id='type-id-802'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-681' size-in-bits='64' id='type-id-800'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-803' size-in-bits='2048' id='type-id-804'>\r
+    <array-type-def dimensions='1' type-id='type-id-801' size-in-bits='2048' id='type-id-802'>\r
       <subrange length='32' type-id='type-id-2' id='type-id-67'/>\r
     </array-type-def>\r
-    <type-decl name='bool' size-in-bits='8' id='type-id-352'/>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='8' id='type-id-805'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <type-decl name='bool' size-in-bits='8' id='type-id-349'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='8' id='type-id-803'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='1600' id='type-id-673'>\r
-      <subrange length='200' type-id='type-id-2' id='type-id-806'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='1600' id='type-id-671'>\r
+      <subrange length='200' type-id='type-id-2' id='type-id-804'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='160' id='type-id-807'>\r
-      <subrange length='20' type-id='type-id-2' id='type-id-765'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='160' id='type-id-805'>\r
+      <subrange length='20' type-id='type-id-2' id='type-id-763'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='192' id='type-id-808'>\r
-      <subrange length='24' type-id='type-id-2' id='type-id-809'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='320' id='type-id-806'>\r
+      <subrange length='40' type-id='type-id-2' id='type-id-807'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='320' id='type-id-810'>\r
-      <subrange length='40' type-id='type-id-2' id='type-id-811'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='384' id='type-id-808'>\r
+      <subrange length='48' type-id='type-id-2' id='type-id-809'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='384' id='type-id-812'>\r
-      <subrange length='48' type-id='type-id-2' id='type-id-813'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='32' id='type-id-810'>\r
+      <subrange length='4' type-id='type-id-2' id='type-id-226'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='32' id='type-id-814'>\r
-      <subrange length='4' type-id='type-id-2' id='type-id-229'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='64' id='type-id-811'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='64' id='type-id-815'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='infinite' id='type-id-268'>\r
+      <subrange length='infinite' type-id='type-id-2' id='type-id-228'/>\r
     </array-type-def>\r
-    <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-816'/>\r
-    <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-817'/>\r
-    <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-818'/>\r
-    <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-819'/>\r
-    <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-820'/>\r
-    <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-821'>\r
+    <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-812'/>\r
+    <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-813'/>\r
+    <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-814'/>\r
+    <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-815'/>\r
+    <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-816'/>\r
+    <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-817'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='gp_offset' type-id='type-id-101' visibility='default'/>\r
+        <var-decl name='gp_offset' type-id='type-id-99' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='fp_offset' type-id='type-id-101' visibility='default'/>\r
+        <var-decl name='fp_offset' type-id='type-id-99' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='overflow_arg_area' type-id='type-id-30' visibility='default'/>\r
         <var-decl name='reg_save_area' type-id='type-id-30' visibility='default'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_arena' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-822'/>\r
-    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='140' column='1' id='type-id-513'>\r
+    <class-decl name='_arena' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-818'/>\r
+    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='140' column='1' id='type-id-511'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='dk_refcnt' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='dk_log2_size' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>\r
+        <var-decl name='dk_log2_size' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='144' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='72'>\r
-        <var-decl name='dk_log2_index_bytes' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>\r
+        <var-decl name='dk_log2_index_bytes' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='147' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80'>\r
-        <var-decl name='dk_kind' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>\r
+        <var-decl name='dk_kind' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='150' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='dk_version' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>\r
+        <var-decl name='dk_version' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_dict.h' line='158' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='dk_usable' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='161' column='1'/>\r
         <var-decl name='dk_nentries' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_dict.h' line='164' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='dk_indices' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>\r
+        <var-decl name='dk_indices' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_dict.h' line='180' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_dictvalues' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='196' column='1' id='type-id-823'>\r
+    <class-decl name='_dictvalues' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='196' column='1' id='type-id-819'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='capacity' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='197' column='1'/>\r
+        <var-decl name='capacity' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='197' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='size' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='198' column='1'/>\r
+        <var-decl name='size' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='198' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='embedded' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='199' column='1'/>\r
+        <var-decl name='embedded' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='199' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24'>\r
-        <var-decl name='valid' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_dict.h' line='200' column='1'/>\r
+        <var-decl name='valid' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_dict.h' line='200' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='values' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_dict.h' line='201' column='1'/>\r
+        <var-decl name='values' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_dict.h' line='201' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-824'/>\r
-    <array-type-def dimensions='1' type-id='type-id-743' size-in-bits='64' id='type-id-825'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-820'/>\r
+    <array-type-def dimensions='1' type-id='type-id-741' size-in-bits='64' id='type-id-821'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-373' size-in-bits='32' id='type-id-826'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-372' size-in-bits='32' id='type-id-822'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <type-decl name='double' size-in-bits='64' id='type-id-172'/>\r
-    <array-type-def dimensions='1' type-id='type-id-172' size-in-bits='18432' id='type-id-827'>\r
-      <subrange length='288' type-id='type-id-2' id='type-id-828'/>\r
+    <type-decl name='double' size-in-bits='64' id='type-id-170'/>\r
+    <array-type-def dimensions='1' type-id='type-id-170' size-in-bits='18432' id='type-id-823'>\r
+      <subrange length='288' type-id='type-id-2' id='type-id-824'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-609' size-in-bits='64' id='type-id-829'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-607' size-in-bits='64' id='type-id-825'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-385' size-in-bits='16320' id='type-id-830'>\r
-      <subrange length='255' type-id='type-id-2' id='type-id-831'/>\r
+    <array-type-def dimensions='1' type-id='type-id-384' size-in-bits='16320' id='type-id-826'>\r
+      <subrange length='255' type-id='type-id-2' id='type-id-827'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-832' size-in-bits='576' id='type-id-833'>\r
-      <subrange length='3' type-id='type-id-2' id='type-id-834'/>\r
+    <array-type-def dimensions='1' type-id='type-id-828' size-in-bits='576' id='type-id-829'>\r
+      <subrange length='3' type-id='type-id-2' id='type-id-830'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-835' size-in-bits='576' id='type-id-836'>\r
-      <subrange length='3' type-id='type-id-2' id='type-id-834'/>\r
+    <array-type-def dimensions='1' type-id='type-id-831' size-in-bits='576' id='type-id-832'>\r
+      <subrange length='3' type-id='type-id-2' id='type-id-830'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='3200' id='type-id-672'>\r
-      <subrange length='100' type-id='type-id-2' id='type-id-837'/>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='3200' id='type-id-670'>\r
+      <subrange length='100' type-id='type-id-2' id='type-id-833'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='32' id='type-id-838'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='32' id='type-id-834'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='6400' id='type-id-674'>\r
-      <subrange length='200' type-id='type-id-2' id='type-id-806'/>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='6400' id='type-id-672'>\r
+      <subrange length='200' type-id='type-id-2' id='type-id-804'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='640' id='type-id-839'>\r
-      <subrange length='20' type-id='type-id-2' id='type-id-765'/>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='640' id='type-id-835'>\r
+      <subrange length='20' type-id='type-id-2' id='type-id-763'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='896' id='type-id-840'>\r
-      <subrange length='28' type-id='type-id-2' id='type-id-841'/>\r
+    <array-type-def dimensions='1' type-id='type-id-5' size-in-bits='896' id='type-id-836'>\r
+      <subrange length='28' type-id='type-id-2' id='type-id-837'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-744' size-in-bits='64' id='type-id-842'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-742' size-in-bits='64' id='type-id-838'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <type-decl name='long int' size-in-bits='64' id='type-id-183'/>\r
-    <type-decl name='long long int' size-in-bits='64' id='type-id-377'/>\r
-    <type-decl name='long long unsigned int' size-in-bits='64' id='type-id-376'/>\r
-    <array-type-def dimensions='1' type-id='type-id-400' size-in-bits='3840' id='type-id-843'>\r
-      <subrange length='10' type-id='type-id-2' id='type-id-844'/>\r
+    <type-decl name='long int' size-in-bits='64' id='type-id-181'/>\r
+    <type-decl name='long long int' size-in-bits='64' id='type-id-376'/>\r
+    <type-decl name='long long unsigned int' size-in-bits='64' id='type-id-375'/>\r
+    <array-type-def dimensions='1' type-id='type-id-399' size-in-bits='3840' id='type-id-839'>\r
+      <subrange length='10' type-id='type-id-2' id='type-id-840'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-400' size-in-bits='76800' id='type-id-845'>\r
-      <subrange length='200' type-id='type-id-2' id='type-id-806'/>\r
+    <array-type-def dimensions='1' type-id='type-id-399' size-in-bits='76800' id='type-id-841'>\r
+      <subrange length='200' type-id='type-id-2' id='type-id-804'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-846' size-in-bits='4096' id='type-id-847'>\r
-      <subrange length='64' type-id='type-id-2' id='type-id-848'/>\r
+    <array-type-def dimensions='1' type-id='type-id-842' size-in-bits='4096' id='type-id-843'>\r
+      <subrange length='64' type-id='type-id-2' id='type-id-844'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-849' size-in-bits='640' id='type-id-850'>\r
-      <subrange length='10' type-id='type-id-2' id='type-id-844'/>\r
+    <array-type-def dimensions='1' type-id='type-id-845' size-in-bits='640' id='type-id-846'>\r
+      <subrange length='10' type-id='type-id-2' id='type-id-840'/>\r
     </array-type-def>\r
     <type-decl name='short int' size-in-bits='16' id='type-id-78'/>\r
-    <type-decl name='signed char' size-in-bits='8' id='type-id-851'/>\r
-    <array-type-def dimensions='1' type-id='type-id-852' size-in-bits='115200' id='type-id-678'>\r
-      <subrange length='150' type-id='type-id-2' id='type-id-853'/>\r
+    <type-decl name='signed char' size-in-bits='8' id='type-id-362'/>\r
+    <array-type-def dimensions='1' type-id='type-id-847' size-in-bits='115200' id='type-id-676'>\r
+      <subrange length='150' type-id='type-id-2' id='type-id-848'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-854' size-in-bits='96' id='type-id-855'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-849' size-in-bits='96' id='type-id-850'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-856' size-in-bits='786432' id='type-id-857'>\r
-      <subrange length='4096' type-id='type-id-2' id='type-id-788'/>\r
+    <array-type-def dimensions='1' type-id='type-id-851' size-in-bits='786432' id='type-id-852'>\r
+      <subrange length='4096' type-id='type-id-2' id='type-id-786'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-326' size-in-bits='64' id='type-id-858'>\r
-      <subrange length='2' type-id='type-id-2' id='type-id-431'/>\r
+    <array-type-def dimensions='1' type-id='type-id-323' size-in-bits='64' id='type-id-853'>\r
+      <subrange length='2' type-id='type-id-2' id='type-id-430'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-326' size-in-bits='256' id='type-id-859'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-323' size-in-bits='256' id='type-id-854'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='80' id='type-id-860'>\r
-      <subrange length='10' type-id='type-id-2' id='type-id-844'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='80' id='type-id-855'>\r
+      <subrange length='10' type-id='type-id-2' id='type-id-840'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='88' id='type-id-861'>\r
-      <subrange length='11' type-id='type-id-2' id='type-id-862'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='88' id='type-id-856'>\r
+      <subrange length='11' type-id='type-id-2' id='type-id-857'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='96' id='type-id-863'>\r
-      <subrange length='12' type-id='type-id-2' id='type-id-864'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='96' id='type-id-858'>\r
+      <subrange length='12' type-id='type-id-2' id='type-id-859'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='104' id='type-id-865'>\r
-      <subrange length='13' type-id='type-id-2' id='type-id-866'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='104' id='type-id-860'>\r
+      <subrange length='13' type-id='type-id-2' id='type-id-861'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='112' id='type-id-867'>\r
-      <subrange length='14' type-id='type-id-2' id='type-id-868'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='112' id='type-id-862'>\r
+      <subrange length='14' type-id='type-id-2' id='type-id-863'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='120' id='type-id-869'>\r
-      <subrange length='15' type-id='type-id-2' id='type-id-870'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='120' id='type-id-864'>\r
+      <subrange length='15' type-id='type-id-2' id='type-id-865'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='128' id='type-id-871'>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='128' id='type-id-866'>\r
       <subrange length='16' type-id='type-id-2' id='type-id-64'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='136' id='type-id-872'>\r
-      <subrange length='17' type-id='type-id-2' id='type-id-762'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='136' id='type-id-867'>\r
+      <subrange length='17' type-id='type-id-2' id='type-id-760'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='144' id='type-id-873'>\r
-      <subrange length='18' type-id='type-id-2' id='type-id-874'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='144' id='type-id-868'>\r
+      <subrange length='18' type-id='type-id-2' id='type-id-869'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='152' id='type-id-875'>\r
-      <subrange length='19' type-id='type-id-2' id='type-id-876'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='152' id='type-id-870'>\r
+      <subrange length='19' type-id='type-id-2' id='type-id-871'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='8' id='type-id-877'>\r
-      <subrange length='1' type-id='type-id-2' id='type-id-429'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='8' id='type-id-872'>\r
+      <subrange length='1' type-id='type-id-2' id='type-id-428'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='160' id='type-id-878'>\r
-      <subrange length='20' type-id='type-id-2' id='type-id-765'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='160' id='type-id-873'>\r
+      <subrange length='20' type-id='type-id-2' id='type-id-763'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='168' id='type-id-879'>\r
-      <subrange length='21' type-id='type-id-2' id='type-id-880'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='168' id='type-id-874'>\r
+      <subrange length='21' type-id='type-id-2' id='type-id-875'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='176' id='type-id-881'>\r
-      <subrange length='22' type-id='type-id-2' id='type-id-882'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='176' id='type-id-876'>\r
+      <subrange length='22' type-id='type-id-2' id='type-id-877'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='184' id='type-id-883'>\r
-      <subrange length='23' type-id='type-id-2' id='type-id-884'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='184' id='type-id-878'>\r
+      <subrange length='23' type-id='type-id-2' id='type-id-879'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='192' id='type-id-885'>\r
-      <subrange length='24' type-id='type-id-2' id='type-id-809'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='192' id='type-id-880'>\r
+      <subrange length='24' type-id='type-id-2' id='type-id-881'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='200' id='type-id-886'>\r
-      <subrange length='25' type-id='type-id-2' id='type-id-887'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='200' id='type-id-882'>\r
+      <subrange length='25' type-id='type-id-2' id='type-id-883'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='208' id='type-id-888'>\r
-      <subrange length='26' type-id='type-id-2' id='type-id-889'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='208' id='type-id-884'>\r
+      <subrange length='26' type-id='type-id-2' id='type-id-885'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='224' id='type-id-890'>\r
-      <subrange length='28' type-id='type-id-2' id='type-id-841'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='224' id='type-id-886'>\r
+      <subrange length='28' type-id='type-id-2' id='type-id-837'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='16' id='type-id-891'>\r
-      <subrange length='2' type-id='type-id-2' id='type-id-431'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='16' id='type-id-887'>\r
+      <subrange length='2' type-id='type-id-2' id='type-id-430'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='248' id='type-id-892'>\r
-      <subrange length='31' type-id='type-id-2' id='type-id-893'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='248' id='type-id-888'>\r
+      <subrange length='31' type-id='type-id-2' id='type-id-889'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='288' id='type-id-894'>\r
-      <subrange length='36' type-id='type-id-2' id='type-id-425'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='288' id='type-id-890'>\r
+      <subrange length='36' type-id='type-id-2' id='type-id-424'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='24' id='type-id-895'>\r
-      <subrange length='3' type-id='type-id-2' id='type-id-834'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='24' id='type-id-891'>\r
+      <subrange length='3' type-id='type-id-2' id='type-id-830'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='32' id='type-id-896'>\r
-      <subrange length='4' type-id='type-id-2' id='type-id-229'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='32' id='type-id-892'>\r
+      <subrange length='4' type-id='type-id-2' id='type-id-226'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='40' id='type-id-897'>\r
-      <subrange length='5' type-id='type-id-2' id='type-id-898'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='40' id='type-id-893'>\r
+      <subrange length='5' type-id='type-id-2' id='type-id-894'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='48' id='type-id-899'>\r
-      <subrange length='6' type-id='type-id-2' id='type-id-391'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='48' id='type-id-895'>\r
+      <subrange length='6' type-id='type-id-2' id='type-id-390'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='56' id='type-id-900'>\r
-      <subrange length='7' type-id='type-id-2' id='type-id-901'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='56' id='type-id-896'>\r
+      <subrange length='7' type-id='type-id-2' id='type-id-897'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='64' id='type-id-902'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='64' id='type-id-898'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-305' size-in-bits='72' id='type-id-903'>\r
-      <subrange length='9' type-id='type-id-2' id='type-id-904'/>\r
+    <array-type-def dimensions='1' type-id='type-id-302' size-in-bits='72' id='type-id-899'>\r
+      <subrange length='9' type-id='type-id-2' id='type-id-900'/>\r
     </array-type-def>\r
     <type-decl name='unnamed-enum-underlying-type-32' is-anonymous='yes' size-in-bits='32' alignment-in-bits='32' id='type-id-32'/>\r
-    <type-decl name='unsigned char' size-in-bits='8' id='type-id-91'/>\r
-    <type-decl name='unsigned int' size-in-bits='32' id='type-id-101'/>\r
-    <array-type-def dimensions='1' type-id='type-id-101' size-in-bits='64' id='type-id-905'>\r
-      <subrange length='2' type-id='type-id-2' id='type-id-431'/>\r
+    <type-decl name='unsigned char' size-in-bits='8' id='type-id-89'/>\r
+    <type-decl name='unsigned int' size-in-bits='32' id='type-id-99'/>\r
+    <array-type-def dimensions='1' type-id='type-id-99' size-in-bits='64' id='type-id-901'>\r
+      <subrange length='2' type-id='type-id-2' id='type-id-430'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='1024' id='type-id-906'>\r
+    <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='1024' id='type-id-902'>\r
       <subrange length='16' type-id='type-id-2' id='type-id-64'/>\r
     </array-type-def>\r
     <type-decl name='unsigned short int' size-in-bits='16' id='type-id-22'/>\r
     <type-decl name='void' id='type-id-3'/>\r
-    <class-decl name='PyBytesObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-907' visibility='default' filepath='./Include/cpython/bytesobject.h' line='5' column='1' id='type-id-908'>\r
+    <class-decl name='PyBytesObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-903' visibility='default' filepath='./Include/cpython/bytesobject.h' line='5' column='1' id='type-id-904'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/cpython/bytesobject.h' line='6' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/cpython/bytesobject.h' line='6' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='ob_shash' type-id='type-id-301' visibility='default' filepath='./Include/cpython/bytesobject.h' line='7' column='1'/>\r
+        <var-decl name='ob_shash' type-id='type-id-298' visibility='default' filepath='./Include/cpython/bytesobject.h' line='7' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='ob_sval' type-id='type-id-805' visibility='default' filepath='./Include/cpython/bytesobject.h' line='8' column='1'/>\r
+        <var-decl name='ob_sval' type-id='type-id-803' visibility='default' filepath='./Include/cpython/bytesobject.h' line='8' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyBytesObject' type-id='type-id-908' filepath='./Include/cpython/bytesobject.h' line='15' column='1' id='type-id-907'/>\r
-    <class-decl name='_Py_LocalMonitors' size-in-bits='80' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='19' column='1' id='type-id-909'>\r
+    <typedef-decl name='PyBytesObject' type-id='type-id-904' filepath='./Include/cpython/bytesobject.h' line='15' column='1' id='type-id-903'/>\r
+    <class-decl name='_Py_LocalMonitors' size-in-bits='80' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='19' column='1' id='type-id-905'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tools' type-id='type-id-860' visibility='default' filepath='./Include/cpython/code.h' line='20' column='1'/>\r
+        <var-decl name='tools' type-id='type-id-855' visibility='default' filepath='./Include/cpython/code.h' line='20' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_LocalMonitors' type-id='type-id-909' filepath='./Include/cpython/code.h' line='21' column='1' id='type-id-910'/>\r
-    <class-decl name='_Py_GlobalMonitors' size-in-bits='120' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='23' column='1' id='type-id-911'>\r
+    <typedef-decl name='_Py_LocalMonitors' type-id='type-id-905' filepath='./Include/cpython/code.h' line='21' column='1' id='type-id-906'/>\r
+    <class-decl name='_Py_GlobalMonitors' size-in-bits='120' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='23' column='1' id='type-id-907'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tools' type-id='type-id-869' visibility='default' filepath='./Include/cpython/code.h' line='24' column='1'/>\r
+        <var-decl name='tools' type-id='type-id-864' visibility='default' filepath='./Include/cpython/code.h' line='24' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_GlobalMonitors' type-id='type-id-911' filepath='./Include/cpython/code.h' line='25' column='1' id='type-id-912'/>\r
-    <class-decl name='_PyCoCached' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-913' visibility='default' filepath='./Include/cpython/code.h' line='28' column='1' id='type-id-914'>\r
+    <typedef-decl name='_Py_GlobalMonitors' type-id='type-id-907' filepath='./Include/cpython/code.h' line='25' column='1' id='type-id-908'/>\r
+    <class-decl name='_PyCoCached' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-909' visibility='default' filepath='./Include/cpython/code.h' line='28' column='1' id='type-id-910'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_co_code' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='29' column='1'/>\r
       </data-member>\r
         <var-decl name='_co_freevars' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='32' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyCoCached' type-id='type-id-914' filepath='./Include/cpython/code.h' line='33' column='1' id='type-id-913'/>\r
-    <class-decl name='_PyCoLineInstrumentationData' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-915' visibility='default' filepath='./Include/cpython/code.h' line='38' column='1' id='type-id-916'>\r
+    <typedef-decl name='_PyCoCached' type-id='type-id-910' filepath='./Include/cpython/code.h' line='33' column='1' id='type-id-909'/>\r
+    <class-decl name='_PyCoLineInstrumentationData' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-911' visibility='default' filepath='./Include/cpython/code.h' line='39' column='1' id='type-id-912'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='original_opcode' type-id='type-id-305' visibility='default' filepath='./Include/cpython/code.h' line='39' column='1'/>\r
+        <var-decl name='bytes_per_entry' type-id='type-id-302' visibility='default' filepath='./Include/cpython/code.h' line='40' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='line_delta' type-id='type-id-358' visibility='default' filepath='./Include/cpython/code.h' line='40' column='1'/>\r
+        <var-decl name='data' type-id='type-id-872' visibility='default' filepath='./Include/cpython/code.h' line='41' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyCoLineInstrumentationData' type-id='type-id-916' filepath='./Include/cpython/code.h' line='41' column='1' id='type-id-915'/>\r
-    <class-decl name='_PyExecutorArray' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-917' visibility='default' filepath='./Include/cpython/code.h' line='44' column='1' id='type-id-918'>\r
+    <typedef-decl name='_PyCoLineInstrumentationData' type-id='type-id-912' filepath='./Include/cpython/code.h' line='42' column='1' id='type-id-911'/>\r
+    <class-decl name='_PyExecutorArray' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-913' visibility='default' filepath='./Include/cpython/code.h' line='45' column='1' id='type-id-914'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='45' column='1'/>\r
+        <var-decl name='size' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='capacity' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='46' column='1'/>\r
+        <var-decl name='capacity' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='executors' type-id='type-id-772' visibility='default' filepath='./Include/cpython/code.h' line='47' column='1'/>\r
+        <var-decl name='executors' type-id='type-id-770' visibility='default' filepath='./Include/cpython/code.h' line='48' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyExecutorArray' type-id='type-id-918' filepath='./Include/cpython/code.h' line='48' column='1' id='type-id-917'/>\r
-    <class-decl name='_PyCoMonitoringData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-919' visibility='default' filepath='./Include/cpython/code.h' line='53' column='1' id='type-id-920'>\r
+    <typedef-decl name='_PyExecutorArray' type-id='type-id-914' filepath='./Include/cpython/code.h' line='49' column='1' id='type-id-913'/>\r
+    <class-decl name='_PyCoMonitoringData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-915' visibility='default' filepath='./Include/cpython/code.h' line='54' column='1' id='type-id-916'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='local_monitors' type-id='type-id-910' visibility='default' filepath='./Include/cpython/code.h' line='55' column='1'/>\r
+        <var-decl name='local_monitors' type-id='type-id-906' visibility='default' filepath='./Include/cpython/code.h' line='56' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80'>\r
-        <var-decl name='active_monitors' type-id='type-id-910' visibility='default' filepath='./Include/cpython/code.h' line='57' column='1'/>\r
+        <var-decl name='active_monitors' type-id='type-id-906' visibility='default' filepath='./Include/cpython/code.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='tools' type-id='type-id-921' visibility='default' filepath='./Include/cpython/code.h' line='59' column='1'/>\r
+        <var-decl name='tools' type-id='type-id-917' visibility='default' filepath='./Include/cpython/code.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='lines' type-id='type-id-922' visibility='default' filepath='./Include/cpython/code.h' line='61' column='1'/>\r
+        <var-decl name='lines' type-id='type-id-918' visibility='default' filepath='./Include/cpython/code.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='line_tools' type-id='type-id-921' visibility='default' filepath='./Include/cpython/code.h' line='63' column='1'/>\r
+        <var-decl name='line_tools' type-id='type-id-917' visibility='default' filepath='./Include/cpython/code.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='per_instruction_opcodes' type-id='type-id-921' visibility='default' filepath='./Include/cpython/code.h' line='66' column='1'/>\r
+        <var-decl name='per_instruction_opcodes' type-id='type-id-917' visibility='default' filepath='./Include/cpython/code.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='per_instruction_tools' type-id='type-id-921' visibility='default' filepath='./Include/cpython/code.h' line='68' column='1'/>\r
+        <var-decl name='per_instruction_tools' type-id='type-id-917' visibility='default' filepath='./Include/cpython/code.h' line='69' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyCoMonitoringData' type-id='type-id-920' filepath='./Include/cpython/code.h' line='69' column='1' id='type-id-919'/>\r
-    <class-decl name='PyCodeObject' size-in-bits='1664' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1' id='type-id-923'>\r
+    <typedef-decl name='_PyCoMonitoringData' type-id='type-id-916' filepath='./Include/cpython/code.h' line='70' column='1' id='type-id-915'/>\r
+    <class-decl name='PyCodeObject' size-in-bits='1664' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1' id='type-id-919'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='co_consts' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_consts' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='co_names' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_names' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='co_exceptiontable' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_exceptiontable' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='co_flags' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_flags' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='416'>\r
-        <var-decl name='co_argcount' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_argcount' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='co_posonlyargcount' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_posonlyargcount' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='480'>\r
-        <var-decl name='co_kwonlyargcount' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_kwonlyargcount' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='co_stacksize' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_stacksize' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='544'>\r
-        <var-decl name='co_firstlineno' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_firstlineno' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='co_nlocalsplus' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_nlocalsplus' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='608'>\r
-        <var-decl name='co_framesize' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_framesize' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='co_nlocals' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_nlocals' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='672'>\r
-        <var-decl name='co_ncellvars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_ncellvars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='co_nfreevars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_nfreevars' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='736'>\r
-        <var-decl name='co_version' type-id='type-id-326' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_version' type-id='type-id-323' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='co_localsplusnames' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_localsplusnames' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='co_localspluskinds' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_localspluskinds' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='co_filename' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_filename' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='co_name' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_name' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='co_qualname' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_qualname' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='co_linetable' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_linetable' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
-        <var-decl name='co_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1216'>\r
-        <var-decl name='co_executors' type-id='type-id-924' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_executors' type-id='type-id-920' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='_co_cached' type-id='type-id-925' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='_co_cached' type-id='type-id-921' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
-        <var-decl name='_co_instrumentation_version' type-id='type-id-427' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='_co_instrumentation_version' type-id='type-id-426' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1408'>\r
-        <var-decl name='_co_monitoring' type-id='type-id-926' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='_co_monitoring' type-id='type-id-922' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1472'>\r
-        <var-decl name='_co_firsttraceable' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='_co_firsttraceable' type-id='type-id-5' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1536'>\r
-        <var-decl name='co_extra' type-id='type-id-30' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_extra' type-id='type-id-30' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1600'>\r
-        <var-decl name='co_code_adaptive' type-id='type-id-805' visibility='default' filepath='./Include/cpython/code.h' line='140' column='1'/>\r
+        <var-decl name='co_code_adaptive' type-id='type-id-803' visibility='default' filepath='./Include/cpython/code.h' line='141' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='PyCodeEvent' naming-typedef-id='type-id-927' filepath='./Include/cpython/code.h' line='247' column='1' id='type-id-928'>\r
+    <enum-decl name='PyCodeEvent' naming-typedef-id='type-id-923' filepath='./Include/cpython/code.h' line='248' column='1' id='type-id-924'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PY_CODE_EVENT_CREATE' value='0'/>\r
       <enumerator name='PY_CODE_EVENT_DESTROY' value='1'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyCodeEvent' type-id='type-id-928' filepath='./Include/cpython/code.h' line='251' column='1' id='type-id-927'/>\r
-    <typedef-decl name='PyCode_WatchCallback' type-id='type-id-929' filepath='./Include/cpython/code.h' line='263' column='1' id='type-id-327'/>\r
-    <class-decl name='Py_complex' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-324' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-930'>\r
+    <typedef-decl name='PyCodeEvent' type-id='type-id-924' filepath='./Include/cpython/code.h' line='252' column='1' id='type-id-923'/>\r
+    <typedef-decl name='PyCode_WatchCallback' type-id='type-id-925' filepath='./Include/cpython/code.h' line='264' column='1' id='type-id-324'/>\r
+    <class-decl name='Py_complex' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-321' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-926'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='real' type-id='type-id-172' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>\r
+        <var-decl name='real' type-id='type-id-170' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='imag' type-id='type-id-172' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>\r
+        <var-decl name='imag' type-id='type-id-170' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='Py_complex' type-id='type-id-930' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-324'/>\r
-    <typedef-decl name='PyContext' type-id='type-id-931' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-932'/>\r
-    <typedef-decl name='wrapperfunc' type-id='type-id-933' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-934'/>\r
-    <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-331'>\r
+    <typedef-decl name='Py_complex' type-id='type-id-926' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-321'/>\r
+    <typedef-decl name='PyContext' type-id='type-id-927' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-928'/>\r
+    <typedef-decl name='wrapperfunc' type-id='type-id-929' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-930'/>\r
+    <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-328'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/descrobject.h' line='12' column='1'/>\r
       </data-member>\r
         <var-decl name='function' type-id='type-id-30' visibility='default' filepath='./Include/cpython/descrobject.h' line='14' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='wrapper' type-id='type-id-934' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>\r
+        <var-decl name='wrapper' type-id='type-id-930' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/cpython/descrobject.h' line='16' column='1'/>\r
         <var-decl name='name_strobj' type-id='type-id-4' visibility='default' filepath='./Include/cpython/descrobject.h' line='18' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyDictKeysObject' type-id='type-id-513' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-512'/>\r
-    <typedef-decl name='PyDictValues' type-id='type-id-823' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-935'/>\r
-    <class-decl name='PyDictObject' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-936' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-937'>\r
+    <typedef-decl name='PyDictKeysObject' type-id='type-id-511' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-510'/>\r
+    <typedef-decl name='PyDictValues' type-id='type-id-819' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-931'/>\r
+    <class-decl name='PyDictObject' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-932' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-933'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='ma_used' type-id='type-id-7' visibility='default' filepath='./Include/cpython/dictobject.h' line='15' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='ma_version_tag' type-id='type-id-108' visibility='default' filepath='./Include/cpython/dictobject.h' line='23' column='1'/>\r
+        <var-decl name='ma_version_tag' type-id='type-id-106' visibility='default' filepath='./Include/cpython/dictobject.h' line='23' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='ma_keys' type-id='type-id-415' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>\r
+        <var-decl name='ma_keys' type-id='type-id-414' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='ma_values' type-id='type-id-938' visibility='default' filepath='./Include/cpython/dictobject.h' line='35' column='1'/>\r
+        <var-decl name='ma_values' type-id='type-id-934' visibility='default' filepath='./Include/cpython/dictobject.h' line='35' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyDictObject' type-id='type-id-937' filepath='./Include/cpython/dictobject.h' line='36' column='1' id='type-id-936'/>\r
-    <enum-decl name='PyDict_WatchEvent' naming-typedef-id='type-id-939' filepath='./Include/cpython/dictobject.h' line='85' column='1' id='type-id-940'>\r
+    <typedef-decl name='PyDictObject' type-id='type-id-933' filepath='./Include/cpython/dictobject.h' line='36' column='1' id='type-id-932'/>\r
+    <enum-decl name='PyDict_WatchEvent' naming-typedef-id='type-id-935' filepath='./Include/cpython/dictobject.h' line='85' column='1' id='type-id-936'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PyDict_EVENT_ADDED' value='0'/>\r
       <enumerator name='PyDict_EVENT_MODIFIED' value='1'/>\r
       <enumerator name='PyDict_EVENT_CLEARED' value='4'/>\r
       <enumerator name='PyDict_EVENT_DEALLOCATED' value='5'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyDict_WatchEvent' type-id='type-id-940' filepath='./Include/cpython/dictobject.h' line='89' column='1' id='type-id-939'/>\r
-    <typedef-decl name='PyDict_WatchCallback' type-id='type-id-941' filepath='./Include/cpython/dictobject.h' line='94' column='1' id='type-id-338'/>\r
-    <typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-942' filepath='./Include/cpython/fileobject.h' line='12' column='1' id='type-id-341'/>\r
-    <class-decl name='PyFloatObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-943' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-944'>\r
+    <typedef-decl name='PyDict_WatchEvent' type-id='type-id-936' filepath='./Include/cpython/dictobject.h' line='89' column='1' id='type-id-935'/>\r
+    <typedef-decl name='PyDict_WatchCallback' type-id='type-id-937' filepath='./Include/cpython/dictobject.h' line='94' column='1' id='type-id-335'/>\r
+    <typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-938' filepath='./Include/cpython/fileobject.h' line='12' column='1' id='type-id-338'/>\r
+    <class-decl name='PyFloatObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-939' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-940'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/floatobject.h' line='6' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/floatobject.h' line='6' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ob_fval' type-id='type-id-172' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>\r
+        <var-decl name='ob_fval' type-id='type-id-170' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyFloatObject' type-id='type-id-944' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-943'/>\r
-    <class-decl name='PyFunctionObject' size-in-bits='1152' is-struct='yes' naming-typedef-id='type-id-945' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-946'>\r
+    <typedef-decl name='PyFloatObject' type-id='type-id-940' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-939'/>\r
+    <class-decl name='PyFunctionObject' size-in-bits='1152' is-struct='yes' naming-typedef-id='type-id-941' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-942'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='func_globals' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='38' column='1'/>\r
         <var-decl name='func_typeparams' type-id='type-id-4' visibility='default' filepath='./Include/cpython/funcobject.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='vectorcall' type-id='type-id-309' visibility='default' filepath='./Include/cpython/funcobject.h' line='45' column='1'/>\r
+        <var-decl name='vectorcall' type-id='type-id-306' visibility='default' filepath='./Include/cpython/funcobject.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='func_version' type-id='type-id-326' visibility='default' filepath='./Include/cpython/funcobject.h' line='54' column='1'/>\r
+        <var-decl name='func_version' type-id='type-id-323' visibility='default' filepath='./Include/cpython/funcobject.h' line='54' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyFunctionObject' type-id='type-id-946' filepath='./Include/cpython/funcobject.h' line='61' column='1' id='type-id-945'/>\r
-    <enum-decl name='PyFunction_WatchEvent' naming-typedef-id='type-id-947' filepath='./Include/cpython/funcobject.h' line='138' column='1' id='type-id-948'>\r
+    <typedef-decl name='PyFunctionObject' type-id='type-id-942' filepath='./Include/cpython/funcobject.h' line='61' column='1' id='type-id-941'/>\r
+    <enum-decl name='PyFunction_WatchEvent' naming-typedef-id='type-id-943' filepath='./Include/cpython/funcobject.h' line='138' column='1' id='type-id-944'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PyFunction_EVENT_CREATE' value='0'/>\r
       <enumerator name='PyFunction_EVENT_DESTROY' value='1'/>\r
       <enumerator name='PyFunction_EVENT_MODIFY_DEFAULTS' value='3'/>\r
       <enumerator name='PyFunction_EVENT_MODIFY_KWDEFAULTS' value='4'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyFunction_WatchEvent' type-id='type-id-948' filepath='./Include/cpython/funcobject.h' line='142' column='1' id='type-id-947'/>\r
-    <typedef-decl name='PyFunction_WatchCallback' type-id='type-id-949' filepath='./Include/cpython/funcobject.h' line='159' column='1' id='type-id-353'/>\r
-    <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='7' column='1' id='type-id-950'>\r
+    <typedef-decl name='PyFunction_WatchEvent' type-id='type-id-944' filepath='./Include/cpython/funcobject.h' line='142' column='1' id='type-id-943'/>\r
+    <typedef-decl name='PyFunction_WatchCallback' type-id='type-id-945' filepath='./Include/cpython/funcobject.h' line='159' column='1' id='type-id-350'/>\r
+    <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='7' column='1' id='type-id-946'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/import.h' line='8' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='initfunc' type-id='type-id-380' visibility='default' filepath='./Include/cpython/import.h' line='9' column='1'/>\r
+        <var-decl name='initfunc' type-id='type-id-379' visibility='default' filepath='./Include/cpython/import.h' line='9' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyWideStringList' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-952'>\r
+    <class-decl name='PyWideStringList' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-947' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-948'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/initconfig.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='items' type-id='type-id-241' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>\r
+        <var-decl name='items' type-id='type-id-238' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyWideStringList' type-id='type-id-952' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-951'/>\r
-    <class-decl name='PyPreConfig' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='47' column='1' id='type-id-953'>\r
+    <typedef-decl name='PyWideStringList' type-id='type-id-948' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-947'/>\r
+    <class-decl name='PyPreConfig' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='47' column='1' id='type-id-949'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_config_init' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='48' column='1'/>\r
       </data-member>\r
         <var-decl name='allocator' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='124' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyPreConfig' type-id='type-id-953' filepath='./Include/cpython/initconfig.h' line='125' column='1' id='type-id-954'/>\r
-    <class-decl name='PyConfig' size-in-bits='3584' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='134' column='1' id='type-id-955'>\r
+    <typedef-decl name='PyPreConfig' type-id='type-id-949' filepath='./Include/cpython/initconfig.h' line='125' column='1' id='type-id-950'/>\r
+    <class-decl name='PyConfig' size-in-bits='3584' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='134' column='1' id='type-id-951'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_config_init' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='135' column='1'/>\r
       </data-member>\r
         <var-decl name='parse_argv' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='orig_argv' type-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='156' column='1'/>\r
+        <var-decl name='orig_argv' type-id='type-id-947' visibility='default' filepath='./Include/cpython/initconfig.h' line='156' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='argv' type-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='157' column='1'/>\r
+        <var-decl name='argv' type-id='type-id-947' visibility='default' filepath='./Include/cpython/initconfig.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
-        <var-decl name='xoptions' type-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='158' column='1'/>\r
+        <var-decl name='xoptions' type-id='type-id-947' visibility='default' filepath='./Include/cpython/initconfig.h' line='158' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='warnoptions' type-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='159' column='1'/>\r
+        <var-decl name='warnoptions' type-id='type-id-947' visibility='default' filepath='./Include/cpython/initconfig.h' line='159' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1408'>\r
         <var-decl name='site_import' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='160' column='1'/>\r
         <var-decl name='module_search_paths_set' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='196' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2560'>\r
-        <var-decl name='module_search_paths' type-id='type-id-951' visibility='default' filepath='./Include/cpython/initconfig.h' line='197' column='1'/>\r
+        <var-decl name='module_search_paths' type-id='type-id-947' visibility='default' filepath='./Include/cpython/initconfig.h' line='197' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2688'>\r
         <var-decl name='stdlib_dir' type-id='type-id-58' visibility='default' filepath='./Include/cpython/initconfig.h' line='198' column='1'/>\r
         <var-decl name='_is_python_build' type-id='type-id-5' visibility='default' filepath='./Include/cpython/initconfig.h' line='225' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyConfig' type-id='type-id-955' filepath='./Include/cpython/initconfig.h' line='237' column='1' id='type-id-268'/>\r
-    <class-decl name='PyListObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-956' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-957'>\r
+    <typedef-decl name='PyConfig' type-id='type-id-951' filepath='./Include/cpython/initconfig.h' line='237' column='1' id='type-id-264'/>\r
+    <class-decl name='PyListObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-952' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-953'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/cpython/listobject.h' line='6' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/cpython/listobject.h' line='6' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='ob_item' type-id='type-id-238' visibility='default' filepath='./Include/cpython/listobject.h' line='8' column='1'/>\r
+        <var-decl name='ob_item' type-id='type-id-235' visibility='default' filepath='./Include/cpython/listobject.h' line='8' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='allocated' type-id='type-id-7' visibility='default' filepath='./Include/cpython/listobject.h' line='21' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyListObject' type-id='type-id-957' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-956'/>\r
-    <class-decl name='PyMutex' size-in-bits='8' is-struct='yes' visibility='default' filepath='./Include/cpython/lock.h' line='29' column='1' id='type-id-958'>\r
+    <typedef-decl name='PyListObject' type-id='type-id-953' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-952'/>\r
+    <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-954'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_bits' type-id='type-id-305' visibility='default' filepath='./Include/cpython/lock.h' line='30' column='1'/>\r
+        <var-decl name='_bits' type-id='type-id-302' visibility='default' filepath='./Include/cpython/lock.h' line='30' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyMutex' type-id='type-id-958' filepath='./Include/cpython/lock.h' line='31' column='1' id='type-id-693'/>\r
-    <typedef-decl name='digit' type-id='type-id-326' filepath='./Include/cpython/longintrepr.h' line='43' column='1' id='type-id-373'/>\r
-    <class-decl name='_PyLongValue' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/longintrepr.h' line='93' column='1' id='type-id-959'>\r
+    <typedef-decl name='PyMutex' type-id='type-id-954' filepath='./Include/cpython/lock.h' line='31' column='1' id='type-id-691'/>\r
+    <typedef-decl name='digit' type-id='type-id-323' filepath='./Include/cpython/longintrepr.h' line='43' column='1' id='type-id-372'/>\r
+    <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-955'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='lv_tag' type-id='type-id-427' visibility='default' filepath='./Include/cpython/longintrepr.h' line='94' column='1'/>\r
+        <var-decl name='lv_tag' type-id='type-id-426' visibility='default' filepath='./Include/cpython/longintrepr.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ob_digit' type-id='type-id-826' visibility='default' filepath='./Include/cpython/longintrepr.h' line='95' column='1'/>\r
+        <var-decl name='ob_digit' type-id='type-id-822' visibility='default' filepath='./Include/cpython/longintrepr.h' line='95' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyLongValue' type-id='type-id-959' filepath='./Include/cpython/longintrepr.h' line='96' column='1' id='type-id-960'/>\r
-    <class-decl name='_longobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/longintrepr.h' line='98' column='1' id='type-id-961'>\r
+    <typedef-decl name='_PyLongValue' type-id='type-id-955' filepath='./Include/cpython/longintrepr.h' line='96' column='1' id='type-id-956'/>\r
+    <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-957'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/longintrepr.h' line='99' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/longintrepr.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='long_value' type-id='type-id-960' visibility='default' filepath='./Include/cpython/longintrepr.h' line='100' column='1'/>\r
+        <var-decl name='long_value' type-id='type-id-956' visibility='default' filepath='./Include/cpython/longintrepr.h' line='100' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyOnceFlag' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-962' visibility='default' filepath='./Include/cpython/modsupport.h' line='7' column='1' id='type-id-963'>\r
+    <class-decl name='_PyOnceFlag' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-958' visibility='default' filepath='./Include/cpython/modsupport.h' line='7' column='1' id='type-id-959'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='v' type-id='type-id-305' visibility='default' filepath='./Include/cpython/modsupport.h' line='8' column='1'/>\r
+        <var-decl name='v' type-id='type-id-302' visibility='default' filepath='./Include/cpython/modsupport.h' line='8' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyOnceFlag' type-id='type-id-963' filepath='./Include/cpython/modsupport.h' line='9' column='1' id='type-id-962'/>\r
-    <class-decl name='_PyArg_Parser' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/cpython/modsupport.h' line='11' column='1' id='type-id-964'>\r
+    <typedef-decl name='_PyOnceFlag' type-id='type-id-959' filepath='./Include/cpython/modsupport.h' line='9' column='1' id='type-id-958'/>\r
+    <class-decl name='_PyArg_Parser' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/cpython/modsupport.h' line='11' column='1' id='type-id-960'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='format' type-id='type-id-6' visibility='default' filepath='./Include/cpython/modsupport.h' line='12' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='keywords' type-id='type-id-965' visibility='default' filepath='./Include/cpython/modsupport.h' line='13' column='1'/>\r
+        <var-decl name='keywords' type-id='type-id-961' visibility='default' filepath='./Include/cpython/modsupport.h' line='13' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='fname' type-id='type-id-6' visibility='default' filepath='./Include/cpython/modsupport.h' line='14' column='1'/>\r
         <var-decl name='custom_msg' type-id='type-id-6' visibility='default' filepath='./Include/cpython/modsupport.h' line='15' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='once' type-id='type-id-962' visibility='default' filepath='./Include/cpython/modsupport.h' line='16' column='1'/>\r
+        <var-decl name='once' type-id='type-id-958' visibility='default' filepath='./Include/cpython/modsupport.h' line='16' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
         <var-decl name='is_kwtuple_owned' type-id='type-id-5' visibility='default' filepath='./Include/cpython/modsupport.h' line='17' column='1'/>\r
         <var-decl name='kwtuple' type-id='type-id-4' visibility='default' filepath='./Include/cpython/modsupport.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='next' type-id='type-id-272' visibility='default' filepath='./Include/cpython/modsupport.h' line='22' column='1'/>\r
+        <var-decl name='next' type-id='type-id-269' visibility='default' filepath='./Include/cpython/modsupport.h' line='22' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyNumberMethods' size-in-bits='2304' is-struct='yes' naming-typedef-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='60' column='1' id='type-id-967'>\r
+    <class-decl name='PyNumberMethods' size-in-bits='2304' is-struct='yes' naming-typedef-id='type-id-962' visibility='default' filepath='./Include/cpython/object.h' line='60' column='1' id='type-id-963'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='nb_add' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='65' column='1'/>\r
+        <var-decl name='nb_add' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='nb_subtract' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='66' column='1'/>\r
+        <var-decl name='nb_subtract' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='66' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='nb_multiply' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='67' column='1'/>\r
+        <var-decl name='nb_multiply' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='nb_remainder' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='68' column='1'/>\r
+        <var-decl name='nb_remainder' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='nb_divmod' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='69' column='1'/>\r
+        <var-decl name='nb_divmod' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='nb_power' type-id='type-id-969' visibility='default' filepath='./Include/cpython/object.h' line='70' column='1'/>\r
+        <var-decl name='nb_power' type-id='type-id-965' visibility='default' filepath='./Include/cpython/object.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='nb_negative' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='71' column='1'/>\r
+        <var-decl name='nb_negative' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='71' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='nb_positive' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='72' column='1'/>\r
+        <var-decl name='nb_positive' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='nb_absolute' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='73' column='1'/>\r
+        <var-decl name='nb_absolute' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='nb_bool' type-id='type-id-313' visibility='default' filepath='./Include/cpython/object.h' line='74' column='1'/>\r
+        <var-decl name='nb_bool' type-id='type-id-310' visibility='default' filepath='./Include/cpython/object.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='nb_invert' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='75' column='1'/>\r
+        <var-decl name='nb_invert' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='nb_lshift' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='76' column='1'/>\r
+        <var-decl name='nb_lshift' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='nb_rshift' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='77' column='1'/>\r
+        <var-decl name='nb_rshift' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='nb_and' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='78' column='1'/>\r
+        <var-decl name='nb_and' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='nb_xor' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='79' column='1'/>\r
+        <var-decl name='nb_xor' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='nb_or' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='80' column='1'/>\r
+        <var-decl name='nb_or' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='nb_int' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='81' column='1'/>\r
+        <var-decl name='nb_int' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
         <var-decl name='nb_reserved' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
-        <var-decl name='nb_float' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='83' column='1'/>\r
+        <var-decl name='nb_float' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='83' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1216'>\r
-        <var-decl name='nb_inplace_add' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='85' column='1'/>\r
+        <var-decl name='nb_inplace_add' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='85' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='nb_inplace_subtract' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='86' column='1'/>\r
+        <var-decl name='nb_inplace_subtract' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='86' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
-        <var-decl name='nb_inplace_multiply' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='87' column='1'/>\r
+        <var-decl name='nb_inplace_multiply' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1408'>\r
-        <var-decl name='nb_inplace_remainder' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='88' column='1'/>\r
+        <var-decl name='nb_inplace_remainder' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='88' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1472'>\r
-        <var-decl name='nb_inplace_power' type-id='type-id-969' visibility='default' filepath='./Include/cpython/object.h' line='89' column='1'/>\r
+        <var-decl name='nb_inplace_power' type-id='type-id-965' visibility='default' filepath='./Include/cpython/object.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1536'>\r
-        <var-decl name='nb_inplace_lshift' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='90' column='1'/>\r
+        <var-decl name='nb_inplace_lshift' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1600'>\r
-        <var-decl name='nb_inplace_rshift' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='91' column='1'/>\r
+        <var-decl name='nb_inplace_rshift' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='91' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1664'>\r
-        <var-decl name='nb_inplace_and' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='92' column='1'/>\r
+        <var-decl name='nb_inplace_and' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1728'>\r
-        <var-decl name='nb_inplace_xor' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='93' column='1'/>\r
+        <var-decl name='nb_inplace_xor' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='nb_inplace_or' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='94' column='1'/>\r
+        <var-decl name='nb_inplace_or' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1856'>\r
-        <var-decl name='nb_floor_divide' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='96' column='1'/>\r
+        <var-decl name='nb_floor_divide' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1920'>\r
-        <var-decl name='nb_true_divide' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='97' column='1'/>\r
+        <var-decl name='nb_true_divide' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1984'>\r
-        <var-decl name='nb_inplace_floor_divide' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='98' column='1'/>\r
+        <var-decl name='nb_inplace_floor_divide' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2048'>\r
-        <var-decl name='nb_inplace_true_divide' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='99' column='1'/>\r
+        <var-decl name='nb_inplace_true_divide' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2112'>\r
-        <var-decl name='nb_index' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='101' column='1'/>\r
+        <var-decl name='nb_index' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2176'>\r
-        <var-decl name='nb_matrix_multiply' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='103' column='1'/>\r
+        <var-decl name='nb_matrix_multiply' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='103' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2240'>\r
-        <var-decl name='nb_inplace_matrix_multiply' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='104' column='1'/>\r
+        <var-decl name='nb_inplace_matrix_multiply' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='104' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyNumberMethods' type-id='type-id-967' filepath='./Include/cpython/object.h' line='105' column='1' id='type-id-966'/>\r
-    <class-decl name='PySequenceMethods' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-971' visibility='default' filepath='./Include/cpython/object.h' line='107' column='1' id='type-id-972'>\r
+    <typedef-decl name='PyNumberMethods' type-id='type-id-963' filepath='./Include/cpython/object.h' line='105' column='1' id='type-id-962'/>\r
+    <class-decl name='PySequenceMethods' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-967' visibility='default' filepath='./Include/cpython/object.h' line='107' column='1' id='type-id-968'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='sq_length' type-id='type-id-973' visibility='default' filepath='./Include/cpython/object.h' line='108' column='1'/>\r
+        <var-decl name='sq_length' type-id='type-id-969' visibility='default' filepath='./Include/cpython/object.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='sq_concat' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='109' column='1'/>\r
+        <var-decl name='sq_concat' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='sq_repeat' type-id='type-id-974' visibility='default' filepath='./Include/cpython/object.h' line='110' column='1'/>\r
+        <var-decl name='sq_repeat' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='110' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='sq_item' type-id='type-id-974' visibility='default' filepath='./Include/cpython/object.h' line='111' column='1'/>\r
+        <var-decl name='sq_item' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='was_sq_slice' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='112' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='sq_ass_item' type-id='type-id-975' visibility='default' filepath='./Include/cpython/object.h' line='113' column='1'/>\r
+        <var-decl name='sq_ass_item' type-id='type-id-971' visibility='default' filepath='./Include/cpython/object.h' line='113' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
         <var-decl name='was_sq_ass_slice' type-id='type-id-30' visibility='default' filepath='./Include/cpython/object.h' line='114' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='sq_contains' type-id='type-id-976' visibility='default' filepath='./Include/cpython/object.h' line='115' column='1'/>\r
+        <var-decl name='sq_contains' type-id='type-id-972' visibility='default' filepath='./Include/cpython/object.h' line='115' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='sq_inplace_concat' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='117' column='1'/>\r
+        <var-decl name='sq_inplace_concat' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='117' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='sq_inplace_repeat' type-id='type-id-974' visibility='default' filepath='./Include/cpython/object.h' line='118' column='1'/>\r
+        <var-decl name='sq_inplace_repeat' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='118' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PySequenceMethods' type-id='type-id-972' filepath='./Include/cpython/object.h' line='119' column='1' id='type-id-971'/>\r
-    <class-decl name='PyMappingMethods' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-977' visibility='default' filepath='./Include/cpython/object.h' line='121' column='1' id='type-id-978'>\r
+    <typedef-decl name='PySequenceMethods' type-id='type-id-968' filepath='./Include/cpython/object.h' line='119' column='1' id='type-id-967'/>\r
+    <class-decl name='PyMappingMethods' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-973' visibility='default' filepath='./Include/cpython/object.h' line='121' column='1' id='type-id-974'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mp_length' type-id='type-id-973' visibility='default' filepath='./Include/cpython/object.h' line='122' column='1'/>\r
+        <var-decl name='mp_length' type-id='type-id-969' visibility='default' filepath='./Include/cpython/object.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='mp_subscript' type-id='type-id-968' visibility='default' filepath='./Include/cpython/object.h' line='123' column='1'/>\r
+        <var-decl name='mp_subscript' type-id='type-id-964' visibility='default' filepath='./Include/cpython/object.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='mp_ass_subscript' type-id='type-id-979' visibility='default' filepath='./Include/cpython/object.h' line='124' column='1'/>\r
+        <var-decl name='mp_ass_subscript' type-id='type-id-975' visibility='default' filepath='./Include/cpython/object.h' line='124' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyMappingMethods' type-id='type-id-978' filepath='./Include/cpython/object.h' line='125' column='1' id='type-id-977'/>\r
-    <typedef-decl name='sendfunc' type-id='type-id-980' filepath='./Include/cpython/object.h' line='127' column='1' id='type-id-981'/>\r
-    <class-decl name='PyAsyncMethods' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-982' visibility='default' filepath='./Include/cpython/object.h' line='129' column='1' id='type-id-983'>\r
+    <typedef-decl name='PyMappingMethods' type-id='type-id-974' filepath='./Include/cpython/object.h' line='125' column='1' id='type-id-973'/>\r
+    <typedef-decl name='sendfunc' type-id='type-id-976' filepath='./Include/cpython/object.h' line='127' column='1' id='type-id-977'/>\r
+    <class-decl name='PyAsyncMethods' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-978' visibility='default' filepath='./Include/cpython/object.h' line='129' column='1' id='type-id-979'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='am_await' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='130' column='1'/>\r
+        <var-decl name='am_await' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='130' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='am_aiter' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='131' column='1'/>\r
+        <var-decl name='am_aiter' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='131' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='am_anext' type-id='type-id-970' visibility='default' filepath='./Include/cpython/object.h' line='132' column='1'/>\r
+        <var-decl name='am_anext' type-id='type-id-966' visibility='default' filepath='./Include/cpython/object.h' line='132' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='am_send' type-id='type-id-981' visibility='default' filepath='./Include/cpython/object.h' line='133' column='1'/>\r
+        <var-decl name='am_send' type-id='type-id-977' visibility='default' filepath='./Include/cpython/object.h' line='133' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyAsyncMethods' type-id='type-id-983' filepath='./Include/cpython/object.h' line='134' column='1' id='type-id-982'/>\r
-    <class-decl name='PyBufferProcs' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-984' visibility='default' filepath='./Include/cpython/object.h' line='136' column='1' id='type-id-985'>\r
+    <typedef-decl name='PyAsyncMethods' type-id='type-id-979' filepath='./Include/cpython/object.h' line='134' column='1' id='type-id-978'/>\r
+    <class-decl name='PyBufferProcs' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-980' visibility='default' filepath='./Include/cpython/object.h' line='136' column='1' id='type-id-981'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='bf_getbuffer' type-id='type-id-529' visibility='default' filepath='./Include/cpython/object.h' line='137' column='1'/>\r
+        <var-decl name='bf_getbuffer' type-id='type-id-527' visibility='default' filepath='./Include/cpython/object.h' line='137' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='bf_releasebuffer' type-id='type-id-986' visibility='default' filepath='./Include/cpython/object.h' line='138' column='1'/>\r
+        <var-decl name='bf_releasebuffer' type-id='type-id-982' visibility='default' filepath='./Include/cpython/object.h' line='138' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyBufferProcs' type-id='type-id-985' filepath='./Include/cpython/object.h' line='139' column='1' id='type-id-984'/>\r
-    <class-decl name='_typeobject' size-in-bits='3328' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='147' column='1' id='type-id-987'>\r
+    <typedef-decl name='PyBufferProcs' type-id='type-id-981' filepath='./Include/cpython/object.h' line='139' column='1' id='type-id-980'/>\r
+    <class-decl name='_typeobject' size-in-bits='3328' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='147' column='1' id='type-id-983'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/cpython/object.h' line='148' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/cpython/object.h' line='148' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='tp_name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='149' column='1'/>\r
         <var-decl name='tp_itemsize' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='150' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='tp_dealloc' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='154' column='1'/>\r
+        <var-decl name='tp_dealloc' type-id='type-id-984' visibility='default' filepath='./Include/cpython/object.h' line='154' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
         <var-decl name='tp_vectorcall_offset' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='155' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='tp_getattr' type-id='type-id-989' visibility='default' filepath='./Include/cpython/object.h' line='156' column='1'/>\r
+        <var-decl name='tp_getattr' type-id='type-id-985' visibility='default' filepath='./Include/cpython/object.h' line='156' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='tp_setattr' type-id='type-id-990' visibility='default' filepath='./Include/cpython/object.h' line='157' column='1'/>\r
+        <var-decl name='tp_setattr' type-id='type-id-986' visibility='default' filepath='./Include/cpython/object.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='tp_as_async' type-id='type-id-991' visibility='default' filepath='./Include/cpython/object.h' line='158' column='1'/>\r
+        <var-decl name='tp_as_async' type-id='type-id-987' visibility='default' filepath='./Include/cpython/object.h' line='158' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='tp_repr' type-id='type-id-992' visibility='default' filepath='./Include/cpython/object.h' line='160' column='1'/>\r
+        <var-decl name='tp_repr' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='160' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='tp_as_number' type-id='type-id-993' visibility='default' filepath='./Include/cpython/object.h' line='164' column='1'/>\r
+        <var-decl name='tp_as_number' type-id='type-id-989' visibility='default' filepath='./Include/cpython/object.h' line='164' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='tp_as_sequence' type-id='type-id-994' visibility='default' filepath='./Include/cpython/object.h' line='165' column='1'/>\r
+        <var-decl name='tp_as_sequence' type-id='type-id-990' visibility='default' filepath='./Include/cpython/object.h' line='165' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='tp_as_mapping' type-id='type-id-995' visibility='default' filepath='./Include/cpython/object.h' line='166' column='1'/>\r
+        <var-decl name='tp_as_mapping' type-id='type-id-991' visibility='default' filepath='./Include/cpython/object.h' line='166' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='tp_hash' type-id='type-id-996' visibility='default' filepath='./Include/cpython/object.h' line='170' column='1'/>\r
+        <var-decl name='tp_hash' type-id='type-id-992' visibility='default' filepath='./Include/cpython/object.h' line='170' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='tp_call' type-id='type-id-969' visibility='default' filepath='./Include/cpython/object.h' line='171' column='1'/>\r
+        <var-decl name='tp_call' type-id='type-id-965' visibility='default' filepath='./Include/cpython/object.h' line='171' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='tp_str' type-id='type-id-992' visibility='default' filepath='./Include/cpython/object.h' line='172' column='1'/>\r
+        <var-decl name='tp_str' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='172' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
-        <var-decl name='tp_getattro' type-id='type-id-997' visibility='default' filepath='./Include/cpython/object.h' line='173' column='1'/>\r
+        <var-decl name='tp_getattro' type-id='type-id-993' visibility='default' filepath='./Include/cpython/object.h' line='173' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1216'>\r
-        <var-decl name='tp_setattro' type-id='type-id-998' visibility='default' filepath='./Include/cpython/object.h' line='174' column='1'/>\r
+        <var-decl name='tp_setattro' type-id='type-id-994' visibility='default' filepath='./Include/cpython/object.h' line='174' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='tp_as_buffer' type-id='type-id-999' visibility='default' filepath='./Include/cpython/object.h' line='177' column='1'/>\r
+        <var-decl name='tp_as_buffer' type-id='type-id-995' visibility='default' filepath='./Include/cpython/object.h' line='177' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
         <var-decl name='tp_flags' type-id='type-id-2' visibility='default' filepath='./Include/cpython/object.h' line='180' column='1'/>\r
         <var-decl name='tp_doc' type-id='type-id-6' visibility='default' filepath='./Include/cpython/object.h' line='182' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1472'>\r
-        <var-decl name='tp_traverse' type-id='type-id-312' visibility='default' filepath='./Include/cpython/object.h' line='186' column='1'/>\r
+        <var-decl name='tp_traverse' type-id='type-id-309' visibility='default' filepath='./Include/cpython/object.h' line='186' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1536'>\r
-        <var-decl name='tp_clear' type-id='type-id-313' visibility='default' filepath='./Include/cpython/object.h' line='189' column='1'/>\r
+        <var-decl name='tp_clear' type-id='type-id-310' visibility='default' filepath='./Include/cpython/object.h' line='189' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1600'>\r
-        <var-decl name='tp_richcompare' type-id='type-id-1000' visibility='default' filepath='./Include/cpython/object.h' line='193' column='1'/>\r
+        <var-decl name='tp_richcompare' type-id='type-id-996' visibility='default' filepath='./Include/cpython/object.h' line='193' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1664'>\r
         <var-decl name='tp_weaklistoffset' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='196' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1728'>\r
-        <var-decl name='tp_iter' type-id='type-id-1001' visibility='default' filepath='./Include/cpython/object.h' line='199' column='1'/>\r
+        <var-decl name='tp_iter' type-id='type-id-997' visibility='default' filepath='./Include/cpython/object.h' line='199' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='tp_iternext' type-id='type-id-1002' visibility='default' filepath='./Include/cpython/object.h' line='200' column='1'/>\r
+        <var-decl name='tp_iternext' type-id='type-id-998' visibility='default' filepath='./Include/cpython/object.h' line='200' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1856'>\r
-        <var-decl name='tp_methods' type-id='type-id-176' visibility='default' filepath='./Include/cpython/object.h' line='203' column='1'/>\r
+        <var-decl name='tp_methods' type-id='type-id-174' visibility='default' filepath='./Include/cpython/object.h' line='203' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1920'>\r
-        <var-decl name='tp_members' type-id='type-id-333' visibility='default' filepath='./Include/cpython/object.h' line='204' column='1'/>\r
+        <var-decl name='tp_members' type-id='type-id-330' visibility='default' filepath='./Include/cpython/object.h' line='204' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1984'>\r
-        <var-decl name='tp_getset' type-id='type-id-334' visibility='default' filepath='./Include/cpython/object.h' line='205' column='1'/>\r
+        <var-decl name='tp_getset' type-id='type-id-331' visibility='default' filepath='./Include/cpython/object.h' line='205' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2048'>\r
         <var-decl name='tp_base' type-id='type-id-1' visibility='default' filepath='./Include/cpython/object.h' line='207' column='1'/>\r
         <var-decl name='tp_dict' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='208' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2176'>\r
-        <var-decl name='tp_descr_get' type-id='type-id-1003' visibility='default' filepath='./Include/cpython/object.h' line='209' column='1'/>\r
+        <var-decl name='tp_descr_get' type-id='type-id-999' visibility='default' filepath='./Include/cpython/object.h' line='209' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2240'>\r
-        <var-decl name='tp_descr_set' type-id='type-id-1004' visibility='default' filepath='./Include/cpython/object.h' line='210' column='1'/>\r
+        <var-decl name='tp_descr_set' type-id='type-id-1000' visibility='default' filepath='./Include/cpython/object.h' line='210' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2304'>\r
         <var-decl name='tp_dictoffset' type-id='type-id-7' visibility='default' filepath='./Include/cpython/object.h' line='211' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2368'>\r
-        <var-decl name='tp_init' type-id='type-id-1005' visibility='default' filepath='./Include/cpython/object.h' line='212' column='1'/>\r
+        <var-decl name='tp_init' type-id='type-id-1001' visibility='default' filepath='./Include/cpython/object.h' line='212' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2432'>\r
-        <var-decl name='tp_alloc' type-id='type-id-1006' visibility='default' filepath='./Include/cpython/object.h' line='213' column='1'/>\r
+        <var-decl name='tp_alloc' type-id='type-id-1002' visibility='default' filepath='./Include/cpython/object.h' line='213' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2496'>\r
-        <var-decl name='tp_new' type-id='type-id-1007' visibility='default' filepath='./Include/cpython/object.h' line='214' column='1'/>\r
+        <var-decl name='tp_new' type-id='type-id-1003' visibility='default' filepath='./Include/cpython/object.h' line='214' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2560'>\r
-        <var-decl name='tp_free' type-id='type-id-385' visibility='default' filepath='./Include/cpython/object.h' line='215' column='1'/>\r
+        <var-decl name='tp_free' type-id='type-id-384' visibility='default' filepath='./Include/cpython/object.h' line='215' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2624'>\r
-        <var-decl name='tp_is_gc' type-id='type-id-313' visibility='default' filepath='./Include/cpython/object.h' line='216' column='1'/>\r
+        <var-decl name='tp_is_gc' type-id='type-id-310' visibility='default' filepath='./Include/cpython/object.h' line='216' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2688'>\r
         <var-decl name='tp_bases' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='217' column='1'/>\r
         <var-decl name='tp_weaklist' type-id='type-id-4' visibility='default' filepath='./Include/cpython/object.h' line='221' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3008'>\r
-        <var-decl name='tp_del' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='222' column='1'/>\r
+        <var-decl name='tp_del' type-id='type-id-984' visibility='default' filepath='./Include/cpython/object.h' line='222' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3072'>\r
-        <var-decl name='tp_version_tag' type-id='type-id-101' visibility='default' filepath='./Include/cpython/object.h' line='225' column='1'/>\r
+        <var-decl name='tp_version_tag' type-id='type-id-99' visibility='default' filepath='./Include/cpython/object.h' line='225' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3136'>\r
-        <var-decl name='tp_finalize' type-id='type-id-988' visibility='default' filepath='./Include/cpython/object.h' line='227' column='1'/>\r
+        <var-decl name='tp_finalize' type-id='type-id-984' visibility='default' filepath='./Include/cpython/object.h' line='227' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3200'>\r
-        <var-decl name='tp_vectorcall' type-id='type-id-309' visibility='default' filepath='./Include/cpython/object.h' line='228' column='1'/>\r
+        <var-decl name='tp_vectorcall' type-id='type-id-306' visibility='default' filepath='./Include/cpython/object.h' line='228' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3264'>\r
-        <var-decl name='tp_watched' type-id='type-id-91' visibility='default' filepath='./Include/cpython/object.h' line='231' column='1'/>\r
+        <var-decl name='tp_watched' type-id='type-id-89' visibility='default' filepath='./Include/cpython/object.h' line='231' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3280'>\r
-        <var-decl name='tp_versions_used' type-id='type-id-445' visibility='default' filepath='./Include/cpython/object.h' line='232' column='1'/>\r
+        <var-decl name='tp_versions_used' type-id='type-id-443' visibility='default' filepath='./Include/cpython/object.h' line='232' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyType_WatchCallback' type-id='type-id-1008' filepath='./Include/cpython/object.h' line='504' column='1' id='type-id-530'/>\r
-    <enum-decl name='PyRefTracerEvent' naming-typedef-id='type-id-1009' filepath='./Include/cpython/object.h' line='518' column='1' id='type-id-1010'>\r
+    <typedef-decl name='PyType_WatchCallback' type-id='type-id-1004' filepath='./Include/cpython/object.h' line='504' column='1' id='type-id-528'/>\r
+    <enum-decl name='PyRefTracerEvent' naming-typedef-id='type-id-1005' filepath='./Include/cpython/object.h' line='518' column='1' id='type-id-1006'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PyRefTracer_CREATE' value='0'/>\r
       <enumerator name='PyRefTracer_DESTROY' value='1'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyRefTracerEvent' type-id='type-id-1010' filepath='./Include/cpython/object.h' line='521' column='1' id='type-id-1009'/>\r
-    <typedef-decl name='PyRefTracer' type-id='type-id-1011' filepath='./Include/cpython/object.h' line='523' column='1' id='type-id-403'/>\r
-    <class-decl name='PyObjectArenaAllocator' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-503' visibility='default' filepath='./Include/cpython/objimpl.h' line='59' column='1' id='type-id-1012'>\r
+    <typedef-decl name='PyRefTracerEvent' type-id='type-id-1006' filepath='./Include/cpython/object.h' line='521' column='1' id='type-id-1005'/>\r
+    <typedef-decl name='PyRefTracer' type-id='type-id-1007' filepath='./Include/cpython/object.h' line='523' column='1' id='type-id-402'/>\r
+    <class-decl name='PyObjectArenaAllocator' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-501' visibility='default' filepath='./Include/cpython/objimpl.h' line='59' column='1' id='type-id-1008'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='ctx' type-id='type-id-30' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='alloc' type-id='type-id-1013' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>\r
+        <var-decl name='alloc' type-id='type-id-1009' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='free' type-id='type-id-1014' visibility='default' filepath='./Include/cpython/objimpl.h' line='67' column='1'/>\r
+        <var-decl name='free' type-id='type-id-1010' visibility='default' filepath='./Include/cpython/objimpl.h' line='67' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-1012' filepath='./Include/cpython/objimpl.h' line='68' column='1' id='type-id-503'/>\r
-    <class-decl name='PyBaseExceptionObject' size-in-bits='576' is-struct='yes' naming-typedef-id='type-id-1015' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-1016'>\r
+    <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-1008' filepath='./Include/cpython/objimpl.h' line='68' column='1' id='type-id-501'/>\r
+    <class-decl name='PyBaseExceptionObject' size-in-bits='576' is-struct='yes' naming-typedef-id='type-id-1011' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-1012'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='dict' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>\r
         <var-decl name='suppress_context' type-id='type-id-53' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyBaseExceptionObject' type-id='type-id-1016' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-1015'/>\r
-    <typedef-decl name='atexit_datacallbackfunc' type-id='type-id-510' filepath='./Include/cpython/pylifecycle.h' line='90' column='1' id='type-id-29'/>\r
-    <class-decl name='PyMemAllocatorEx' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-501' visibility='default' filepath='./Include/cpython/pymem.h' line='33' column='1' id='type-id-1017'>\r
+    <typedef-decl name='PyBaseExceptionObject' type-id='type-id-1012' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-1011'/>\r
+    <typedef-decl name='atexit_datacallbackfunc' type-id='type-id-508' filepath='./Include/cpython/pylifecycle.h' line='90' column='1' id='type-id-29'/>\r
+    <class-decl name='PyMemAllocatorEx' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-499' visibility='default' filepath='./Include/cpython/pymem.h' line='33' column='1' id='type-id-1013'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='ctx' type-id='type-id-30' visibility='default' filepath='./Include/cpython/pymem.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='malloc' type-id='type-id-1013' visibility='default' filepath='./Include/cpython/pymem.h' line='38' column='1'/>\r
+        <var-decl name='malloc' type-id='type-id-1009' visibility='default' filepath='./Include/cpython/pymem.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='calloc' type-id='type-id-1018' visibility='default' filepath='./Include/cpython/pymem.h' line='41' column='1'/>\r
+        <var-decl name='calloc' type-id='type-id-1014' visibility='default' filepath='./Include/cpython/pymem.h' line='41' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='realloc' type-id='type-id-1019' visibility='default' filepath='./Include/cpython/pymem.h' line='44' column='1'/>\r
+        <var-decl name='realloc' type-id='type-id-1015' visibility='default' filepath='./Include/cpython/pymem.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='free' type-id='type-id-1020' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1'/>\r
+        <var-decl name='free' type-id='type-id-1016' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyMemAllocatorEx' type-id='type-id-1017' filepath='./Include/cpython/pymem.h' line='48' column='1' id='type-id-501'/>\r
-    <typedef-decl name='Py_tracefunc' type-id='type-id-1021' filepath='./Include/cpython/pystate.h' line='16' column='1' id='type-id-1022'/>\r
-    <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1' id='type-id-1023'>\r
+    <typedef-decl name='PyMemAllocatorEx' type-id='type-id-1013' filepath='./Include/cpython/pymem.h' line='48' column='1' id='type-id-499'/>\r
+    <typedef-decl name='Py_tracefunc' type-id='type-id-1017' filepath='./Include/cpython/pystate.h' line='16' column='1' id='type-id-1018'/>\r
+    <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1' id='type-id-1019'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='exc_value' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='previous_item' type-id='type-id-1024' visibility='default' filepath='./Include/cpython/pystate.h' line='48' column='1'/>\r
+        <var-decl name='previous_item' type-id='type-id-1020' visibility='default' filepath='./Include/cpython/pystate.h' line='48' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyErr_StackItem' type-id='type-id-1023' filepath='./Include/cpython/pystate.h' line='50' column='1' id='type-id-357'/>\r
-    <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='52' column='1' id='type-id-1025'>\r
+    <typedef-decl name='_PyErr_StackItem' type-id='type-id-1019' filepath='./Include/cpython/pystate.h' line='50' column='1' id='type-id-354'/>\r
+    <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='52' column='1' id='type-id-1021'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='previous' type-id='type-id-1026' visibility='default' filepath='./Include/cpython/pystate.h' line='53' column='1'/>\r
+        <var-decl name='previous' type-id='type-id-1022' visibility='default' filepath='./Include/cpython/pystate.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='size' type-id='type-id-21' visibility='default' filepath='./Include/cpython/pystate.h' line='54' column='1'/>\r
         <var-decl name='top' type-id='type-id-21' visibility='default' filepath='./Include/cpython/pystate.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='data' type-id='type-id-359' visibility='default' filepath='./Include/cpython/pystate.h' line='56' column='1'/>\r
+        <var-decl name='data' type-id='type-id-356' visibility='default' filepath='./Include/cpython/pystate.h' line='56' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyStackChunk' type-id='type-id-1025' filepath='./Include/cpython/pystate.h' line='57' column='1' id='type-id-1027'/>\r
-    <class-decl name='_ts' size-in-bits='2432' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='59' column='1' id='type-id-1028'>\r
+    <typedef-decl name='_PyStackChunk' type-id='type-id-1021' filepath='./Include/cpython/pystate.h' line='57' column='1' id='type-id-1023'/>\r
+    <class-decl name='_ts' size-in-bits='2432' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='59' column='1' id='type-id-1024'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='prev' type-id='type-id-27' visibility='default' filepath='./Include/cpython/pystate.h' line='62' column='1'/>\r
       </data-member>\r
         <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/cpython/pystate.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='eval_breaker' type-id='type-id-427' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>\r
+        <var-decl name='eval_breaker' type-id='type-id-426' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='_status' type-id='type-id-1029' visibility='default' filepath='./Include/cpython/pystate.h' line='96' column='1'/>\r
+        <var-decl name='_status' type-id='type-id-1025' visibility='default' filepath='./Include/cpython/pystate.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
         <var-decl name='_whence' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pystate.h' line='106' column='1'/>\r
         <var-decl name='what_event' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pystate.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='current_frame' type-id='type-id-367' visibility='default' filepath='./Include/cpython/pystate.h' line='125' column='1'/>\r
+        <var-decl name='current_frame' type-id='type-id-366' visibility='default' filepath='./Include/cpython/pystate.h' line='125' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='c_profilefunc' type-id='type-id-1022' visibility='default' filepath='./Include/cpython/pystate.h' line='127' column='1'/>\r
+        <var-decl name='c_profilefunc' type-id='type-id-1018' visibility='default' filepath='./Include/cpython/pystate.h' line='127' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='c_tracefunc' type-id='type-id-1022' visibility='default' filepath='./Include/cpython/pystate.h' line='128' column='1'/>\r
+        <var-decl name='c_tracefunc' type-id='type-id-1018' visibility='default' filepath='./Include/cpython/pystate.h' line='128' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
         <var-decl name='c_profileobj' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='129' column='1'/>\r
         <var-decl name='current_exception' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='133' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='exc_info' type-id='type-id-239' visibility='default' filepath='./Include/cpython/pystate.h' line='138' column='1'/>\r
+        <var-decl name='exc_info' type-id='type-id-236' visibility='default' filepath='./Include/cpython/pystate.h' line='138' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
         <var-decl name='dict' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='140' column='1'/>\r
         <var-decl name='delete_later' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='153' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1408'>\r
-        <var-decl name='critical_section' type-id='type-id-427' visibility='default' filepath='./Include/cpython/pystate.h' line='160' column='1'/>\r
+        <var-decl name='critical_section' type-id='type-id-426' visibility='default' filepath='./Include/cpython/pystate.h' line='160' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1472'>\r
         <var-decl name='coroutine_origin_tracking_depth' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pystate.h' line='162' column='1'/>\r
         <var-decl name='context' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='167' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1728'>\r
-        <var-decl name='context_ver' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pystate.h' line='168' column='1'/>\r
+        <var-decl name='context_ver' type-id='type-id-106' visibility='default' filepath='./Include/cpython/pystate.h' line='168' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='id' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pystate.h' line='171' column='1'/>\r
+        <var-decl name='id' type-id='type-id-106' visibility='default' filepath='./Include/cpython/pystate.h' line='171' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1856'>\r
-        <var-decl name='datastack_chunk' type-id='type-id-1030' visibility='default' filepath='./Include/cpython/pystate.h' line='173' column='1'/>\r
+        <var-decl name='datastack_chunk' type-id='type-id-1026' visibility='default' filepath='./Include/cpython/pystate.h' line='173' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1920'>\r
-        <var-decl name='datastack_top' type-id='type-id-238' visibility='default' filepath='./Include/cpython/pystate.h' line='174' column='1'/>\r
+        <var-decl name='datastack_top' type-id='type-id-235' visibility='default' filepath='./Include/cpython/pystate.h' line='174' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1984'>\r
-        <var-decl name='datastack_limit' type-id='type-id-238' visibility='default' filepath='./Include/cpython/pystate.h' line='175' column='1'/>\r
+        <var-decl name='datastack_limit' type-id='type-id-235' visibility='default' filepath='./Include/cpython/pystate.h' line='175' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2048'>\r
-        <var-decl name='exc_state' type-id='type-id-357' visibility='default' filepath='./Include/cpython/pystate.h' line='190' column='1'/>\r
+        <var-decl name='exc_state' type-id='type-id-354' visibility='default' filepath='./Include/cpython/pystate.h' line='190' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2176'>\r
         <var-decl name='previous_executor' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='192' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2240'>\r
-        <var-decl name='dict_global_version' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pystate.h' line='194' column='1'/>\r
+        <var-decl name='dict_global_version' type-id='type-id-106' visibility='default' filepath='./Include/cpython/pystate.h' line='194' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2304'>\r
         <var-decl name='threading_local_key' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='197' column='1'/>\r
         <var-decl name='threading_local_sentinel' type-id='type-id-4' visibility='default' filepath='./Include/cpython/pystate.h' line='202' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__28' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1' id='type-id-1029'>\r
+    <class-decl name='__anonymous_struct__28' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1' id='type-id-1025'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='initialized' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>\r
+        <var-decl name='initialized' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1'>\r
-        <var-decl name='bound' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>\r
+        <var-decl name='bound' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2'>\r
-        <var-decl name='unbound' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='81' column='1'/>\r
+        <var-decl name='unbound' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3'>\r
-        <var-decl name='bound_gilstate' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='83' column='1'/>\r
+        <var-decl name='bound_gilstate' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='83' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4'>\r
-        <var-decl name='active' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>\r
+        <var-decl name='active' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5'>\r
-        <var-decl name='holds_gil' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='87' column='1'/>\r
+        <var-decl name='holds_gil' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6'>\r
-        <var-decl name='finalizing' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='90' column='1'/>\r
+        <var-decl name='finalizing' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7'>\r
-        <var-decl name='cleared' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='91' column='1'/>\r
+        <var-decl name='cleared' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='91' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='finalized' type-id='type-id-101' visibility='default' filepath='./Include/cpython/pystate.h' line='92' column='1'/>\r
+        <var-decl name='finalized' type-id='type-id-99' visibility='default' filepath='./Include/cpython/pystate.h' line='92' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-1031' filepath='./Include/cpython/pystate.h' line='271' column='1' id='type-id-1032'/>\r
-    <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-1033'>\r
+    <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-1027' filepath='./Include/cpython/pystate.h' line='271' column='1' id='type-id-1028'/>\r
+    <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-1029'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_is_initialized' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pythread.h' line='36' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='_key' type-id='type-id-507' visibility='default' filepath='./Include/cpython/pythread.h' line='37' column='1'/>\r
+        <var-decl name='_key' type-id='type-id-505' visibility='default' filepath='./Include/cpython/pythread.h' line='37' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyTime_t' type-id='type-id-460' filepath='./Include/cpython/pytime.h' line='10' column='1' id='type-id-213'/>\r
-    <typedef-decl name='Py_AuditHookFunction' type-id='type-id-1034' filepath='./Include/cpython/sysmodule.h' line='5' column='1' id='type-id-240'/>\r
-    <class-decl name='PyTupleObject' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-1035' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-1036'>\r
+    <typedef-decl name='PyTime_t' type-id='type-id-458' filepath='./Include/cpython/pytime.h' line='10' column='1' id='type-id-210'/>\r
+    <typedef-decl name='Py_AuditHookFunction' type-id='type-id-1030' filepath='./Include/cpython/sysmodule.h' line='5' column='1' id='type-id-237'/>\r
+    <class-decl name='PyTupleObject' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-1031' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-1032'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/cpython/tupleobject.h' line='6' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/cpython/tupleobject.h' line='6' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='ob_item' type-id='type-id-359' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>\r
+        <var-decl name='ob_item' type-id='type-id-356' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyTupleObject' type-id='type-id-1036' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-1035'/>\r
-    <class-decl name='PyASCIIObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1037' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='54' column='1' id='type-id-1038'>\r
+    <typedef-decl name='PyTupleObject' type-id='type-id-1032' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-1031'/>\r
+    <class-decl name='PyASCIIObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1033' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='54' column='1' id='type-id-1034'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='99' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='100' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='hash' type-id='type-id-301' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='101' column='1'/>\r
+        <var-decl name='hash' type-id='type-id-298' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='state' type-id='type-id-1039' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='150' column='1'/>\r
+        <var-decl name='state' type-id='type-id-1035' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='150' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__60' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='102' column='1' id='type-id-1039'>\r
+    <class-decl name='__anonymous_struct__60' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='102' column='1' id='type-id-1035'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='interned' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='112' column='1'/>\r
+        <var-decl name='interned' type-id='type-id-99' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='112' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2'>\r
-        <var-decl name='kind' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='135' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-99' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='135' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5'>\r
-        <var-decl name='compact' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='140' column='1'/>\r
+        <var-decl name='compact' type-id='type-id-99' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='140' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6'>\r
-        <var-decl name='ascii' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='144' column='1'/>\r
+        <var-decl name='ascii' type-id='type-id-99' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='144' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7'>\r
-        <var-decl name='statically_allocated' type-id='type-id-101' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='146' column='1'/>\r
+        <var-decl name='statically_allocated' type-id='type-id-99' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='146' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyASCIIObject' type-id='type-id-1038' filepath='./Include/cpython/unicodeobject.h' line='151' column='1' id='type-id-1037'/>\r
-    <class-decl name='PyCompactUnicodeObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-1040' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='156' column='1' id='type-id-1041'>\r
+    <typedef-decl name='PyASCIIObject' type-id='type-id-1034' filepath='./Include/cpython/unicodeobject.h' line='151' column='1' id='type-id-1033'/>\r
+    <class-decl name='PyCompactUnicodeObject' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-1036' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='156' column='1' id='type-id-1037'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_base' type-id='type-id-1037' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='157' column='1'/>\r
+        <var-decl name='_base' type-id='type-id-1033' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
         <var-decl name='utf8_length' type-id='type-id-7' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='158' column='1'/>\r
         <var-decl name='utf8' type-id='type-id-17' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='160' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-1041' filepath='./Include/cpython/unicodeobject.h' line='161' column='1' id='type-id-1040'/>\r
-    <typedef-decl name='getter' type-id='type-id-942' filepath='./Include/descrobject.h' line='8' column='1' id='type-id-1042'/>\r
-    <typedef-decl name='setter' type-id='type-id-1043' filepath='./Include/descrobject.h' line='9' column='1' id='type-id-1044'/>\r
-    <class-decl name='PyGetSetDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/descrobject.h' line='11' column='1' id='type-id-1045'>\r
+    <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-1037' filepath='./Include/cpython/unicodeobject.h' line='161' column='1' id='type-id-1036'/>\r
+    <typedef-decl name='getter' type-id='type-id-938' filepath='./Include/descrobject.h' line='8' column='1' id='type-id-1038'/>\r
+    <typedef-decl name='setter' type-id='type-id-1039' filepath='./Include/descrobject.h' line='9' column='1' id='type-id-1040'/>\r
+    <class-decl name='PyGetSetDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/descrobject.h' line='11' column='1' id='type-id-1041'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/descrobject.h' line='12' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='get' type-id='type-id-1042' visibility='default' filepath='./Include/descrobject.h' line='13' column='1'/>\r
+        <var-decl name='get' type-id='type-id-1038' visibility='default' filepath='./Include/descrobject.h' line='13' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='set' type-id='type-id-1044' visibility='default' filepath='./Include/descrobject.h' line='14' column='1'/>\r
+        <var-decl name='set' type-id='type-id-1040' visibility='default' filepath='./Include/descrobject.h' line='14' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/descrobject.h' line='15' column='1'/>\r
         <var-decl name='closure' type-id='type-id-30' visibility='default' filepath='./Include/descrobject.h' line='16' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyMemberDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/descrobject.h' line='41' column='1' id='type-id-1046'>\r
+    <class-decl name='PyMemberDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/descrobject.h' line='41' column='1' id='type-id-1042'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/descrobject.h' line='42' column='1'/>\r
       </data-member>\r
         <var-decl name='doc' type-id='type-id-6' visibility='default' filepath='./Include/descrobject.h' line='46' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='identifier' type-id='type-id-4' filepath='./Include/internal/pycore_asdl.h' line='13' column='1' id='type-id-632'/>\r
-    <typedef-decl name='string' type-id='type-id-4' filepath='./Include/internal/pycore_asdl.h' line='14' column='1' id='type-id-634'/>\r
-    <typedef-decl name='constant' type-id='type-id-4' filepath='./Include/internal/pycore_asdl.h' line='16' column='1' id='type-id-659'/>\r
-    <class-decl name='asdl_int_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1047' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='42' column='1' id='type-id-1048'>\r
+    <typedef-decl name='identifier' type-id='type-id-4' filepath='./Include/internal/pycore_asdl.h' line='13' column='1' id='type-id-630'/>\r
+    <typedef-decl name='string' type-id='type-id-4' filepath='./Include/internal/pycore_asdl.h' line='14' column='1' id='type-id-632'/>\r
+    <typedef-decl name='constant' type-id='type-id-4' filepath='./Include/internal/pycore_asdl.h' line='16' column='1' id='type-id-657'/>\r
+    <class-decl name='asdl_int_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1043' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='42' column='1' id='type-id-1044'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-838' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-834' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_int_seq' type-id='type-id-1048' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-1047'/>\r
-    <typedef-decl name='expr_ty' type-id='type-id-1049' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-609'/>\r
-    <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-1050'>\r
+    <typedef-decl name='asdl_int_seq' type-id='type-id-1044' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-1043'/>\r
+    <typedef-decl name='expr_ty' type-id='type-id-1045' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-607'/>\r
+    <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-1046'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='Load' value='1'/>\r
       <enumerator name='Store' value='2'/>\r
       <enumerator name='Del' value='3'/>\r
     </enum-decl>\r
-    <typedef-decl name='expr_context_ty' type-id='type-id-1050' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-682'/>\r
-    <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-1051'>\r
+    <typedef-decl name='expr_context_ty' type-id='type-id-1046' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-680'/>\r
+    <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-1047'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='And' value='1'/>\r
       <enumerator name='Or' value='2'/>\r
     </enum-decl>\r
-    <typedef-decl name='boolop_ty' type-id='type-id-1051' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-740'/>\r
-    <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-1052'>\r
+    <typedef-decl name='boolop_ty' type-id='type-id-1047' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-738'/>\r
+    <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-1048'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='Add' value='1'/>\r
       <enumerator name='Sub' value='2'/>\r
       <enumerator name='BitAnd' value='12'/>\r
       <enumerator name='FloorDiv' value='13'/>\r
     </enum-decl>\r
-    <typedef-decl name='operator_ty' type-id='type-id-1052' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-637'/>\r
-    <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-1053'>\r
+    <typedef-decl name='operator_ty' type-id='type-id-1048' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-635'/>\r
+    <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-1049'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='Invert' value='1'/>\r
       <enumerator name='Not' value='2'/>\r
       <enumerator name='UAdd' value='3'/>\r
       <enumerator name='USub' value='4'/>\r
     </enum-decl>\r
-    <typedef-decl name='unaryop_ty' type-id='type-id-1053' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-741'/>\r
-    <typedef-decl name='comprehension_ty' type-id='type-id-1054' filepath='./Include/internal/pycore_ast.h' line='34' column='1' id='type-id-743'/>\r
-    <typedef-decl name='arguments_ty' type-id='type-id-1055' filepath='./Include/internal/pycore_ast.h' line='38' column='1' id='type-id-633'/>\r
-    <typedef-decl name='arg_ty' type-id='type-id-1056' filepath='./Include/internal/pycore_ast.h' line='40' column='1' id='type-id-683'/>\r
-    <typedef-decl name='keyword_ty' type-id='type-id-1057' filepath='./Include/internal/pycore_ast.h' line='42' column='1' id='type-id-744'/>\r
-    <class-decl name='asdl_expr_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1058' visibility='default' filepath='./Include/internal/pycore_ast.h' line='71' column='1' id='type-id-1059'>\r
+    <typedef-decl name='unaryop_ty' type-id='type-id-1049' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-739'/>\r
+    <typedef-decl name='comprehension_ty' type-id='type-id-1050' filepath='./Include/internal/pycore_ast.h' line='34' column='1' id='type-id-741'/>\r
+    <typedef-decl name='arguments_ty' type-id='type-id-1051' filepath='./Include/internal/pycore_ast.h' line='38' column='1' id='type-id-631'/>\r
+    <typedef-decl name='arg_ty' type-id='type-id-1052' filepath='./Include/internal/pycore_ast.h' line='40' column='1' id='type-id-681'/>\r
+    <typedef-decl name='keyword_ty' type-id='type-id-1053' filepath='./Include/internal/pycore_ast.h' line='42' column='1' id='type-id-742'/>\r
+    <class-decl name='asdl_expr_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1054' visibility='default' filepath='./Include/internal/pycore_ast.h' line='71' column='1' id='type-id-1055'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-829' visibility='default' filepath='./Include/internal/pycore_ast.h' line='73' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-825' visibility='default' filepath='./Include/internal/pycore_ast.h' line='73' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_expr_seq' type-id='type-id-1059' filepath='./Include/internal/pycore_ast.h' line='74' column='1' id='type-id-1058'/>\r
-    <class-decl name='asdl_comprehension_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1060' visibility='default' filepath='./Include/internal/pycore_ast.h' line='78' column='1' id='type-id-1061'>\r
+    <typedef-decl name='asdl_expr_seq' type-id='type-id-1055' filepath='./Include/internal/pycore_ast.h' line='74' column='1' id='type-id-1054'/>\r
+    <class-decl name='asdl_comprehension_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1056' visibility='default' filepath='./Include/internal/pycore_ast.h' line='78' column='1' id='type-id-1057'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-825' visibility='default' filepath='./Include/internal/pycore_ast.h' line='80' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-821' visibility='default' filepath='./Include/internal/pycore_ast.h' line='80' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_comprehension_seq' type-id='type-id-1061' filepath='./Include/internal/pycore_ast.h' line='81' column='1' id='type-id-1060'/>\r
-    <class-decl name='asdl_arg_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1062' visibility='default' filepath='./Include/internal/pycore_ast.h' line='101' column='1' id='type-id-1063'>\r
+    <typedef-decl name='asdl_comprehension_seq' type-id='type-id-1057' filepath='./Include/internal/pycore_ast.h' line='81' column='1' id='type-id-1056'/>\r
+    <class-decl name='asdl_arg_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1058' visibility='default' filepath='./Include/internal/pycore_ast.h' line='101' column='1' id='type-id-1059'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='102' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-802' visibility='default' filepath='./Include/internal/pycore_ast.h' line='103' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-800' visibility='default' filepath='./Include/internal/pycore_ast.h' line='103' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_arg_seq' type-id='type-id-1063' filepath='./Include/internal/pycore_ast.h' line='104' column='1' id='type-id-1062'/>\r
-    <class-decl name='asdl_keyword_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1064' visibility='default' filepath='./Include/internal/pycore_ast.h' line='108' column='1' id='type-id-1065'>\r
+    <typedef-decl name='asdl_arg_seq' type-id='type-id-1059' filepath='./Include/internal/pycore_ast.h' line='104' column='1' id='type-id-1058'/>\r
+    <class-decl name='asdl_keyword_seq' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1060' visibility='default' filepath='./Include/internal/pycore_ast.h' line='108' column='1' id='type-id-1061'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='elements' type-id='type-id-262' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>\r
+        <var-decl name='elements' type-id='type-id-259' visibility='default' filepath='./Include/internal/pycore_ast.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='typed_elements' type-id='type-id-842' visibility='default' filepath='./Include/internal/pycore_ast.h' line='110' column='1'/>\r
+        <var-decl name='typed_elements' type-id='type-id-838' visibility='default' filepath='./Include/internal/pycore_ast.h' line='110' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='asdl_keyword_seq' type-id='type-id-1065' filepath='./Include/internal/pycore_ast.h' line='111' column='1' id='type-id-1064'/>\r
-    <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='359' column='1' id='type-id-1066'>\r
+    <typedef-decl name='asdl_keyword_seq' type-id='type-id-1061' filepath='./Include/internal/pycore_ast.h' line='111' column='1' id='type-id-1060'/>\r
+    <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='359' column='1' id='type-id-1062'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='BoolOp_kind' value='1'/>\r
       <enumerator name='NamedExpr_kind' value='2'/>\r
       <enumerator name='Tuple_kind' value='26'/>\r
       <enumerator name='Slice_kind' value='27'/>\r
     </enum-decl>\r
-    <class-decl name='_expr' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='367' column='1' id='type-id-1067'>\r
+    <class-decl name='_expr' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='367' column='1' id='type-id-1063'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-1066' visibility='default' filepath='./Include/internal/pycore_ast.h' line='368' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-1062' visibility='default' filepath='./Include/internal/pycore_ast.h' line='368' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='v' type-id='type-id-1068' visibility='default' filepath='./Include/internal/pycore_ast.h' line='509' column='1'/>\r
+        <var-decl name='v' type-id='type-id-1064' visibility='default' filepath='./Include/internal/pycore_ast.h' line='509' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='510' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='513' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__1' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='369' column='1' id='type-id-1068'>\r
+    <union-decl name='__anonymous_union__1' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='369' column='1' id='type-id-1064'>\r
       <data-member access='public'>\r
-        <var-decl name='BoolOp' type-id='type-id-1069' visibility='default' filepath='./Include/internal/pycore_ast.h' line='373' column='1'/>\r
+        <var-decl name='BoolOp' type-id='type-id-1065' visibility='default' filepath='./Include/internal/pycore_ast.h' line='373' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='NamedExpr' type-id='type-id-1070' visibility='default' filepath='./Include/internal/pycore_ast.h' line='378' column='1'/>\r
+        <var-decl name='NamedExpr' type-id='type-id-1066' visibility='default' filepath='./Include/internal/pycore_ast.h' line='378' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='BinOp' type-id='type-id-1071' visibility='default' filepath='./Include/internal/pycore_ast.h' line='384' column='1'/>\r
+        <var-decl name='BinOp' type-id='type-id-1067' visibility='default' filepath='./Include/internal/pycore_ast.h' line='384' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='UnaryOp' type-id='type-id-1072' visibility='default' filepath='./Include/internal/pycore_ast.h' line='389' column='1'/>\r
+        <var-decl name='UnaryOp' type-id='type-id-1068' visibility='default' filepath='./Include/internal/pycore_ast.h' line='389' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Lambda' type-id='type-id-1073' visibility='default' filepath='./Include/internal/pycore_ast.h' line='394' column='1'/>\r
+        <var-decl name='Lambda' type-id='type-id-1069' visibility='default' filepath='./Include/internal/pycore_ast.h' line='394' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='IfExp' type-id='type-id-1074' visibility='default' filepath='./Include/internal/pycore_ast.h' line='400' column='1'/>\r
+        <var-decl name='IfExp' type-id='type-id-1070' visibility='default' filepath='./Include/internal/pycore_ast.h' line='400' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Dict' type-id='type-id-1075' visibility='default' filepath='./Include/internal/pycore_ast.h' line='405' column='1'/>\r
+        <var-decl name='Dict' type-id='type-id-1071' visibility='default' filepath='./Include/internal/pycore_ast.h' line='405' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Set' type-id='type-id-1076' visibility='default' filepath='./Include/internal/pycore_ast.h' line='409' column='1'/>\r
+        <var-decl name='Set' type-id='type-id-1072' visibility='default' filepath='./Include/internal/pycore_ast.h' line='409' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='ListComp' type-id='type-id-1077' visibility='default' filepath='./Include/internal/pycore_ast.h' line='414' column='1'/>\r
+        <var-decl name='ListComp' type-id='type-id-1073' visibility='default' filepath='./Include/internal/pycore_ast.h' line='414' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='SetComp' type-id='type-id-1077' visibility='default' filepath='./Include/internal/pycore_ast.h' line='419' column='1'/>\r
+        <var-decl name='SetComp' type-id='type-id-1073' visibility='default' filepath='./Include/internal/pycore_ast.h' line='419' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='DictComp' type-id='type-id-1078' visibility='default' filepath='./Include/internal/pycore_ast.h' line='425' column='1'/>\r
+        <var-decl name='DictComp' type-id='type-id-1074' visibility='default' filepath='./Include/internal/pycore_ast.h' line='425' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='GeneratorExp' type-id='type-id-1077' visibility='default' filepath='./Include/internal/pycore_ast.h' line='430' column='1'/>\r
+        <var-decl name='GeneratorExp' type-id='type-id-1073' visibility='default' filepath='./Include/internal/pycore_ast.h' line='430' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Await' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='434' column='1'/>\r
+        <var-decl name='Await' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='434' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Yield' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='438' column='1'/>\r
+        <var-decl name='Yield' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='438' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='YieldFrom' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='442' column='1'/>\r
+        <var-decl name='YieldFrom' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='442' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Compare' type-id='type-id-1079' visibility='default' filepath='./Include/internal/pycore_ast.h' line='448' column='1'/>\r
+        <var-decl name='Compare' type-id='type-id-1075' visibility='default' filepath='./Include/internal/pycore_ast.h' line='448' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Call' type-id='type-id-1080' visibility='default' filepath='./Include/internal/pycore_ast.h' line='454' column='1'/>\r
+        <var-decl name='Call' type-id='type-id-1076' visibility='default' filepath='./Include/internal/pycore_ast.h' line='454' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='FormattedValue' type-id='type-id-1081' visibility='default' filepath='./Include/internal/pycore_ast.h' line='460' column='1'/>\r
+        <var-decl name='FormattedValue' type-id='type-id-1077' visibility='default' filepath='./Include/internal/pycore_ast.h' line='460' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='JoinedStr' type-id='type-id-1082' visibility='default' filepath='./Include/internal/pycore_ast.h' line='464' column='1'/>\r
+        <var-decl name='JoinedStr' type-id='type-id-1078' visibility='default' filepath='./Include/internal/pycore_ast.h' line='464' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Constant' type-id='type-id-1083' visibility='default' filepath='./Include/internal/pycore_ast.h' line='469' column='1'/>\r
+        <var-decl name='Constant' type-id='type-id-1079' visibility='default' filepath='./Include/internal/pycore_ast.h' line='469' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Attribute' type-id='type-id-1084' visibility='default' filepath='./Include/internal/pycore_ast.h' line='475' column='1'/>\r
+        <var-decl name='Attribute' type-id='type-id-1080' visibility='default' filepath='./Include/internal/pycore_ast.h' line='475' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Subscript' type-id='type-id-1085' visibility='default' filepath='./Include/internal/pycore_ast.h' line='481' column='1'/>\r
+        <var-decl name='Subscript' type-id='type-id-1081' visibility='default' filepath='./Include/internal/pycore_ast.h' line='481' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Starred' type-id='type-id-1086' visibility='default' filepath='./Include/internal/pycore_ast.h' line='486' column='1'/>\r
+        <var-decl name='Starred' type-id='type-id-1082' visibility='default' filepath='./Include/internal/pycore_ast.h' line='486' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Name' type-id='type-id-1087' visibility='default' filepath='./Include/internal/pycore_ast.h' line='491' column='1'/>\r
+        <var-decl name='Name' type-id='type-id-1083' visibility='default' filepath='./Include/internal/pycore_ast.h' line='491' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='List' type-id='type-id-1088' visibility='default' filepath='./Include/internal/pycore_ast.h' line='496' column='1'/>\r
+        <var-decl name='List' type-id='type-id-1084' visibility='default' filepath='./Include/internal/pycore_ast.h' line='496' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Tuple' type-id='type-id-1088' visibility='default' filepath='./Include/internal/pycore_ast.h' line='501' column='1'/>\r
+        <var-decl name='Tuple' type-id='type-id-1084' visibility='default' filepath='./Include/internal/pycore_ast.h' line='501' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='Slice' type-id='type-id-1089' visibility='default' filepath='./Include/internal/pycore_ast.h' line='507' column='1'/>\r
+        <var-decl name='Slice' type-id='type-id-1085' visibility='default' filepath='./Include/internal/pycore_ast.h' line='507' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__1' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='370' column='1' id='type-id-1069'>\r
+    <class-decl name='__anonymous_struct__1' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='370' column='1' id='type-id-1065'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='op' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='371' column='1'/>\r
+        <var-decl name='op' type-id='type-id-738' visibility='default' filepath='./Include/internal/pycore_ast.h' line='371' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='values' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='372' column='1'/>\r
+        <var-decl name='values' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='372' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__2' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='375' column='1' id='type-id-1070'>\r
+    <class-decl name='__anonymous_struct__2' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='375' column='1' id='type-id-1066'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='target' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='376' column='1'/>\r
+        <var-decl name='target' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='376' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='377' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='377' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__3' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='380' column='1' id='type-id-1071'>\r
+    <class-decl name='__anonymous_struct__3' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='380' column='1' id='type-id-1067'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='left' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='381' column='1'/>\r
+        <var-decl name='left' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='381' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='op' type-id='type-id-637' visibility='default' filepath='./Include/internal/pycore_ast.h' line='382' column='1'/>\r
+        <var-decl name='op' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='382' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='right' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='383' column='1'/>\r
+        <var-decl name='right' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='383' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__4' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='386' column='1' id='type-id-1072'>\r
+    <class-decl name='__anonymous_struct__4' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='386' column='1' id='type-id-1068'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='op' type-id='type-id-741' visibility='default' filepath='./Include/internal/pycore_ast.h' line='387' column='1'/>\r
+        <var-decl name='op' type-id='type-id-739' visibility='default' filepath='./Include/internal/pycore_ast.h' line='387' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='operand' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='388' column='1'/>\r
+        <var-decl name='operand' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='388' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__5' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='391' column='1' id='type-id-1073'>\r
+    <class-decl name='__anonymous_struct__5' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='391' column='1' id='type-id-1069'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='args' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='392' column='1'/>\r
+        <var-decl name='args' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='392' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='body' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='393' column='1'/>\r
+        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='393' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__6' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='396' column='1' id='type-id-1074'>\r
+    <class-decl name='__anonymous_struct__6' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='396' column='1' id='type-id-1070'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='test' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='397' column='1'/>\r
+        <var-decl name='test' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='397' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='body' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='398' column='1'/>\r
+        <var-decl name='body' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='398' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='orelse' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='399' column='1'/>\r
+        <var-decl name='orelse' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='399' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__7' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='402' column='1' id='type-id-1075'>\r
+    <class-decl name='__anonymous_struct__7' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='402' column='1' id='type-id-1071'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='keys' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='403' column='1'/>\r
+        <var-decl name='keys' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='403' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='values' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='404' column='1'/>\r
+        <var-decl name='values' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='404' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__8' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='407' column='1' id='type-id-1076'>\r
+    <class-decl name='__anonymous_struct__8' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='407' column='1' id='type-id-1072'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='elts' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='408' column='1'/>\r
+        <var-decl name='elts' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='408' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__9' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='411' column='1' id='type-id-1077'>\r
+    <class-decl name='__anonymous_struct__9' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='411' column='1' id='type-id-1073'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='elt' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='412' column='1'/>\r
+        <var-decl name='elt' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='412' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='generators' type-id='type-id-742' visibility='default' filepath='./Include/internal/pycore_ast.h' line='413' column='1'/>\r
+        <var-decl name='generators' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='413' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__11' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='421' column='1' id='type-id-1078'>\r
+    <class-decl name='__anonymous_struct__11' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='421' column='1' id='type-id-1074'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='key' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='422' column='1'/>\r
+        <var-decl name='key' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='422' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='423' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='423' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='generators' type-id='type-id-742' visibility='default' filepath='./Include/internal/pycore_ast.h' line='424' column='1'/>\r
+        <var-decl name='generators' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='424' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__13' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='432' column='1' id='type-id-616'>\r
+    <class-decl name='__anonymous_struct__13' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='432' column='1' id='type-id-614'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='433' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='433' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__16' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='444' column='1' id='type-id-1079'>\r
+    <class-decl name='__anonymous_struct__16' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='444' column='1' id='type-id-1075'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='left' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='445' column='1'/>\r
+        <var-decl name='left' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='445' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ops' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='446' column='1'/>\r
+        <var-decl name='ops' type-id='type-id-678' visibility='default' filepath='./Include/internal/pycore_ast.h' line='446' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='comparators' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='447' column='1'/>\r
+        <var-decl name='comparators' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='447' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__17' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='450' column='1' id='type-id-1080'>\r
+    <class-decl name='__anonymous_struct__17' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='450' column='1' id='type-id-1076'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='func' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='451' column='1'/>\r
+        <var-decl name='func' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='451' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='args' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='452' column='1'/>\r
+        <var-decl name='args' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='452' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='keywords' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='453' column='1'/>\r
+        <var-decl name='keywords' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='453' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__18' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='456' column='1' id='type-id-1081'>\r
+    <class-decl name='__anonymous_struct__18' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='456' column='1' id='type-id-1077'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='457' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='457' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='conversion' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='458' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='format_spec' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='459' column='1'/>\r
+        <var-decl name='format_spec' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='459' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__19' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='462' column='1' id='type-id-1082'>\r
+    <class-decl name='__anonymous_struct__19' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='462' column='1' id='type-id-1078'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='values' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='463' column='1'/>\r
+        <var-decl name='values' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='463' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__20' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='466' column='1' id='type-id-1083'>\r
+    <class-decl name='__anonymous_struct__20' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='466' column='1' id='type-id-1079'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='467' column='1'/>\r
+        <var-decl name='value' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='467' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='kind' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='468' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='468' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__21' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='471' column='1' id='type-id-1084'>\r
+    <class-decl name='__anonymous_struct__21' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='471' column='1' id='type-id-1080'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='472' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='472' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='attr' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='473' column='1'/>\r
+        <var-decl name='attr' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='473' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ctx' type-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='474' column='1'/>\r
+        <var-decl name='ctx' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='474' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__22' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='477' column='1' id='type-id-1085'>\r
+    <class-decl name='__anonymous_struct__22' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='477' column='1' id='type-id-1081'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='478' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='478' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='slice' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='479' column='1'/>\r
+        <var-decl name='slice' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='479' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ctx' type-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='480' column='1'/>\r
+        <var-decl name='ctx' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='480' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__23' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='483' column='1' id='type-id-1086'>\r
+    <class-decl name='__anonymous_struct__23' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='483' column='1' id='type-id-1082'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='484' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='484' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ctx' type-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='485' column='1'/>\r
+        <var-decl name='ctx' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='485' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__24' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='488' column='1' id='type-id-1087'>\r
+    <class-decl name='__anonymous_struct__24' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='488' column='1' id='type-id-1083'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='id' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='489' column='1'/>\r
+        <var-decl name='id' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='489' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ctx' type-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='490' column='1'/>\r
+        <var-decl name='ctx' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='490' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__25' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='493' column='1' id='type-id-1088'>\r
+    <class-decl name='__anonymous_struct__25' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='493' column='1' id='type-id-1084'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='elts' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='494' column='1'/>\r
+        <var-decl name='elts' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='494' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ctx' type-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='495' column='1'/>\r
+        <var-decl name='ctx' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_ast.h' line='495' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__27' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='503' column='1' id='type-id-1089'>\r
+    <class-decl name='__anonymous_struct__27' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='503' column='1' id='type-id-1085'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='lower' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='504' column='1'/>\r
+        <var-decl name='lower' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='504' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='upper' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='505' column='1'/>\r
+        <var-decl name='upper' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='505' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='step' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='506' column='1'/>\r
+        <var-decl name='step' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='506' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_comprehension' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='516' column='1' id='type-id-1090'>\r
+    <class-decl name='_comprehension' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='516' column='1' id='type-id-1086'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='target' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='517' column='1'/>\r
+        <var-decl name='target' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='517' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='iter' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='518' column='1'/>\r
+        <var-decl name='iter' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='518' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ifs' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='519' column='1'/>\r
+        <var-decl name='ifs' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='519' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='is_async' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='520' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_arguments' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='540' column='1' id='type-id-1091'>\r
+    <class-decl name='_arguments' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='540' column='1' id='type-id-1087'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='posonlyargs' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='541' column='1'/>\r
+        <var-decl name='posonlyargs' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='541' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='args' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='542' column='1'/>\r
+        <var-decl name='args' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='542' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='vararg' type-id='type-id-683' visibility='default' filepath='./Include/internal/pycore_ast.h' line='543' column='1'/>\r
+        <var-decl name='vararg' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='543' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='kwonlyargs' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='544' column='1'/>\r
+        <var-decl name='kwonlyargs' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='544' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='kw_defaults' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='545' column='1'/>\r
+        <var-decl name='kw_defaults' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='545' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='kwarg' type-id='type-id-683' visibility='default' filepath='./Include/internal/pycore_ast.h' line='546' column='1'/>\r
+        <var-decl name='kwarg' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='546' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='defaults' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='547' column='1'/>\r
+        <var-decl name='defaults' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='547' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_arg' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='550' column='1' id='type-id-1092'>\r
+    <class-decl name='_arg' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='550' column='1' id='type-id-1088'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='arg' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='551' column='1'/>\r
+        <var-decl name='arg' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='551' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='annotation' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='552' column='1'/>\r
+        <var-decl name='annotation' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='552' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='type_comment' type-id='type-id-634' visibility='default' filepath='./Include/internal/pycore_ast.h' line='553' column='1'/>\r
+        <var-decl name='type_comment' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='553' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='554' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='557' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_keyword' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='560' column='1' id='type-id-1093'>\r
+    <class-decl name='_keyword' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='560' column='1' id='type-id-1089'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='arg' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='561' column='1'/>\r
+        <var-decl name='arg' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='561' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='value' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='562' column='1'/>\r
+        <var-decl name='value' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='562' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='563' column='1'/>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast.h' line='566' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='ast_state' size-in-bits='15616' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='16' column='1' id='type-id-1094'>\r
+    <class-decl name='ast_state' size-in-bits='15616' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='16' column='1' id='type-id-1090'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='once' type-id='type-id-962' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='17' column='1'/>\r
+        <var-decl name='once' type-id='type-id-958' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='17' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
         <var-decl name='finalized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='18' column='1'/>\r
         <var-decl name='withitem_type' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='261' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='atexit_callbackfunc' type-id='type-id-233' filepath='./Include/internal/pycore_atexit.h' line='18' column='1' id='type-id-803'/>\r
-    <class-decl name='_atexit_runtime_state' size-in-bits='2176' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='20' column='1' id='type-id-1095'>\r
+    <typedef-decl name='atexit_callbackfunc' type-id='type-id-230' filepath='./Include/internal/pycore_atexit.h' line='18' column='1' id='type-id-801'/>\r
+    <class-decl name='_atexit_runtime_state' size-in-bits='2176' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='20' column='1' id='type-id-1091'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='21' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='callbacks' type-id='type-id-804' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='23' column='1'/>\r
+        <var-decl name='callbacks' type-id='type-id-802' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='23' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2112'>\r
         <var-decl name='ncallbacks' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='24' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='atexit_callback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='33' column='1' id='type-id-1096'>\r
+    <class-decl name='atexit_callback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='33' column='1' id='type-id-1092'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='func' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='34' column='1'/>\r
       </data-member>\r
         <var-decl name='data' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='next' type-id='type-id-1097' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='36' column='1'/>\r
+        <var-decl name='next' type-id='type-id-1093' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='36' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='atexit_callback' type-id='type-id-1096' filepath='./Include/internal/pycore_atexit.h' line='37' column='1' id='type-id-1098'/>\r
-    <class-decl name='atexit_py_callback' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1099' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='39' column='1' id='type-id-1100'>\r
+    <typedef-decl name='atexit_callback' type-id='type-id-1092' filepath='./Include/internal/pycore_atexit.h' line='37' column='1' id='type-id-1094'/>\r
+    <class-decl name='atexit_py_callback' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1095' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='39' column='1' id='type-id-1096'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='func' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='40' column='1'/>\r
       </data-member>\r
         <var-decl name='kwargs' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='42' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='atexit_py_callback' type-id='type-id-1100' filepath='./Include/internal/pycore_atexit.h' line='43' column='1' id='type-id-1099'/>\r
-    <class-decl name='atexit_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='45' column='1' id='type-id-1101'>\r
+    <typedef-decl name='atexit_py_callback' type-id='type-id-1096' filepath='./Include/internal/pycore_atexit.h' line='43' column='1' id='type-id-1095'/>\r
+    <class-decl name='atexit_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='45' column='1' id='type-id-1097'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ll_callbacks' type-id='type-id-1097' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='46' column='1'/>\r
+        <var-decl name='ll_callbacks' type-id='type-id-1093' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='last_ll_callback' type-id='type-id-1097' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='47' column='1'/>\r
+        <var-decl name='last_ll_callback' type-id='type-id-1093' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='callbacks' type-id='type-id-1102' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='52' column='1'/>\r
+        <var-decl name='callbacks' type-id='type-id-1098' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='ncallbacks' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='53' column='1'/>\r
+        <var-decl name='ncallbacks' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='224'>\r
-        <var-decl name='callback_len' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='54' column='1'/>\r
+        <var-decl name='callback_len' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_atexit.h' line='55' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_BackoffCounter' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-1103' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='17' column='1' id='type-id-1104'>\r
+    <class-decl name='_Py_BackoffCounter' size-in-bits='16' is-struct='yes' naming-typedef-id='type-id-1099' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='17' column='1' id='type-id-1100'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='' type-id='type-id-1105' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-1101' visibility='default'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__3' size-in-bits='16' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='18' column='1' id='type-id-1105'>\r
+    <union-decl name='__anonymous_union__3' size-in-bits='16' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='18' column='1' id='type-id-1101'>\r
       <data-member access='public'>\r
-        <var-decl name='' type-id='type-id-1106' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-1102' visibility='default'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='as_counter' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='23' column='1'/>\r
+        <var-decl name='as_counter' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='23' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__31' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='19' column='1' id='type-id-1106'>\r
+    <class-decl name='__anonymous_struct__31' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='19' column='1' id='type-id-1102'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='backoff' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='20' column='1'/>\r
+        <var-decl name='backoff' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='20' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4'>\r
-        <var-decl name='value' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='21' column='1'/>\r
+        <var-decl name='value' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_backoff.h' line='21' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_BackoffCounter' type-id='type-id-1104' filepath='./Include/internal/pycore_backoff.h' line='25' column='1' id='type-id-1103'/>\r
-    <typedef-decl name='_Py_pending_call_func' type-id='type-id-249' filepath='./Include/internal/pycore_ceval_state.h' line='15' column='1' id='type-id-1107'/>\r
-    <class-decl name='_pending_call' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='17' column='1' id='type-id-789'>\r
+    <typedef-decl name='_Py_BackoffCounter' type-id='type-id-1100' filepath='./Include/internal/pycore_backoff.h' line='25' column='1' id='type-id-1099'/>\r
+    <typedef-decl name='_Py_pending_call_func' type-id='type-id-246' filepath='./Include/internal/pycore_ceval_state.h' line='15' column='1' id='type-id-1103'/>\r
+    <class-decl name='_pending_call' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='17' column='1' id='type-id-787'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='func' type-id='type-id-1107' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='18' column='1'/>\r
+        <var-decl name='func' type-id='type-id-1103' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='18' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='arg' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='19' column='1'/>\r
         <var-decl name='flags' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='20' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_pending_calls' size-in-bits='57856' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='43' column='1' id='type-id-1108'>\r
+    <class-decl name='_pending_calls' size-in-bits='57856' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='43' column='1' id='type-id-1104'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='handling_thread' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='45' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='npending' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='47' column='1'/>\r
+        <var-decl name='npending' type-id='type-id-1105' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='max' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='51' column='1'/>\r
+        <var-decl name='max' type-id='type-id-1105' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='51' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160'>\r
-        <var-decl name='maxloop' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='56' column='1'/>\r
+        <var-decl name='maxloop' type-id='type-id-1105' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='56' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='calls' type-id='type-id-790' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='57' column='1'/>\r
+        <var-decl name='calls' type-id='type-id-788' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='57792'>\r
         <var-decl name='first' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='58' column='1'/>\r
         <var-decl name='next' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='59' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='perf_status_t' naming-typedef-id='type-id-1110' filepath='./Include/internal/pycore_ceval_state.h' line='63' column='1' id='type-id-1111'>\r
+    <enum-decl name='perf_status_t' naming-typedef-id='type-id-1106' filepath='./Include/internal/pycore_ceval_state.h' line='63' column='1' id='type-id-1107'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PERF_STATUS_FAILED' value='-1'/>\r
       <enumerator name='PERF_STATUS_NO_INIT' value='0'/>\r
       <enumerator name='PERF_STATUS_OK' value='1'/>\r
     </enum-decl>\r
-    <typedef-decl name='perf_status_t' type-id='type-id-1111' filepath='./Include/internal/pycore_ceval_state.h' line='67' column='1' id='type-id-1110'/>\r
-    <class-decl name='trampoline_api_st' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='72' column='1' id='type-id-1112'>\r
+    <typedef-decl name='perf_status_t' type-id='type-id-1107' filepath='./Include/internal/pycore_ceval_state.h' line='67' column='1' id='type-id-1106'/>\r
+    <class-decl name='trampoline_api_st' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='72' column='1' id='type-id-1108'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='init_state' type-id='type-id-1113' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='73' column='1'/>\r
+        <var-decl name='init_state' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='write_state' type-id='type-id-1114' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='74' column='1'/>\r
+        <var-decl name='write_state' type-id='type-id-1110' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='free_state' type-id='type-id-249' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='76' column='1'/>\r
+        <var-decl name='free_state' type-id='type-id-246' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='state' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='77' column='1'/>\r
         <var-decl name='code_padding' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='78' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_ceval_runtime_state' size-in-bits='58560' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='83' column='1' id='type-id-1115'>\r
+    <class-decl name='_ceval_runtime_state' size-in-bits='58560' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='83' column='1' id='type-id-1111'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='perf' type-id='type-id-1116' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='96' column='1'/>\r
+        <var-decl name='perf' type-id='type-id-1112' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='pending_mainthread' type-id='type-id-1108' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='102' column='1'/>\r
+        <var-decl name='pending_mainthread' type-id='type-id-1104' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='102' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58496'>\r
-        <var-decl name='sys_trace_profile_mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='103' column='1'/>\r
+        <var-decl name='sys_trace_profile_mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='103' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__39' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='84' column='1' id='type-id-1116'>\r
+    <class-decl name='__anonymous_struct__39' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='84' column='1' id='type-id-1112'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='status' type-id='type-id-1110' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='86' column='1'/>\r
+        <var-decl name='status' type-id='type-id-1106' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='86' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
         <var-decl name='perf_trampoline_type' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='87' column='1'/>\r
         <var-decl name='extra_code_index' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='88' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='code_arena' type-id='type-id-1117' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='89' column='1'/>\r
+        <var-decl name='code_arena' type-id='type-id-1113' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='trampoline_api' type-id='type-id-1112' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='90' column='1'/>\r
+        <var-decl name='trampoline_api' type-id='type-id-1108' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
         <var-decl name='map_file' type-id='type-id-56' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='91' column='1'/>\r
         <var-decl name='persist_after_fork' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='92' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_ceval_state' size-in-bits='58112' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='119' column='1' id='type-id-1118'>\r
+    <class-decl name='_ceval_state' size-in-bits='58112' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='119' column='1' id='type-id-1114'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='instrumentation_version' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='123' column='1'/>\r
+        <var-decl name='instrumentation_version' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='recursion_limit' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='124' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='gil' type-id='type-id-1119' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='125' column='1'/>\r
+        <var-decl name='gil' type-id='type-id-1115' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='125' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='own_gil' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='126' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='pending' type-id='type-id-1108' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='127' column='1'/>\r
+        <var-decl name='pending' type-id='type-id-1104' visibility='default' filepath='./Include/internal/pycore_ceval_state.h' line='127' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='_Py_CODEUNIT' size-in-bits='16' naming-typedef-id='type-id-1120' visibility='default' filepath='./Include/internal/pycore_code.h' line='24' column='1' id='type-id-1121'>\r
+    <union-decl name='_Py_CODEUNIT' size-in-bits='16' naming-typedef-id='type-id-1116' visibility='default' filepath='./Include/internal/pycore_code.h' line='24' column='1' id='type-id-1117'>\r
       <data-member access='public'>\r
-        <var-decl name='cache' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_code.h' line='25' column='1'/>\r
+        <var-decl name='cache' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_code.h' line='25' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='op' type-id='type-id-1122' visibility='default' filepath='./Include/internal/pycore_code.h' line='29' column='1'/>\r
+        <var-decl name='op' type-id='type-id-1118' visibility='default' filepath='./Include/internal/pycore_code.h' line='29' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='counter' type-id='type-id-1103' visibility='default' filepath='./Include/internal/pycore_code.h' line='30' column='1'/>\r
+        <var-decl name='counter' type-id='type-id-1099' visibility='default' filepath='./Include/internal/pycore_code.h' line='30' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__29' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='26' column='1' id='type-id-1122'>\r
+    <class-decl name='__anonymous_struct__29' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='26' column='1' id='type-id-1118'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='code' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_code.h' line='27' column='1'/>\r
+        <var-decl name='code' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_code.h' line='27' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='arg' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_code.h' line='28' column='1'/>\r
+        <var-decl name='arg' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_code.h' line='28' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_CODEUNIT' type-id='type-id-1121' filepath='./Include/internal/pycore_code.h' line='31' column='1' id='type-id-1120'/>\r
-    <class-decl name='_py_code_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='68' column='1' id='type-id-1123'>\r
+    <typedef-decl name='_Py_CODEUNIT' type-id='type-id-1117' filepath='./Include/internal/pycore_code.h' line='31' column='1' id='type-id-1116'/>\r
+    <class-decl name='_py_code_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='68' column='1' id='type-id-1119'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_code.h' line='69' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_code.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='constants' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_code.h' line='71' column='1'/>\r
+        <var-decl name='constants' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_code.h' line='71' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='callable_cache' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='191' column='1' id='type-id-1124'>\r
+    <class-decl name='callable_cache' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='191' column='1' id='type-id-1120'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='isinstance' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_code.h' line='192' column='1'/>\r
       </data-member>\r
         <var-decl name='object__getattribute__' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_code.h' line='195' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='codecs_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_codecs.h' line='63' column='1' id='type-id-1125'>\r
+    <class-decl name='codecs_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_codecs.h' line='63' column='1' id='type-id-1121'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='search_path' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_codecs.h' line='65' column='1'/>\r
       </data-member>\r
         <var-decl name='initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_codecs.h' line='80' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyContextTokenMissing' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1126' visibility='default' filepath='./Include/internal/pycore_context.h' line='21' column='1' id='type-id-1127'>\r
+    <class-decl name='_PyContextTokenMissing' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1122' visibility='default' filepath='./Include/internal/pycore_context.h' line='21' column='1' id='type-id-1123'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_context.h' line='22' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_context.h' line='22' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyContextTokenMissing' type-id='type-id-1127' filepath='./Include/internal/pycore_context.h' line='23' column='1' id='type-id-1126'/>\r
-    <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='25' column='1' id='type-id-931'>\r
+    <typedef-decl name='_PyContextTokenMissing' type-id='type-id-1123' filepath='./Include/internal/pycore_context.h' line='23' column='1' id='type-id-1122'/>\r
+    <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='25' column='1' id='type-id-927'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_context.h' line='26' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_context.h' line='26' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ctx_prev' type-id='type-id-1128' visibility='default' filepath='./Include/internal/pycore_context.h' line='27' column='1'/>\r
+        <var-decl name='ctx_prev' type-id='type-id-1124' visibility='default' filepath='./Include/internal/pycore_context.h' line='27' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='ctx_vars' type-id='type-id-1129' visibility='default' filepath='./Include/internal/pycore_context.h' line='28' column='1'/>\r
+        <var-decl name='ctx_vars' type-id='type-id-1125' visibility='default' filepath='./Include/internal/pycore_context.h' line='28' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='ctx_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_context.h' line='29' column='1'/>\r
         <var-decl name='ctx_entered' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_context.h' line='30' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyCrossInterpreterData' type-id='type-id-1130' filepath='./Include/internal/pycore_crossinterp.h' line='41' column='1' id='type-id-1131'/>\r
-    <typedef-decl name='xid_newobjectfunc' type-id='type-id-1132' filepath='./Include/internal/pycore_crossinterp.h' line='42' column='1' id='type-id-1133'/>\r
-    <typedef-decl name='xid_freefunc' type-id='type-id-510' filepath='./Include/internal/pycore_crossinterp.h' line='43' column='1' id='type-id-1134'/>\r
-    <class-decl name='_xid' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='48' column='1' id='type-id-1130'>\r
+    <typedef-decl name='_PyCrossInterpreterData' type-id='type-id-1126' filepath='./Include/internal/pycore_crossinterp.h' line='41' column='1' id='type-id-1127'/>\r
+    <typedef-decl name='xid_newobjectfunc' type-id='type-id-1128' filepath='./Include/internal/pycore_crossinterp.h' line='42' column='1' id='type-id-1129'/>\r
+    <typedef-decl name='xid_freefunc' type-id='type-id-508' filepath='./Include/internal/pycore_crossinterp.h' line='43' column='1' id='type-id-1130'/>\r
+    <class-decl name='_xid' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='48' column='1' id='type-id-1126'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='data' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='52' column='1'/>\r
       </data-member>\r
         <var-decl name='obj' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='interpid' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='69' column='1'/>\r
+        <var-decl name='interpid' type-id='type-id-458' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='new_object' type-id='type-id-1133' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='74' column='1'/>\r
+        <var-decl name='new_object' type-id='type-id-1129' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='free' type-id='type-id-1134' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='84' column='1'/>\r
+        <var-decl name='free' type-id='type-id-1130' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='84' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='crossinterpdatafunc' type-id='type-id-1135' filepath='./Include/internal/pycore_crossinterp.h' line='144' column='1' id='type-id-1136'/>\r
-    <class-decl name='_xidregitem' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='149' column='1' id='type-id-1137'>\r
+    <typedef-decl name='crossinterpdatafunc' type-id='type-id-1131' filepath='./Include/internal/pycore_crossinterp.h' line='144' column='1' id='type-id-1132'/>\r
+    <class-decl name='_xidregitem' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='149' column='1' id='type-id-1133'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='prev' type-id='type-id-1138' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='150' column='1'/>\r
+        <var-decl name='prev' type-id='type-id-1134' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='150' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='next' type-id='type-id-1138' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='151' column='1'/>\r
+        <var-decl name='next' type-id='type-id-1134' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='151' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='cls' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='153' column='1'/>\r
         <var-decl name='refcount' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='156' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='getdata' type-id='type-id-1136' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='157' column='1'/>\r
+        <var-decl name='getdata' type-id='type-id-1132' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='157' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_xidregistry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='160' column='1' id='type-id-1139'>\r
+    <class-decl name='_xidregistry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='160' column='1' id='type-id-1135'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='global' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='161' column='1'/>\r
       </data-member>\r
         <var-decl name='initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='162' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='163' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='163' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='head' type-id='type-id-1138' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='164' column='1'/>\r
+        <var-decl name='head' type-id='type-id-1134' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='164' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_xi_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='176' column='1' id='type-id-1140'>\r
+    <class-decl name='_xi_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='176' column='1' id='type-id-1136'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='registry' type-id='type-id-1139' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='179' column='1'/>\r
+        <var-decl name='registry' type-id='type-id-1135' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='179' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_xi_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='182' column='1' id='type-id-1141'>\r
+    <class-decl name='_xi_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='182' column='1' id='type-id-1137'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='registry' type-id='type-id-1139' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='185' column='1'/>\r
+        <var-decl name='registry' type-id='type-id-1135' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='185' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='PyExc_NotShareableError' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='188' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_dict_state' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='14' column='1' id='type-id-1142'>\r
+    <class-decl name='_Py_dict_state' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='14' column='1' id='type-id-1138'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='global_version' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='18' column='1'/>\r
+        <var-decl name='global_version' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='18' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='next_keys_version' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='19' column='1'/>\r
+        <var-decl name='next_keys_version' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='19' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='watchers' type-id='type-id-753' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='20' column='1'/>\r
+        <var-decl name='watchers' type-id='type-id-751' visibility='default' filepath='./Include/internal/pycore_dict_state.h' line='20' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='ULong' type-id='type-id-326' filepath='./Include/internal/pycore_dtoa.h' line='14' column='1' id='type-id-767'/>\r
-    <class-decl name='Bigint' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='17' column='1' id='type-id-1143'>\r
+    <typedef-decl name='ULong' type-id='type-id-323' filepath='./Include/internal/pycore_dtoa.h' line='14' column='1' id='type-id-765'/>\r
+    <class-decl name='Bigint' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='17' column='1' id='type-id-1139'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next' type-id='type-id-747' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='18' column='1'/>\r
+        <var-decl name='next' type-id='type-id-745' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='18' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='k' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='19' column='1'/>\r
         <var-decl name='wds' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='19' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='x' type-id='type-id-768' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='20' column='1'/>\r
+        <var-decl name='x' type-id='type-id-766' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='20' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_dtoa_state' size-in-bits='19520' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='45' column='1' id='type-id-1144'>\r
+    <class-decl name='_dtoa_state' size-in-bits='19520' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='45' column='1' id='type-id-1140'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='p5s' type-id='type-id-748' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='48' column='1'/>\r
+        <var-decl name='p5s' type-id='type-id-746' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='freelist' type-id='type-id-748' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='50' column='1'/>\r
+        <var-decl name='freelist' type-id='type-id-746' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='preallocated' type-id='type-id-827' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='51' column='1'/>\r
+        <var-decl name='preallocated' type-id='type-id-823' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='51' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='19456'>\r
-        <var-decl name='preallocated_next' type-id='type-id-180' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='52' column='1'/>\r
+        <var-decl name='preallocated_next' type-id='type-id-178' visibility='default' filepath='./Include/internal/pycore_dtoa.h' line='52' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_exc_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='22' column='1' id='type-id-1145'>\r
+    <class-decl name='_Py_exc_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='22' column='1' id='type-id-1141'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='errnomap' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='24' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='memerrors_freelist' type-id='type-id-1146' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='25' column='1'/>\r
+        <var-decl name='memerrors_freelist' type-id='type-id-1142' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='25' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='memerrors_numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='26' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='PyExc_ExceptionGroup' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='28' column='1'/>\r
+        <var-decl name='PyExc_ExceptionGroup' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='31' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_sighandler_t' type-id='type-id-1147' filepath='./Include/internal/pycore_faulthandler.h' line='30' column='1' id='type-id-1148'/>\r
-    <class-decl name='faulthandler_user_signal' size-in-bits='1536' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='37' column='1' id='type-id-1149'>\r
+    <typedef-decl name='_Py_sighandler_t' type-id='type-id-1143' filepath='./Include/internal/pycore_faulthandler.h' line='30' column='1' id='type-id-1144'/>\r
+    <class-decl name='faulthandler_user_signal' size-in-bits='1536' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='37' column='1' id='type-id-1145'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='38' column='1'/>\r
       </data-member>\r
         <var-decl name='chain' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='previous' type-id='type-id-1148' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='43' column='1'/>\r
+        <var-decl name='previous' type-id='type-id-1144' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1472'>\r
         <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='44' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_faulthandler_runtime_state' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='49' column='1' id='type-id-1150'>\r
+    <class-decl name='_faulthandler_runtime_state' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='49' column='1' id='type-id-1146'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='fatal_error' type-id='type-id-1151' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='59' column='1'/>\r
+        <var-decl name='fatal_error' type-id='type-id-1147' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='thread' type-id='type-id-1152' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='76' column='1'/>\r
+        <var-decl name='thread' type-id='type-id-1148' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='user_signals' type-id='type-id-1153' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='79' column='1'/>\r
+        <var-decl name='user_signals' type-id='type-id-1149' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
         <var-decl name='stack' type-id='type-id-45' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='83' column='1'/>\r
         <var-decl name='old_stack' type-id='type-id-45' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='84' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__41' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='50' column='1' id='type-id-1151'>\r
+    <class-decl name='__anonymous_struct__41' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='50' column='1' id='type-id-1147'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='51' column='1'/>\r
       </data-member>\r
         <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='55' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__42' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='61' column='1' id='type-id-1152'>\r
+    <class-decl name='__anonymous_struct__42' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='61' column='1' id='type-id-1148'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='file' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='62' column='1'/>\r
       </data-member>\r
         <var-decl name='fd' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='timeout_us' type-id='type-id-377' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='64' column='1'/>\r
+        <var-decl name='timeout_us' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='repeat' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='65' column='1'/>\r
         <var-decl name='header_len' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='cancel_event' type-id='type-id-1154' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='73' column='1'/>\r
+        <var-decl name='cancel_event' type-id='type-id-1150' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='running' type-id='type-id-1154' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='75' column='1'/>\r
+        <var-decl name='running' type-id='type-id-1150' visibility='default' filepath='./Include/internal/pycore_faulthandler.h' line='75' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_fileutils_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_fileutils.h' line='22' column='1' id='type-id-1155'>\r
+    <class-decl name='_fileutils_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_fileutils.h' line='22' column='1' id='type-id-1151'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='force_ascii' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_fileutils.h' line='23' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_Py_error_handler' naming-typedef-id='type-id-542' filepath='./Include/internal/pycore_fileutils.h' line='26' column='1' id='type-id-1156'>\r
+    <enum-decl name='_Py_error_handler' naming-typedef-id='type-id-540' filepath='./Include/internal/pycore_fileutils.h' line='26' column='1' id='type-id-1152'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_Py_ERROR_UNKNOWN' value='0'/>\r
       <enumerator name='_Py_ERROR_STRICT' value='1'/>\r
       <enumerator name='_Py_ERROR_XMLCHARREFREPLACE' value='7'/>\r
       <enumerator name='_Py_ERROR_OTHER' value='8'/>\r
     </enum-decl>\r
-    <typedef-decl name='_Py_error_handler' type-id='type-id-1156' filepath='./Include/internal/pycore_fileutils.h' line='36' column='1' id='type-id-542'/>\r
-    <enum-decl name='_py_float_format_type' filepath='./Include/internal/pycore_floatobject.h' line='23' column='1' id='type-id-1157'>\r
+    <typedef-decl name='_Py_error_handler' type-id='type-id-1152' filepath='./Include/internal/pycore_fileutils.h' line='36' column='1' id='type-id-540'/>\r
+    <enum-decl name='_py_float_format_type' filepath='./Include/internal/pycore_floatobject.h' line='23' column='1' id='type-id-1153'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_py_float_format_unknown' value='0'/>\r
       <enumerator name='_py_float_format_ieee_big_endian' value='1'/>\r
       <enumerator name='_py_float_format_ieee_little_endian' value='2'/>\r
     </enum-decl>\r
-    <class-decl name='_Py_float_runtime_state' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='29' column='1' id='type-id-1158'>\r
+    <class-decl name='_Py_float_runtime_state' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='29' column='1' id='type-id-1154'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='float_format' type-id='type-id-1157' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='30' column='1'/>\r
+        <var-decl name='float_format' type-id='type-id-1153' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='30' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='double_format' type-id='type-id-1157' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='31' column='1'/>\r
+        <var-decl name='double_format' type-id='type-id-1153' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='31' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_frame' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1' id='type-id-1159'>\r
+    <class-decl name='_frame' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='20' column='1' id='type-id-1155'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_frame.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='f_back' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_frame.h' line='22' column='1'/>\r
+        <var-decl name='f_back' type-id='type-id-348' visibility='default' filepath='./Include/internal/pycore_frame.h' line='22' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='f_frame' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>\r
+        <var-decl name='f_frame' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='f_trace' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='24' column='1'/>\r
         <var-decl name='f_locals_cache' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='_f_frame_data' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_frame.h' line='34' column='1'/>\r
+        <var-decl name='_f_frame_data' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_frame.h' line='34' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1' id='type-id-362'>\r
+    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1' id='type-id-359'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='f_executable' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='previous' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_frame.h' line='63' column='1'/>\r
+        <var-decl name='previous' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_frame.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='f_funcobj' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='64' column='1'/>\r
         <var-decl name='f_locals' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_frame.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='frame_obj' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_frame.h' line='68' column='1'/>\r
+        <var-decl name='frame_obj' type-id='type-id-348' visibility='default' filepath='./Include/internal/pycore_frame.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='instr_ptr' type-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_frame.h' line='69' column='1'/>\r
+        <var-decl name='instr_ptr' type-id='type-id-1156' visibility='default' filepath='./Include/internal/pycore_frame.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
         <var-decl name='stacktop' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_frame.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='544'>\r
-        <var-decl name='return_offset' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_frame.h' line='71' column='1'/>\r
+        <var-decl name='return_offset' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_frame.h' line='71' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='560'>\r
         <var-decl name='owner' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_frame.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='localsplus' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_frame.h' line='74' column='1'/>\r
+        <var-decl name='localsplus' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_frame.h' line='74' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_list_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='36' column='1' id='type-id-406'>\r
+    <class-decl name='_Py_list_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='36' column='1' id='type-id-405'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-755' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='38' column='1'/>\r
+        <var-decl name='items' type-id='type-id-753' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='39' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_tuple_freelist' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='43' column='1' id='type-id-405'>\r
+    <class-decl name='_Py_tuple_freelist' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='43' column='1' id='type-id-404'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-764' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='53' column='1'/>\r
+        <var-decl name='items' type-id='type-id-762' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='numfree' type-id='type-id-839' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='54' column='1'/>\r
+        <var-decl name='numfree' type-id='type-id-835' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='54' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_float_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='60' column='1' id='type-id-404'>\r
+    <class-decl name='_Py_float_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='60' column='1' id='type-id-403'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='items' type-id='type-id-1161' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='66' column='1'/>\r
+        <var-decl name='items' type-id='type-id-1157' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='66' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_dict_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='70' column='1' id='type-id-407'>\r
+    <class-decl name='_Py_dict_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='70' column='1' id='type-id-406'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-752' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='73' column='1'/>\r
+        <var-decl name='items' type-id='type-id-750' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='74' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-408'>\r
+    <class-decl name='_Py_dictkeys_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='78' column='1' id='type-id-407'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-414' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>\r
+        <var-decl name='items' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='82' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_slice_freelist' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='86' column='1' id='type-id-409'>\r
+    <class-decl name='_Py_slice_freelist' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='86' column='1' id='type-id-408'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='slice_cache' type-id='type-id-514' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='90' column='1'/>\r
+        <var-decl name='slice_cache' type-id='type-id-512' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='90' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_context_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='94' column='1' id='type-id-410'>\r
+    <class-decl name='_Py_context_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='94' column='1' id='type-id-409'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-1128' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='97' column='1'/>\r
+        <var-decl name='items' type-id='type-id-1124' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='98' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_async_gen_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='102' column='1' id='type-id-411'>\r
+    <class-decl name='_Py_async_gen_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='102' column='1' id='type-id-410'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-770' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='108' column='1'/>\r
+        <var-decl name='items' type-id='type-id-768' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='109' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_async_gen_asend_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='113' column='1' id='type-id-412'>\r
+    <class-decl name='_Py_async_gen_asend_freelist' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='113' column='1' id='type-id-411'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-750' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='115' column='1'/>\r
+        <var-decl name='items' type-id='type-id-748' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='115' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
         <var-decl name='numfree' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='116' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_object_stack_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='122' column='1' id='type-id-413'>\r
+    <class-decl name='_Py_object_stack_freelist' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='122' column='1' id='type-id-412'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-1162' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='123' column='1'/>\r
+        <var-decl name='items' type-id='type-id-1158' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='numfree' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='124' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-398'>\r
+    <class-decl name='_Py_object_freelists' size-in-bits='28288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='127' column='1' id='type-id-397'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='floats' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>\r
+        <var-decl name='floats' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='128' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='tuples' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>\r
+        <var-decl name='tuples' type-id='type-id-404' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='129' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2048'>\r
-        <var-decl name='lists' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>\r
+        <var-decl name='lists' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='130' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7232'>\r
-        <var-decl name='dicts' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>\r
+        <var-decl name='dicts' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='131' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='12416'>\r
-        <var-decl name='dictkeys' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>\r
+        <var-decl name='dictkeys' type-id='type-id-407' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='132' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17600'>\r
-        <var-decl name='slices' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>\r
+        <var-decl name='slices' type-id='type-id-408' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='133' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17664'>\r
-        <var-decl name='contexts' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>\r
+        <var-decl name='contexts' type-id='type-id-409' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='134' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17792'>\r
-        <var-decl name='async_gens' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>\r
+        <var-decl name='async_gens' type-id='type-id-410' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='135' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22976'>\r
-        <var-decl name='async_gen_asends' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>\r
+        <var-decl name='async_gen_asends' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='136' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='28160'>\r
-        <var-decl name='object_stacks' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>\r
+        <var-decl name='object_stacks' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_freelist.h' line='137' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_func_version_cache_item' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_function.h' line='23' column='1' id='type-id-786'>\r
+    <class-decl name='_func_version_cache_item' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_function.h' line='23' column='1' id='type-id-784'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='func' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_function.h' line='24' column='1'/>\r
+        <var-decl name='func' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_function.h' line='24' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='code' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_function.h' line='25' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_py_func_state' size-in-bits='524352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_function.h' line='28' column='1' id='type-id-1163'>\r
+    <class-decl name='_py_func_state' size-in-bits='524352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_function.h' line='28' column='1' id='type-id-1159'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next_version' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_function.h' line='34' column='1'/>\r
+        <var-decl name='next_version' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_function.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='func_version_cache' type-id='type-id-787' visibility='default' filepath='./Include/internal/pycore_function.h' line='39' column='1'/>\r
+        <var-decl name='func_version_cache' type-id='type-id-785' visibility='default' filepath='./Include/internal/pycore_function.h' line='39' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyGC_Head' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_gc.h' line='14' column='1' id='type-id-1165'>\r
+    <class-decl name='PyGC_Head' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_gc.h' line='14' column='1' id='type-id-1161'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_gc_next' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_gc.h' line='17' column='1'/>\r
+        <var-decl name='_gc_next' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_gc.h' line='17' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='_gc_prev' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_gc.h' line='21' column='1'/>\r
+        <var-decl name='_gc_prev' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_gc.h' line='21' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyGC_Head' type-id='type-id-1165' filepath='./Include/internal/pycore_gc.h' line='22' column='1' id='type-id-1164'/>\r
-    <class-decl name='gc_generation' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='265' column='1' id='type-id-832'>\r
+    <typedef-decl name='PyGC_Head' type-id='type-id-1161' filepath='./Include/internal/pycore_gc.h' line='22' column='1' id='type-id-1160'/>\r
+    <class-decl name='gc_generation' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='265' column='1' id='type-id-828'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='head' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_gc.h' line='266' column='1'/>\r
+        <var-decl name='head' type-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_gc.h' line='266' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='threshold' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_gc.h' line='267' column='1'/>\r
         <var-decl name='count' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_gc.h' line='268' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='gc_generation_stats' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='273' column='1' id='type-id-835'>\r
+    <class-decl name='gc_generation_stats' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='273' column='1' id='type-id-831'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='collections' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_gc.h' line='275' column='1'/>\r
       </data-member>\r
         <var-decl name='uncollectable' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_gc.h' line='279' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_gc_runtime_state' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='282' column='1' id='type-id-1166'>\r
+    <class-decl name='_gc_runtime_state' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='282' column='1' id='type-id-1162'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='trash_delete_later' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_gc.h' line='285' column='1'/>\r
       </data-member>\r
         <var-decl name='debug' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_gc.h' line='291' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='generations' type-id='type-id-833' visibility='default' filepath='./Include/internal/pycore_gc.h' line='293' column='1'/>\r
+        <var-decl name='generations' type-id='type-id-829' visibility='default' filepath='./Include/internal/pycore_gc.h' line='293' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='generation0' type-id='type-id-1167' visibility='default' filepath='./Include/internal/pycore_gc.h' line='294' column='1'/>\r
+        <var-decl name='generation0' type-id='type-id-1163' visibility='default' filepath='./Include/internal/pycore_gc.h' line='294' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='permanent_generation' type-id='type-id-832' visibility='default' filepath='./Include/internal/pycore_gc.h' line='296' column='1'/>\r
+        <var-decl name='permanent_generation' type-id='type-id-828' visibility='default' filepath='./Include/internal/pycore_gc.h' line='296' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='generation_stats' type-id='type-id-836' visibility='default' filepath='./Include/internal/pycore_gc.h' line='297' column='1'/>\r
+        <var-decl name='generation_stats' type-id='type-id-832' visibility='default' filepath='./Include/internal/pycore_gc.h' line='297' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1600'>\r
         <var-decl name='collecting' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_gc.h' line='299' column='1'/>\r
         <var-decl name='long_lived_pending' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_gc.h' line='315' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_gil_runtime_state' size-in-bits='1664' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gil.h' line='22' column='1' id='type-id-1168'>\r
+    <class-decl name='_gil_runtime_state' size-in-bits='1664' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gil.h' line='22' column='1' id='type-id-1164'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='interval' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_gil.h' line='41' column='1'/>\r
       </data-member>\r
         <var-decl name='switch_number' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_gil.h' line='49' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='cond' type-id='type-id-1169' visibility='default' filepath='./Include/internal/pycore_gil.h' line='53' column='1'/>\r
+        <var-decl name='cond' type-id='type-id-1165' visibility='default' filepath='./Include/internal/pycore_gil.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='mutex' type-id='type-id-1170' visibility='default' filepath='./Include/internal/pycore_gil.h' line='54' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-1166' visibility='default' filepath='./Include/internal/pycore_gil.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='switch_cond' type-id='type-id-1169' visibility='default' filepath='./Include/internal/pycore_gil.h' line='58' column='1'/>\r
+        <var-decl name='switch_cond' type-id='type-id-1165' visibility='default' filepath='./Include/internal/pycore_gil.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
-        <var-decl name='switch_mutex' type-id='type-id-1170' visibility='default' filepath='./Include/internal/pycore_gil.h' line='59' column='1'/>\r
+        <var-decl name='switch_mutex' type-id='type-id-1166' visibility='default' filepath='./Include/internal/pycore_gil.h' line='59' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_cached_objects' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='32' column='1' id='type-id-1171'>\r
+    <class-decl name='_Py_cached_objects' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='32' column='1' id='type-id-1167'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='interned_strings' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='34' column='1'/>\r
+        <var-decl name='interned_strings' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='34' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_static_objects' size-in-bits='596480' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='37' column='1' id='type-id-1172'>\r
+    <class-decl name='_Py_static_objects' size-in-bits='596480' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='37' column='1' id='type-id-1168'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='singletons' type-id='type-id-1173' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='60' column='1'/>\r
+        <var-decl name='singletons' type-id='type-id-1169' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='60' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__55' size-in-bits='596480' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='38' column='1' id='type-id-1173'>\r
+    <class-decl name='__anonymous_struct__55' size-in-bits='596480' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='38' column='1' id='type-id-1169'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='small_ints' type-id='type-id-756' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='44' column='1'/>\r
+        <var-decl name='small_ints' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67072'>\r
-        <var-decl name='bytes_empty' type-id='type-id-907' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='46' column='1'/>\r
+        <var-decl name='bytes_empty' type-id='type-id-903' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67392'>\r
-        <var-decl name='bytes_characters' type-id='type-id-783' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='50' column='1'/>\r
+        <var-decl name='bytes_characters' type-id='type-id-781' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='165696'>\r
-        <var-decl name='strings' type-id='type-id-1174' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='52' column='1'/>\r
+        <var-decl name='strings' type-id='type-id-1170' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='52' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='595520'>\r
-        <var-decl name='_tuple_empty_gc_not_used' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='54' column='1'/>\r
+        <var-decl name='_tuple_empty_gc_not_used' type-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='595648'>\r
-        <var-decl name='tuple_empty' type-id='type-id-1035' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='55' column='1'/>\r
+        <var-decl name='tuple_empty' type-id='type-id-1031' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='595904'>\r
-        <var-decl name='_hamt_bitmap_node_empty_gc_not_used' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='57' column='1'/>\r
+        <var-decl name='_hamt_bitmap_node_empty_gc_not_used' type-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='596032'>\r
-        <var-decl name='hamt_bitmap_node_empty' type-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='58' column='1'/>\r
+        <var-decl name='hamt_bitmap_node_empty' type-id='type-id-1171' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='596352'>\r
-        <var-decl name='context_token_missing' type-id='type-id-1126' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='59' column='1'/>\r
+        <var-decl name='context_token_missing' type-id='type-id-1122' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='59' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__56' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='47' column='1' id='type-id-782'>\r
+    <class-decl name='__anonymous_struct__56' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='47' column='1' id='type-id-780'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob' type-id='type-id-907' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='48' column='1'/>\r
+        <var-decl name='ob' type-id='type-id-903' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
         <var-decl name='eos' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='49' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_interp_cached_objects' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='66' column='1' id='type-id-1176'>\r
+    <class-decl name='_Py_interp_cached_objects' size-in-bits='1280' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='66' column='1' id='type-id-1172'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='interned_strings' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='67' column='1'/>\r
       </data-member>\r
         <var-decl name='type_slots_pname' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='type_slots_ptrs' type-id='type-id-850' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='75' column='1'/>\r
+        <var-decl name='type_slots_ptrs' type-id='type-id-846' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
         <var-decl name='generic_type' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='78' column='1'/>\r
         <var-decl name='paramspeckwargs_type' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='83' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_interp_static_objects' size-in-bits='1088' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='91' column='1' id='type-id-1177'>\r
+    <class-decl name='_Py_interp_static_objects' size-in-bits='1088' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='91' column='1' id='type-id-1173'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='singletons' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='98' column='1'/>\r
+        <var-decl name='singletons' type-id='type-id-1174' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='98' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__805' size-in-bits='1088' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='92' column='1' id='type-id-1178'>\r
+    <class-decl name='__anonymous_struct__805' size-in-bits='1088' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='92' column='1' id='type-id-1174'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='_hamt_empty_gc_not_used' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='95' column='1'/>\r
+        <var-decl name='_hamt_empty_gc_not_used' type-id='type-id-1160' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='95' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='hamt_empty' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='96' column='1'/>\r
+        <var-decl name='hamt_empty' type-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='last_resort_memory_error' type-id='type-id-1015' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='97' column='1'/>\r
+        <var-decl name='last_resort_memory_error' type-id='type-id-1011' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='97' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_global_strings' size-in-bits='429824' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-1174'>\r
+    <class-decl name='_Py_global_strings' size-in-bits='429824' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-1170'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='literals' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='53' column='1'/>\r
+        <var-decl name='literals' type-id='type-id-1176' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='9472'>\r
-        <var-decl name='identifiers' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='774' column='1'/>\r
+        <var-decl name='identifiers' type-id='type-id-1177' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='774' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='315136'>\r
-        <var-decl name='ascii' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='778' column='1'/>\r
+        <var-decl name='ascii' type-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='778' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='364288'>\r
-        <var-decl name='latin1' type-id='type-id-778' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='782' column='1'/>\r
+        <var-decl name='latin1' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='782' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__57' size-in-bits='9472' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='30' column='1' id='type-id-1180'>\r
+    <class-decl name='__anonymous_struct__57' size-in-bits='9472' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='30' column='1' id='type-id-1176'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_py_anon_dictcomp' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>\r
+        <var-decl name='_py_anon_dictcomp' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='_py_anon_genexpr' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1'/>\r
+        <var-decl name='_py_anon_genexpr' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='_py_anon_lambda' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1'/>\r
+        <var-decl name='_py_anon_lambda' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
-        <var-decl name='_py_anon_listcomp' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='34' column='1'/>\r
+        <var-decl name='_py_anon_listcomp' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='_py_anon_module' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='35' column='1'/>\r
+        <var-decl name='_py_anon_module' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2240'>\r
-        <var-decl name='_py_anon_null' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1'/>\r
+        <var-decl name='_py_anon_null' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2624'>\r
-        <var-decl name='_py_anon_setcomp' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='37' column='1'/>\r
+        <var-decl name='_py_anon_setcomp' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='37' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3072'>\r
-        <var-decl name='_py_anon_string' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='38' column='1'/>\r
+        <var-decl name='_py_anon_string' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3520'>\r
-        <var-decl name='_py_anon_unknown' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='39' column='1'/>\r
+        <var-decl name='_py_anon_unknown' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='39' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3968'>\r
-        <var-decl name='_py_dbl_close_br' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1'/>\r
+        <var-decl name='_py_dbl_close_br' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4352'>\r
-        <var-decl name='_py_dbl_open_br' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='41' column='1'/>\r
+        <var-decl name='_py_dbl_open_br' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='41' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4736'>\r
-        <var-decl name='_py_dbl_percent' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='42' column='1'/>\r
+        <var-decl name='_py_dbl_percent' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5120'>\r
-        <var-decl name='_py_defaults' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='43' column='1'/>\r
+        <var-decl name='_py_defaults' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5568'>\r
-        <var-decl name='_py_dot_locals' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='44' column='1'/>\r
+        <var-decl name='_py_dot_locals' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6016'>\r
-        <var-decl name='_py_empty' type-id='type-id-1187' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1'/>\r
+        <var-decl name='_py_empty' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6400'>\r
-        <var-decl name='_py_generic_base' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1'/>\r
+        <var-decl name='_py_generic_base' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6848'>\r
-        <var-decl name='_py_json_decoder' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1'/>\r
+        <var-decl name='_py_json_decoder' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7296'>\r
-        <var-decl name='_py_kwdefaults' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1'/>\r
+        <var-decl name='_py_kwdefaults' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7744'>\r
-        <var-decl name='_py_list_err' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>\r
+        <var-decl name='_py_list_err' type-id='type-id-1187' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8256'>\r
-        <var-decl name='_py_str_replace_inf' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>\r
+        <var-decl name='_py_str_replace_inf' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8640'>\r
-        <var-decl name='_py_type_params' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1'/>\r
+        <var-decl name='_py_type_params' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='51' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='9088'>\r
-        <var-decl name='_py_utf_8' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='52' column='1'/>\r
+        <var-decl name='_py_utf_8' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='52' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__58' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1' id='type-id-1182'>\r
+    <class-decl name='__anonymous_struct__58' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1' id='type-id-1178'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-861' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-856' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='31' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__60' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1' id='type-id-1183'>\r
+    <class-decl name='__anonymous_struct__60' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1' id='type-id-1179'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-860' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-855' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='32' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__61' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1' id='type-id-1184'>\r
+    <class-decl name='__anonymous_struct__61' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1' id='type-id-1180'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-903' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-899' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='33' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__64' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1' id='type-id-1185'>\r
+    <class-decl name='__anonymous_struct__64' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1' id='type-id-1181'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-900' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-896' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='36' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__68' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1' id='type-id-1186'>\r
+    <class-decl name='__anonymous_struct__68' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1' id='type-id-1182'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-895' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='40' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__73' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1' id='type-id-1187'>\r
+    <class-decl name='__anonymous_struct__73' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1' id='type-id-1183'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-877' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-872' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='45' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__74' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1' id='type-id-1188'>\r
+    <class-decl name='__anonymous_struct__74' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1' id='type-id-1184'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-867' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-862' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='46' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__75' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1' id='type-id-1189'>\r
+    <class-decl name='__anonymous_struct__75' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1' id='type-id-1185'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-865' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-860' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='47' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__76' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1' id='type-id-1190'>\r
+    <class-decl name='__anonymous_struct__76' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1' id='type-id-1186'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-863' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-858' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='48' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__77' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1' id='type-id-1191'>\r
+    <class-decl name='__anonymous_struct__77' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1' id='type-id-1187'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-885' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-880' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='49' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__78' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1' id='type-id-1192'>\r
+    <class-decl name='__anonymous_struct__78' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1' id='type-id-1188'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-899' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-895' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='50' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__81' size-in-bits='305664' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='55' column='1' id='type-id-1181'>\r
+    <class-decl name='__anonymous_struct__81' size-in-bits='305664' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='55' column='1' id='type-id-1177'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_py_CANCELLED' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>\r
+        <var-decl name='_py_CANCELLED' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='_py_FINISHED' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>\r
+        <var-decl name='_py_FINISHED' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='_py_False' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>\r
+        <var-decl name='_py_False' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='_py_JSONDecodeError' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>\r
+        <var-decl name='_py_JSONDecodeError' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1728'>\r
-        <var-decl name='_py_PENDING' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>\r
+        <var-decl name='_py_PENDING' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2112'>\r
-        <var-decl name='_py_Py_Repr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>\r
+        <var-decl name='_py_Py_Repr' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2496'>\r
-        <var-decl name='_py_TextIOWrapper' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1'/>\r
+        <var-decl name='_py_TextIOWrapper' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2944'>\r
-        <var-decl name='_py_True' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>\r
+        <var-decl name='_py_True' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3328'>\r
-        <var-decl name='_py_WarningMessage' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>\r
+        <var-decl name='_py_WarningMessage' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3776'>\r
-        <var-decl name='_py__WindowsConsoleIO' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>\r
+        <var-decl name='_py__WindowsConsoleIO' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4288'>\r
-        <var-decl name='_py___IOBase_closed' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='66' column='1'/>\r
+        <var-decl name='_py___IOBase_closed' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='66' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4736'>\r
-        <var-decl name='_py___abc_tpflags__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='67' column='1'/>\r
+        <var-decl name='_py___abc_tpflags__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5184'>\r
-        <var-decl name='_py___abs__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1'/>\r
+        <var-decl name='_py___abs__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5568'>\r
-        <var-decl name='_py___abstractmethods__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>\r
+        <var-decl name='_py___abstractmethods__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6080'>\r
-        <var-decl name='_py___add__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='70' column='1'/>\r
+        <var-decl name='_py___add__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6464'>\r
-        <var-decl name='_py___aenter__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='71' column='1'/>\r
+        <var-decl name='_py___aenter__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='71' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='6912'>\r
-        <var-decl name='_py___aexit__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='72' column='1'/>\r
+        <var-decl name='_py___aexit__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7360'>\r
-        <var-decl name='_py___aiter__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='73' column='1'/>\r
+        <var-decl name='_py___aiter__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='7808'>\r
-        <var-decl name='_py___all__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='74' column='1'/>\r
+        <var-decl name='_py___all__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8192'>\r
-        <var-decl name='_py___and__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='75' column='1'/>\r
+        <var-decl name='_py___and__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8576'>\r
-        <var-decl name='_py___anext__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='76' column='1'/>\r
+        <var-decl name='_py___anext__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='9024'>\r
-        <var-decl name='_py___annotations__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='77' column='1'/>\r
+        <var-decl name='_py___annotations__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='9472'>\r
-        <var-decl name='_py___args__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>\r
+        <var-decl name='_py___args__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='9920'>\r
-        <var-decl name='_py___await__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='79' column='1'/>\r
+        <var-decl name='_py___await__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='10368'>\r
-        <var-decl name='_py___bases__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='80' column='1'/>\r
+        <var-decl name='_py___bases__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='10816'>\r
-        <var-decl name='_py___bool__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='81' column='1'/>\r
+        <var-decl name='_py___bool__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='11264'>\r
-        <var-decl name='_py___buffer__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='82' column='1'/>\r
+        <var-decl name='_py___buffer__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='11712'>\r
-        <var-decl name='_py___build_class__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>\r
+        <var-decl name='_py___build_class__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='12160'>\r
-        <var-decl name='_py___builtins__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='84' column='1'/>\r
+        <var-decl name='_py___builtins__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='84' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='12608'>\r
-        <var-decl name='_py___bytes__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>\r
+        <var-decl name='_py___bytes__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='13056'>\r
-        <var-decl name='_py___call__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='86' column='1'/>\r
+        <var-decl name='_py___call__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='86' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='13504'>\r
-        <var-decl name='_py___cantrace__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='87' column='1'/>\r
+        <var-decl name='_py___cantrace__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='87' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='13952'>\r
-        <var-decl name='_py___class__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='88' column='1'/>\r
+        <var-decl name='_py___class__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='88' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='14400'>\r
-        <var-decl name='_py___class_getitem__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='89' column='1'/>\r
+        <var-decl name='_py___class_getitem__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='14912'>\r
-        <var-decl name='_py___classcell__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='90' column='1'/>\r
+        <var-decl name='_py___classcell__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='15360'>\r
-        <var-decl name='_py___classdict__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='91' column='1'/>\r
+        <var-decl name='_py___classdict__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='91' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='15808'>\r
-        <var-decl name='_py___classdictcell__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='92' column='1'/>\r
+        <var-decl name='_py___classdictcell__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16320'>\r
-        <var-decl name='_py___complex__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='93' column='1'/>\r
+        <var-decl name='_py___complex__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16768'>\r
-        <var-decl name='_py___contains__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='94' column='1'/>\r
+        <var-decl name='_py___contains__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17216'>\r
-        <var-decl name='_py___copy__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1'/>\r
+        <var-decl name='_py___copy__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='95' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17664'>\r
-        <var-decl name='_py___ctypes_from_outparam__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>\r
+        <var-decl name='_py___ctypes_from_outparam__' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='18240'>\r
-        <var-decl name='_py___del__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>\r
+        <var-decl name='_py___del__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='18624'>\r
-        <var-decl name='_py___delattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='98' column='1'/>\r
+        <var-decl name='_py___delattr__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='19072'>\r
-        <var-decl name='_py___delete__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='99' column='1'/>\r
+        <var-decl name='_py___delete__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='19520'>\r
-        <var-decl name='_py___delitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='100' column='1'/>\r
+        <var-decl name='_py___delitem__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='100' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='19968'>\r
-        <var-decl name='_py___dict__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='101' column='1'/>\r
+        <var-decl name='_py___dict__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='20416'>\r
-        <var-decl name='_py___dictoffset__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='102' column='1'/>\r
+        <var-decl name='_py___dictoffset__' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='102' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='20864'>\r
-        <var-decl name='_py___dir__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='103' column='1'/>\r
+        <var-decl name='_py___dir__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='103' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='21248'>\r
-        <var-decl name='_py___divmod__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='104' column='1'/>\r
+        <var-decl name='_py___divmod__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='104' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='21696'>\r
-        <var-decl name='_py___doc__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='105' column='1'/>\r
+        <var-decl name='_py___doc__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='105' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22080'>\r
-        <var-decl name='_py___enter__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='106' column='1'/>\r
+        <var-decl name='_py___enter__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='106' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22528'>\r
-        <var-decl name='_py___eq__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>\r
+        <var-decl name='_py___eq__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22912'>\r
-        <var-decl name='_py___exit__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='108' column='1'/>\r
+        <var-decl name='_py___exit__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='23360'>\r
-        <var-decl name='_py___file__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='109' column='1'/>\r
+        <var-decl name='_py___file__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='23808'>\r
-        <var-decl name='_py___firstlineno__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='110' column='1'/>\r
+        <var-decl name='_py___firstlineno__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='110' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24256'>\r
-        <var-decl name='_py___float__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='111' column='1'/>\r
+        <var-decl name='_py___float__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24704'>\r
-        <var-decl name='_py___floordiv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='112' column='1'/>\r
+        <var-decl name='_py___floordiv__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='112' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='25152'>\r
-        <var-decl name='_py___format__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='113' column='1'/>\r
+        <var-decl name='_py___format__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='113' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='25600'>\r
-        <var-decl name='_py___fspath__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='114' column='1'/>\r
+        <var-decl name='_py___fspath__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='114' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='26048'>\r
-        <var-decl name='_py___ge__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='115' column='1'/>\r
+        <var-decl name='_py___ge__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='115' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='26432'>\r
-        <var-decl name='_py___get__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='116' column='1'/>\r
+        <var-decl name='_py___get__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='116' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='26816'>\r
-        <var-decl name='_py___getattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1'/>\r
+        <var-decl name='_py___getattr__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='117' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='27264'>\r
-        <var-decl name='_py___getattribute__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>\r
+        <var-decl name='_py___getattribute__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='27776'>\r
-        <var-decl name='_py___getinitargs__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='119' column='1'/>\r
+        <var-decl name='_py___getinitargs__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='119' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='28224'>\r
-        <var-decl name='_py___getitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='120' column='1'/>\r
+        <var-decl name='_py___getitem__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='120' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='28672'>\r
-        <var-decl name='_py___getnewargs__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='121' column='1'/>\r
+        <var-decl name='_py___getnewargs__' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='121' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='29120'>\r
-        <var-decl name='_py___getnewargs_ex__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='122' column='1'/>\r
+        <var-decl name='_py___getnewargs_ex__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='29632'>\r
-        <var-decl name='_py___getstate__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='123' column='1'/>\r
+        <var-decl name='_py___getstate__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='30080'>\r
-        <var-decl name='_py___gt__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='124' column='1'/>\r
+        <var-decl name='_py___gt__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='124' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='30464'>\r
-        <var-decl name='_py___hash__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='125' column='1'/>\r
+        <var-decl name='_py___hash__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='125' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='30912'>\r
-        <var-decl name='_py___iadd__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='126' column='1'/>\r
+        <var-decl name='_py___iadd__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='126' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='31360'>\r
-        <var-decl name='_py___iand__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='127' column='1'/>\r
+        <var-decl name='_py___iand__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='127' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='31808'>\r
-        <var-decl name='_py___ifloordiv__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='128' column='1'/>\r
+        <var-decl name='_py___ifloordiv__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='128' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32256'>\r
-        <var-decl name='_py___ilshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='129' column='1'/>\r
+        <var-decl name='_py___ilshift__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='129' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32704'>\r
-        <var-decl name='_py___imatmul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='130' column='1'/>\r
+        <var-decl name='_py___imatmul__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='130' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='33152'>\r
-        <var-decl name='_py___imod__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='131' column='1'/>\r
+        <var-decl name='_py___imod__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='131' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='33600'>\r
-        <var-decl name='_py___import__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>\r
+        <var-decl name='_py___import__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='34048'>\r
-        <var-decl name='_py___imul__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='133' column='1'/>\r
+        <var-decl name='_py___imul__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='133' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='34496'>\r
-        <var-decl name='_py___index__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='134' column='1'/>\r
+        <var-decl name='_py___index__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='134' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='34944'>\r
-        <var-decl name='_py___init__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='135' column='1'/>\r
+        <var-decl name='_py___init__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='135' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='35392'>\r
-        <var-decl name='_py___init_subclass__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='136' column='1'/>\r
+        <var-decl name='_py___init_subclass__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='136' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='35904'>\r
-        <var-decl name='_py___instancecheck__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='137' column='1'/>\r
+        <var-decl name='_py___instancecheck__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='137' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='36416'>\r
-        <var-decl name='_py___int__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='138' column='1'/>\r
+        <var-decl name='_py___int__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='138' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='36800'>\r
-        <var-decl name='_py___invert__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='139' column='1'/>\r
+        <var-decl name='_py___invert__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='139' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='37248'>\r
-        <var-decl name='_py___ior__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='140' column='1'/>\r
+        <var-decl name='_py___ior__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='140' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='37632'>\r
-        <var-decl name='_py___ipow__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='141' column='1'/>\r
+        <var-decl name='_py___ipow__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='38080'>\r
-        <var-decl name='_py___irshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1'/>\r
+        <var-decl name='_py___irshift__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='142' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='38528'>\r
-        <var-decl name='_py___isabstractmethod__' type-id='type-id-1201' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>\r
+        <var-decl name='_py___isabstractmethod__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='39040'>\r
-        <var-decl name='_py___isub__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='144' column='1'/>\r
+        <var-decl name='_py___isub__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='144' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='39488'>\r
-        <var-decl name='_py___iter__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='145' column='1'/>\r
+        <var-decl name='_py___iter__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='145' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='39936'>\r
-        <var-decl name='_py___itruediv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='146' column='1'/>\r
+        <var-decl name='_py___itruediv__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='146' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='40384'>\r
-        <var-decl name='_py___ixor__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='147' column='1'/>\r
+        <var-decl name='_py___ixor__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='147' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='40832'>\r
-        <var-decl name='_py___le__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='148' column='1'/>\r
+        <var-decl name='_py___le__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='148' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='41216'>\r
-        <var-decl name='_py___len__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='149' column='1'/>\r
+        <var-decl name='_py___len__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='149' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='41600'>\r
-        <var-decl name='_py___length_hint__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='150' column='1'/>\r
+        <var-decl name='_py___length_hint__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='150' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='42048'>\r
-        <var-decl name='_py___lltrace__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='151' column='1'/>\r
+        <var-decl name='_py___lltrace__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='151' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='42496'>\r
-        <var-decl name='_py___loader__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='152' column='1'/>\r
+        <var-decl name='_py___loader__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='152' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='42944'>\r
-        <var-decl name='_py___lshift__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='153' column='1'/>\r
+        <var-decl name='_py___lshift__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='153' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='43392'>\r
-        <var-decl name='_py___lt__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='154' column='1'/>\r
+        <var-decl name='_py___lt__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='154' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='43776'>\r
-        <var-decl name='_py___main__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='155' column='1'/>\r
+        <var-decl name='_py___main__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='155' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='44224'>\r
-        <var-decl name='_py___match_args__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='156' column='1'/>\r
+        <var-decl name='_py___match_args__' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='156' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='44672'>\r
-        <var-decl name='_py___matmul__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='157' column='1'/>\r
+        <var-decl name='_py___matmul__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='45120'>\r
-        <var-decl name='_py___missing__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='158' column='1'/>\r
+        <var-decl name='_py___missing__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='158' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='45568'>\r
-        <var-decl name='_py___mod__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='159' column='1'/>\r
+        <var-decl name='_py___mod__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='159' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='45952'>\r
-        <var-decl name='_py___module__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='160' column='1'/>\r
+        <var-decl name='_py___module__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='160' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='46400'>\r
-        <var-decl name='_py___mro_entries__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='161' column='1'/>\r
+        <var-decl name='_py___mro_entries__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='161' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='46848'>\r
-        <var-decl name='_py___mul__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='162' column='1'/>\r
+        <var-decl name='_py___mul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='162' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='47232'>\r
-        <var-decl name='_py___name__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='163' column='1'/>\r
+        <var-decl name='_py___name__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='163' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='47680'>\r
-        <var-decl name='_py___ne__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='164' column='1'/>\r
+        <var-decl name='_py___ne__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='164' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='48064'>\r
-        <var-decl name='_py___neg__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='165' column='1'/>\r
+        <var-decl name='_py___neg__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='165' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='48448'>\r
-        <var-decl name='_py___new__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='166' column='1'/>\r
+        <var-decl name='_py___new__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='166' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='48832'>\r
-        <var-decl name='_py___newobj__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='167' column='1'/>\r
+        <var-decl name='_py___newobj__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='167' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='49280'>\r
-        <var-decl name='_py___newobj_ex__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='168' column='1'/>\r
+        <var-decl name='_py___newobj_ex__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='168' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='49728'>\r
-        <var-decl name='_py___next__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='169' column='1'/>\r
+        <var-decl name='_py___next__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='169' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='50176'>\r
-        <var-decl name='_py___notes__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='170' column='1'/>\r
+        <var-decl name='_py___notes__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='170' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='50624'>\r
-        <var-decl name='_py___or__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='171' column='1'/>\r
+        <var-decl name='_py___or__' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='171' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='51008'>\r
-        <var-decl name='_py___orig_class__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='172' column='1'/>\r
+        <var-decl name='_py___orig_class__' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='172' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='51456'>\r
-        <var-decl name='_py___origin__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='173' column='1'/>\r
+        <var-decl name='_py___origin__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='173' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='51904'>\r
-        <var-decl name='_py___package__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='174' column='1'/>\r
+        <var-decl name='_py___package__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='174' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='52352'>\r
-        <var-decl name='_py___parameters__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='175' column='1'/>\r
+        <var-decl name='_py___parameters__' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='175' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='52800'>\r
-        <var-decl name='_py___path__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='176' column='1'/>\r
+        <var-decl name='_py___path__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='176' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='53248'>\r
-        <var-decl name='_py___pos__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='177' column='1'/>\r
+        <var-decl name='_py___pos__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='177' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='53632'>\r
-        <var-decl name='_py___pow__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='178' column='1'/>\r
+        <var-decl name='_py___pow__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='178' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='54016'>\r
-        <var-decl name='_py___prepare__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='179' column='1'/>\r
+        <var-decl name='_py___prepare__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='179' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='54464'>\r
-        <var-decl name='_py___qualname__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='180' column='1'/>\r
+        <var-decl name='_py___qualname__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='180' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='54912'>\r
-        <var-decl name='_py___radd__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='181' column='1'/>\r
+        <var-decl name='_py___radd__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='181' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='55360'>\r
-        <var-decl name='_py___rand__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='182' column='1'/>\r
+        <var-decl name='_py___rand__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='182' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='55808'>\r
-        <var-decl name='_py___rdivmod__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='183' column='1'/>\r
+        <var-decl name='_py___rdivmod__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='183' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='56256'>\r
-        <var-decl name='_py___reduce__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='184' column='1'/>\r
+        <var-decl name='_py___reduce__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='184' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='56704'>\r
-        <var-decl name='_py___reduce_ex__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1'/>\r
+        <var-decl name='_py___reduce_ex__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='185' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='57152'>\r
-        <var-decl name='_py___release_buffer__' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>\r
+        <var-decl name='_py___release_buffer__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='57664'>\r
-        <var-decl name='_py___repr__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='187' column='1'/>\r
+        <var-decl name='_py___repr__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='187' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58112'>\r
-        <var-decl name='_py___reversed__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='188' column='1'/>\r
+        <var-decl name='_py___reversed__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='188' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58560'>\r
-        <var-decl name='_py___rfloordiv__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='189' column='1'/>\r
+        <var-decl name='_py___rfloordiv__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='189' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='59008'>\r
-        <var-decl name='_py___rlshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='190' column='1'/>\r
+        <var-decl name='_py___rlshift__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='190' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='59456'>\r
-        <var-decl name='_py___rmatmul__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='191' column='1'/>\r
+        <var-decl name='_py___rmatmul__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='191' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='59904'>\r
-        <var-decl name='_py___rmod__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='192' column='1'/>\r
+        <var-decl name='_py___rmod__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='192' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='60352'>\r
-        <var-decl name='_py___rmul__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='193' column='1'/>\r
+        <var-decl name='_py___rmul__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='193' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='60800'>\r
-        <var-decl name='_py___ror__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='194' column='1'/>\r
+        <var-decl name='_py___ror__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='194' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='61184'>\r
-        <var-decl name='_py___round__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='195' column='1'/>\r
+        <var-decl name='_py___round__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='195' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='61632'>\r
-        <var-decl name='_py___rpow__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='196' column='1'/>\r
+        <var-decl name='_py___rpow__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='196' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='62080'>\r
-        <var-decl name='_py___rrshift__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='197' column='1'/>\r
+        <var-decl name='_py___rrshift__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='197' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='62528'>\r
-        <var-decl name='_py___rshift__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='198' column='1'/>\r
+        <var-decl name='_py___rshift__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='198' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='62976'>\r
-        <var-decl name='_py___rsub__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='199' column='1'/>\r
+        <var-decl name='_py___rsub__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='199' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='63424'>\r
-        <var-decl name='_py___rtruediv__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='200' column='1'/>\r
+        <var-decl name='_py___rtruediv__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='200' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='63872'>\r
-        <var-decl name='_py___rxor__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='201' column='1'/>\r
+        <var-decl name='_py___rxor__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='201' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64320'>\r
-        <var-decl name='_py___set__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='202' column='1'/>\r
+        <var-decl name='_py___set__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='202' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64704'>\r
-        <var-decl name='_py___set_name__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='203' column='1'/>\r
+        <var-decl name='_py___set_name__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='203' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='65152'>\r
-        <var-decl name='_py___setattr__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>\r
+        <var-decl name='_py___setattr__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='65600'>\r
-        <var-decl name='_py___setitem__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>\r
+        <var-decl name='_py___setitem__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='66048'>\r
-        <var-decl name='_py___setstate__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>\r
+        <var-decl name='_py___setstate__' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='66496'>\r
-        <var-decl name='_py___sizeof__' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>\r
+        <var-decl name='_py___sizeof__' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='66944'>\r
-        <var-decl name='_py___slotnames__' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>\r
+        <var-decl name='_py___slotnames__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67392'>\r
-        <var-decl name='_py___slots__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>\r
+        <var-decl name='_py___slots__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67840'>\r
-        <var-decl name='_py___spec__' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>\r
+        <var-decl name='_py___spec__' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='68288'>\r
-        <var-decl name='_py___static_attributes__' type-id='type-id-1203' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>\r
+        <var-decl name='_py___static_attributes__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='68800'>\r
-        <var-decl name='_py___str__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>\r
+        <var-decl name='_py___str__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='69184'>\r
-        <var-decl name='_py___sub__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>\r
+        <var-decl name='_py___sub__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='69568'>\r
-        <var-decl name='_py___subclasscheck__' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>\r
+        <var-decl name='_py___subclasscheck__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='70080'>\r
-        <var-decl name='_py___subclasshook__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>\r
+        <var-decl name='_py___subclasshook__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='70592'>\r
-        <var-decl name='_py___truediv__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>\r
+        <var-decl name='_py___truediv__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='71040'>\r
-        <var-decl name='_py___trunc__' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>\r
+        <var-decl name='_py___trunc__' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='71488'>\r
-        <var-decl name='_py___type_params__' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>\r
+        <var-decl name='_py___type_params__' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='71936'>\r
-        <var-decl name='_py___typing_is_unpacked_typevartuple__' type-id='type-id-1204' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>\r
+        <var-decl name='_py___typing_is_unpacked_typevartuple__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='72576'>\r
-        <var-decl name='_py___typing_prepare_subst__' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>\r
+        <var-decl name='_py___typing_prepare_subst__' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='73152'>\r
-        <var-decl name='_py___typing_subst__' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>\r
+        <var-decl name='_py___typing_subst__' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='73664'>\r
-        <var-decl name='_py___typing_unpacked_tuple_args__' type-id='type-id-1205' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>\r
+        <var-decl name='_py___typing_unpacked_tuple_args__' type-id='type-id-1201' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='74240'>\r
-        <var-decl name='_py___warningregistry__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>\r
+        <var-decl name='_py___warningregistry__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='74752'>\r
-        <var-decl name='_py___weaklistoffset__' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>\r
+        <var-decl name='_py___weaklistoffset__' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='75264'>\r
-        <var-decl name='_py___weakref__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>\r
+        <var-decl name='_py___weakref__' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='75712'>\r
-        <var-decl name='_py___xor__' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>\r
+        <var-decl name='_py___xor__' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='76096'>\r
-        <var-decl name='_py__abc_impl' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>\r
+        <var-decl name='_py__abc_impl' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='76544'>\r
-        <var-decl name='_py__abstract_' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>\r
+        <var-decl name='_py__abstract_' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='76992'>\r
-        <var-decl name='_py__active' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>\r
+        <var-decl name='_py__active' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='77376'>\r
-        <var-decl name='_py__align_' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>\r
+        <var-decl name='_py__align_' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='77760'>\r
-        <var-decl name='_py__annotation' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>\r
+        <var-decl name='_py__annotation' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='78208'>\r
-        <var-decl name='_py__anonymous_' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>\r
+        <var-decl name='_py__anonymous_' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='78656'>\r
-        <var-decl name='_py__argtypes_' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>\r
+        <var-decl name='_py__argtypes_' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='79104'>\r
-        <var-decl name='_py__as_parameter_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>\r
+        <var-decl name='_py__as_parameter_' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='79552'>\r
-        <var-decl name='_py__asyncio_future_blocking' type-id='type-id-1199' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>\r
+        <var-decl name='_py__asyncio_future_blocking' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80128'>\r
-        <var-decl name='_py__blksize' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>\r
+        <var-decl name='_py__blksize' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80576'>\r
-        <var-decl name='_py__bootstrap' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>\r
+        <var-decl name='_py__bootstrap' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='81024'>\r
-        <var-decl name='_py__check_retval_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>\r
+        <var-decl name='_py__check_retval_' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='81472'>\r
-        <var-decl name='_py__dealloc_warn' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>\r
+        <var-decl name='_py__dealloc_warn' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='81920'>\r
-        <var-decl name='_py__feature_version' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>\r
+        <var-decl name='_py__feature_version' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='82432'>\r
-        <var-decl name='_py__field_types' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>\r
+        <var-decl name='_py__field_types' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='82880'>\r
-        <var-decl name='_py__fields_' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>\r
+        <var-decl name='_py__fields_' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83328'>\r
-        <var-decl name='_py__finalizing' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>\r
+        <var-decl name='_py__finalizing' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83776'>\r
-        <var-decl name='_py__find_and_load' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>\r
+        <var-decl name='_py__find_and_load' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='84224'>\r
-        <var-decl name='_py__fix_up_module' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>\r
+        <var-decl name='_py__fix_up_module' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='84672'>\r
-        <var-decl name='_py__flags_' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>\r
+        <var-decl name='_py__flags_' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='85056'>\r
-        <var-decl name='_py__get_sourcefile' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>\r
+        <var-decl name='_py__get_sourcefile' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='85504'>\r
-        <var-decl name='_py__handle_fromlist' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>\r
+        <var-decl name='_py__handle_fromlist' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86016'>\r
-        <var-decl name='_py__initializing' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>\r
+        <var-decl name='_py__initializing' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86464'>\r
-        <var-decl name='_py__io' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>\r
+        <var-decl name='_py__io' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86848'>\r
-        <var-decl name='_py__is_text_encoding' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>\r
+        <var-decl name='_py__is_text_encoding' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='87360'>\r
-        <var-decl name='_py__length_' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>\r
+        <var-decl name='_py__length_' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='87808'>\r
-        <var-decl name='_py__limbo' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>\r
+        <var-decl name='_py__limbo' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='88192'>\r
-        <var-decl name='_py__lock_unlock_module' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>\r
+        <var-decl name='_py__lock_unlock_module' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='88704'>\r
-        <var-decl name='_py__loop' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>\r
+        <var-decl name='_py__loop' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='89088'>\r
-        <var-decl name='_py__needs_com_addref_' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>\r
+        <var-decl name='_py__needs_com_addref_' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='89600'>\r
-        <var-decl name='_py__only_immortal' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>\r
+        <var-decl name='_py__only_immortal' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='90048'>\r
-        <var-decl name='_py__pack_' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>\r
+        <var-decl name='_py__pack_' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='90432'>\r
-        <var-decl name='_py__restype_' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>\r
+        <var-decl name='_py__restype_' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='90880'>\r
-        <var-decl name='_py__showwarnmsg' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>\r
+        <var-decl name='_py__showwarnmsg' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='91328'>\r
-        <var-decl name='_py__shutdown' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>\r
+        <var-decl name='_py__shutdown' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='91776'>\r
-        <var-decl name='_py__slotnames' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>\r
+        <var-decl name='_py__slotnames' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='92224'>\r
-        <var-decl name='_py__strptime' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>\r
+        <var-decl name='_py__strptime' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='92672'>\r
-        <var-decl name='_py__strptime_datetime' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>\r
+        <var-decl name='_py__strptime_datetime' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='93184'>\r
-        <var-decl name='_py__swappedbytes_' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>\r
+        <var-decl name='_py__swappedbytes_' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='93632'>\r
-        <var-decl name='_py__type_' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>\r
+        <var-decl name='_py__type_' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='94016'>\r
-        <var-decl name='_py__uninitialized_submodules' type-id='type-id-1207' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>\r
+        <var-decl name='_py__uninitialized_submodules' type-id='type-id-1203' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='94592'>\r
-        <var-decl name='_py__warn_unawaited_coroutine' type-id='type-id-1207' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>\r
+        <var-decl name='_py__warn_unawaited_coroutine' type-id='type-id-1203' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='95168'>\r
-        <var-decl name='_py__xoptions' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>\r
+        <var-decl name='_py__xoptions' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='95616'>\r
-        <var-decl name='_py_abs_tol' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>\r
+        <var-decl name='_py_abs_tol' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96000'>\r
-        <var-decl name='_py_access' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>\r
+        <var-decl name='_py_access' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96384'>\r
-        <var-decl name='_py_aclose' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>\r
+        <var-decl name='_py_aclose' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96768'>\r
-        <var-decl name='_py_add' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>\r
+        <var-decl name='_py_add' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='97152'>\r
-        <var-decl name='_py_add_done_callback' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>\r
+        <var-decl name='_py_add_done_callback' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='97664'>\r
-        <var-decl name='_py_after_in_child' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>\r
+        <var-decl name='_py_after_in_child' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='98112'>\r
-        <var-decl name='_py_after_in_parent' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>\r
+        <var-decl name='_py_after_in_parent' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='98560'>\r
-        <var-decl name='_py_aggregate_class' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>\r
+        <var-decl name='_py_aggregate_class' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='99008'>\r
-        <var-decl name='_py_alias' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>\r
+        <var-decl name='_py_alias' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='99392'>\r
-        <var-decl name='_py_allow_code' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>\r
+        <var-decl name='_py_allow_code' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='99840'>\r
-        <var-decl name='_py_append' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>\r
+        <var-decl name='_py_append' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='100224'>\r
-        <var-decl name='_py_arg' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>\r
+        <var-decl name='_py_arg' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='100608'>\r
-        <var-decl name='_py_argdefs' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>\r
+        <var-decl name='_py_argdefs' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='100992'>\r
-        <var-decl name='_py_args' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>\r
+        <var-decl name='_py_args' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='101376'>\r
-        <var-decl name='_py_arguments' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>\r
+        <var-decl name='_py_arguments' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='101824'>\r
-        <var-decl name='_py_argv' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>\r
+        <var-decl name='_py_argv' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='102208'>\r
-        <var-decl name='_py_as_integer_ratio' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>\r
+        <var-decl name='_py_as_integer_ratio' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='102720'>\r
-        <var-decl name='_py_asend' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>\r
+        <var-decl name='_py_asend' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='103104'>\r
-        <var-decl name='_py_ast' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>\r
+        <var-decl name='_py_ast' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='103488'>\r
-        <var-decl name='_py_athrow' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>\r
+        <var-decl name='_py_athrow' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='103872'>\r
-        <var-decl name='_py_attribute' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>\r
+        <var-decl name='_py_attribute' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='104320'>\r
-        <var-decl name='_py_authorizer_callback' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>\r
+        <var-decl name='_py_authorizer_callback' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='104832'>\r
-        <var-decl name='_py_autocommit' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>\r
+        <var-decl name='_py_autocommit' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='105280'>\r
-        <var-decl name='_py_backtick' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>\r
+        <var-decl name='_py_backtick' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='105728'>\r
-        <var-decl name='_py_base' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>\r
+        <var-decl name='_py_base' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='106112'>\r
-        <var-decl name='_py_before' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>\r
+        <var-decl name='_py_before' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='106496'>\r
-        <var-decl name='_py_big' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>\r
+        <var-decl name='_py_big' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='106880'>\r
-        <var-decl name='_py_binary_form' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>\r
+        <var-decl name='_py_binary_form' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='107328'>\r
-        <var-decl name='_py_block' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>\r
+        <var-decl name='_py_block' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='107712'>\r
-        <var-decl name='_py_bound' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>\r
+        <var-decl name='_py_bound' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='108096'>\r
-        <var-decl name='_py_buffer' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>\r
+        <var-decl name='_py_buffer' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='108480'>\r
-        <var-decl name='_py_buffer_callback' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>\r
+        <var-decl name='_py_buffer_callback' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='108928'>\r
-        <var-decl name='_py_buffer_size' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>\r
+        <var-decl name='_py_buffer_size' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='109376'>\r
-        <var-decl name='_py_buffering' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>\r
+        <var-decl name='_py_buffering' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='109824'>\r
-        <var-decl name='_py_buffers' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>\r
+        <var-decl name='_py_buffers' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='110208'>\r
-        <var-decl name='_py_bufsize' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>\r
+        <var-decl name='_py_bufsize' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='110592'>\r
-        <var-decl name='_py_builtins' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>\r
+        <var-decl name='_py_builtins' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='111040'>\r
-        <var-decl name='_py_byteorder' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>\r
+        <var-decl name='_py_byteorder' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='111488'>\r
-        <var-decl name='_py_bytes' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>\r
+        <var-decl name='_py_bytes' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='111872'>\r
-        <var-decl name='_py_bytes_per_sep' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>\r
+        <var-decl name='_py_bytes_per_sep' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='112320'>\r
-        <var-decl name='_py_c_call' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>\r
+        <var-decl name='_py_c_call' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='112704'>\r
-        <var-decl name='_py_c_exception' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>\r
+        <var-decl name='_py_c_exception' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='113152'>\r
-        <var-decl name='_py_c_return' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>\r
+        <var-decl name='_py_c_return' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='113600'>\r
-        <var-decl name='_py_cached_datetime_module' type-id='type-id-1208' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>\r
+        <var-decl name='_py_cached_datetime_module' type-id='type-id-1204' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='114112'>\r
-        <var-decl name='_py_cached_statements' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>\r
+        <var-decl name='_py_cached_statements' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='114624'>\r
-        <var-decl name='_py_cadata' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>\r
+        <var-decl name='_py_cadata' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='115008'>\r
-        <var-decl name='_py_cafile' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>\r
+        <var-decl name='_py_cafile' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='115392'>\r
-        <var-decl name='_py_call' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>\r
+        <var-decl name='_py_call' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='115776'>\r
-        <var-decl name='_py_call_exception_handler' type-id='type-id-1208' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>\r
+        <var-decl name='_py_call_exception_handler' type-id='type-id-1204' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='116288'>\r
-        <var-decl name='_py_call_soon' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>\r
+        <var-decl name='_py_call_soon' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='116736'>\r
-        <var-decl name='_py_callback' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>\r
+        <var-decl name='_py_callback' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='117184'>\r
-        <var-decl name='_py_cancel' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>\r
+        <var-decl name='_py_cancel' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='117568'>\r
-        <var-decl name='_py_capath' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>\r
+        <var-decl name='_py_capath' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='117952'>\r
-        <var-decl name='_py_category' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>\r
+        <var-decl name='_py_category' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='118400'>\r
-        <var-decl name='_py_cb_type' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>\r
+        <var-decl name='_py_cb_type' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='118784'>\r
-        <var-decl name='_py_certfile' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>\r
+        <var-decl name='_py_certfile' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='119232'>\r
-        <var-decl name='_py_check_same_thread' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>\r
+        <var-decl name='_py_check_same_thread' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='119744'>\r
-        <var-decl name='_py_clear' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>\r
+        <var-decl name='_py_clear' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='120128'>\r
-        <var-decl name='_py_close' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>\r
+        <var-decl name='_py_close' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='120512'>\r
-        <var-decl name='_py_closed' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>\r
+        <var-decl name='_py_closed' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='120896'>\r
-        <var-decl name='_py_closefd' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>\r
+        <var-decl name='_py_closefd' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='121280'>\r
-        <var-decl name='_py_closure' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>\r
+        <var-decl name='_py_closure' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='121664'>\r
-        <var-decl name='_py_co_argcount' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>\r
+        <var-decl name='_py_co_argcount' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='122112'>\r
-        <var-decl name='_py_co_cellvars' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>\r
+        <var-decl name='_py_co_cellvars' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='122560'>\r
-        <var-decl name='_py_co_code' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>\r
+        <var-decl name='_py_co_code' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='122944'>\r
-        <var-decl name='_py_co_consts' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>\r
+        <var-decl name='_py_co_consts' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='123392'>\r
-        <var-decl name='_py_co_exceptiontable' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>\r
+        <var-decl name='_py_co_exceptiontable' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='123904'>\r
-        <var-decl name='_py_co_filename' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>\r
+        <var-decl name='_py_co_filename' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='124352'>\r
-        <var-decl name='_py_co_firstlineno' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>\r
+        <var-decl name='_py_co_firstlineno' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='124800'>\r
-        <var-decl name='_py_co_flags' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>\r
+        <var-decl name='_py_co_flags' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='125248'>\r
-        <var-decl name='_py_co_freevars' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>\r
+        <var-decl name='_py_co_freevars' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='125696'>\r
-        <var-decl name='_py_co_kwonlyargcount' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>\r
+        <var-decl name='_py_co_kwonlyargcount' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='126208'>\r
-        <var-decl name='_py_co_linetable' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>\r
+        <var-decl name='_py_co_linetable' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='126656'>\r
-        <var-decl name='_py_co_name' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>\r
+        <var-decl name='_py_co_name' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='127040'>\r
-        <var-decl name='_py_co_names' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>\r
+        <var-decl name='_py_co_names' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='127488'>\r
-        <var-decl name='_py_co_nlocals' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>\r
+        <var-decl name='_py_co_nlocals' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='127936'>\r
-        <var-decl name='_py_co_posonlyargcount' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>\r
+        <var-decl name='_py_co_posonlyargcount' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128448'>\r
-        <var-decl name='_py_co_qualname' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>\r
+        <var-decl name='_py_co_qualname' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128896'>\r
-        <var-decl name='_py_co_stacksize' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>\r
+        <var-decl name='_py_co_stacksize' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='129344'>\r
-        <var-decl name='_py_co_varnames' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>\r
+        <var-decl name='_py_co_varnames' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='129792'>\r
-        <var-decl name='_py_code' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>\r
+        <var-decl name='_py_code' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='130176'>\r
-        <var-decl name='_py_col_offset' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>\r
+        <var-decl name='_py_col_offset' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='130624'>\r
-        <var-decl name='_py_command' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>\r
+        <var-decl name='_py_command' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='131008'>\r
-        <var-decl name='_py_comment_factory' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>\r
+        <var-decl name='_py_comment_factory' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='131456'>\r
-        <var-decl name='_py_compile_mode' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>\r
+        <var-decl name='_py_compile_mode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='131904'>\r
-        <var-decl name='_py_consts' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>\r
+        <var-decl name='_py_consts' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='132288'>\r
-        <var-decl name='_py_context' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>\r
+        <var-decl name='_py_context' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='132672'>\r
-        <var-decl name='_py_contravariant' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>\r
+        <var-decl name='_py_contravariant' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='133120'>\r
-        <var-decl name='_py_cookie' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>\r
+        <var-decl name='_py_cookie' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='133504'>\r
-        <var-decl name='_py_copy' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='359' column='1'/>\r
+        <var-decl name='_py_copy' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='359' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='133888'>\r
-        <var-decl name='_py_copyreg' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='360' column='1'/>\r
+        <var-decl name='_py_copyreg' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='360' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='134272'>\r
-        <var-decl name='_py_coro' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='361' column='1'/>\r
+        <var-decl name='_py_coro' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='361' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='134656'>\r
-        <var-decl name='_py_count' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1'/>\r
+        <var-decl name='_py_count' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='135040'>\r
-        <var-decl name='_py_covariant' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1'/>\r
+        <var-decl name='_py_covariant' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='135488'>\r
-        <var-decl name='_py_cwd' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>\r
+        <var-decl name='_py_cwd' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='135872'>\r
-        <var-decl name='_py_data' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>\r
+        <var-decl name='_py_data' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='136256'>\r
-        <var-decl name='_py_database' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>\r
+        <var-decl name='_py_database' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='136704'>\r
-        <var-decl name='_py_day' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='367' column='1'/>\r
+        <var-decl name='_py_day' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='367' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='137088'>\r
-        <var-decl name='_py_decode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='368' column='1'/>\r
+        <var-decl name='_py_decode' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='368' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='137472'>\r
-        <var-decl name='_py_decoder' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='369' column='1'/>\r
+        <var-decl name='_py_decoder' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='369' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='137856'>\r
-        <var-decl name='_py_default' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='370' column='1'/>\r
+        <var-decl name='_py_default' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='370' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='138240'>\r
-        <var-decl name='_py_defaultaction' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='371' column='1'/>\r
+        <var-decl name='_py_defaultaction' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='371' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='138688'>\r
-        <var-decl name='_py_delete' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='372' column='1'/>\r
+        <var-decl name='_py_delete' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='372' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='139072'>\r
-        <var-decl name='_py_depth' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='373' column='1'/>\r
+        <var-decl name='_py_depth' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='373' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='139456'>\r
-        <var-decl name='_py_desired_access' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='374' column='1'/>\r
+        <var-decl name='_py_desired_access' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='374' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='139904'>\r
-        <var-decl name='_py_detect_types' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='375' column='1'/>\r
+        <var-decl name='_py_detect_types' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='375' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='140352'>\r
-        <var-decl name='_py_deterministic' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='376' column='1'/>\r
+        <var-decl name='_py_deterministic' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='376' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='140800'>\r
-        <var-decl name='_py_device' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='377' column='1'/>\r
+        <var-decl name='_py_device' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='377' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='141184'>\r
-        <var-decl name='_py_dict' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='378' column='1'/>\r
+        <var-decl name='_py_dict' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='378' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='141568'>\r
-        <var-decl name='_py_dictcomp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='379' column='1'/>\r
+        <var-decl name='_py_dictcomp' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='379' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='142016'>\r
-        <var-decl name='_py_difference_update' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='380' column='1'/>\r
+        <var-decl name='_py_difference_update' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='380' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='142528'>\r
-        <var-decl name='_py_digest' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='381' column='1'/>\r
+        <var-decl name='_py_digest' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='381' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='142912'>\r
-        <var-decl name='_py_digest_size' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='382' column='1'/>\r
+        <var-decl name='_py_digest_size' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='382' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='143360'>\r
-        <var-decl name='_py_digestmod' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='383' column='1'/>\r
+        <var-decl name='_py_digestmod' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='383' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='143808'>\r
-        <var-decl name='_py_dir_fd' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='384' column='1'/>\r
+        <var-decl name='_py_dir_fd' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='384' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='144192'>\r
-        <var-decl name='_py_discard' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='385' column='1'/>\r
+        <var-decl name='_py_discard' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='385' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='144576'>\r
-        <var-decl name='_py_dispatch_table' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='386' column='1'/>\r
+        <var-decl name='_py_dispatch_table' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='386' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='145024'>\r
-        <var-decl name='_py_displayhook' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='387' column='1'/>\r
+        <var-decl name='_py_displayhook' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='387' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='145472'>\r
-        <var-decl name='_py_dklen' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='388' column='1'/>\r
+        <var-decl name='_py_dklen' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='388' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='145856'>\r
-        <var-decl name='_py_doc' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='389' column='1'/>\r
+        <var-decl name='_py_doc' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='389' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='146240'>\r
-        <var-decl name='_py_dont_inherit' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='390' column='1'/>\r
+        <var-decl name='_py_dont_inherit' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='390' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='146688'>\r
-        <var-decl name='_py_dst' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='391' column='1'/>\r
+        <var-decl name='_py_dst' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='391' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='147072'>\r
-        <var-decl name='_py_dst_dir_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='392' column='1'/>\r
+        <var-decl name='_py_dst_dir_fd' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='392' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='147520'>\r
-        <var-decl name='_py_eager_start' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='393' column='1'/>\r
+        <var-decl name='_py_eager_start' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='393' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='147968'>\r
-        <var-decl name='_py_effective_ids' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='394' column='1'/>\r
+        <var-decl name='_py_effective_ids' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='394' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='148416'>\r
-        <var-decl name='_py_element_factory' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='395' column='1'/>\r
+        <var-decl name='_py_element_factory' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='395' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='148864'>\r
-        <var-decl name='_py_encode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='396' column='1'/>\r
+        <var-decl name='_py_encode' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='396' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='149248'>\r
-        <var-decl name='_py_encoding' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='397' column='1'/>\r
+        <var-decl name='_py_encoding' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='397' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='149696'>\r
-        <var-decl name='_py_end' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='398' column='1'/>\r
+        <var-decl name='_py_end' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='398' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='150080'>\r
-        <var-decl name='_py_end_col_offset' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='399' column='1'/>\r
+        <var-decl name='_py_end_col_offset' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='399' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='150528'>\r
-        <var-decl name='_py_end_lineno' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='400' column='1'/>\r
+        <var-decl name='_py_end_lineno' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='400' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='150976'>\r
-        <var-decl name='_py_end_offset' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='401' column='1'/>\r
+        <var-decl name='_py_end_offset' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='401' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='151424'>\r
-        <var-decl name='_py_endpos' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='402' column='1'/>\r
+        <var-decl name='_py_endpos' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='402' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='151808'>\r
-        <var-decl name='_py_entrypoint' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='403' column='1'/>\r
+        <var-decl name='_py_entrypoint' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='403' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='152256'>\r
-        <var-decl name='_py_env' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='404' column='1'/>\r
+        <var-decl name='_py_env' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='404' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='152640'>\r
-        <var-decl name='_py_errors' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='405' column='1'/>\r
+        <var-decl name='_py_errors' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='405' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='153024'>\r
-        <var-decl name='_py_event' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='406' column='1'/>\r
+        <var-decl name='_py_event' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='406' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='153408'>\r
-        <var-decl name='_py_eventmask' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='407' column='1'/>\r
+        <var-decl name='_py_eventmask' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='407' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='153856'>\r
-        <var-decl name='_py_exc_type' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='408' column='1'/>\r
+        <var-decl name='_py_exc_type' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='408' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='154304'>\r
-        <var-decl name='_py_exc_value' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='409' column='1'/>\r
+        <var-decl name='_py_exc_value' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='409' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='154752'>\r
-        <var-decl name='_py_excepthook' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='410' column='1'/>\r
+        <var-decl name='_py_excepthook' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='410' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='155200'>\r
-        <var-decl name='_py_exception' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='411' column='1'/>\r
+        <var-decl name='_py_exception' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='411' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='155648'>\r
-        <var-decl name='_py_existing_file_name' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='412' column='1'/>\r
+        <var-decl name='_py_existing_file_name' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='412' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='156160'>\r
-        <var-decl name='_py_exp' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='413' column='1'/>\r
+        <var-decl name='_py_exp' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='413' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='156544'>\r
-        <var-decl name='_py_extend' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='414' column='1'/>\r
+        <var-decl name='_py_extend' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='414' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='156928'>\r
-        <var-decl name='_py_extra_tokens' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='415' column='1'/>\r
+        <var-decl name='_py_extra_tokens' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='415' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='157376'>\r
-        <var-decl name='_py_facility' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='416' column='1'/>\r
+        <var-decl name='_py_facility' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='416' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='157824'>\r
-        <var-decl name='_py_factory' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='417' column='1'/>\r
+        <var-decl name='_py_factory' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='417' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='158208'>\r
-        <var-decl name='_py_false' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='418' column='1'/>\r
+        <var-decl name='_py_false' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='418' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='158592'>\r
-        <var-decl name='_py_family' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='419' column='1'/>\r
+        <var-decl name='_py_family' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='419' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='158976'>\r
-        <var-decl name='_py_fanout' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='420' column='1'/>\r
+        <var-decl name='_py_fanout' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='420' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='159360'>\r
-        <var-decl name='_py_fd' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='421' column='1'/>\r
+        <var-decl name='_py_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='421' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='159744'>\r
-        <var-decl name='_py_fd2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='422' column='1'/>\r
+        <var-decl name='_py_fd2' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='422' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160128'>\r
-        <var-decl name='_py_fdel' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='423' column='1'/>\r
+        <var-decl name='_py_fdel' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='423' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160512'>\r
-        <var-decl name='_py_fget' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='424' column='1'/>\r
+        <var-decl name='_py_fget' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='424' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160896'>\r
-        <var-decl name='_py_file' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='425' column='1'/>\r
+        <var-decl name='_py_file' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='425' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='161280'>\r
-        <var-decl name='_py_file_actions' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='426' column='1'/>\r
+        <var-decl name='_py_file_actions' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='426' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='161728'>\r
-        <var-decl name='_py_filename' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='427' column='1'/>\r
+        <var-decl name='_py_filename' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='427' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='162176'>\r
-        <var-decl name='_py_fileno' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='428' column='1'/>\r
+        <var-decl name='_py_fileno' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='428' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='162560'>\r
-        <var-decl name='_py_filepath' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='429' column='1'/>\r
+        <var-decl name='_py_filepath' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='429' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='163008'>\r
-        <var-decl name='_py_fillvalue' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='430' column='1'/>\r
+        <var-decl name='_py_fillvalue' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='430' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='163456'>\r
-        <var-decl name='_py_filter' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='431' column='1'/>\r
+        <var-decl name='_py_filter' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='431' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='163840'>\r
-        <var-decl name='_py_filters' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='432' column='1'/>\r
+        <var-decl name='_py_filters' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='432' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='164224'>\r
-        <var-decl name='_py_final' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='433' column='1'/>\r
+        <var-decl name='_py_final' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='433' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='164608'>\r
-        <var-decl name='_py_find_class' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='434' column='1'/>\r
+        <var-decl name='_py_find_class' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='434' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='165056'>\r
-        <var-decl name='_py_fix_imports' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='435' column='1'/>\r
+        <var-decl name='_py_fix_imports' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='435' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='165504'>\r
-        <var-decl name='_py_flags' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='436' column='1'/>\r
+        <var-decl name='_py_flags' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='436' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='165888'>\r
-        <var-decl name='_py_flush' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='437' column='1'/>\r
+        <var-decl name='_py_flush' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='437' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='166272'>\r
-        <var-decl name='_py_fold' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='438' column='1'/>\r
+        <var-decl name='_py_fold' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='438' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='166656'>\r
-        <var-decl name='_py_follow_symlinks' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='439' column='1'/>\r
+        <var-decl name='_py_follow_symlinks' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='439' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='167104'>\r
-        <var-decl name='_py_format' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='440' column='1'/>\r
+        <var-decl name='_py_format' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='440' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='167488'>\r
-        <var-decl name='_py_from_param' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='441' column='1'/>\r
+        <var-decl name='_py_from_param' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='441' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='167936'>\r
-        <var-decl name='_py_fromlist' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='442' column='1'/>\r
+        <var-decl name='_py_fromlist' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='442' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='168384'>\r
-        <var-decl name='_py_fromtimestamp' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='443' column='1'/>\r
+        <var-decl name='_py_fromtimestamp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='443' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='168832'>\r
-        <var-decl name='_py_fromutc' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='444' column='1'/>\r
+        <var-decl name='_py_fromutc' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='444' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='169216'>\r
-        <var-decl name='_py_fset' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='445' column='1'/>\r
+        <var-decl name='_py_fset' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='445' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='169600'>\r
-        <var-decl name='_py_func' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='446' column='1'/>\r
+        <var-decl name='_py_func' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='446' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='169984'>\r
-        <var-decl name='_py_future' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='447' column='1'/>\r
+        <var-decl name='_py_future' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='447' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='170368'>\r
-        <var-decl name='_py_generation' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='448' column='1'/>\r
+        <var-decl name='_py_generation' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='448' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='170816'>\r
-        <var-decl name='_py_genexpr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='449' column='1'/>\r
+        <var-decl name='_py_genexpr' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='449' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='171200'>\r
-        <var-decl name='_py_get' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='450' column='1'/>\r
+        <var-decl name='_py_get' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='450' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='171584'>\r
-        <var-decl name='_py_get_debug' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='451' column='1'/>\r
+        <var-decl name='_py_get_debug' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='451' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='172032'>\r
-        <var-decl name='_py_get_event_loop' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='452' column='1'/>\r
+        <var-decl name='_py_get_event_loop' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='452' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='172480'>\r
-        <var-decl name='_py_get_loop' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='453' column='1'/>\r
+        <var-decl name='_py_get_loop' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='453' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='172928'>\r
-        <var-decl name='_py_get_source' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='454' column='1'/>\r
+        <var-decl name='_py_get_source' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='454' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='173376'>\r
-        <var-decl name='_py_getattr' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='455' column='1'/>\r
+        <var-decl name='_py_getattr' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='455' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='173760'>\r
-        <var-decl name='_py_getstate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='456' column='1'/>\r
+        <var-decl name='_py_getstate' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='456' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='174208'>\r
-        <var-decl name='_py_gid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='457' column='1'/>\r
+        <var-decl name='_py_gid' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='457' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='174592'>\r
-        <var-decl name='_py_globals' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='458' column='1'/>\r
+        <var-decl name='_py_globals' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='458' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='174976'>\r
-        <var-decl name='_py_groupindex' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='459' column='1'/>\r
+        <var-decl name='_py_groupindex' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='459' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='175424'>\r
-        <var-decl name='_py_groups' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='460' column='1'/>\r
+        <var-decl name='_py_groups' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='460' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='175808'>\r
-        <var-decl name='_py_handle' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='461' column='1'/>\r
+        <var-decl name='_py_handle' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='461' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='176192'>\r
-        <var-decl name='_py_handle_seq' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='462' column='1'/>\r
+        <var-decl name='_py_handle_seq' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='462' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='176640'>\r
-        <var-decl name='_py_has_location' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='463' column='1'/>\r
+        <var-decl name='_py_has_location' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='463' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='177088'>\r
-        <var-decl name='_py_hash_name' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='464' column='1'/>\r
+        <var-decl name='_py_hash_name' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='464' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='177536'>\r
-        <var-decl name='_py_header' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='465' column='1'/>\r
+        <var-decl name='_py_header' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='465' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='177920'>\r
-        <var-decl name='_py_headers' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='466' column='1'/>\r
+        <var-decl name='_py_headers' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='466' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='178304'>\r
-        <var-decl name='_py_hi' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='467' column='1'/>\r
+        <var-decl name='_py_hi' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='467' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='178688'>\r
-        <var-decl name='_py_hook' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='468' column='1'/>\r
+        <var-decl name='_py_hook' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='468' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='179072'>\r
-        <var-decl name='_py_hour' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='469' column='1'/>\r
+        <var-decl name='_py_hour' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='469' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='179456'>\r
-        <var-decl name='_py_ident' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='470' column='1'/>\r
+        <var-decl name='_py_ident' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='470' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='179840'>\r
-        <var-decl name='_py_identity_hint' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='471' column='1'/>\r
+        <var-decl name='_py_identity_hint' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='471' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='180288'>\r
-        <var-decl name='_py_ignore' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='472' column='1'/>\r
+        <var-decl name='_py_ignore' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='472' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='180672'>\r
-        <var-decl name='_py_imag' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='473' column='1'/>\r
+        <var-decl name='_py_imag' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='473' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='181056'>\r
-        <var-decl name='_py_importlib' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='474' column='1'/>\r
+        <var-decl name='_py_importlib' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='474' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='181504'>\r
-        <var-decl name='_py_in_fd' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='475' column='1'/>\r
+        <var-decl name='_py_in_fd' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='475' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='181888'>\r
-        <var-decl name='_py_incoming' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='476' column='1'/>\r
+        <var-decl name='_py_incoming' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='476' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='182336'>\r
-        <var-decl name='_py_indexgroup' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='477' column='1'/>\r
+        <var-decl name='_py_indexgroup' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='477' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='182784'>\r
-        <var-decl name='_py_inf' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='478' column='1'/>\r
+        <var-decl name='_py_inf' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='478' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='183168'>\r
-        <var-decl name='_py_infer_variance' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='479' column='1'/>\r
+        <var-decl name='_py_infer_variance' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='479' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='183616'>\r
-        <var-decl name='_py_inherit_handle' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='480' column='1'/>\r
+        <var-decl name='_py_inherit_handle' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='480' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='184064'>\r
-        <var-decl name='_py_inheritable' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='481' column='1'/>\r
+        <var-decl name='_py_inheritable' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='481' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='184512'>\r
-        <var-decl name='_py_initial' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='482' column='1'/>\r
+        <var-decl name='_py_initial' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='482' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='184896'>\r
-        <var-decl name='_py_initial_bytes' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='483' column='1'/>\r
+        <var-decl name='_py_initial_bytes' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='483' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='185344'>\r
-        <var-decl name='_py_initial_owner' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='484' column='1'/>\r
+        <var-decl name='_py_initial_owner' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='484' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='185792'>\r
-        <var-decl name='_py_initial_state' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='485' column='1'/>\r
+        <var-decl name='_py_initial_state' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='485' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='186240'>\r
-        <var-decl name='_py_initial_value' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='486' column='1'/>\r
+        <var-decl name='_py_initial_value' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='486' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='186688'>\r
-        <var-decl name='_py_initval' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='487' column='1'/>\r
+        <var-decl name='_py_initval' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='487' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='187072'>\r
-        <var-decl name='_py_inner_size' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='488' column='1'/>\r
+        <var-decl name='_py_inner_size' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='488' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='187520'>\r
-        <var-decl name='_py_input' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='489' column='1'/>\r
+        <var-decl name='_py_input' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='489' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='187904'>\r
-        <var-decl name='_py_insert_comments' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='490' column='1'/>\r
+        <var-decl name='_py_insert_comments' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='490' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='188352'>\r
-        <var-decl name='_py_insert_pis' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='491' column='1'/>\r
+        <var-decl name='_py_insert_pis' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='491' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='188800'>\r
-        <var-decl name='_py_instructions' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='492' column='1'/>\r
+        <var-decl name='_py_instructions' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='492' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='189248'>\r
-        <var-decl name='_py_intern' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='493' column='1'/>\r
+        <var-decl name='_py_intern' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='493' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='189632'>\r
-        <var-decl name='_py_intersection' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='494' column='1'/>\r
+        <var-decl name='_py_intersection' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='494' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='190080'>\r
-        <var-decl name='_py_interval' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='495' column='1'/>\r
+        <var-decl name='_py_interval' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='495' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='190528'>\r
-        <var-decl name='_py_is_running' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='496' column='1'/>\r
+        <var-decl name='_py_is_running' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='496' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='190976'>\r
-        <var-decl name='_py_isatty' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='497' column='1'/>\r
+        <var-decl name='_py_isatty' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='497' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='191360'>\r
-        <var-decl name='_py_isinstance' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='498' column='1'/>\r
+        <var-decl name='_py_isinstance' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='498' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='191808'>\r
-        <var-decl name='_py_isoformat' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='499' column='1'/>\r
+        <var-decl name='_py_isoformat' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='499' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192256'>\r
-        <var-decl name='_py_isolation_level' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='500' column='1'/>\r
+        <var-decl name='_py_isolation_level' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='500' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192704'>\r
-        <var-decl name='_py_istext' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='501' column='1'/>\r
+        <var-decl name='_py_istext' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='501' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='193088'>\r
-        <var-decl name='_py_item' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='502' column='1'/>\r
+        <var-decl name='_py_item' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='502' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='193472'>\r
-        <var-decl name='_py_items' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='503' column='1'/>\r
+        <var-decl name='_py_items' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='503' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='193856'>\r
-        <var-decl name='_py_iter' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='504' column='1'/>\r
+        <var-decl name='_py_iter' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='504' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='194240'>\r
-        <var-decl name='_py_iterable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='505' column='1'/>\r
+        <var-decl name='_py_iterable' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='505' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='194688'>\r
-        <var-decl name='_py_iterations' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='506' column='1'/>\r
+        <var-decl name='_py_iterations' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='506' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='195136'>\r
-        <var-decl name='_py_join' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='507' column='1'/>\r
+        <var-decl name='_py_join' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='507' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='195520'>\r
-        <var-decl name='_py_jump' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='508' column='1'/>\r
+        <var-decl name='_py_jump' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='508' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='195904'>\r
-        <var-decl name='_py_keepends' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='509' column='1'/>\r
+        <var-decl name='_py_keepends' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='509' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='196352'>\r
-        <var-decl name='_py_key' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='510' column='1'/>\r
+        <var-decl name='_py_key' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='510' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='196736'>\r
-        <var-decl name='_py_keyfile' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='511' column='1'/>\r
+        <var-decl name='_py_keyfile' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='511' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='197120'>\r
-        <var-decl name='_py_keys' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='512' column='1'/>\r
+        <var-decl name='_py_keys' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='512' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='197504'>\r
-        <var-decl name='_py_kind' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='513' column='1'/>\r
+        <var-decl name='_py_kind' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='513' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='197888'>\r
-        <var-decl name='_py_kw' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='514' column='1'/>\r
+        <var-decl name='_py_kw' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='514' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='198272'>\r
-        <var-decl name='_py_kw1' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='515' column='1'/>\r
+        <var-decl name='_py_kw1' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='515' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='198656'>\r
-        <var-decl name='_py_kw2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='516' column='1'/>\r
+        <var-decl name='_py_kw2' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='516' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='199040'>\r
-        <var-decl name='_py_kwdefaults' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='517' column='1'/>\r
+        <var-decl name='_py_kwdefaults' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='517' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='199488'>\r
-        <var-decl name='_py_label' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='518' column='1'/>\r
+        <var-decl name='_py_label' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='518' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='199872'>\r
-        <var-decl name='_py_lambda' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='519' column='1'/>\r
+        <var-decl name='_py_lambda' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='519' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='200256'>\r
-        <var-decl name='_py_last' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='520' column='1'/>\r
+        <var-decl name='_py_last' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='520' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='200640'>\r
-        <var-decl name='_py_last_exc' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='521' column='1'/>\r
+        <var-decl name='_py_last_exc' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='521' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='201088'>\r
-        <var-decl name='_py_last_node' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='522' column='1'/>\r
+        <var-decl name='_py_last_node' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='522' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='201536'>\r
-        <var-decl name='_py_last_traceback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='523' column='1'/>\r
+        <var-decl name='_py_last_traceback' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='523' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='201984'>\r
-        <var-decl name='_py_last_type' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='524' column='1'/>\r
+        <var-decl name='_py_last_type' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='524' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='202432'>\r
-        <var-decl name='_py_last_value' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='525' column='1'/>\r
+        <var-decl name='_py_last_value' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='525' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='202880'>\r
-        <var-decl name='_py_latin1' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='526' column='1'/>\r
+        <var-decl name='_py_latin1' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='526' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='203264'>\r
-        <var-decl name='_py_leaf_size' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='527' column='1'/>\r
+        <var-decl name='_py_leaf_size' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='527' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='203712'>\r
-        <var-decl name='_py_len' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='528' column='1'/>\r
+        <var-decl name='_py_len' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='528' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='204096'>\r
-        <var-decl name='_py_length' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='529' column='1'/>\r
+        <var-decl name='_py_length' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='529' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='204480'>\r
-        <var-decl name='_py_level' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='530' column='1'/>\r
+        <var-decl name='_py_level' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='530' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='204864'>\r
-        <var-decl name='_py_limit' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='531' column='1'/>\r
+        <var-decl name='_py_limit' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='531' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='205248'>\r
-        <var-decl name='_py_line' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='532' column='1'/>\r
+        <var-decl name='_py_line' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='532' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='205632'>\r
-        <var-decl name='_py_line_buffering' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='533' column='1'/>\r
+        <var-decl name='_py_line_buffering' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='533' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='206080'>\r
-        <var-decl name='_py_lineno' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='534' column='1'/>\r
+        <var-decl name='_py_lineno' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='534' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='206464'>\r
-        <var-decl name='_py_listcomp' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='535' column='1'/>\r
+        <var-decl name='_py_listcomp' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='535' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='206912'>\r
-        <var-decl name='_py_little' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='536' column='1'/>\r
+        <var-decl name='_py_little' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='536' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='207296'>\r
-        <var-decl name='_py_lo' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='537' column='1'/>\r
+        <var-decl name='_py_lo' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='537' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='207680'>\r
-        <var-decl name='_py_locale' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='538' column='1'/>\r
+        <var-decl name='_py_locale' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='538' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='208064'>\r
-        <var-decl name='_py_locals' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='539' column='1'/>\r
+        <var-decl name='_py_locals' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='539' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='208448'>\r
-        <var-decl name='_py_logoption' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='540' column='1'/>\r
+        <var-decl name='_py_logoption' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='540' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='208896'>\r
-        <var-decl name='_py_loop' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='541' column='1'/>\r
+        <var-decl name='_py_loop' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='541' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='209280'>\r
-        <var-decl name='_py_manual_reset' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='542' column='1'/>\r
+        <var-decl name='_py_manual_reset' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='542' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='209728'>\r
-        <var-decl name='_py_mapping' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='543' column='1'/>\r
+        <var-decl name='_py_mapping' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='543' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='210112'>\r
-        <var-decl name='_py_match' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='544' column='1'/>\r
+        <var-decl name='_py_match' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='544' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='210496'>\r
-        <var-decl name='_py_max_length' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='545' column='1'/>\r
+        <var-decl name='_py_max_length' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='545' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='210944'>\r
-        <var-decl name='_py_maxdigits' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='546' column='1'/>\r
+        <var-decl name='_py_maxdigits' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='546' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='211392'>\r
-        <var-decl name='_py_maxevents' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='547' column='1'/>\r
+        <var-decl name='_py_maxevents' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='547' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='211840'>\r
-        <var-decl name='_py_maxlen' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='548' column='1'/>\r
+        <var-decl name='_py_maxlen' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='548' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='212224'>\r
-        <var-decl name='_py_maxmem' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='549' column='1'/>\r
+        <var-decl name='_py_maxmem' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='549' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='212608'>\r
-        <var-decl name='_py_maxsplit' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='550' column='1'/>\r
+        <var-decl name='_py_maxsplit' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='550' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='213056'>\r
-        <var-decl name='_py_maxvalue' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='551' column='1'/>\r
+        <var-decl name='_py_maxvalue' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='551' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='213504'>\r
-        <var-decl name='_py_memLevel' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='552' column='1'/>\r
+        <var-decl name='_py_memLevel' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='552' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='213952'>\r
-        <var-decl name='_py_memlimit' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='553' column='1'/>\r
+        <var-decl name='_py_memlimit' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='553' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='214400'>\r
-        <var-decl name='_py_message' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='554' column='1'/>\r
+        <var-decl name='_py_message' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='554' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='214784'>\r
-        <var-decl name='_py_metaclass' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='555' column='1'/>\r
+        <var-decl name='_py_metaclass' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='555' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='215232'>\r
-        <var-decl name='_py_metadata' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='556' column='1'/>\r
+        <var-decl name='_py_metadata' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='556' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='215680'>\r
-        <var-decl name='_py_method' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='557' column='1'/>\r
+        <var-decl name='_py_method' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='557' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='216064'>\r
-        <var-decl name='_py_microsecond' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='558' column='1'/>\r
+        <var-decl name='_py_microsecond' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='558' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='216512'>\r
-        <var-decl name='_py_milliseconds' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='559' column='1'/>\r
+        <var-decl name='_py_milliseconds' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='559' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='216960'>\r
-        <var-decl name='_py_minute' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='560' column='1'/>\r
+        <var-decl name='_py_minute' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='560' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='217344'>\r
-        <var-decl name='_py_mod' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='561' column='1'/>\r
+        <var-decl name='_py_mod' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='561' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='217728'>\r
-        <var-decl name='_py_mode' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='562' column='1'/>\r
+        <var-decl name='_py_mode' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='562' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='218112'>\r
-        <var-decl name='_py_module' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='563' column='1'/>\r
+        <var-decl name='_py_module' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='563' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='218496'>\r
-        <var-decl name='_py_module_globals' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='564' column='1'/>\r
+        <var-decl name='_py_module_globals' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='564' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='218944'>\r
-        <var-decl name='_py_modules' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='565' column='1'/>\r
+        <var-decl name='_py_modules' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='565' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='219328'>\r
-        <var-decl name='_py_month' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='566' column='1'/>\r
+        <var-decl name='_py_month' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='566' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='219712'>\r
-        <var-decl name='_py_mro' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='567' column='1'/>\r
+        <var-decl name='_py_mro' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='567' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='220096'>\r
-        <var-decl name='_py_msg' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='568' column='1'/>\r
+        <var-decl name='_py_msg' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='568' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='220480'>\r
-        <var-decl name='_py_mutex' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='569' column='1'/>\r
+        <var-decl name='_py_mutex' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='569' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='220864'>\r
-        <var-decl name='_py_mycmp' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='570' column='1'/>\r
+        <var-decl name='_py_mycmp' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='570' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='221248'>\r
-        <var-decl name='_py_n_arg' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='571' column='1'/>\r
+        <var-decl name='_py_n_arg' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='571' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='221632'>\r
-        <var-decl name='_py_n_fields' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='572' column='1'/>\r
+        <var-decl name='_py_n_fields' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='572' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='222080'>\r
-        <var-decl name='_py_n_sequence_fields' type-id='type-id-1197' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='573' column='1'/>\r
+        <var-decl name='_py_n_sequence_fields' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='573' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='222592'>\r
-        <var-decl name='_py_n_unnamed_fields' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='574' column='1'/>\r
+        <var-decl name='_py_n_unnamed_fields' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='574' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='223104'>\r
-        <var-decl name='_py_name' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='575' column='1'/>\r
+        <var-decl name='_py_name' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='575' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='223488'>\r
-        <var-decl name='_py_name_from' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='576' column='1'/>\r
+        <var-decl name='_py_name_from' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='576' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='223936'>\r
-        <var-decl name='_py_namespace_separator' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='577' column='1'/>\r
+        <var-decl name='_py_namespace_separator' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='577' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='224448'>\r
-        <var-decl name='_py_namespaces' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='578' column='1'/>\r
+        <var-decl name='_py_namespaces' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='578' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='224896'>\r
-        <var-decl name='_py_narg' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='579' column='1'/>\r
+        <var-decl name='_py_narg' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='579' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='225280'>\r
-        <var-decl name='_py_ndigits' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='580' column='1'/>\r
+        <var-decl name='_py_ndigits' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='580' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='225664'>\r
-        <var-decl name='_py_nested' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='581' column='1'/>\r
+        <var-decl name='_py_nested' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='581' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='226048'>\r
-        <var-decl name='_py_new_file_name' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='582' column='1'/>\r
+        <var-decl name='_py_new_file_name' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='582' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='226496'>\r
-        <var-decl name='_py_new_limit' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='583' column='1'/>\r
+        <var-decl name='_py_new_limit' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='583' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='226944'>\r
-        <var-decl name='_py_newline' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='584' column='1'/>\r
+        <var-decl name='_py_newline' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='584' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='227328'>\r
-        <var-decl name='_py_newlines' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='585' column='1'/>\r
+        <var-decl name='_py_newlines' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='585' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='227776'>\r
-        <var-decl name='_py_next' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='586' column='1'/>\r
+        <var-decl name='_py_next' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='586' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='228160'>\r
-        <var-decl name='_py_nlocals' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='587' column='1'/>\r
+        <var-decl name='_py_nlocals' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='587' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='228544'>\r
-        <var-decl name='_py_node_depth' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='588' column='1'/>\r
+        <var-decl name='_py_node_depth' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='588' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='228992'>\r
-        <var-decl name='_py_node_offset' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='589' column='1'/>\r
+        <var-decl name='_py_node_offset' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='589' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='229440'>\r
-        <var-decl name='_py_ns' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='590' column='1'/>\r
+        <var-decl name='_py_ns' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='590' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='229824'>\r
-        <var-decl name='_py_nstype' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='591' column='1'/>\r
+        <var-decl name='_py_nstype' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='591' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='230208'>\r
-        <var-decl name='_py_nt' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='592' column='1'/>\r
+        <var-decl name='_py_nt' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='592' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='230592'>\r
-        <var-decl name='_py_null' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='593' column='1'/>\r
+        <var-decl name='_py_null' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='593' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='230976'>\r
-        <var-decl name='_py_number' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='594' column='1'/>\r
+        <var-decl name='_py_number' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='594' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='231360'>\r
-        <var-decl name='_py_obj' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='595' column='1'/>\r
+        <var-decl name='_py_obj' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='595' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='231744'>\r
-        <var-decl name='_py_object' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='596' column='1'/>\r
+        <var-decl name='_py_object' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='596' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='232128'>\r
-        <var-decl name='_py_offset' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='597' column='1'/>\r
+        <var-decl name='_py_offset' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='597' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='232512'>\r
-        <var-decl name='_py_offset_dst' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='598' column='1'/>\r
+        <var-decl name='_py_offset_dst' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='598' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='232960'>\r
-        <var-decl name='_py_offset_src' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='599' column='1'/>\r
+        <var-decl name='_py_offset_src' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='599' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='233408'>\r
-        <var-decl name='_py_on_type_read' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='600' column='1'/>\r
+        <var-decl name='_py_on_type_read' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='600' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='233856'>\r
-        <var-decl name='_py_onceregistry' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='601' column='1'/>\r
+        <var-decl name='_py_onceregistry' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='601' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='234304'>\r
-        <var-decl name='_py_only_keys' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='602' column='1'/>\r
+        <var-decl name='_py_only_keys' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='602' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='234752'>\r
-        <var-decl name='_py_oparg' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='603' column='1'/>\r
+        <var-decl name='_py_oparg' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='603' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='235136'>\r
-        <var-decl name='_py_opcode' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='604' column='1'/>\r
+        <var-decl name='_py_opcode' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='604' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='235520'>\r
-        <var-decl name='_py_open' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='605' column='1'/>\r
+        <var-decl name='_py_open' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='605' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='235904'>\r
-        <var-decl name='_py_opener' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='606' column='1'/>\r
+        <var-decl name='_py_opener' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='606' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='236288'>\r
-        <var-decl name='_py_operation' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='607' column='1'/>\r
+        <var-decl name='_py_operation' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='607' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='236736'>\r
-        <var-decl name='_py_optimize' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='608' column='1'/>\r
+        <var-decl name='_py_optimize' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='608' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='237184'>\r
-        <var-decl name='_py_options' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='609' column='1'/>\r
+        <var-decl name='_py_options' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='609' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='237568'>\r
-        <var-decl name='_py_order' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='610' column='1'/>\r
+        <var-decl name='_py_order' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='610' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='237952'>\r
-        <var-decl name='_py_origin' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='611' column='1'/>\r
+        <var-decl name='_py_origin' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='611' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='238336'>\r
-        <var-decl name='_py_out_fd' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='612' column='1'/>\r
+        <var-decl name='_py_out_fd' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='612' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='238720'>\r
-        <var-decl name='_py_outgoing' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='613' column='1'/>\r
+        <var-decl name='_py_outgoing' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='613' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='239168'>\r
-        <var-decl name='_py_overlapped' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='614' column='1'/>\r
+        <var-decl name='_py_overlapped' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='614' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='239616'>\r
-        <var-decl name='_py_owner' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='615' column='1'/>\r
+        <var-decl name='_py_owner' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='615' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='240000'>\r
-        <var-decl name='_py_pages' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='616' column='1'/>\r
+        <var-decl name='_py_pages' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='616' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='240384'>\r
-        <var-decl name='_py_parent' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='617' column='1'/>\r
+        <var-decl name='_py_parent' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='617' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='240768'>\r
-        <var-decl name='_py_password' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='618' column='1'/>\r
+        <var-decl name='_py_password' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='618' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='241216'>\r
-        <var-decl name='_py_path' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='619' column='1'/>\r
+        <var-decl name='_py_path' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='619' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='241600'>\r
-        <var-decl name='_py_pattern' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='620' column='1'/>\r
+        <var-decl name='_py_pattern' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='620' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='241984'>\r
-        <var-decl name='_py_peek' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='621' column='1'/>\r
+        <var-decl name='_py_peek' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='621' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='242368'>\r
-        <var-decl name='_py_persistent_id' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='622' column='1'/>\r
+        <var-decl name='_py_persistent_id' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='622' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='242816'>\r
-        <var-decl name='_py_persistent_load' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='623' column='1'/>\r
+        <var-decl name='_py_persistent_load' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='623' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='243264'>\r
-        <var-decl name='_py_person' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='624' column='1'/>\r
+        <var-decl name='_py_person' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='624' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='243648'>\r
-        <var-decl name='_py_pi_factory' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='625' column='1'/>\r
+        <var-decl name='_py_pi_factory' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='625' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='244096'>\r
-        <var-decl name='_py_pid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='626' column='1'/>\r
+        <var-decl name='_py_pid' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='626' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='244480'>\r
-        <var-decl name='_py_policy' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='627' column='1'/>\r
+        <var-decl name='_py_policy' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='627' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='244864'>\r
-        <var-decl name='_py_pos' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='628' column='1'/>\r
+        <var-decl name='_py_pos' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='628' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='245248'>\r
-        <var-decl name='_py_pos1' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='629' column='1'/>\r
+        <var-decl name='_py_pos1' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='629' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='245632'>\r
-        <var-decl name='_py_pos2' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='630' column='1'/>\r
+        <var-decl name='_py_pos2' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='630' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='246016'>\r
-        <var-decl name='_py_posix' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='631' column='1'/>\r
+        <var-decl name='_py_posix' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='631' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='246400'>\r
-        <var-decl name='_py_print_file_and_line' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='632' column='1'/>\r
+        <var-decl name='_py_print_file_and_line' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='632' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='246912'>\r
-        <var-decl name='_py_priority' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='633' column='1'/>\r
+        <var-decl name='_py_priority' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='633' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='247360'>\r
-        <var-decl name='_py_progress' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='634' column='1'/>\r
+        <var-decl name='_py_progress' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='634' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='247808'>\r
-        <var-decl name='_py_progress_handler' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='635' column='1'/>\r
+        <var-decl name='_py_progress_handler' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='635' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='248320'>\r
-        <var-decl name='_py_progress_routine' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='636' column='1'/>\r
+        <var-decl name='_py_progress_routine' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='636' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='248832'>\r
-        <var-decl name='_py_proto' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='637' column='1'/>\r
+        <var-decl name='_py_proto' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='637' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='249216'>\r
-        <var-decl name='_py_protocol' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='638' column='1'/>\r
+        <var-decl name='_py_protocol' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='638' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='249664'>\r
-        <var-decl name='_py_ps1' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='639' column='1'/>\r
+        <var-decl name='_py_ps1' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='639' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='250048'>\r
-        <var-decl name='_py_ps2' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='640' column='1'/>\r
+        <var-decl name='_py_ps2' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='640' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='250432'>\r
-        <var-decl name='_py_query' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='641' column='1'/>\r
+        <var-decl name='_py_query' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='641' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='250816'>\r
-        <var-decl name='_py_quotetabs' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='642' column='1'/>\r
+        <var-decl name='_py_quotetabs' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='642' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='251264'>\r
-        <var-decl name='_py_raw' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='643' column='1'/>\r
+        <var-decl name='_py_raw' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='643' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='251648'>\r
-        <var-decl name='_py_read' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='644' column='1'/>\r
+        <var-decl name='_py_read' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='644' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='252032'>\r
-        <var-decl name='_py_read1' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='645' column='1'/>\r
+        <var-decl name='_py_read1' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='645' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='252416'>\r
-        <var-decl name='_py_readable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='646' column='1'/>\r
+        <var-decl name='_py_readable' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='646' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='252864'>\r
-        <var-decl name='_py_readall' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='647' column='1'/>\r
+        <var-decl name='_py_readall' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='647' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='253248'>\r
-        <var-decl name='_py_readinto' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='648' column='1'/>\r
+        <var-decl name='_py_readinto' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='648' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='253696'>\r
-        <var-decl name='_py_readinto1' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='649' column='1'/>\r
+        <var-decl name='_py_readinto1' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='649' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='254144'>\r
-        <var-decl name='_py_readline' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='650' column='1'/>\r
+        <var-decl name='_py_readline' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='650' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='254592'>\r
-        <var-decl name='_py_readonly' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='651' column='1'/>\r
+        <var-decl name='_py_readonly' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='651' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='255040'>\r
-        <var-decl name='_py_real' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='652' column='1'/>\r
+        <var-decl name='_py_real' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='652' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='255424'>\r
-        <var-decl name='_py_reducer_override' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='653' column='1'/>\r
+        <var-decl name='_py_reducer_override' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='653' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='255936'>\r
-        <var-decl name='_py_registry' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='654' column='1'/>\r
+        <var-decl name='_py_registry' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='654' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256384'>\r
-        <var-decl name='_py_rel_tol' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='655' column='1'/>\r
+        <var-decl name='_py_rel_tol' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='655' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256768'>\r
-        <var-decl name='_py_release' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='656' column='1'/>\r
+        <var-decl name='_py_release' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='656' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='257152'>\r
-        <var-decl name='_py_reload' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='657' column='1'/>\r
+        <var-decl name='_py_reload' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='657' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='257536'>\r
-        <var-decl name='_py_repl' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='658' column='1'/>\r
+        <var-decl name='_py_repl' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='658' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='257920'>\r
-        <var-decl name='_py_replace' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='659' column='1'/>\r
+        <var-decl name='_py_replace' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='659' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='258304'>\r
-        <var-decl name='_py_reserved' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='660' column='1'/>\r
+        <var-decl name='_py_reserved' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='660' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='258752'>\r
-        <var-decl name='_py_reset' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='661' column='1'/>\r
+        <var-decl name='_py_reset' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='661' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='259136'>\r
-        <var-decl name='_py_resetids' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='662' column='1'/>\r
+        <var-decl name='_py_resetids' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='662' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='259584'>\r
-        <var-decl name='_py_return' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='663' column='1'/>\r
+        <var-decl name='_py_return' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='663' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='259968'>\r
-        <var-decl name='_py_reverse' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='664' column='1'/>\r
+        <var-decl name='_py_reverse' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='664' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='260352'>\r
-        <var-decl name='_py_reversed' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='665' column='1'/>\r
+        <var-decl name='_py_reversed' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='665' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='260800'>\r
-        <var-decl name='_py_salt' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='666' column='1'/>\r
+        <var-decl name='_py_salt' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='666' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='261184'>\r
-        <var-decl name='_py_sched_priority' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='667' column='1'/>\r
+        <var-decl name='_py_sched_priority' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='667' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='261632'>\r
-        <var-decl name='_py_scheduler' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='668' column='1'/>\r
+        <var-decl name='_py_scheduler' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='668' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='262080'>\r
-        <var-decl name='_py_second' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='669' column='1'/>\r
+        <var-decl name='_py_second' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='669' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='262464'>\r
-        <var-decl name='_py_security_attributes' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='670' column='1'/>\r
+        <var-decl name='_py_security_attributes' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='670' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='262976'>\r
-        <var-decl name='_py_seek' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='671' column='1'/>\r
+        <var-decl name='_py_seek' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='671' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='263360'>\r
-        <var-decl name='_py_seekable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='672' column='1'/>\r
+        <var-decl name='_py_seekable' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='672' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='263808'>\r
-        <var-decl name='_py_selectors' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='673' column='1'/>\r
+        <var-decl name='_py_selectors' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='673' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='264256'>\r
-        <var-decl name='_py_self' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='674' column='1'/>\r
+        <var-decl name='_py_self' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='674' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='264640'>\r
-        <var-decl name='_py_send' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='675' column='1'/>\r
+        <var-decl name='_py_send' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='675' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='265024'>\r
-        <var-decl name='_py_sep' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='676' column='1'/>\r
+        <var-decl name='_py_sep' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='676' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='265408'>\r
-        <var-decl name='_py_sequence' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='677' column='1'/>\r
+        <var-decl name='_py_sequence' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='677' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='265856'>\r
-        <var-decl name='_py_server_hostname' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='678' column='1'/>\r
+        <var-decl name='_py_server_hostname' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='678' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='266304'>\r
-        <var-decl name='_py_server_side' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='679' column='1'/>\r
+        <var-decl name='_py_server_side' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='679' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='266752'>\r
-        <var-decl name='_py_session' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='680' column='1'/>\r
+        <var-decl name='_py_session' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='680' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='267136'>\r
-        <var-decl name='_py_setcomp' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='681' column='1'/>\r
+        <var-decl name='_py_setcomp' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='681' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='267520'>\r
-        <var-decl name='_py_setpgroup' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='682' column='1'/>\r
+        <var-decl name='_py_setpgroup' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='682' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='267968'>\r
-        <var-decl name='_py_setsid' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='683' column='1'/>\r
+        <var-decl name='_py_setsid' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='683' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='268352'>\r
-        <var-decl name='_py_setsigdef' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='684' column='1'/>\r
+        <var-decl name='_py_setsigdef' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='684' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='268800'>\r
-        <var-decl name='_py_setsigmask' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='685' column='1'/>\r
+        <var-decl name='_py_setsigmask' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='685' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='269248'>\r
-        <var-decl name='_py_setstate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='686' column='1'/>\r
+        <var-decl name='_py_setstate' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='686' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='269696'>\r
-        <var-decl name='_py_shape' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='687' column='1'/>\r
+        <var-decl name='_py_shape' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='687' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='270080'>\r
-        <var-decl name='_py_show_cmd' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='688' column='1'/>\r
+        <var-decl name='_py_show_cmd' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='688' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='270528'>\r
-        <var-decl name='_py_signed' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='689' column='1'/>\r
+        <var-decl name='_py_signed' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='689' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='270912'>\r
-        <var-decl name='_py_size' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='690' column='1'/>\r
+        <var-decl name='_py_size' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='690' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='271296'>\r
-        <var-decl name='_py_sizehint' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='691' column='1'/>\r
+        <var-decl name='_py_sizehint' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='691' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='271744'>\r
-        <var-decl name='_py_skip_file_prefixes' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='692' column='1'/>\r
+        <var-decl name='_py_skip_file_prefixes' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='692' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='272256'>\r
-        <var-decl name='_py_sleep' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='693' column='1'/>\r
+        <var-decl name='_py_sleep' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='693' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='272640'>\r
-        <var-decl name='_py_sock' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='694' column='1'/>\r
+        <var-decl name='_py_sock' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='694' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='273024'>\r
-        <var-decl name='_py_sort' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='695' column='1'/>\r
+        <var-decl name='_py_sort' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='695' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='273408'>\r
-        <var-decl name='_py_source' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='696' column='1'/>\r
+        <var-decl name='_py_source' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='696' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='273792'>\r
-        <var-decl name='_py_source_traceback' type-id='type-id-1200' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='697' column='1'/>\r
+        <var-decl name='_py_source_traceback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='697' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='274304'>\r
-        <var-decl name='_py_spam' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='698' column='1'/>\r
+        <var-decl name='_py_spam' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='698' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='274688'>\r
-        <var-decl name='_py_src' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='699' column='1'/>\r
+        <var-decl name='_py_src' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='699' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='275072'>\r
-        <var-decl name='_py_src_dir_fd' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='700' column='1'/>\r
+        <var-decl name='_py_src_dir_fd' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='700' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='275520'>\r
-        <var-decl name='_py_stacklevel' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='701' column='1'/>\r
+        <var-decl name='_py_stacklevel' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='701' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='275968'>\r
-        <var-decl name='_py_start' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='702' column='1'/>\r
+        <var-decl name='_py_start' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='702' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='276352'>\r
-        <var-decl name='_py_statement' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='703' column='1'/>\r
+        <var-decl name='_py_statement' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='703' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='276800'>\r
-        <var-decl name='_py_status' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='704' column='1'/>\r
+        <var-decl name='_py_status' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='704' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='277184'>\r
-        <var-decl name='_py_stderr' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='705' column='1'/>\r
+        <var-decl name='_py_stderr' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='705' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='277568'>\r
-        <var-decl name='_py_stdin' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='706' column='1'/>\r
+        <var-decl name='_py_stdin' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='706' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='277952'>\r
-        <var-decl name='_py_stdout' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='707' column='1'/>\r
+        <var-decl name='_py_stdout' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='707' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='278336'>\r
-        <var-decl name='_py_step' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='708' column='1'/>\r
+        <var-decl name='_py_step' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='708' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='278720'>\r
-        <var-decl name='_py_steps' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='709' column='1'/>\r
+        <var-decl name='_py_steps' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='709' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='279104'>\r
-        <var-decl name='_py_store_name' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='710' column='1'/>\r
+        <var-decl name='_py_store_name' type-id='type-id-1178' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='710' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='279552'>\r
-        <var-decl name='_py_strategy' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='711' column='1'/>\r
+        <var-decl name='_py_strategy' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='711' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='280000'>\r
-        <var-decl name='_py_strftime' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='712' column='1'/>\r
+        <var-decl name='_py_strftime' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='712' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='280448'>\r
-        <var-decl name='_py_strict' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='713' column='1'/>\r
+        <var-decl name='_py_strict' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='713' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='280832'>\r
-        <var-decl name='_py_strict_mode' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='714' column='1'/>\r
+        <var-decl name='_py_strict_mode' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='714' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='281280'>\r
-        <var-decl name='_py_string' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='715' column='1'/>\r
+        <var-decl name='_py_string' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='715' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='281664'>\r
-        <var-decl name='_py_sub_key' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1'/>\r
+        <var-decl name='_py_sub_key' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='716' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='282048'>\r
-        <var-decl name='_py_symmetric_difference_update' type-id='type-id-1209' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>\r
+        <var-decl name='_py_symmetric_difference_update' type-id='type-id-1205' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='282624'>\r
-        <var-decl name='_py_tabsize' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='718' column='1'/>\r
+        <var-decl name='_py_tabsize' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='718' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='283008'>\r
-        <var-decl name='_py_tag' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='719' column='1'/>\r
+        <var-decl name='_py_tag' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='719' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='283392'>\r
-        <var-decl name='_py_target' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='720' column='1'/>\r
+        <var-decl name='_py_target' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='720' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='283776'>\r
-        <var-decl name='_py_target_is_directory' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='721' column='1'/>\r
+        <var-decl name='_py_target_is_directory' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='721' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='284288'>\r
-        <var-decl name='_py_task' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='722' column='1'/>\r
+        <var-decl name='_py_task' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='722' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='284672'>\r
-        <var-decl name='_py_tb_frame' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='723' column='1'/>\r
+        <var-decl name='_py_tb_frame' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='723' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='285120'>\r
-        <var-decl name='_py_tb_lasti' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='724' column='1'/>\r
+        <var-decl name='_py_tb_lasti' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='724' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='285568'>\r
-        <var-decl name='_py_tb_lineno' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='725' column='1'/>\r
+        <var-decl name='_py_tb_lineno' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='725' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='286016'>\r
-        <var-decl name='_py_tb_next' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='726' column='1'/>\r
+        <var-decl name='_py_tb_next' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='726' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='286400'>\r
-        <var-decl name='_py_tell' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='727' column='1'/>\r
+        <var-decl name='_py_tell' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='727' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='286784'>\r
-        <var-decl name='_py_template' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='728' column='1'/>\r
+        <var-decl name='_py_template' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='728' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='287232'>\r
-        <var-decl name='_py_term' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='729' column='1'/>\r
+        <var-decl name='_py_term' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='729' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='287616'>\r
-        <var-decl name='_py_text' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='730' column='1'/>\r
+        <var-decl name='_py_text' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='730' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288000'>\r
-        <var-decl name='_py_threading' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='731' column='1'/>\r
+        <var-decl name='_py_threading' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='731' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288448'>\r
-        <var-decl name='_py_throw' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='732' column='1'/>\r
+        <var-decl name='_py_throw' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='732' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288832'>\r
-        <var-decl name='_py_timeout' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='733' column='1'/>\r
+        <var-decl name='_py_timeout' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='733' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='289216'>\r
-        <var-decl name='_py_times' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='734' column='1'/>\r
+        <var-decl name='_py_times' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='734' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='289600'>\r
-        <var-decl name='_py_timetuple' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='735' column='1'/>\r
+        <var-decl name='_py_timetuple' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='735' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='290048'>\r
-        <var-decl name='_py_top' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='736' column='1'/>\r
+        <var-decl name='_py_top' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='736' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='290432'>\r
-        <var-decl name='_py_trace_callback' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='737' column='1'/>\r
+        <var-decl name='_py_trace_callback' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='737' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='290880'>\r
-        <var-decl name='_py_traceback' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='738' column='1'/>\r
+        <var-decl name='_py_traceback' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='738' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='291328'>\r
-        <var-decl name='_py_trailers' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='739' column='1'/>\r
+        <var-decl name='_py_trailers' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='739' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='291776'>\r
-        <var-decl name='_py_translate' type-id='type-id-1183' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='740' column='1'/>\r
+        <var-decl name='_py_translate' type-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='740' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='292224'>\r
-        <var-decl name='_py_true' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='741' column='1'/>\r
+        <var-decl name='_py_true' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='741' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='292608'>\r
-        <var-decl name='_py_truncate' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='742' column='1'/>\r
+        <var-decl name='_py_truncate' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='742' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='293056'>\r
-        <var-decl name='_py_twice' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='743' column='1'/>\r
+        <var-decl name='_py_twice' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='743' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='293440'>\r
-        <var-decl name='_py_txt' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='744' column='1'/>\r
+        <var-decl name='_py_txt' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='744' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='293824'>\r
-        <var-decl name='_py_type' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='745' column='1'/>\r
+        <var-decl name='_py_type' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='745' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='294208'>\r
-        <var-decl name='_py_type_params' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='746' column='1'/>\r
+        <var-decl name='_py_type_params' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='746' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='294656'>\r
-        <var-decl name='_py_tz' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='747' column='1'/>\r
+        <var-decl name='_py_tz' type-id='type-id-1182' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='747' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='295040'>\r
-        <var-decl name='_py_tzinfo' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='748' column='1'/>\r
+        <var-decl name='_py_tzinfo' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='748' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='295424'>\r
-        <var-decl name='_py_tzname' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='749' column='1'/>\r
+        <var-decl name='_py_tzname' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='749' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='295808'>\r
-        <var-decl name='_py_uid' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='750' column='1'/>\r
+        <var-decl name='_py_uid' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='750' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='296192'>\r
-        <var-decl name='_py_unlink' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='751' column='1'/>\r
+        <var-decl name='_py_unlink' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='751' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='296576'>\r
-        <var-decl name='_py_unraisablehook' type-id='type-id-1196' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='752' column='1'/>\r
+        <var-decl name='_py_unraisablehook' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='752' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='297024'>\r
-        <var-decl name='_py_uri' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='753' column='1'/>\r
+        <var-decl name='_py_uri' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='753' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='297408'>\r
-        <var-decl name='_py_usedforsecurity' type-id='type-id-1193' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='754' column='1'/>\r
+        <var-decl name='_py_usedforsecurity' type-id='type-id-1189' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='754' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='297856'>\r
-        <var-decl name='_py_value' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='755' column='1'/>\r
+        <var-decl name='_py_value' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='755' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='298240'>\r
-        <var-decl name='_py_values' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='756' column='1'/>\r
+        <var-decl name='_py_values' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='756' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='298624'>\r
-        <var-decl name='_py_version' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='757' column='1'/>\r
+        <var-decl name='_py_version' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='757' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='299008'>\r
-        <var-decl name='_py_volume' type-id='type-id-1185' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='758' column='1'/>\r
+        <var-decl name='_py_volume' type-id='type-id-1181' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='758' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='299392'>\r
-        <var-decl name='_py_wait_all' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='759' column='1'/>\r
+        <var-decl name='_py_wait_all' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='759' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='299840'>\r
-        <var-decl name='_py_warn_on_full_buffer' type-id='type-id-1198' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='760' column='1'/>\r
+        <var-decl name='_py_warn_on_full_buffer' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='760' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='300352'>\r
-        <var-decl name='_py_warnings' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='761' column='1'/>\r
+        <var-decl name='_py_warnings' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='761' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='300800'>\r
-        <var-decl name='_py_warnoptions' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='762' column='1'/>\r
+        <var-decl name='_py_warnoptions' type-id='type-id-1186' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='762' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='301248'>\r
-        <var-decl name='_py_wbits' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='763' column='1'/>\r
+        <var-decl name='_py_wbits' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='763' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='301632'>\r
-        <var-decl name='_py_week' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='764' column='1'/>\r
+        <var-decl name='_py_week' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='764' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='302016'>\r
-        <var-decl name='_py_weekday' type-id='type-id-1194' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='765' column='1'/>\r
+        <var-decl name='_py_weekday' type-id='type-id-1190' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='765' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='302400'>\r
-        <var-decl name='_py_which' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='766' column='1'/>\r
+        <var-decl name='_py_which' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='766' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='302784'>\r
-        <var-decl name='_py_who' type-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='767' column='1'/>\r
+        <var-decl name='_py_who' type-id='type-id-1202' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='767' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='303168'>\r
-        <var-decl name='_py_withdata' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='768' column='1'/>\r
+        <var-decl name='_py_withdata' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='768' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='303616'>\r
-        <var-decl name='_py_writable' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='769' column='1'/>\r
+        <var-decl name='_py_writable' type-id='type-id-1180' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='769' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='304064'>\r
-        <var-decl name='_py_write' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='770' column='1'/>\r
+        <var-decl name='_py_write' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='770' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='304448'>\r
-        <var-decl name='_py_write_through' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='771' column='1'/>\r
+        <var-decl name='_py_write_through' type-id='type-id-1184' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='771' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='304896'>\r
-        <var-decl name='_py_year' type-id='type-id-1195' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='772' column='1'/>\r
+        <var-decl name='_py_year' type-id='type-id-1191' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='772' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='305280'>\r
-        <var-decl name='_py_zdict' type-id='type-id-1192' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='773' column='1'/>\r
+        <var-decl name='_py_zdict' type-id='type-id-1188' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='773' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__85' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1' id='type-id-1193'>\r
+    <class-decl name='__anonymous_struct__85' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1' id='type-id-1189'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-871' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-866' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__86' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1' id='type-id-1194'>\r
+    <class-decl name='__anonymous_struct__86' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1' id='type-id-1190'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-902' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-898' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='60' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__89' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1' id='type-id-1195'>\r
+    <class-decl name='__anonymous_struct__89' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1' id='type-id-1191'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-897' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-893' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='63' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__90' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1' id='type-id-1196'>\r
+    <class-decl name='__anonymous_struct__90' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1' id='type-id-1192'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-869' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-864' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__91' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1' id='type-id-1197'>\r
+    <class-decl name='__anonymous_struct__91' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1' id='type-id-1193'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-873' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-868' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='65' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__95' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1' id='type-id-1198'>\r
+    <class-decl name='__anonymous_struct__95' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1' id='type-id-1194'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-878' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-873' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='69' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__122' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1' id='type-id-1199'>\r
+    <class-decl name='__anonymous_struct__122' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1' id='type-id-1195'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-886' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-882' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='96' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__144' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1' id='type-id-1200'>\r
+    <class-decl name='__anonymous_struct__144' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1' id='type-id-1196'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-872' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-867' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='118' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__169' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1' id='type-id-1201'>\r
+    <class-decl name='__anonymous_struct__169' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1' id='type-id-1197'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-879' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-874' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='143' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__212' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1' id='type-id-1202'>\r
+    <class-decl name='__anonymous_struct__212' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1' id='type-id-1198'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-870' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='186' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__237' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1' id='type-id-1203'>\r
+    <class-decl name='__anonymous_struct__237' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1' id='type-id-1199'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-876' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__245' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1' id='type-id-1204'>\r
+    <class-decl name='__anonymous_struct__245' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1' id='type-id-1200'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-894' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-890' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__248' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1' id='type-id-1205'>\r
+    <class-decl name='__anonymous_struct__248' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1' id='type-id-1201'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-892' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-888' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__276' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1' id='type-id-1206'>\r
+    <class-decl name='__anonymous_struct__276' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1' id='type-id-1202'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-896' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-892' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__293' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1' id='type-id-1207'>\r
+    <class-decl name='__anonymous_struct__293' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1' id='type-id-1203'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-888' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-884' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__339' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1' id='type-id-1208'>\r
+    <class-decl name='__anonymous_struct__339' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1' id='type-id-1204'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-883' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-878' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__743' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1' id='type-id-1209'>\r
+    <class-decl name='__anonymous_struct__743' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1' id='type-id-1205'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-890' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-886' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='717' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__800' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='775' column='1' id='type-id-775'>\r
+    <class-decl name='__anonymous_struct__800' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='775' column='1' id='type-id-773'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_ascii' type-id='type-id-1037' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='776' column='1'/>\r
+        <var-decl name='_ascii' type-id='type-id-1033' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='776' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='777' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-887' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='777' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__801' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='779' column='1' id='type-id-777'>\r
+    <class-decl name='__anonymous_struct__801' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='779' column='1' id='type-id-775'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_latin1' type-id='type-id-1040' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='780' column='1'/>\r
+        <var-decl name='_latin1' type-id='type-id-1036' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='780' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='_data' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='781' column='1'/>\r
+        <var-decl name='_data' type-id='type-id-887' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='781' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyHamtNode' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1210' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='38' column='1' id='type-id-1211'>\r
+    <class-decl name='PyHamtNode' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1206' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='38' column='1' id='type-id-1207'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='39' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='39' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyHamtNode' type-id='type-id-1211' filepath='./Include/internal/pycore_hamt.h' line='40' column='1' id='type-id-1210'/>\r
-    <class-decl name='PyHamtObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1179' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='44' column='1' id='type-id-1212'>\r
+    <typedef-decl name='PyHamtNode' type-id='type-id-1207' filepath='./Include/internal/pycore_hamt.h' line='40' column='1' id='type-id-1206'/>\r
+    <class-decl name='PyHamtObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='44' column='1' id='type-id-1208'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='45' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='h_root' type-id='type-id-1213' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='46' column='1'/>\r
+        <var-decl name='h_root' type-id='type-id-1209' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='46' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='h_weakreflist' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='47' column='1'/>\r
         <var-decl name='h_count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='48' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyHamtObject' type-id='type-id-1212' filepath='./Include/internal/pycore_hamt.h' line='49' column='1' id='type-id-1179'/>\r
-    <class-decl name='PyHamtNode_Bitmap' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1175' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='52' column='1' id='type-id-1214'>\r
+    <typedef-decl name='PyHamtObject' type-id='type-id-1208' filepath='./Include/internal/pycore_hamt.h' line='49' column='1' id='type-id-1175'/>\r
+    <class-decl name='PyHamtNode_Bitmap' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1171' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='52' column='1' id='type-id-1210'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='53' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='b_bitmap' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='54' column='1'/>\r
+        <var-decl name='b_bitmap' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='b_array' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='55' column='1'/>\r
+        <var-decl name='b_array' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='55' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyHamtNode_Bitmap' type-id='type-id-1214' filepath='./Include/internal/pycore_hamt.h' line='56' column='1' id='type-id-1175'/>\r
-    <class-decl name='_Py_slist_item_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='13' column='1' id='type-id-1215'>\r
+    <typedef-decl name='PyHamtNode_Bitmap' type-id='type-id-1210' filepath='./Include/internal/pycore_hamt.h' line='56' column='1' id='type-id-1171'/>\r
+    <class-decl name='_Py_slist_item_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='13' column='1' id='type-id-1211'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next' type-id='type-id-1216' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='14' column='1'/>\r
+        <var-decl name='next' type-id='type-id-1212' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='14' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_slist_item_t' type-id='type-id-1215' filepath='./Include/internal/pycore_hashtable.h' line='15' column='1' id='type-id-1217'/>\r
-    <class-decl name='_Py_slist_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1218' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='17' column='1' id='type-id-1219'>\r
+    <typedef-decl name='_Py_slist_item_t' type-id='type-id-1211' filepath='./Include/internal/pycore_hashtable.h' line='15' column='1' id='type-id-1213'/>\r
+    <class-decl name='_Py_slist_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1214' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='17' column='1' id='type-id-1215'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='head' type-id='type-id-1220' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='18' column='1'/>\r
+        <var-decl name='head' type-id='type-id-1216' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='18' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_slist_t' type-id='type-id-1219' filepath='./Include/internal/pycore_hashtable.h' line='19' column='1' id='type-id-1218'/>\r
-    <class-decl name='_Py_hashtable_entry_t' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-1221' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='28' column='1' id='type-id-1222'>\r
+    <typedef-decl name='_Py_slist_t' type-id='type-id-1215' filepath='./Include/internal/pycore_hashtable.h' line='19' column='1' id='type-id-1214'/>\r
+    <class-decl name='_Py_hashtable_entry_t' size-in-bits='256' is-struct='yes' naming-typedef-id='type-id-1217' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='28' column='1' id='type-id-1218'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='_Py_slist_item' type-id='type-id-1217' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='30' column='1'/>\r
+        <var-decl name='_Py_slist_item' type-id='type-id-1213' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='30' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='key_hash' type-id='type-id-1223' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='32' column='1'/>\r
+        <var-decl name='key_hash' type-id='type-id-1219' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='key' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='33' column='1'/>\r
         <var-decl name='value' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='34' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_hashtable_entry_t' type-id='type-id-1222' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-1221'/>\r
-    <typedef-decl name='_Py_hashtable_t' type-id='type-id-1224' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-539'/>\r
-    <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-1225' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-543'/>\r
-    <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-85' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-544'/>\r
-    <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-510' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-545'/>\r
-    <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-1226' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-1227'/>\r
-    <class-decl name='_Py_hashtable_allocator_t' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-536' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-1228'>\r
+    <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'/>\r
+    <typedef-decl name='_Py_hashtable_t' type-id='type-id-1220' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-537'/>\r
+    <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-1221' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-541'/>\r
+    <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-1222' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-542'/>\r
+    <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-508' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-543'/>\r
+    <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-1223' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-1224'/>\r
+    <class-decl name='_Py_hashtable_allocator_t' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-534' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-1225'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='malloc' type-id='type-id-1229' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='52' column='1'/>\r
+        <var-decl name='malloc' type-id='type-id-1226' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='52' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='free' type-id='type-id-510' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='55' column='1'/>\r
+        <var-decl name='free' type-id='type-id-508' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='55' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_hashtable_allocator_t' type-id='type-id-1228' filepath='./Include/internal/pycore_hashtable.h' line='56' column='1' id='type-id-536'/>\r
-    <class-decl name='_Py_hashtable_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='60' column='1' id='type-id-1224'>\r
+    <typedef-decl name='_Py_hashtable_allocator_t' type-id='type-id-1225' filepath='./Include/internal/pycore_hashtable.h' line='56' column='1' id='type-id-534'/>\r
+    <class-decl name='_Py_hashtable_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='60' column='1' id='type-id-1220'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='nentries' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='61' column='1'/>\r
       </data-member>\r
         <var-decl name='nbuckets' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='buckets' type-id='type-id-1230' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='63' column='1'/>\r
+        <var-decl name='buckets' type-id='type-id-1227' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='get_entry_func' type-id='type-id-1227' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='65' column='1'/>\r
+        <var-decl name='get_entry_func' type-id='type-id-1224' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='hash_func' type-id='type-id-543' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='66' column='1'/>\r
+        <var-decl name='hash_func' type-id='type-id-541' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='66' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='compare_func' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='67' column='1'/>\r
+        <var-decl name='compare_func' type-id='type-id-542' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='key_destroy_func' type-id='type-id-545' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='68' column='1'/>\r
+        <var-decl name='key_destroy_func' type-id='type-id-543' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='value_destroy_func' type-id='type-id-545' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='69' column='1'/>\r
+        <var-decl name='value_destroy_func' type-id='type-id-543' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='alloc' type-id='type-id-536' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='70' column='1'/>\r
+        <var-decl name='alloc' type-id='type-id-534' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='70' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_import_runtime_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='41' column='1' id='type-id-1231'>\r
+    <class-decl name='_import_runtime_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='41' column='1' id='type-id-1228'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='inittab' type-id='type-id-1232' visibility='default' filepath='./Include/internal/pycore_import.h' line='43' column='1'/>\r
+        <var-decl name='inittab' type-id='type-id-1229' visibility='default' filepath='./Include/internal/pycore_import.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='last_module_index' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_import.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='extensions' type-id='type-id-1233' visibility='default' filepath='./Include/internal/pycore_import.h' line='59' column='1'/>\r
+        <var-decl name='extensions' type-id='type-id-1230' visibility='default' filepath='./Include/internal/pycore_import.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='pkgcontext' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_import.h' line='61' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__38' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='49' column='1' id='type-id-1233'>\r
+    <class-decl name='__anonymous_struct__38' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='49' column='1' id='type-id-1230'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_import.h' line='51' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_import.h' line='51' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='hashtable' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_import.h' line='58' column='1'/>\r
+        <var-decl name='hashtable' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_import.h' line='58' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_import_state' size-in-bits='768' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='64' column='1' id='type-id-1234'>\r
+    <class-decl name='_import_state' size-in-bits='768' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='64' column='1' id='type-id-1231'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='modules' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_import.h' line='66' column='1'/>\r
       </data-member>\r
         <var-decl name='import_func' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_import.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='lock' type-id='type-id-1235' visibility='default' filepath='./Include/internal/pycore_import.h' line='98' column='1'/>\r
+        <var-decl name='lock' type-id='type-id-1232' visibility='default' filepath='./Include/internal/pycore_import.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='find_and_load' type-id='type-id-1236' visibility='default' filepath='./Include/internal/pycore_import.h' line='104' column='1'/>\r
+        <var-decl name='find_and_load' type-id='type-id-1233' visibility='default' filepath='./Include/internal/pycore_import.h' line='104' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__802' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='100' column='1' id='type-id-1236'>\r
+    <class-decl name='__anonymous_struct__802' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='100' column='1' id='type-id-1233'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='import_level' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_import.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='accumulated' type-id='type-id-213' visibility='default' filepath='./Include/internal/pycore_import.h' line='102' column='1'/>\r
+        <var-decl name='accumulated' type-id='type-id-210' visibility='default' filepath='./Include/internal/pycore_import.h' line='102' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='header' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_import.h' line='103' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_long_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='43' column='1' id='type-id-1237'>\r
+    <class-decl name='_Py_long_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='43' column='1' id='type-id-1234'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='max_str_digits' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='44' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_stoptheworld_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='49' column='1' id='type-id-1238'>\r
+    <class-decl name='_stoptheworld_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='49' column='1' id='type-id-1235'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_interp.h' line='50' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_interp.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='requested' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='54' column='1'/>\r
+        <var-decl name='requested' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_interp.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='world_stopped' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='55' column='1'/>\r
+        <var-decl name='world_stopped' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_interp.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24'>\r
-        <var-decl name='is_global' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='56' column='1'/>\r
+        <var-decl name='is_global' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_interp.h' line='56' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='stop_event' type-id='type-id-1239' visibility='default' filepath='./Include/internal/pycore_interp.h' line='58' column='1'/>\r
+        <var-decl name='stop_event' type-id='type-id-1236' visibility='default' filepath='./Include/internal/pycore_interp.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='thread_countdown' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='59' column='1'/>\r
         <var-decl name='requester' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='61' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_rare_events' size-in-bits='40' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='74' column='1' id='type-id-1240'>\r
+    <class-decl name='_rare_events' size-in-bits='40' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='74' column='1' id='type-id-1237'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='set_class' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='76' column='1'/>\r
+        <var-decl name='set_class' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='set_bases' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='78' column='1'/>\r
+        <var-decl name='set_bases' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='set_eval_frame_func' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='80' column='1'/>\r
+        <var-decl name='set_eval_frame_func' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24'>\r
-        <var-decl name='builtin_dict' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='82' column='1'/>\r
+        <var-decl name='builtin_dict' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='func_modification' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='84' column='1'/>\r
+        <var-decl name='func_modification' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='84' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_rare_events' type-id='type-id-1240' filepath='./Include/internal/pycore_interp.h' line='85' column='1' id='type-id-1241'/>\r
-    <class-decl name='_is' size-in-bits='1559808' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='94' column='1' id='type-id-1242'>\r
+    <typedef-decl name='_rare_events' type-id='type-id-1237' filepath='./Include/internal/pycore_interp.h' line='85' column='1' id='type-id-1238'/>\r
+    <class-decl name='_is' size-in-bits='1559808' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='94' column='1' id='type-id-1239'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ceval' type-id='type-id-1118' visibility='default' filepath='./Include/internal/pycore_interp.h' line='99' column='1'/>\r
+        <var-decl name='ceval' type-id='type-id-1114' visibility='default' filepath='./Include/internal/pycore_interp.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58112'>\r
         <var-decl name='next' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_interp.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58176'>\r
-        <var-decl name='id' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_interp.h' line='103' column='1'/>\r
+        <var-decl name='id' type-id='type-id-458' visibility='default' filepath='./Include/internal/pycore_interp.h' line='103' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58240'>\r
-        <var-decl name='id_refcount' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_interp.h' line='104' column='1'/>\r
+        <var-decl name='id_refcount' type-id='type-id-458' visibility='default' filepath='./Include/internal/pycore_interp.h' line='104' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58304'>\r
         <var-decl name='requires_idref' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='105' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58368'>\r
-        <var-decl name='id_mutex' type-id='type-id-1154' visibility='default' filepath='./Include/internal/pycore_interp.h' line='106' column='1'/>\r
+        <var-decl name='id_mutex' type-id='type-id-1150' visibility='default' filepath='./Include/internal/pycore_interp.h' line='106' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58432'>\r
-        <var-decl name='_whence' type-id='type-id-183' visibility='default' filepath='./Include/internal/pycore_interp.h' line='116' column='1'/>\r
+        <var-decl name='_whence' type-id='type-id-181' visibility='default' filepath='./Include/internal/pycore_interp.h' line='116' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58496'>\r
         <var-decl name='_initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='122' column='1'/>\r
         <var-decl name='finalizing' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_interp.h' line='125' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58624'>\r
-        <var-decl name='last_restart_version' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_interp.h' line='127' column='1'/>\r
+        <var-decl name='last_restart_version' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_interp.h' line='127' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='58688'>\r
-        <var-decl name='threads' type-id='type-id-1243' visibility='default' filepath='./Include/internal/pycore_interp.h' line='141' column='1'/>\r
+        <var-decl name='threads' type-id='type-id-1240' visibility='default' filepath='./Include/internal/pycore_interp.h' line='141' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='59008'>\r
-        <var-decl name='runtime' type-id='type-id-1244' visibility='default' filepath='./Include/internal/pycore_interp.h' line='146' column='1'/>\r
+        <var-decl name='runtime' type-id='type-id-1241' visibility='default' filepath='./Include/internal/pycore_interp.h' line='146' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='59072'>\r
         <var-decl name='_finalizing' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='153' column='1'/>\r
         <var-decl name='_finalizing_id' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_interp.h' line='155' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='59200'>\r
-        <var-decl name='gc' type-id='type-id-1166' visibility='default' filepath='./Include/internal/pycore_interp.h' line='157' column='1'/>\r
+        <var-decl name='gc' type-id='type-id-1162' visibility='default' filepath='./Include/internal/pycore_interp.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='61120'>\r
         <var-decl name='sysdict' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_interp.h' line='172' column='1'/>\r
         <var-decl name='builtins' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_interp.h' line='175' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='61248'>\r
-        <var-decl name='imports' type-id='type-id-1234' visibility='default' filepath='./Include/internal/pycore_interp.h' line='177' column='1'/>\r
+        <var-decl name='imports' type-id='type-id-1231' visibility='default' filepath='./Include/internal/pycore_interp.h' line='177' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='62016'>\r
-        <var-decl name='_gil' type-id='type-id-1168' visibility='default' filepath='./Include/internal/pycore_interp.h' line='180' column='1'/>\r
+        <var-decl name='_gil' type-id='type-id-1164' visibility='default' filepath='./Include/internal/pycore_interp.h' line='180' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='63680'>\r
-        <var-decl name='codecs' type-id='type-id-1125' visibility='default' filepath='./Include/internal/pycore_interp.h' line='187' column='1'/>\r
+        <var-decl name='codecs' type-id='type-id-1121' visibility='default' filepath='./Include/internal/pycore_interp.h' line='187' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='63936'>\r
-        <var-decl name='config' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_interp.h' line='189' column='1'/>\r
+        <var-decl name='config' type-id='type-id-264' visibility='default' filepath='./Include/internal/pycore_interp.h' line='189' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67520'>\r
         <var-decl name='feature_flags' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_interp.h' line='190' column='1'/>\r
         <var-decl name='builtins_copy' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_interp.h' line='195' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67776'>\r
-        <var-decl name='eval_frame' type-id='type-id-1032' visibility='default' filepath='./Include/internal/pycore_interp.h' line='197' column='1'/>\r
+        <var-decl name='eval_frame' type-id='type-id-1028' visibility='default' filepath='./Include/internal/pycore_interp.h' line='197' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='67840'>\r
-        <var-decl name='func_watchers' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_interp.h' line='199' column='1'/>\r
+        <var-decl name='func_watchers' type-id='type-id-752' visibility='default' filepath='./Include/internal/pycore_interp.h' line='199' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='68352'>\r
-        <var-decl name='active_func_watchers' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='201' column='1'/>\r
+        <var-decl name='active_func_watchers' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='201' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='68416'>\r
         <var-decl name='co_extra_user_count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='203' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='68480'>\r
-        <var-decl name='co_extra_freefuncs' type-id='type-id-830' visibility='default' filepath='./Include/internal/pycore_interp.h' line='204' column='1'/>\r
+        <var-decl name='co_extra_freefuncs' type-id='type-id-826' visibility='default' filepath='./Include/internal/pycore_interp.h' line='204' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='84800'>\r
-        <var-decl name='xi' type-id='type-id-1141' visibility='default' filepath='./Include/internal/pycore_interp.h' line='207' column='1'/>\r
+        <var-decl name='xi' type-id='type-id-1137' visibility='default' filepath='./Include/internal/pycore_interp.h' line='207' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='85056'>\r
         <var-decl name='before_forkers' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_interp.h' line='210' column='1'/>\r
         <var-decl name='after_forkers_child' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_interp.h' line='212' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='85248'>\r
-        <var-decl name='warnings' type-id='type-id-1245' visibility='default' filepath='./Include/internal/pycore_interp.h' line='215' column='1'/>\r
+        <var-decl name='warnings' type-id='type-id-1242' visibility='default' filepath='./Include/internal/pycore_interp.h' line='215' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='85568'>\r
-        <var-decl name='atexit' type-id='type-id-1101' visibility='default' filepath='./Include/internal/pycore_interp.h' line='216' column='1'/>\r
+        <var-decl name='atexit' type-id='type-id-1097' visibility='default' filepath='./Include/internal/pycore_interp.h' line='216' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='85824'>\r
-        <var-decl name='stoptheworld' type-id='type-id-1238' visibility='default' filepath='./Include/internal/pycore_interp.h' line='217' column='1'/>\r
+        <var-decl name='stoptheworld' type-id='type-id-1235' visibility='default' filepath='./Include/internal/pycore_interp.h' line='217' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86016'>\r
-        <var-decl name='qsbr' type-id='type-id-1246' visibility='default' filepath='./Include/internal/pycore_interp.h' line='218' column='1'/>\r
+        <var-decl name='qsbr' type-id='type-id-1243' visibility='default' filepath='./Include/internal/pycore_interp.h' line='218' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86400'>\r
-        <var-decl name='obmalloc' type-id='type-id-1247' visibility='default' filepath='./Include/internal/pycore_interp.h' line='236' column='1'/>\r
+        <var-decl name='obmalloc' type-id='type-id-1244' visibility='default' filepath='./Include/internal/pycore_interp.h' line='236' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86464'>\r
         <var-decl name='audit_hooks' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_interp.h' line='238' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='86528'>\r
-        <var-decl name='type_watchers' type-id='type-id-766' visibility='default' filepath='./Include/internal/pycore_interp.h' line='239' column='1'/>\r
+        <var-decl name='type_watchers' type-id='type-id-764' visibility='default' filepath='./Include/internal/pycore_interp.h' line='239' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='87040'>\r
-        <var-decl name='code_watchers' type-id='type-id-751' visibility='default' filepath='./Include/internal/pycore_interp.h' line='240' column='1'/>\r
+        <var-decl name='code_watchers' type-id='type-id-749' visibility='default' filepath='./Include/internal/pycore_interp.h' line='240' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='87552'>\r
-        <var-decl name='active_code_watchers' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_interp.h' line='242' column='1'/>\r
+        <var-decl name='active_code_watchers' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_interp.h' line='242' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='87616'>\r
-        <var-decl name='object_state' type-id='type-id-1248' visibility='default' filepath='./Include/internal/pycore_interp.h' line='244' column='1'/>\r
+        <var-decl name='object_state' type-id='type-id-1245' visibility='default' filepath='./Include/internal/pycore_interp.h' line='244' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='115968'>\r
-        <var-decl name='unicode' type-id='type-id-1249' visibility='default' filepath='./Include/internal/pycore_interp.h' line='245' column='1'/>\r
+        <var-decl name='unicode' type-id='type-id-1246' visibility='default' filepath='./Include/internal/pycore_interp.h' line='245' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='116416'>\r
-        <var-decl name='long_state' type-id='type-id-1237' visibility='default' filepath='./Include/internal/pycore_interp.h' line='246' column='1'/>\r
+        <var-decl name='long_state' type-id='type-id-1234' visibility='default' filepath='./Include/internal/pycore_interp.h' line='246' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='116480'>\r
-        <var-decl name='dtoa' type-id='type-id-1144' visibility='default' filepath='./Include/internal/pycore_interp.h' line='247' column='1'/>\r
+        <var-decl name='dtoa' type-id='type-id-1140' visibility='default' filepath='./Include/internal/pycore_interp.h' line='247' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='136000'>\r
-        <var-decl name='func_state' type-id='type-id-1163' visibility='default' filepath='./Include/internal/pycore_interp.h' line='248' column='1'/>\r
+        <var-decl name='func_state' type-id='type-id-1159' visibility='default' filepath='./Include/internal/pycore_interp.h' line='248' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='660352'>\r
-        <var-decl name='code_state' type-id='type-id-1123' visibility='default' filepath='./Include/internal/pycore_interp.h' line='249' column='1'/>\r
+        <var-decl name='code_state' type-id='type-id-1119' visibility='default' filepath='./Include/internal/pycore_interp.h' line='249' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='660480'>\r
-        <var-decl name='dict_state' type-id='type-id-1142' visibility='default' filepath='./Include/internal/pycore_interp.h' line='251' column='1'/>\r
+        <var-decl name='dict_state' type-id='type-id-1138' visibility='default' filepath='./Include/internal/pycore_interp.h' line='251' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='661120'>\r
-        <var-decl name='exc_state' type-id='type-id-1145' visibility='default' filepath='./Include/internal/pycore_interp.h' line='252' column='1'/>\r
+        <var-decl name='exc_state' type-id='type-id-1141' visibility='default' filepath='./Include/internal/pycore_interp.h' line='252' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='661376'>\r
-        <var-decl name='mem_free_queue' type-id='type-id-1250' visibility='default' filepath='./Include/internal/pycore_interp.h' line='253' column='1'/>\r
+        <var-decl name='mem_free_queue' type-id='type-id-1247' visibility='default' filepath='./Include/internal/pycore_interp.h' line='253' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='661568'>\r
-        <var-decl name='ast' type-id='type-id-1094' visibility='default' filepath='./Include/internal/pycore_interp.h' line='255' column='1'/>\r
+        <var-decl name='ast' type-id='type-id-1090' visibility='default' filepath='./Include/internal/pycore_interp.h' line='255' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='677184'>\r
-        <var-decl name='types' type-id='type-id-1251' visibility='default' filepath='./Include/internal/pycore_interp.h' line='256' column='1'/>\r
+        <var-decl name='types' type-id='type-id-1248' visibility='default' filepath='./Include/internal/pycore_interp.h' line='256' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1544576'>\r
-        <var-decl name='callable_cache' type-id='type-id-1124' visibility='default' filepath='./Include/internal/pycore_interp.h' line='257' column='1'/>\r
+        <var-decl name='callable_cache' type-id='type-id-1120' visibility='default' filepath='./Include/internal/pycore_interp.h' line='257' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1544832'>\r
-        <var-decl name='optimizer' type-id='type-id-1252' visibility='default' filepath='./Include/internal/pycore_interp.h' line='258' column='1'/>\r
+        <var-decl name='optimizer' type-id='type-id-1249' visibility='default' filepath='./Include/internal/pycore_interp.h' line='258' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1544896'>\r
-        <var-decl name='executor_list_head' type-id='type-id-771' visibility='default' filepath='./Include/internal/pycore_interp.h' line='259' column='1'/>\r
+        <var-decl name='executor_list_head' type-id='type-id-769' visibility='default' filepath='./Include/internal/pycore_interp.h' line='259' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1544960'>\r
-        <var-decl name='rare_events' type-id='type-id-1241' visibility='default' filepath='./Include/internal/pycore_interp.h' line='261' column='1'/>\r
+        <var-decl name='rare_events' type-id='type-id-1238' visibility='default' filepath='./Include/internal/pycore_interp.h' line='261' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1545024'>\r
-        <var-decl name='builtins_dict_watcher' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_interp.h' line='262' column='1'/>\r
+        <var-decl name='builtins_dict_watcher' type-id='type-id-335' visibility='default' filepath='./Include/internal/pycore_interp.h' line='262' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1545088'>\r
-        <var-decl name='monitors' type-id='type-id-912' visibility='default' filepath='./Include/internal/pycore_interp.h' line='264' column='1'/>\r
+        <var-decl name='monitors' type-id='type-id-908' visibility='default' filepath='./Include/internal/pycore_interp.h' line='264' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1545208'>\r
-        <var-decl name='sys_profile_initialized' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='265' column='1'/>\r
+        <var-decl name='sys_profile_initialized' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_interp.h' line='265' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1545216'>\r
-        <var-decl name='sys_trace_initialized' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='266' column='1'/>\r
+        <var-decl name='sys_trace_initialized' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_interp.h' line='266' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1545280'>\r
         <var-decl name='sys_profiling_threads' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='267' column='1'/>\r
         <var-decl name='sys_tracing_threads' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='268' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1545408'>\r
-        <var-decl name='monitoring_callables' type-id='type-id-761' visibility='default' filepath='./Include/internal/pycore_interp.h' line='269' column='1'/>\r
+        <var-decl name='monitoring_callables' type-id='type-id-759' visibility='default' filepath='./Include/internal/pycore_interp.h' line='269' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1554112'>\r
-        <var-decl name='monitoring_tool_names' type-id='type-id-760' visibility='default' filepath='./Include/internal/pycore_interp.h' line='270' column='1'/>\r
+        <var-decl name='monitoring_tool_names' type-id='type-id-758' visibility='default' filepath='./Include/internal/pycore_interp.h' line='270' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1554624'>\r
-        <var-decl name='cached_objects' type-id='type-id-1176' visibility='default' filepath='./Include/internal/pycore_interp.h' line='272' column='1'/>\r
+        <var-decl name='cached_objects' type-id='type-id-1172' visibility='default' filepath='./Include/internal/pycore_interp.h' line='272' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1555904'>\r
-        <var-decl name='static_objects' type-id='type-id-1177' visibility='default' filepath='./Include/internal/pycore_interp.h' line='273' column='1'/>\r
+        <var-decl name='static_objects' type-id='type-id-1173' visibility='default' filepath='./Include/internal/pycore_interp.h' line='273' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1556992'>\r
-        <var-decl name='_initial_thread' type-id='type-id-1253' visibility='default' filepath='./Include/internal/pycore_interp.h' line='276' column='1'/>\r
+        <var-decl name='_initial_thread' type-id='type-id-1250' visibility='default' filepath='./Include/internal/pycore_interp.h' line='276' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1559680'>\r
         <var-decl name='_interactive_src_count' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_interp.h' line='277' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1559744'>\r
-        <var-decl name='threads_preallocated' type-id='type-id-1254' visibility='default' filepath='./Include/internal/pycore_interp.h' line='279' column='1'/>\r
+        <var-decl name='threads_preallocated' type-id='type-id-1251' visibility='default' filepath='./Include/internal/pycore_interp.h' line='279' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='pythreads' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='128' column='1' id='type-id-1243'>\r
+    <class-decl name='pythreads' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='128' column='1' id='type-id-1240'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next_unique_id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_interp.h' line='129' column='1'/>\r
+        <var-decl name='next_unique_id' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_interp.h' line='129' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='head' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='131' column='1'/>\r
         <var-decl name='stacksize' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_interp.h' line='140' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='llist_node' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_llist.h' line='34' column='1' id='type-id-1255'>\r
+    <class-decl name='llist_node' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_llist.h' line='34' column='1' id='type-id-1252'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next' type-id='type-id-1256' visibility='default' filepath='./Include/internal/pycore_llist.h' line='35' column='1'/>\r
+        <var-decl name='next' type-id='type-id-1253' visibility='default' filepath='./Include/internal/pycore_llist.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='prev' type-id='type-id-1256' visibility='default' filepath='./Include/internal/pycore_llist.h' line='36' column='1'/>\r
+        <var-decl name='prev' type-id='type-id-1253' visibility='default' filepath='./Include/internal/pycore_llist.h' line='36' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='PyEvent' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-1239' visibility='default' filepath='./Include/internal/pycore_lock.h' line='73' column='1' id='type-id-1257'>\r
+    <class-decl name='PyEvent' size-in-bits='8' is-struct='yes' naming-typedef-id='type-id-1236' visibility='default' filepath='./Include/internal/pycore_lock.h' line='73' column='1' id='type-id-1254'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='v' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_lock.h' line='74' column='1'/>\r
+        <var-decl name='v' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_lock.h' line='74' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyEvent' type-id='type-id-1257' filepath='./Include/internal/pycore_lock.h' line='75' column='1' id='type-id-1239'/>\r
-    <class-decl name='_PyRecursiveMutex' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1235' visibility='default' filepath='./Include/internal/pycore_lock.h' line='155' column='1' id='type-id-1258'>\r
+    <typedef-decl name='PyEvent' type-id='type-id-1254' filepath='./Include/internal/pycore_lock.h' line='75' column='1' id='type-id-1236'/>\r
+    <class-decl name='_PyRecursiveMutex' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1232' visibility='default' filepath='./Include/internal/pycore_lock.h' line='155' column='1' id='type-id-1255'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_lock.h' line='156' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_lock.h' line='156' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='thread' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_lock.h' line='157' column='1'/>\r
+        <var-decl name='thread' type-id='type-id-375' visibility='default' filepath='./Include/internal/pycore_lock.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='level' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_lock.h' line='158' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyRecursiveMutex' type-id='type-id-1258' filepath='./Include/internal/pycore_lock.h' line='159' column='1' id='type-id-1235'/>\r
-    <class-decl name='_PyRWMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1259' visibility='default' filepath='./Include/internal/pycore_lock.h' line='192' column='1' id='type-id-1260'>\r
+    <typedef-decl name='_PyRecursiveMutex' type-id='type-id-1255' filepath='./Include/internal/pycore_lock.h' line='159' column='1' id='type-id-1232'/>\r
+    <class-decl name='_PyRWMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1256' visibility='default' filepath='./Include/internal/pycore_lock.h' line='192' column='1' id='type-id-1257'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='bits' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_lock.h' line='193' column='1'/>\r
+        <var-decl name='bits' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_lock.h' line='193' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyRWMutex' type-id='type-id-1260' filepath='./Include/internal/pycore_lock.h' line='194' column='1' id='type-id-1259'/>\r
-    <class-decl name='_PyObjectStackChunk' size-in-bits='16384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='20' column='1' id='type-id-1261'>\r
+    <typedef-decl name='_PyRWMutex' type-id='type-id-1257' filepath='./Include/internal/pycore_lock.h' line='194' column='1' id='type-id-1256'/>\r
+    <class-decl name='_PyObjectStackChunk' size-in-bits='16384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='20' column='1' id='type-id-1258'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='prev' type-id='type-id-1162' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='21' column='1'/>\r
+        <var-decl name='prev' type-id='type-id-1158' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='n' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='22' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='objs' type-id='type-id-758' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='23' column='1'/>\r
+        <var-decl name='objs' type-id='type-id-756' visibility='default' filepath='./Include/internal/pycore_object_stack.h' line='23' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_py_object_runtime_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='14' column='1' id='type-id-1262'>\r
+    <class-decl name='_py_object_runtime_state' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='14' column='1' id='type-id-1259'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='18' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_py_object_state' size-in-bits='28352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='21' column='1' id='type-id-1248'>\r
+    <class-decl name='_py_object_state' size-in-bits='28352' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='21' column='1' id='type-id-1245'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='freelists' type-id='type-id-398' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='23' column='1'/>\r
+        <var-decl name='freelists' type-id='type-id-397' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='23' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='28288'>\r
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_object_state.h' line='34' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='pymem_uint' type-id='type-id-101' filepath='./Include/internal/pycore_obmalloc.h' line='12' column='1' id='type-id-1263'/>\r
-    <typedef-decl name='pymem_block' type-id='type-id-305' filepath='./Include/internal/pycore_obmalloc.h' line='251' column='1' id='type-id-1264'/>\r
-    <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-1265'>\r
+    <typedef-decl name='pymem_uint' type-id='type-id-99' filepath='./Include/internal/pycore_obmalloc.h' line='12' column='1' id='type-id-1260'/>\r
+    <typedef-decl name='pymem_block' type-id='type-id-302' filepath='./Include/internal/pycore_obmalloc.h' line='251' column='1' id='type-id-1261'/>\r
+    <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-1262'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ref' type-id='type-id-1266' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='256' column='1'/>\r
+        <var-decl name='ref' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='256' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='freeblock' type-id='type-id-1267' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='257' column='1'/>\r
+        <var-decl name='freeblock' type-id='type-id-1264' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='257' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='nextpool' type-id='type-id-1268' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='258' column='1'/>\r
+        <var-decl name='nextpool' type-id='type-id-1265' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='258' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='prevpool' type-id='type-id-1268' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='259' column='1'/>\r
+        <var-decl name='prevpool' type-id='type-id-1265' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='259' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='arenaindex' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='260' column='1'/>\r
+        <var-decl name='arenaindex' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='260' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
-        <var-decl name='szidx' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='261' column='1'/>\r
+        <var-decl name='szidx' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='261' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='nextoffset' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='262' column='1'/>\r
+        <var-decl name='nextoffset' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='262' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='352'>\r
-        <var-decl name='maxnextoffset' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='263' column='1'/>\r
+        <var-decl name='maxnextoffset' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='263' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__8' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='255' column='1' id='type-id-1266'>\r
+    <union-decl name='__anonymous_union__8' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='255' column='1' id='type-id-1263'>\r
       <data-member access='public'>\r
-        <var-decl name='_padding' type-id='type-id-1267' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='255' column='1'/>\r
+        <var-decl name='_padding' type-id='type-id-1264' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='255' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='count' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='256' column='1'/>\r
+        <var-decl name='count' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='256' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='poolp' type-id='type-id-1268' filepath='./Include/internal/pycore_obmalloc.h' line='266' column='1' id='type-id-846'/>\r
-    <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-1269'>\r
+    <typedef-decl name='poolp' type-id='type-id-1265' filepath='./Include/internal/pycore_obmalloc.h' line='266' column='1' id='type-id-842'/>\r
+    <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-1266'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='address' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='275' column='1'/>\r
+        <var-decl name='address' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='275' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='pool_address' type-id='type-id-1267' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='278' column='1'/>\r
+        <var-decl name='pool_address' type-id='type-id-1264' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='278' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='nfreepools' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='283' column='1'/>\r
+        <var-decl name='nfreepools' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='283' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160'>\r
-        <var-decl name='ntotalpools' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='286' column='1'/>\r
+        <var-decl name='ntotalpools' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='286' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='freepools' type-id='type-id-1268' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='289' column='1'/>\r
+        <var-decl name='freepools' type-id='type-id-1265' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='289' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='nextarena' type-id='type-id-800' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='305' column='1'/>\r
+        <var-decl name='nextarena' type-id='type-id-798' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='305' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='prevarena' type-id='type-id-800' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='306' column='1'/>\r
+        <var-decl name='prevarena' type-id='type-id-798' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='306' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_obmalloc_pools' size-in-bits='4096' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='419' column='1' id='type-id-1270'>\r
+    <class-decl name='_obmalloc_pools' size-in-bits='4096' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='419' column='1' id='type-id-1267'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='used' type-id='type-id-847' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='420' column='1'/>\r
+        <var-decl name='used' type-id='type-id-843' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='420' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_obmalloc_mgmt' size-in-bits='4672' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='477' column='1' id='type-id-1271'>\r
+    <class-decl name='_obmalloc_mgmt' size-in-bits='4672' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='477' column='1' id='type-id-1268'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='arenas' type-id='type-id-800' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='479' column='1'/>\r
+        <var-decl name='arenas' type-id='type-id-798' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='479' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='maxarenas' type-id='type-id-1263' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='481' column='1'/>\r
+        <var-decl name='maxarenas' type-id='type-id-1260' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='481' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='unused_arena_objects' type-id='type-id-800' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='486' column='1'/>\r
+        <var-decl name='unused_arena_objects' type-id='type-id-798' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='486' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='usable_arenas' type-id='type-id-800' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='491' column='1'/>\r
+        <var-decl name='usable_arenas' type-id='type-id-798' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='491' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='nfp2lasta' type-id='type-id-801' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='494' column='1'/>\r
+        <var-decl name='nfp2lasta' type-id='type-id-799' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='494' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4416'>\r
         <var-decl name='narenas_currently_allocated' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='497' column='1'/>\r
         <var-decl name='raw_allocated_blocks' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='504' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='arena_coverage_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-792' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='619' column='1' id='type-id-1272'>\r
+    <class-decl name='arena_coverage_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-790' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='619' column='1' id='type-id-1269'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tail_hi' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='620' column='1'/>\r
+        <var-decl name='tail_hi' type-id='type-id-1105' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='620' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='tail_lo' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='621' column='1'/>\r
+        <var-decl name='tail_lo' type-id='type-id-1105' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='621' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='arena_coverage_t' type-id='type-id-1272' filepath='./Include/internal/pycore_obmalloc.h' line='622' column='1' id='type-id-792'/>\r
-    <class-decl name='arena_map_bot' size-in-bits='1048576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='624' column='1' id='type-id-1273'>\r
+    <typedef-decl name='arena_coverage_t' type-id='type-id-1269' filepath='./Include/internal/pycore_obmalloc.h' line='622' column='1' id='type-id-790'/>\r
+    <class-decl name='arena_map_bot' size-in-bits='1048576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='624' column='1' id='type-id-1270'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='arenas' type-id='type-id-793' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='629' column='1'/>\r
+        <var-decl name='arenas' type-id='type-id-791' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='629' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='arena_map_mid' size-in-bits='2097152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='633' column='1' id='type-id-1274'>\r
+    <class-decl name='arena_map_mid' size-in-bits='2097152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='633' column='1' id='type-id-1271'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ptrs' type-id='type-id-796' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='634' column='1'/>\r
+        <var-decl name='ptrs' type-id='type-id-794' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='634' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='arena_map_top' size-in-bits='2097152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='637' column='1' id='type-id-1275'>\r
+    <class-decl name='arena_map_top' size-in-bits='2097152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='637' column='1' id='type-id-1272'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ptrs' type-id='type-id-799' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='638' column='1'/>\r
+        <var-decl name='ptrs' type-id='type-id-797' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='638' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='arena_map_top_t' type-id='type-id-1275' filepath='./Include/internal/pycore_obmalloc.h' line='639' column='1' id='type-id-1276'/>\r
-    <class-decl name='_obmalloc_usage' size-in-bits='2097216' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='642' column='1' id='type-id-1277'>\r
+    <typedef-decl name='arena_map_top_t' type-id='type-id-1272' filepath='./Include/internal/pycore_obmalloc.h' line='639' column='1' id='type-id-1273'/>\r
+    <class-decl name='_obmalloc_usage' size-in-bits='2097216' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='642' column='1' id='type-id-1274'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='arena_map_root' type-id='type-id-1276' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='648' column='1'/>\r
+        <var-decl name='arena_map_root' type-id='type-id-1273' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='648' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2097152'>\r
         <var-decl name='arena_map_mid_count' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='650' column='1'/>\r
         <var-decl name='arena_map_bot_count' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='651' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_obmalloc_global_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='660' column='1' id='type-id-1278'>\r
+    <class-decl name='_obmalloc_global_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='660' column='1' id='type-id-1275'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='dump_debug_stats' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='661' column='1'/>\r
       </data-member>\r
         <var-decl name='interpreter_leaks' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='662' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_obmalloc_state' size-in-bits='2105984' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='665' column='1' id='type-id-1279'>\r
+    <class-decl name='_obmalloc_state' size-in-bits='2105984' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='665' column='1' id='type-id-1276'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='pools' type-id='type-id-1270' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='666' column='1'/>\r
+        <var-decl name='pools' type-id='type-id-1267' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='666' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4096'>\r
-        <var-decl name='mgmt' type-id='type-id-1271' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='667' column='1'/>\r
+        <var-decl name='mgmt' type-id='type-id-1268' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='667' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8768'>\r
-        <var-decl name='usage' type-id='type-id-1277' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='669' column='1'/>\r
+        <var-decl name='usage' type-id='type-id-1274' visibility='default' filepath='./Include/internal/pycore_obmalloc.h' line='669' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyExecutorLinkListNode' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='15' column='1' id='type-id-1280'>\r
+    <class-decl name='_PyExecutorLinkListNode' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='15' column='1' id='type-id-1277'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next' type-id='type-id-771' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='16' column='1'/>\r
+        <var-decl name='next' type-id='type-id-769' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='16' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='previous' type-id='type-id-771' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='17' column='1'/>\r
+        <var-decl name='previous' type-id='type-id-769' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='17' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyExecutorLinkListNode' type-id='type-id-1280' filepath='./Include/internal/pycore_optimizer.h' line='18' column='1' id='type-id-1281'/>\r
-    <class-decl name='_bloom_filter' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='25' column='1' id='type-id-1282'>\r
+    <typedef-decl name='_PyExecutorLinkListNode' type-id='type-id-1277' filepath='./Include/internal/pycore_optimizer.h' line='18' column='1' id='type-id-1278'/>\r
+    <class-decl name='_bloom_filter' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='25' column='1' id='type-id-1279'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='bits' type-id='type-id-859' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='26' column='1'/>\r
+        <var-decl name='bits' type-id='type-id-854' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='26' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyBloomFilter' type-id='type-id-1282' filepath='./Include/internal/pycore_optimizer.h' line='27' column='1' id='type-id-1283'/>\r
-    <class-decl name='_PyVMData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-1284' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='29' column='1' id='type-id-1285'>\r
+    <typedef-decl name='_PyBloomFilter' type-id='type-id-1279' filepath='./Include/internal/pycore_optimizer.h' line='27' column='1' id='type-id-1280'/>\r
+    <class-decl name='_PyVMData' size-in-bits='512' is-struct='yes' naming-typedef-id='type-id-1281' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='29' column='1' id='type-id-1282'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='opcode' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='30' column='1'/>\r
+        <var-decl name='opcode' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='30' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='oparg' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='31' column='1'/>\r
+        <var-decl name='oparg' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='valid' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='32' column='1'/>\r
+        <var-decl name='valid' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24'>\r
-        <var-decl name='linked' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='33' column='1'/>\r
+        <var-decl name='linked' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
         <var-decl name='index' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='bloom' type-id='type-id-1283' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='35' column='1'/>\r
+        <var-decl name='bloom' type-id='type-id-1280' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='links' type-id='type-id-1281' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='36' column='1'/>\r
+        <var-decl name='links' type-id='type-id-1278' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='36' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='code' type-id='type-id-325' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='37' column='1'/>\r
+        <var-decl name='code' type-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='37' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyVMData' type-id='type-id-1285' filepath='./Include/internal/pycore_optimizer.h' line='38' column='1' id='type-id-1284'/>\r
-    <class-decl name='_PyUOpInstruction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1286' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='56' column='1' id='type-id-1287'>\r
+    <typedef-decl name='_PyVMData' type-id='type-id-1282' filepath='./Include/internal/pycore_optimizer.h' line='38' column='1' id='type-id-1281'/>\r
+    <class-decl name='_PyUOpInstruction' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1283' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='56' column='1' id='type-id-1284'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='opcode' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='57' column='1'/>\r
+        <var-decl name='opcode' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='14'>\r
-        <var-decl name='format' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='58' column='1'/>\r
+        <var-decl name='format' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='oparg' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='59' column='1'/>\r
+        <var-decl name='oparg' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='' type-id='type-id-1288' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-1285' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='operand' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='70' column='1'/>\r
+        <var-decl name='operand' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='70' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__3' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='60' column='1' id='type-id-1288'>\r
+    <union-decl name='__anonymous_union__3' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='60' column='1' id='type-id-1285'>\r
       <data-member access='public'>\r
-        <var-decl name='target' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='61' column='1'/>\r
+        <var-decl name='target' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='' type-id='type-id-1289' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-1286' visibility='default'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__42' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='62' column='1' id='type-id-1289'>\r
+    <class-decl name='__anonymous_struct__42' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='62' column='1' id='type-id-1286'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='' type-id='type-id-1290' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-1287' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='error_target' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='67' column='1'/>\r
+        <var-decl name='error_target' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='67' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__4' size-in-bits='16' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='63' column='1' id='type-id-1290'>\r
+    <union-decl name='__anonymous_union__4' size-in-bits='16' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='63' column='1' id='type-id-1287'>\r
       <data-member access='public'>\r
-        <var-decl name='exit_index' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='64' column='1'/>\r
+        <var-decl name='exit_index' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='jump_target' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='65' column='1'/>\r
+        <var-decl name='jump_target' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='65' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='_PyUOpInstruction' type-id='type-id-1287' filepath='./Include/internal/pycore_optimizer.h' line='71' column='1' id='type-id-1286'/>\r
-    <class-decl name='_exit_data' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='97' column='1' id='type-id-1291'>\r
+    <typedef-decl name='_PyUOpInstruction' type-id='type-id-1284' filepath='./Include/internal/pycore_optimizer.h' line='71' column='1' id='type-id-1283'/>\r
+    <class-decl name='_exit_data' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='97' column='1' id='type-id-1288'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='target' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='98' column='1'/>\r
+        <var-decl name='target' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='temperature' type-id='type-id-1103' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='99' column='1'/>\r
+        <var-decl name='temperature' type-id='type-id-1099' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='executor' type-id='type-id-1292' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='100' column='1'/>\r
+        <var-decl name='executor' type-id='type-id-1289' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='100' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyExitData' type-id='type-id-1291' filepath='./Include/internal/pycore_optimizer.h' line='101' column='1' id='type-id-773'/>\r
-    <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='103' column='1' id='type-id-1293'>\r
+    <typedef-decl name='_PyExitData' type-id='type-id-1288' filepath='./Include/internal/pycore_optimizer.h' line='101' column='1' id='type-id-771'/>\r
+    <class-decl name='_PyExecutorObject' size-in-bits='1152' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='103' column='1' id='type-id-1290'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-320' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='104' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-317' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='104' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='trace' type-id='type-id-1294' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='105' column='1'/>\r
+        <var-decl name='trace' type-id='type-id-1291' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='105' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='vm_data' type-id='type-id-1284' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='106' column='1'/>\r
+        <var-decl name='vm_data' type-id='type-id-1281' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='106' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='exit_count' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='107' column='1'/>\r
+        <var-decl name='exit_count' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='107' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='800'>\r
-        <var-decl name='code_size' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='108' column='1'/>\r
+        <var-decl name='code_size' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
         <var-decl name='jit_size' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='109' column='1'/>\r
         <var-decl name='jit_side_entry' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='exits' type-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='112' column='1'/>\r
+        <var-decl name='exits' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='112' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyExecutorObject' type-id='type-id-1293' filepath='./Include/internal/pycore_optimizer.h' line='113' column='1' id='type-id-1295'/>\r
-    <typedef-decl name='_PyOptimizerObject' type-id='type-id-1296' filepath='./Include/internal/pycore_optimizer.h' line='115' column='1' id='type-id-1297'/>\r
-    <typedef-decl name='optimize_func' type-id='type-id-1298' filepath='./Include/internal/pycore_optimizer.h' line='118' column='1' id='type-id-1299'/>\r
-    <class-decl name='_PyOptimizerObject' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='123' column='1' id='type-id-1296'>\r
+    <typedef-decl name='_PyExecutorObject' type-id='type-id-1290' filepath='./Include/internal/pycore_optimizer.h' line='113' column='1' id='type-id-1292'/>\r
+    <typedef-decl name='_PyOptimizerObject' type-id='type-id-1293' filepath='./Include/internal/pycore_optimizer.h' line='115' column='1' id='type-id-1294'/>\r
+    <typedef-decl name='optimize_func' type-id='type-id-1295' filepath='./Include/internal/pycore_optimizer.h' line='118' column='1' id='type-id-1296'/>\r
+    <class-decl name='_PyOptimizerObject' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='123' column='1' id='type-id-1293'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='124' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='124' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='optimize' type-id='type-id-1299' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='125' column='1'/>\r
+        <var-decl name='optimize' type-id='type-id-1296' visibility='default' filepath='./Include/internal/pycore_optimizer.h' line='125' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_parser_runtime_state' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_parser.h' line='21' column='1' id='type-id-1300'>\r
+    <class-decl name='_parser_runtime_state' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_parser.h' line='21' column='1' id='type-id-1297'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_not_used' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_parser.h' line='28' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='dummy_name' type-id='type-id-1067' visibility='default' filepath='./Include/internal/pycore_parser.h' line='30' column='1'/>\r
+        <var-decl name='dummy_name' type-id='type-id-1063' visibility='default' filepath='./Include/internal/pycore_parser.h' line='30' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyArena' type-id='type-id-822' filepath='./Include/internal/pycore_pyarena.h' line='13' column='1' id='type-id-1301'/>\r
-    <class-decl name='pyhash_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='77' column='1' id='type-id-1302'>\r
+    <typedef-decl name='PyArena' type-id='type-id-818' filepath='./Include/internal/pycore_pyarena.h' line='13' column='1' id='type-id-1298'/>\r
+    <class-decl name='pyhash_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='77' column='1' id='type-id-1299'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='urandom_cache' type-id='type-id-1303' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='87' column='1'/>\r
+        <var-decl name='urandom_cache' type-id='type-id-1300' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='87' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__34' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='78' column='1' id='type-id-1303'>\r
+    <class-decl name='__anonymous_struct__34' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='78' column='1' id='type-id-1300'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='fd' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='st_dev' type-id='type-id-1304' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='81' column='1'/>\r
+        <var-decl name='st_dev' type-id='type-id-1301' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='st_ino' type-id='type-id-1305' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='82' column='1'/>\r
+        <var-decl name='st_ino' type-id='type-id-1302' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='82' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='debug_alloc_api_t' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1306' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='30' column='1' id='type-id-1307'>\r
+    <class-decl name='debug_alloc_api_t' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1303' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='30' column='1' id='type-id-1304'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='api_id' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='32' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='alloc' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='33' column='1'/>\r
+        <var-decl name='alloc' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='33' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='debug_alloc_api_t' type-id='type-id-1307' filepath='./Include/internal/pycore_pymem.h' line='34' column='1' id='type-id-1306'/>\r
-    <class-decl name='_pymem_allocators' size-in-bits='2432' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='36' column='1' id='type-id-1308'>\r
+    <typedef-decl name='debug_alloc_api_t' type-id='type-id-1304' filepath='./Include/internal/pycore_pymem.h' line='34' column='1' id='type-id-1303'/>\r
+    <class-decl name='_pymem_allocators' size-in-bits='2432' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='36' column='1' id='type-id-1305'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='37' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='37' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='standard' type-id='type-id-1309' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='42' column='1'/>\r
+        <var-decl name='standard' type-id='type-id-1306' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
-        <var-decl name='debug' type-id='type-id-1310' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='47' column='1'/>\r
+        <var-decl name='debug' type-id='type-id-1307' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2176'>\r
         <var-decl name='is_debug_enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2240'>\r
-        <var-decl name='obj_arena' type-id='type-id-503' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='49' column='1'/>\r
+        <var-decl name='obj_arena' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='49' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__32' size-in-bits='960' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='38' column='1' id='type-id-1309'>\r
+    <class-decl name='__anonymous_struct__32' size-in-bits='960' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='38' column='1' id='type-id-1306'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='raw' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='39' column='1'/>\r
+        <var-decl name='raw' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='39' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='mem' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='40' column='1'/>\r
+        <var-decl name='mem' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='40' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='obj' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='41' column='1'/>\r
+        <var-decl name='obj' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='41' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__33' size-in-bits='1152' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='43' column='1' id='type-id-1310'>\r
+    <class-decl name='__anonymous_struct__33' size-in-bits='1152' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='43' column='1' id='type-id-1307'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='raw' type-id='type-id-1306' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='44' column='1'/>\r
+        <var-decl name='raw' type-id='type-id-1303' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='mem' type-id='type-id-1306' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='45' column='1'/>\r
+        <var-decl name='mem' type-id='type-id-1303' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='obj' type-id='type-id-1306' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='46' column='1'/>\r
+        <var-decl name='obj' type-id='type-id-1303' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='46' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_mem_interp_free_queue' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='52' column='1' id='type-id-1250'>\r
+    <class-decl name='_Py_mem_interp_free_queue' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='52' column='1' id='type-id-1247'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='has_work' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='54' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='head' type-id='type-id-1255' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='55' column='1'/>\r
+        <var-decl name='head' type-id='type-id-1252' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='55' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_pythread_runtime_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='59' column='1' id='type-id-1311'>\r
+    <class-decl name='_pythread_runtime_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='59' column='1' id='type-id-1308'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='_condattr_monotonic' type-id='type-id-1312' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='71' column='1'/>\r
+        <var-decl name='_condattr_monotonic' type-id='type-id-1309' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='71' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='handles' type-id='type-id-1255' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='82' column='1'/>\r
+        <var-decl name='handles' type-id='type-id-1252' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='82' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__35' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='64' column='1' id='type-id-1312'>\r
+    <class-decl name='__anonymous_struct__35' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='64' column='1' id='type-id-1309'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ptr' type-id='type-id-1313' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='66' column='1'/>\r
+        <var-decl name='ptr' type-id='type-id-1310' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='66' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='val' type-id='type-id-1314' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='69' column='1'/>\r
+        <var-decl name='val' type-id='type-id-1311' visibility='default' filepath='./Include/internal/pycore_pythread.h' line='69' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_qsbr_thread_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='42' column='1' id='type-id-1315'>\r
+    <class-decl name='_qsbr_thread_state' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='42' column='1' id='type-id-1312'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='seq' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='44' column='1'/>\r
+        <var-decl name='seq' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='shared' type-id='type-id-1316' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='47' column='1'/>\r
+        <var-decl name='shared' type-id='type-id-1313' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='deferrals' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='53' column='1'/>\r
-      </data-member>\r
-      <data-member access='public' layout-offset-in-bits='224'>\r
-        <var-decl name='allocated' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='56' column='1'/>\r
+        <var-decl name='deferred_count' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='freelist_next' type-id='type-id-509' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='57' column='1'/>\r
+        <var-decl name='deferred_memory' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='58' column='1'/>\r
+      </data-member>\r
+      <data-member access='public' layout-offset-in-bits='320'>\r
+        <var-decl name='deferred_page_memory' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='63' column='1'/>\r
+      </data-member>\r
+      <data-member access='public' layout-offset-in-bits='384'>\r
+        <var-decl name='should_process' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='66' column='1'/>\r
+      </data-member>\r
+      <data-member access='public' layout-offset-in-bits='392'>\r
+        <var-decl name='allocated' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='69' column='1'/>\r
+      </data-member>\r
+      <data-member access='public' layout-offset-in-bits='448'>\r
+        <var-decl name='freelist_next' type-id='type-id-507' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='70' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_qsbr_pad' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='61' column='1' id='type-id-1317'>\r
+    <class-decl name='_qsbr_pad' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='74' column='1' id='type-id-1314'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='qsbr' type-id='type-id-1315' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='62' column='1'/>\r
+        <var-decl name='qsbr' type-id='type-id-1312' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='75' column='1'/>\r
       </data-member>\r
-      <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='__padding' type-id='type-id-808' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='63' column='1'/>\r
+      <data-member access='public' layout-offset-in-bits='512'>\r
+        <var-decl name='__padding' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='76' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_qsbr_shared' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='67' column='1' id='type-id-1246'>\r
+    <class-decl name='_qsbr_shared' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='80' column='1' id='type-id-1243'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='wr_seq' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='69' column='1'/>\r
+        <var-decl name='wr_seq' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='rd_seq' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='72' column='1'/>\r
+        <var-decl name='rd_seq' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='85' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='array' type-id='type-id-1318' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='75' column='1'/>\r
+        <var-decl name='array' type-id='type-id-1315' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='88' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='76' column='1'/>\r
+        <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='79' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='freelist' type-id='type-id-509' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='80' column='1'/>\r
+        <var-decl name='freelist' type-id='type-id-507' visibility='default' filepath='./Include/internal/pycore_qsbr.h' line='93' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_getargs_runtime_state' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='28' column='1' id='type-id-1319'>\r
+    <class-decl name='_getargs_runtime_state' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='28' column='1' id='type-id-1316'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='static_parsers' type-id='type-id-272' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='29' column='1'/>\r
+        <var-decl name='static_parsers' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='29' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_gilstate_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='34' column='1' id='type-id-1320'>\r
+    <class-decl name='_gilstate_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='34' column='1' id='type-id-1317'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='check_enabled' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='37' column='1'/>\r
       </data-member>\r
         <var-decl name='autoInterpreterState' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='42' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_AuditHookEntry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='56' column='1' id='type-id-1321'>\r
+    <class-decl name='_Py_AuditHookEntry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='56' column='1' id='type-id-1318'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next' type-id='type-id-1322' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='57' column='1'/>\r
+        <var-decl name='next' type-id='type-id-1319' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='hookCFunction' type-id='type-id-240' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='58' column='1'/>\r
+        <var-decl name='hookCFunction' type-id='type-id-237' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='userData' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='59' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_AuditHookEntry' type-id='type-id-1321' filepath='./Include/internal/pycore_runtime.h' line='60' column='1' id='type-id-1323'/>\r
-    <class-decl name='_Py_DebugOffsets' size-in-bits='4672' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='62' column='1' id='type-id-1324'>\r
+    <typedef-decl name='_Py_AuditHookEntry' type-id='type-id-1318' filepath='./Include/internal/pycore_runtime.h' line='60' column='1' id='type-id-1320'/>\r
+    <class-decl name='_Py_DebugOffsets' size-in-bits='4672' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='62' column='1' id='type-id-1321'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='cookie' type-id='type-id-815' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='63' column='1'/>\r
+        <var-decl name='cookie' type-id='type-id-811' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='version' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='64' column='1'/>\r
+        <var-decl name='version' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='free_threaded' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='65' column='1'/>\r
+        <var-decl name='free_threaded' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='runtime_state' type-id='type-id-1325' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='71' column='1'/>\r
+        <var-decl name='runtime_state' type-id='type-id-1322' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='71' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='interpreter_state' type-id='type-id-1326' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='88' column='1'/>\r
+        <var-decl name='interpreter_state' type-id='type-id-1323' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='88' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1216'>\r
-        <var-decl name='thread_state' type-id='type-id-1327' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='101' column='1'/>\r
+        <var-decl name='thread_state' type-id='type-id-1324' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='interpreter_frame' type-id='type-id-1328' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='111' column='1'/>\r
+        <var-decl name='interpreter_frame' type-id='type-id-1325' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2176'>\r
-        <var-decl name='code_object' type-id='type-id-1329' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='125' column='1'/>\r
+        <var-decl name='code_object' type-id='type-id-1326' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='125' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2816'>\r
-        <var-decl name='pyobject' type-id='type-id-1330' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='131' column='1'/>\r
+        <var-decl name='pyobject' type-id='type-id-1327' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='131' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2944'>\r
-        <var-decl name='type_object' type-id='type-id-1331' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='139' column='1'/>\r
+        <var-decl name='type_object' type-id='type-id-1328' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='139' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3200'>\r
-        <var-decl name='tuple_object' type-id='type-id-1332' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='146' column='1'/>\r
+        <var-decl name='tuple_object' type-id='type-id-1329' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='146' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3392'>\r
-        <var-decl name='list_object' type-id='type-id-1333' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='153' column='1'/>\r
+        <var-decl name='list_object' type-id='type-id-1330' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='153' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3584'>\r
-        <var-decl name='dict_object' type-id='type-id-1334' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='160' column='1'/>\r
+        <var-decl name='dict_object' type-id='type-id-1331' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='160' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3776'>\r
-        <var-decl name='float_object' type-id='type-id-1335' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='166' column='1'/>\r
+        <var-decl name='float_object' type-id='type-id-1332' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='166' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3904'>\r
-        <var-decl name='long_object' type-id='type-id-1336' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='173' column='1'/>\r
+        <var-decl name='long_object' type-id='type-id-1333' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='173' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4096'>\r
-        <var-decl name='bytes_object' type-id='type-id-1337' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='180' column='1'/>\r
+        <var-decl name='bytes_object' type-id='type-id-1334' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='180' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4288'>\r
-        <var-decl name='unicode_object' type-id='type-id-1338' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='188' column='1'/>\r
+        <var-decl name='unicode_object' type-id='type-id-1335' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='188' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4544'>\r
-        <var-decl name='gc' type-id='type-id-1339' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='194' column='1'/>\r
+        <var-decl name='gc' type-id='type-id-1336' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='194' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='67' column='1' id='type-id-1325'>\r
+    <class-decl name='_runtime_state' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='67' column='1' id='type-id-1322'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='68' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='finalizing' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='69' column='1'/>\r
+        <var-decl name='finalizing' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='interpreters_head' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='70' column='1'/>\r
+        <var-decl name='interpreters_head' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='70' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_interpreter_state' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='74' column='1' id='type-id-1326'>\r
+    <class-decl name='_interpreter_state' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='74' column='1' id='type-id-1323'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='75' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='76' column='1'/>\r
+        <var-decl name='id' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='next' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='77' column='1'/>\r
+        <var-decl name='next' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='threads_head' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='78' column='1'/>\r
+        <var-decl name='threads_head' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='gc' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='79' column='1'/>\r
+        <var-decl name='gc' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='imports_modules' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='80' column='1'/>\r
+        <var-decl name='imports_modules' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='sysdict' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='81' column='1'/>\r
+        <var-decl name='sysdict' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='builtins' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='82' column='1'/>\r
+        <var-decl name='builtins' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='ceval_gil' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='83' column='1'/>\r
+        <var-decl name='ceval_gil' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='83' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='gil_runtime_state' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='84' column='1'/>\r
+        <var-decl name='gil_runtime_state' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='84' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='gil_runtime_state_enabled' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='85' column='1'/>\r
+        <var-decl name='gil_runtime_state_enabled' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='85' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='gil_runtime_state_locked' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='86' column='1'/>\r
+        <var-decl name='gil_runtime_state_locked' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='86' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='gil_runtime_state_holder' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='87' column='1'/>\r
+        <var-decl name='gil_runtime_state_holder' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='87' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_thread_state' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='91' column='1' id='type-id-1327'>\r
+    <class-decl name='_thread_state' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='91' column='1' id='type-id-1324'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='92' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='prev' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='93' column='1'/>\r
+        <var-decl name='prev' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='next' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='94' column='1'/>\r
+        <var-decl name='next' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='interp' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='95' column='1'/>\r
+        <var-decl name='interp' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='95' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='current_frame' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='96' column='1'/>\r
+        <var-decl name='current_frame' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='thread_id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='97' column='1'/>\r
+        <var-decl name='thread_id' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='native_thread_id' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='98' column='1'/>\r
+        <var-decl name='native_thread_id' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='datastack_chunk' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='99' column='1'/>\r
+        <var-decl name='datastack_chunk' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='status' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='100' column='1'/>\r
+        <var-decl name='status' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='100' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_interpreter_frame' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='104' column='1' id='type-id-1328'>\r
+    <class-decl name='_interpreter_frame' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='104' column='1' id='type-id-1325'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='105' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='105' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='previous' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='106' column='1'/>\r
+        <var-decl name='previous' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='106' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='executable' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='107' column='1'/>\r
+        <var-decl name='executable' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='107' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='instr_ptr' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='108' column='1'/>\r
+        <var-decl name='instr_ptr' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='localsplus' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='109' column='1'/>\r
+        <var-decl name='localsplus' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='owner' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='110' column='1'/>\r
+        <var-decl name='owner' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='110' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_code_object' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='114' column='1' id='type-id-1329'>\r
+    <class-decl name='_code_object' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='114' column='1' id='type-id-1326'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='115' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='115' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='filename' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='116' column='1'/>\r
+        <var-decl name='filename' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='116' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='name' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='117' column='1'/>\r
+        <var-decl name='name' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='117' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='qualname' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='118' column='1'/>\r
+        <var-decl name='qualname' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='118' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='linetable' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='119' column='1'/>\r
+        <var-decl name='linetable' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='119' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='firstlineno' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='120' column='1'/>\r
+        <var-decl name='firstlineno' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='120' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='argcount' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='121' column='1'/>\r
+        <var-decl name='argcount' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='121' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='localsplusnames' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='122' column='1'/>\r
+        <var-decl name='localsplusnames' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='localspluskinds' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='123' column='1'/>\r
+        <var-decl name='localspluskinds' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='co_code_adaptive' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='124' column='1'/>\r
+        <var-decl name='co_code_adaptive' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='124' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_pyobject' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='128' column='1' id='type-id-1330'>\r
+    <class-decl name='_pyobject' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='128' column='1' id='type-id-1327'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='129' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='129' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ob_type' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='130' column='1'/>\r
+        <var-decl name='ob_type' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='130' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_type_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='134' column='1' id='type-id-1331'>\r
+    <class-decl name='_type_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='134' column='1' id='type-id-1328'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='135' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='135' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tp_name' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='136' column='1'/>\r
+        <var-decl name='tp_name' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='136' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='tp_repr' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='137' column='1'/>\r
+        <var-decl name='tp_repr' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='137' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='tp_flags' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='138' column='1'/>\r
+        <var-decl name='tp_flags' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='138' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_tuple_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='142' column='1' id='type-id-1332'>\r
+    <class-decl name='_tuple_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='142' column='1' id='type-id-1329'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='143' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='143' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ob_item' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='144' column='1'/>\r
+        <var-decl name='ob_item' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='144' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ob_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='145' column='1'/>\r
+        <var-decl name='ob_size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='145' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_list_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='149' column='1' id='type-id-1333'>\r
+    <class-decl name='_list_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='149' column='1' id='type-id-1330'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='150' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='150' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ob_item' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='151' column='1'/>\r
+        <var-decl name='ob_item' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='151' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ob_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1'/>\r
+        <var-decl name='ob_size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_dict_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='156' column='1' id='type-id-1334'>\r
+    <class-decl name='_dict_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='156' column='1' id='type-id-1331'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='157' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='157' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ma_keys' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='158' column='1'/>\r
+        <var-decl name='ma_keys' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='158' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ma_values' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='159' column='1'/>\r
+        <var-decl name='ma_values' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='159' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_float_object' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='163' column='1' id='type-id-1335'>\r
+    <class-decl name='_float_object' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='163' column='1' id='type-id-1332'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='164' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='164' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ob_fval' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='165' column='1'/>\r
+        <var-decl name='ob_fval' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='165' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_long_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='169' column='1' id='type-id-1336'>\r
+    <class-decl name='_long_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='169' column='1' id='type-id-1333'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='170' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='170' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='lv_tag' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='171' column='1'/>\r
+        <var-decl name='lv_tag' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='171' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ob_digit' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='172' column='1'/>\r
+        <var-decl name='ob_digit' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='172' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_bytes_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='176' column='1' id='type-id-1337'>\r
+    <class-decl name='_bytes_object' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='176' column='1' id='type-id-1334'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='177' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='177' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ob_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='178' column='1'/>\r
+        <var-decl name='ob_size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='178' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='ob_sval' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='179' column='1'/>\r
+        <var-decl name='ob_sval' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='179' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_unicode_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='183' column='1' id='type-id-1338'>\r
+    <class-decl name='_unicode_object' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='183' column='1' id='type-id-1335'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='184' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='184' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='state' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='185' column='1'/>\r
+        <var-decl name='state' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='185' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='length' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='186' column='1'/>\r
+        <var-decl name='length' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='186' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='asciiobject_size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='187' column='1'/>\r
+        <var-decl name='asciiobject_size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='187' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_gc' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='191' column='1' id='type-id-1339'>\r
+    <class-decl name='_gc' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='191' column='1' id='type-id-1336'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='192' column='1'/>\r
+        <var-decl name='size' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='192' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='collecting' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='193' column='1'/>\r
+        <var-decl name='collecting' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='193' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_DebugOffsets' type-id='type-id-1324' filepath='./Include/internal/pycore_runtime.h' line='195' column='1' id='type-id-1340'/>\r
-    <class-decl name='_reftracer_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='198' column='1' id='type-id-1341'>\r
+    <typedef-decl name='_Py_DebugOffsets' type-id='type-id-1321' filepath='./Include/internal/pycore_runtime.h' line='195' column='1' id='type-id-1337'/>\r
+    <class-decl name='_reftracer_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='198' column='1' id='type-id-1338'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tracer_func' type-id='type-id-403' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='199' column='1'/>\r
+        <var-decl name='tracer_func' type-id='type-id-402' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='199' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='tracer_data' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='200' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='pyruntimestate' size-in-bits='2267008' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='208' column='1' id='type-id-477'>\r
+    <class-decl name='pyruntimestate' size-in-bits='2267008' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='208' column='1' id='type-id-475'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='debug_offsets' type-id='type-id-1340' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='221' column='1'/>\r
+        <var-decl name='debug_offsets' type-id='type-id-1337' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='221' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4672'>\r
         <var-decl name='_initialized' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='227' column='1'/>\r
         <var-decl name='_finalizing_id' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='248' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4992'>\r
-        <var-decl name='interpreters' type-id='type-id-1342' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='267' column='1'/>\r
+        <var-decl name='interpreters' type-id='type-id-1339' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='267' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5248'>\r
         <var-decl name='main_thread' type-id='type-id-2' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='271' column='1'/>\r
         <var-decl name='main_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='272' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5376'>\r
-        <var-decl name='xi' type-id='type-id-1140' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='280' column='1'/>\r
+        <var-decl name='xi' type-id='type-id-1136' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='280' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5568'>\r
-        <var-decl name='allocators' type-id='type-id-1308' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='282' column='1'/>\r
+        <var-decl name='allocators' type-id='type-id-1305' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='282' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8000'>\r
-        <var-decl name='obmalloc' type-id='type-id-1278' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='283' column='1'/>\r
+        <var-decl name='obmalloc' type-id='type-id-1275' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='283' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8128'>\r
-        <var-decl name='pyhash_state' type-id='type-id-1302' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='284' column='1'/>\r
+        <var-decl name='pyhash_state' type-id='type-id-1299' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='284' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8320'>\r
-        <var-decl name='threads' type-id='type-id-1311' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='285' column='1'/>\r
+        <var-decl name='threads' type-id='type-id-1308' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='285' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8640'>\r
-        <var-decl name='signals' type-id='type-id-1343' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='286' column='1'/>\r
+        <var-decl name='signals' type-id='type-id-1340' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='286' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17280'>\r
-        <var-decl name='autoTSSkey' type-id='type-id-1344' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='289' column='1'/>\r
+        <var-decl name='autoTSSkey' type-id='type-id-1341' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='289' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17344'>\r
-        <var-decl name='trashTSSkey' type-id='type-id-1344' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='292' column='1'/>\r
+        <var-decl name='trashTSSkey' type-id='type-id-1341' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='292' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17408'>\r
-        <var-decl name='orig_argv' type-id='type-id-951' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='294' column='1'/>\r
+        <var-decl name='orig_argv' type-id='type-id-947' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='294' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17536'>\r
-        <var-decl name='parser' type-id='type-id-1300' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='296' column='1'/>\r
+        <var-decl name='parser' type-id='type-id-1297' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='296' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='17984'>\r
-        <var-decl name='atexit' type-id='type-id-1095' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='298' column='1'/>\r
+        <var-decl name='atexit' type-id='type-id-1091' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='298' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='20160'>\r
-        <var-decl name='imports' type-id='type-id-1231' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='300' column='1'/>\r
+        <var-decl name='imports' type-id='type-id-1228' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='300' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='20480'>\r
-        <var-decl name='ceval' type-id='type-id-1115' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='301' column='1'/>\r
+        <var-decl name='ceval' type-id='type-id-1111' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='301' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='79040'>\r
-        <var-decl name='gilstate' type-id='type-id-1320' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='302' column='1'/>\r
+        <var-decl name='gilstate' type-id='type-id-1317' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='302' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='79168'>\r
-        <var-decl name='getargs' type-id='type-id-1319' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='303' column='1'/>\r
+        <var-decl name='getargs' type-id='type-id-1316' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='303' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='79232'>\r
-        <var-decl name='fileutils' type-id='type-id-1155' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='304' column='1'/>\r
+        <var-decl name='fileutils' type-id='type-id-1151' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='304' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='79296'>\r
-        <var-decl name='faulthandler' type-id='type-id-1150' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='305' column='1'/>\r
+        <var-decl name='faulthandler' type-id='type-id-1146' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='305' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80640'>\r
-        <var-decl name='tracemalloc' type-id='type-id-1345' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='306' column='1'/>\r
+        <var-decl name='tracemalloc' type-id='type-id-1342' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='306' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='82496'>\r
-        <var-decl name='ref_tracer' type-id='type-id-1341' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='307' column='1'/>\r
+        <var-decl name='ref_tracer' type-id='type-id-1338' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='307' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='82624'>\r
-        <var-decl name='stoptheworld_mutex' type-id='type-id-1259' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='313' column='1'/>\r
+        <var-decl name='stoptheworld_mutex' type-id='type-id-1256' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='313' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='82688'>\r
-        <var-decl name='stoptheworld' type-id='type-id-1238' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='314' column='1'/>\r
+        <var-decl name='stoptheworld' type-id='type-id-1235' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='314' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='82880'>\r
-        <var-decl name='preconfig' type-id='type-id-954' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='316' column='1'/>\r
+        <var-decl name='preconfig' type-id='type-id-950' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='316' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83200'>\r
-        <var-decl name='open_code_hook' type-id='type-id-341' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='320' column='1'/>\r
+        <var-decl name='open_code_hook' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='320' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83264'>\r
         <var-decl name='open_code_userdata' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='321' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83328'>\r
-        <var-decl name='audit_hooks' type-id='type-id-1346' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='325' column='1'/>\r
+        <var-decl name='audit_hooks' type-id='type-id-1343' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='325' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83456'>\r
-        <var-decl name='object_state' type-id='type-id-1262' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='327' column='1'/>\r
+        <var-decl name='object_state' type-id='type-id-1259' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='327' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83488'>\r
-        <var-decl name='float_state' type-id='type-id-1158' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='328' column='1'/>\r
+        <var-decl name='float_state' type-id='type-id-1154' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='328' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83584'>\r
-        <var-decl name='unicode_state' type-id='type-id-1347' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='329' column='1'/>\r
+        <var-decl name='unicode_state' type-id='type-id-1344' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='329' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='83712'>\r
-        <var-decl name='types' type-id='type-id-1348' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='330' column='1'/>\r
+        <var-decl name='types' type-id='type-id-1345' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='330' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='110656'>\r
-        <var-decl name='cached_objects' type-id='type-id-1171' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='333' column='1'/>\r
+        <var-decl name='cached_objects' type-id='type-id-1167' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='333' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='110720'>\r
-        <var-decl name='static_objects' type-id='type-id-1172' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='334' column='1'/>\r
+        <var-decl name='static_objects' type-id='type-id-1168' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='334' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='707200'>\r
-        <var-decl name='_main_interpreter' type-id='type-id-1349' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='351' column='1'/>\r
+        <var-decl name='_main_interpreter' type-id='type-id-1346' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='351' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='pyinterpreters' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='250' column='1' id='type-id-1342'>\r
+    <class-decl name='pyinterpreters' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='250' column='1' id='type-id-1339'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='251' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='251' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='head' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='253' column='1'/>\r
         <var-decl name='main' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='257' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='next_id' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='266' column='1'/>\r
+        <var-decl name='next_id' type-id='type-id-458' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='266' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__52' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='322' column='1' id='type-id-1346'>\r
+    <class-decl name='__anonymous_struct__52' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='322' column='1' id='type-id-1343'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='323' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='323' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='head' type-id='type-id-1322' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='324' column='1'/>\r
+        <var-decl name='head' type-id='type-id-1319' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='324' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_signals_runtime_state' size-in-bits='8640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_signal.h' line='39' column='1' id='type-id-1343'>\r
+    <class-decl name='_signals_runtime_state' size-in-bits='8640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_signal.h' line='39' column='1' id='type-id-1340'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='handlers' type-id='type-id-785' visibility='default' filepath='./Include/internal/pycore_signal.h' line='44' column='1'/>\r
+        <var-decl name='handlers' type-id='type-id-783' visibility='default' filepath='./Include/internal/pycore_signal.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8320'>\r
-        <var-decl name='wakeup' type-id='type-id-1350' visibility='default' filepath='./Include/internal/pycore_signal.h' line='61' column='1'/>\r
+        <var-decl name='wakeup' type-id='type-id-1347' visibility='default' filepath='./Include/internal/pycore_signal.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8384'>\r
         <var-decl name='is_tripped' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_signal.h' line='65' column='1'/>\r
         <var-decl name='unhandled_keyboard_interrupt' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_signal.h' line='79' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__36' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_signal.h' line='40' column='1' id='type-id-784'>\r
+    <class-decl name='__anonymous_struct__36' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_signal.h' line='40' column='1' id='type-id-782'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='tripped' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_signal.h' line='42' column='1'/>\r
       </data-member>\r
         <var-decl name='func' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_signal.h' line='43' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__37' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_signal.h' line='46' column='1' id='type-id-1351'>\r
+    <class-decl name='__anonymous_struct__37' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_signal.h' line='46' column='1' id='type-id-1348'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='fd' type-id='type-id-1352' visibility='default' filepath='./Include/internal/pycore_signal.h' line='54' column='1'/>\r
+        <var-decl name='fd' type-id='type-id-1349' visibility='default' filepath='./Include/internal/pycore_signal.h' line='54' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
         <var-decl name='warn_on_full_buffer' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_signal.h' line='57' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='18' column='1' id='type-id-1353'>\r
+    <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='18' column='1' id='type-id-1350'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='initialized' type-id='type-id-535' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='25' column='1'/>\r
+        <var-decl name='initialized' type-id='type-id-533' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='25' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
         <var-decl name='tracing' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='29' column='1'/>\r
         <var-decl name='max_nframe' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='33' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_tracemalloc.h' line='21' column='1' id='type-id-535'>\r
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_tracemalloc.h' line='21' column='1' id='type-id-533'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='TRACEMALLOC_NOT_INITIALIZED' value='0'/>\r
       <enumerator name='TRACEMALLOC_INITIALIZED' value='1'/>\r
       <enumerator name='TRACEMALLOC_FINALIZED' value='2'/>\r
     </enum-decl>\r
-    <class-decl name='tracemalloc_frame' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='47' column='1' id='type-id-854'>\r
+    <class-decl name='tracemalloc_frame' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='47' column='1' id='type-id-849'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='lineno' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='51' column='1'/>\r
+        <var-decl name='lineno' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='51' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='tracemalloc_traceback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='57' column='1' id='type-id-1354'>\r
+    <class-decl name='tracemalloc_traceback' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='57' column='1' id='type-id-1351'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='hash' type-id='type-id-1223' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='58' column='1'/>\r
+        <var-decl name='hash' type-id='type-id-1219' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='nframe' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='60' column='1'/>\r
+        <var-decl name='nframe' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='80'>\r
-        <var-decl name='total_nframe' type-id='type-id-445' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='62' column='1'/>\r
+        <var-decl name='total_nframe' type-id='type-id-443' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='frames' type-id='type-id-855' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='63' column='1'/>\r
+        <var-decl name='frames' type-id='type-id-850' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='63' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_tracemalloc_runtime_state' size-in-bits='1856' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='67' column='1' id='type-id-1345'>\r
+    <class-decl name='_tracemalloc_runtime_state' size-in-bits='1856' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='67' column='1' id='type-id-1342'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='config' type-id='type-id-1353' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='68' column='1'/>\r
+        <var-decl name='config' type-id='type-id-1350' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='allocators' type-id='type-id-1355' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='75' column='1'/>\r
+        <var-decl name='allocators' type-id='type-id-1352' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='tables_lock' type-id='type-id-1154' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='78' column='1'/>\r
+        <var-decl name='tables_lock' type-id='type-id-1150' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
         <var-decl name='traced_memory' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='82' column='1'/>\r
         <var-decl name='peak_traced_memory' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='85' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='filenames' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='89' column='1'/>\r
+        <var-decl name='filenames' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
-        <var-decl name='traceback' type-id='type-id-1356' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='92' column='1'/>\r
+        <var-decl name='traceback' type-id='type-id-1353' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1408'>\r
-        <var-decl name='tracebacks' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='96' column='1'/>\r
+        <var-decl name='tracebacks' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1472'>\r
-        <var-decl name='traces' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='99' column='1'/>\r
+        <var-decl name='traces' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1536'>\r
-        <var-decl name='domains' type-id='type-id-546' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='102' column='1'/>\r
+        <var-decl name='domains' type-id='type-id-544' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='102' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1600'>\r
-        <var-decl name='empty_traceback' type-id='type-id-1354' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='104' column='1'/>\r
+        <var-decl name='empty_traceback' type-id='type-id-1351' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='104' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1792'>\r
-        <var-decl name='reentrant_key' type-id='type-id-1344' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='106' column='1'/>\r
+        <var-decl name='reentrant_key' type-id='type-id-1341' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='106' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__51' size-in-bits='960' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='71' column='1' id='type-id-1355'>\r
+    <class-decl name='__anonymous_struct__51' size-in-bits='960' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='71' column='1' id='type-id-1352'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mem' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='72' column='1'/>\r
+        <var-decl name='mem' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='raw' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='73' column='1'/>\r
+        <var-decl name='raw' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
-        <var-decl name='obj' type-id='type-id-501' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='74' column='1'/>\r
+        <var-decl name='obj' type-id='type-id-499' visibility='default' filepath='./Include/internal/pycore_tracemalloc.h' line='74' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyThreadStateImpl' size-in-bits='2688' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='20' column='1' id='type-id-1357'>\r
+    <class-decl name='_PyThreadStateImpl' size-in-bits='2688' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='20' column='1' id='type-id-1354'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='base' type-id='type-id-1358' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='22' column='1'/>\r
+        <var-decl name='base' type-id='type-id-1355' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='22' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2432'>\r
         <var-decl name='asyncio_running_loop' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='24' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2496'>\r
-        <var-decl name='qsbr' type-id='type-id-509' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='26' column='1'/>\r
+        <var-decl name='qsbr' type-id='type-id-507' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='26' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='2560'>\r
-        <var-decl name='mem_free_queue' type-id='type-id-1255' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='27' column='1'/>\r
+        <var-decl name='mem_free_queue' type-id='type-id-1252' visibility='default' filepath='./Include/internal/pycore_tstate.h' line='27' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyThreadStateImpl' type-id='type-id-1357' filepath='./Include/internal/pycore_tstate.h' line='40' column='1' id='type-id-1253'/>\r
-    <class-decl name='_types_runtime_state' size-in-bits='26944' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='27' column='1' id='type-id-1348'>\r
+    <typedef-decl name='_PyThreadStateImpl' type-id='type-id-1354' filepath='./Include/internal/pycore_tstate.h' line='40' column='1' id='type-id-1250'/>\r
+    <class-decl name='_types_runtime_state' size-in-bits='26944' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='27' column='1' id='type-id-1345'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next_version_tag' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='31' column='1'/>\r
+        <var-decl name='next_version_tag' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='managed_static' type-id='type-id-1359' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='38' column='1'/>\r
+        <var-decl name='managed_static' type-id='type-id-1356' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='38' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__53' size-in-bits='26880' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='33' column='1' id='type-id-1359'>\r
+    <class-decl name='__anonymous_struct__53' size-in-bits='26880' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='33' column='1' id='type-id-1356'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='types' type-id='type-id-780' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='37' column='1'/>\r
+        <var-decl name='types' type-id='type-id-778' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='37' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__54' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='34' column='1' id='type-id-779'>\r
+    <class-decl name='__anonymous_struct__54' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='34' column='1' id='type-id-777'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='type' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='interp_count' type-id='type-id-460' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='36' column='1'/>\r
+        <var-decl name='interp_count' type-id='type-id-458' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='36' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='44' column='1' id='type-id-856'>\r
+    <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='44' column='1' id='type-id-851'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='version' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='45' column='1'/>\r
+        <var-decl name='version' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='name' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='49' column='1'/>\r
         <var-decl name='value' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='50' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='type_cache' size-in-bits='786432' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='55' column='1' id='type-id-1360'>\r
+    <class-decl name='type_cache' size-in-bits='786432' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='55' column='1' id='type-id-1357'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='hashtable' type-id='type-id-857' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='56' column='1'/>\r
+        <var-decl name='hashtable' type-id='type-id-852' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='56' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='managed_static_type_state' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-400' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='59' column='1' id='type-id-1361'>\r
+    <class-decl name='managed_static_type_state' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-399' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='59' column='1' id='type-id-1358'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='type' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='60' column='1'/>\r
       </data-member>\r
         <var-decl name='tp_weaklist' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='72' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='managed_static_type_state' type-id='type-id-1361' filepath='./Include/internal/pycore_typeobject.h' line='73' column='1' id='type-id-400'/>\r
-    <class-decl name='types_state' size-in-bits='867392' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='75' column='1' id='type-id-1251'>\r
+    <typedef-decl name='managed_static_type_state' type-id='type-id-1358' filepath='./Include/internal/pycore_typeobject.h' line='73' column='1' id='type-id-399'/>\r
+    <class-decl name='types_state' size-in-bits='867392' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='75' column='1' id='type-id-1248'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='next_version_tag' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='79' column='1'/>\r
+        <var-decl name='next_version_tag' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='type_cache' type-id='type-id-1360' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='81' column='1'/>\r
+        <var-decl name='type_cache' type-id='type-id-1357' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='786496'>\r
-        <var-decl name='builtins' type-id='type-id-1362' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='122' column='1'/>\r
+        <var-decl name='builtins' type-id='type-id-1359' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='863360'>\r
-        <var-decl name='for_extensions' type-id='type-id-1363' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='128' column='1'/>\r
+        <var-decl name='for_extensions' type-id='type-id-1360' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='128' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='867328'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='129' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='129' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__803' size-in-bits='76864' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='119' column='1' id='type-id-1362'>\r
+    <class-decl name='__anonymous_struct__803' size-in-bits='76864' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='119' column='1' id='type-id-1359'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='num_initialized' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='120' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='initialized' type-id='type-id-845' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='121' column='1'/>\r
+        <var-decl name='initialized' type-id='type-id-841' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='121' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__804' size-in-bits='3968' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='124' column='1' id='type-id-1363'>\r
+    <class-decl name='__anonymous_struct__804' size-in-bits='3968' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='124' column='1' id='type-id-1360'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='num_initialized' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='125' column='1'/>\r
       </data-member>\r
         <var-decl name='next_index' type-id='type-id-21' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='126' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='initialized' type-id='type-id-843' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='127' column='1'/>\r
+        <var-decl name='initialized' type-id='type-id-839' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='127' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='pytype_slotdef' type-id='type-id-331' filepath='./Include/internal/pycore_typeobject.h' line='149' column='1' id='type-id-1364'/>\r
-    <class-decl name='_PyUnicode_Name_CAPI' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1365' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='16' column='1' id='type-id-1366'>\r
+    <typedef-decl name='pytype_slotdef' type-id='type-id-328' filepath='./Include/internal/pycore_typeobject.h' line='149' column='1' id='type-id-1361'/>\r
+    <class-decl name='_PyUnicode_Name_CAPI' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1362' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='16' column='1' id='type-id-1363'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='getname' type-id='type-id-1367' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='21' column='1'/>\r
+        <var-decl name='getname' type-id='type-id-1364' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='21' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='getcode' type-id='type-id-1368' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='26' column='1'/>\r
+        <var-decl name='getcode' type-id='type-id-1365' visibility='default' filepath='./Include/internal/pycore_ucnhash.h' line='26' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyUnicode_Name_CAPI' type-id='type-id-1366' filepath='./Include/internal/pycore_ucnhash.h' line='29' column='1' id='type-id-1365'/>\r
-    <class-decl name='_Py_unicode_runtime_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='294' column='1' id='type-id-1369'>\r
+    <typedef-decl name='_PyUnicode_Name_CAPI' type-id='type-id-1363' filepath='./Include/internal/pycore_ucnhash.h' line='29' column='1' id='type-id-1362'/>\r
+    <class-decl name='_Py_unicode_runtime_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='307' column='1' id='type-id-1366'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='295' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='308' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='next_index' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='298' column='1'/>\r
+        <var-decl name='next_index' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='311' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_unicode_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='301' column='1' id='type-id-1347'>\r
+    <class-decl name='_Py_unicode_runtime_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='314' column='1' id='type-id-1344'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ids' type-id='type-id-1369' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='302' column='1'/>\r
+        <var-decl name='ids' type-id='type-id-1366' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='315' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='307' column='1' id='type-id-1370'>\r
+    <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='320' column='1' id='type-id-1367'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='encoding' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='308' column='1'/>\r
+        <var-decl name='encoding' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='321' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='utf8' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='309' column='1'/>\r
+        <var-decl name='utf8' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='322' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='errors' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='310' column='1'/>\r
+        <var-decl name='errors' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='323' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='error_handler' type-id='type-id-542' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='311' column='1'/>\r
+        <var-decl name='error_handler' type-id='type-id-540' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='324' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_unicode_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='314' column='1' id='type-id-1371'>\r
+    <class-decl name='_Py_unicode_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='327' column='1' id='type-id-1368'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='315' column='1'/>\r
+        <var-decl name='size' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='328' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='array' type-id='type-id-238' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='316' column='1'/>\r
+        <var-decl name='array' type-id='type-id-235' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='329' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_unicode_state' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='319' column='1' id='type-id-1249'>\r
+    <class-decl name='_Py_unicode_state' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='332' column='1' id='type-id-1246'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='fs_codec' type-id='type-id-1370' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='320' column='1'/>\r
+        <var-decl name='fs_codec' type-id='type-id-1367' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='333' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='ucnhash_capi' type-id='type-id-1372' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='322' column='1'/>\r
+        <var-decl name='ucnhash_capi' type-id='type-id-1369' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='335' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='ids' type-id='type-id-1371' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='325' column='1'/>\r
+        <var-decl name='ids' type-id='type-id-1368' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='338' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_warnings_runtime_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='11' column='1' id='type-id-1245'>\r
+    <class-decl name='_warnings_runtime_state' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='11' column='1' id='type-id-1242'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='filters' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='14' column='1'/>\r
       </data-member>\r
         <var-decl name='default_action' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='16' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='mutex' type-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='17' column='1'/>\r
+        <var-decl name='mutex' type-id='type-id-691' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='17' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='filters_version' type-id='type-id-183' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='18' column='1'/>\r
+        <var-decl name='filters_version' type-id='type-id-181' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='18' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyCFunction' type-id='type-id-1373' filepath='./Include/methodobject.h' line='19' column='1' id='type-id-378'/>\r
-    <class-decl name='PyMethodDef' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/methodobject.h' line='59' column='1' id='type-id-1374'>\r
+    <typedef-decl name='PyCFunction' type-id='type-id-1370' filepath='./Include/methodobject.h' line='19' column='1' id='type-id-377'/>\r
+    <class-decl name='PyMethodDef' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/methodobject.h' line='59' column='1' id='type-id-1371'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='ml_name' type-id='type-id-6' visibility='default' filepath='./Include/methodobject.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='ml_meth' type-id='type-id-378' visibility='default' filepath='./Include/methodobject.h' line='61' column='1'/>\r
+        <var-decl name='ml_meth' type-id='type-id-377' visibility='default' filepath='./Include/methodobject.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='ml_flags' type-id='type-id-5' visibility='default' filepath='./Include/methodobject.h' line='62' column='1'/>\r
         <var-decl name='ml_doc' type-id='type-id-6' visibility='default' filepath='./Include/methodobject.h' line='64' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_object' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/object.h' line='163' column='1' id='type-id-1375'>\r
+    <class-decl name='_object' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/object.h' line='163' column='1' id='type-id-1372'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='' type-id='type-id-1376' visibility='default'/>\r
+        <var-decl name='' type-id='type-id-1373' visibility='default'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='ob_type' type-id='type-id-1' visibility='default' filepath='./Include/object.h' line='185' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='./Include/object.h' line='175' column='1' id='type-id-1376'>\r
+    <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='./Include/object.h' line='175' column='1' id='type-id-1373'>\r
       <data-member access='public'>\r
         <var-decl name='ob_refcnt' type-id='type-id-7' visibility='default' filepath='./Include/object.h' line='176' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='ob_refcnt_split' type-id='type-id-858' visibility='default' filepath='./Include/object.h' line='178' column='1'/>\r
+        <var-decl name='ob_refcnt_split' type-id='type-id-853' visibility='default' filepath='./Include/object.h' line='178' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='PyVarObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-320' visibility='default' filepath='./Include/object.h' line='224' column='1' id='type-id-1377'>\r
+    <class-decl name='PyVarObject' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-317' visibility='default' filepath='./Include/object.h' line='224' column='1' id='type-id-1374'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/object.h' line='225' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/object.h' line='225' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='ob_size' type-id='type-id-7' visibility='default' filepath='./Include/object.h' line='226' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyVarObject' type-id='type-id-1377' filepath='./Include/object.h' line='227' column='1' id='type-id-320'/>\r
-    <typedef-decl name='unaryfunc' type-id='type-id-1378' filepath='./Include/object.h' line='461' column='1' id='type-id-970'/>\r
-    <typedef-decl name='binaryfunc' type-id='type-id-1373' filepath='./Include/object.h' line='462' column='1' id='type-id-968'/>\r
-    <typedef-decl name='ternaryfunc' type-id='type-id-1379' filepath='./Include/object.h' line='463' column='1' id='type-id-969'/>\r
-    <typedef-decl name='inquiry' type-id='type-id-1380' filepath='./Include/object.h' line='464' column='1' id='type-id-313'/>\r
-    <typedef-decl name='lenfunc' type-id='type-id-1381' filepath='./Include/object.h' line='465' column='1' id='type-id-973'/>\r
-    <typedef-decl name='ssizeargfunc' type-id='type-id-1382' filepath='./Include/object.h' line='466' column='1' id='type-id-974'/>\r
-    <typedef-decl name='ssizeobjargproc' type-id='type-id-1383' filepath='./Include/object.h' line='468' column='1' id='type-id-975'/>\r
-    <typedef-decl name='objobjargproc' type-id='type-id-1384' filepath='./Include/object.h' line='470' column='1' id='type-id-979'/>\r
-    <typedef-decl name='objobjproc' type-id='type-id-1385' filepath='./Include/object.h' line='472' column='1' id='type-id-976'/>\r
-    <typedef-decl name='visitproc' type-id='type-id-336' filepath='./Include/object.h' line='473' column='1' id='type-id-337'/>\r
-    <typedef-decl name='traverseproc' type-id='type-id-1386' filepath='./Include/object.h' line='474' column='1' id='type-id-312'/>\r
-    <typedef-decl name='freefunc' type-id='type-id-510' filepath='./Include/object.h' line='477' column='1' id='type-id-385'/>\r
-    <typedef-decl name='destructor' type-id='type-id-310' filepath='./Include/object.h' line='478' column='1' id='type-id-988'/>\r
-    <typedef-decl name='getattrfunc' type-id='type-id-1387' filepath='./Include/object.h' line='479' column='1' id='type-id-989'/>\r
-    <typedef-decl name='getattrofunc' type-id='type-id-1373' filepath='./Include/object.h' line='480' column='1' id='type-id-997'/>\r
-    <typedef-decl name='setattrfunc' type-id='type-id-1388' filepath='./Include/object.h' line='481' column='1' id='type-id-990'/>\r
-    <typedef-decl name='setattrofunc' type-id='type-id-1384' filepath='./Include/object.h' line='482' column='1' id='type-id-998'/>\r
-    <typedef-decl name='reprfunc' type-id='type-id-1378' filepath='./Include/object.h' line='483' column='1' id='type-id-992'/>\r
-    <typedef-decl name='hashfunc' type-id='type-id-1389' filepath='./Include/object.h' line='484' column='1' id='type-id-996'/>\r
-    <typedef-decl name='richcmpfunc' type-id='type-id-1390' filepath='./Include/object.h' line='485' column='1' id='type-id-1000'/>\r
-    <typedef-decl name='getiterfunc' type-id='type-id-1378' filepath='./Include/object.h' line='486' column='1' id='type-id-1001'/>\r
-    <typedef-decl name='iternextfunc' type-id='type-id-1378' filepath='./Include/object.h' line='487' column='1' id='type-id-1002'/>\r
-    <typedef-decl name='descrgetfunc' type-id='type-id-1379' filepath='./Include/object.h' line='488' column='1' id='type-id-1003'/>\r
-    <typedef-decl name='descrsetfunc' type-id='type-id-1384' filepath='./Include/object.h' line='489' column='1' id='type-id-1004'/>\r
-    <typedef-decl name='initproc' type-id='type-id-1384' filepath='./Include/object.h' line='490' column='1' id='type-id-1005'/>\r
-    <typedef-decl name='newfunc' type-id='type-id-1391' filepath='./Include/object.h' line='491' column='1' id='type-id-1007'/>\r
-    <typedef-decl name='allocfunc' type-id='type-id-1392' filepath='./Include/object.h' line='492' column='1' id='type-id-1006'/>\r
-    <typedef-decl name='vectorcallfunc' type-id='type-id-1393' filepath='./Include/object.h' line='495' column='1' id='type-id-309'/>\r
-    <enum-decl name='PySendResult' naming-typedef-id='type-id-264' filepath='./Include/object.h' line='1141' column='1' id='type-id-1394'>\r
+    <typedef-decl name='PyVarObject' type-id='type-id-1374' filepath='./Include/object.h' line='227' column='1' id='type-id-317'/>\r
+    <typedef-decl name='unaryfunc' type-id='type-id-1375' filepath='./Include/object.h' line='461' column='1' id='type-id-966'/>\r
+    <typedef-decl name='binaryfunc' type-id='type-id-1370' filepath='./Include/object.h' line='462' column='1' id='type-id-964'/>\r
+    <typedef-decl name='ternaryfunc' type-id='type-id-1376' filepath='./Include/object.h' line='463' column='1' id='type-id-965'/>\r
+    <typedef-decl name='inquiry' type-id='type-id-1377' filepath='./Include/object.h' line='464' column='1' id='type-id-310'/>\r
+    <typedef-decl name='lenfunc' type-id='type-id-1378' filepath='./Include/object.h' line='465' column='1' id='type-id-969'/>\r
+    <typedef-decl name='ssizeargfunc' type-id='type-id-1379' filepath='./Include/object.h' line='466' column='1' id='type-id-970'/>\r
+    <typedef-decl name='ssizeobjargproc' type-id='type-id-1380' filepath='./Include/object.h' line='468' column='1' id='type-id-971'/>\r
+    <typedef-decl name='objobjargproc' type-id='type-id-1381' filepath='./Include/object.h' line='470' column='1' id='type-id-975'/>\r
+    <typedef-decl name='objobjproc' type-id='type-id-1382' filepath='./Include/object.h' line='472' column='1' id='type-id-972'/>\r
+    <typedef-decl name='visitproc' type-id='type-id-333' filepath='./Include/object.h' line='473' column='1' id='type-id-334'/>\r
+    <typedef-decl name='traverseproc' type-id='type-id-1383' filepath='./Include/object.h' line='474' column='1' id='type-id-309'/>\r
+    <typedef-decl name='freefunc' type-id='type-id-508' filepath='./Include/object.h' line='477' column='1' id='type-id-384'/>\r
+    <typedef-decl name='destructor' type-id='type-id-307' filepath='./Include/object.h' line='478' column='1' id='type-id-984'/>\r
+    <typedef-decl name='getattrfunc' type-id='type-id-1384' filepath='./Include/object.h' line='479' column='1' id='type-id-985'/>\r
+    <typedef-decl name='getattrofunc' type-id='type-id-1370' filepath='./Include/object.h' line='480' column='1' id='type-id-993'/>\r
+    <typedef-decl name='setattrfunc' type-id='type-id-1385' filepath='./Include/object.h' line='481' column='1' id='type-id-986'/>\r
+    <typedef-decl name='setattrofunc' type-id='type-id-1381' filepath='./Include/object.h' line='482' column='1' id='type-id-994'/>\r
+    <typedef-decl name='reprfunc' type-id='type-id-1375' filepath='./Include/object.h' line='483' column='1' id='type-id-988'/>\r
+    <typedef-decl name='hashfunc' type-id='type-id-1386' filepath='./Include/object.h' line='484' column='1' id='type-id-992'/>\r
+    <typedef-decl name='richcmpfunc' type-id='type-id-1387' filepath='./Include/object.h' line='485' column='1' id='type-id-996'/>\r
+    <typedef-decl name='getiterfunc' type-id='type-id-1375' filepath='./Include/object.h' line='486' column='1' id='type-id-997'/>\r
+    <typedef-decl name='iternextfunc' type-id='type-id-1375' filepath='./Include/object.h' line='487' column='1' id='type-id-998'/>\r
+    <typedef-decl name='descrgetfunc' type-id='type-id-1376' filepath='./Include/object.h' line='488' column='1' id='type-id-999'/>\r
+    <typedef-decl name='descrsetfunc' type-id='type-id-1381' filepath='./Include/object.h' line='489' column='1' id='type-id-1000'/>\r
+    <typedef-decl name='initproc' type-id='type-id-1381' filepath='./Include/object.h' line='490' column='1' id='type-id-1001'/>\r
+    <typedef-decl name='newfunc' type-id='type-id-1388' filepath='./Include/object.h' line='491' column='1' id='type-id-1003'/>\r
+    <typedef-decl name='allocfunc' type-id='type-id-1389' filepath='./Include/object.h' line='492' column='1' id='type-id-1002'/>\r
+    <typedef-decl name='vectorcallfunc' type-id='type-id-1390' filepath='./Include/object.h' line='495' column='1' id='type-id-306'/>\r
+    <enum-decl name='PySendResult' naming-typedef-id='type-id-261' filepath='./Include/object.h' line='1146' column='1' id='type-id-1391'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PYGEN_RETURN' value='0'/>\r
       <enumerator name='PYGEN_ERROR' value='-1'/>\r
       <enumerator name='PYGEN_NEXT' value='1'/>\r
     </enum-decl>\r
-    <typedef-decl name='PySendResult' type-id='type-id-1394' filepath='./Include/object.h' line='1145' column='1' id='type-id-264'/>\r
-    <class-decl name='Py_buffer' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-253' visibility='default' filepath='./Include/pybuffer.h' line='20' column='1' id='type-id-1395'>\r
+    <typedef-decl name='PySendResult' type-id='type-id-1391' filepath='./Include/object.h' line='1150' column='1' id='type-id-261'/>\r
+    <class-decl name='Py_buffer' size-in-bits='640' is-struct='yes' naming-typedef-id='type-id-250' visibility='default' filepath='./Include/pybuffer.h' line='20' column='1' id='type-id-1392'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='buf' type-id='type-id-30' visibility='default' filepath='./Include/pybuffer.h' line='21' column='1'/>\r
       </data-member>\r
         <var-decl name='internal' type-id='type-id-30' visibility='default' filepath='./Include/pybuffer.h' line='32' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='Py_buffer' type-id='type-id-1395' filepath='./Include/pybuffer.h' line='33' column='1' id='type-id-253'/>\r
-    <typedef-decl name='getbufferproc' type-id='type-id-1396' filepath='./Include/pybuffer.h' line='35' column='1' id='type-id-529'/>\r
-    <typedef-decl name='releasebufferproc' type-id='type-id-1397' filepath='./Include/pybuffer.h' line='36' column='1' id='type-id-986'/>\r
-    <typedef-decl name='Py_ssize_t' type-id='type-id-184' filepath='./Include/pyport.h' line='127' column='1' id='type-id-7'/>\r
-    <typedef-decl name='Py_hash_t' type-id='type-id-7' filepath='./Include/pyport.h' line='141' column='1' id='type-id-301'/>\r
-    <typedef-decl name='Py_uhash_t' type-id='type-id-21' filepath='./Include/pyport.h' line='144' column='1' id='type-id-1223'/>\r
-    <typedef-decl name='PyThread_type_lock' type-id='type-id-30' filepath='./Include/pythread.h' line='4' column='1' id='type-id-1154'/>\r
-    <typedef-decl name='Py_tss_t' type-id='type-id-1033' filepath='./Include/pythread.h' line='90' column='1' id='type-id-1344'/>\r
-    <typedef-decl name='PyMethodDef' type-id='type-id-1374' filepath='./Include/pytypedefs.h' line='14' column='1' id='type-id-1398'/>\r
-    <typedef-decl name='PyGetSetDef' type-id='type-id-1045' filepath='./Include/pytypedefs.h' line='15' column='1' id='type-id-1399'/>\r
-    <typedef-decl name='PyMemberDef' type-id='type-id-1046' filepath='./Include/pytypedefs.h' line='16' column='1' id='type-id-1400'/>\r
-    <typedef-decl name='PyObject' type-id='type-id-1375' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-356'/>\r
-    <typedef-decl name='PyLongObject' type-id='type-id-961' filepath='./Include/pytypedefs.h' line='19' column='1' id='type-id-251'/>\r
-    <typedef-decl name='PyTypeObject' type-id='type-id-987' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-266'/>\r
-    <typedef-decl name='PyCodeObject' type-id='type-id-923' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-1401'/>\r
-    <typedef-decl name='PyFrameObject' type-id='type-id-1159' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-1402'/>\r
-    <typedef-decl name='PyThreadState' type-id='type-id-1028' filepath='./Include/pytypedefs.h' line='24' column='1' id='type-id-1358'/>\r
-    <typedef-decl name='PyInterpreterState' type-id='type-id-1242' filepath='./Include/pytypedefs.h' line='25' column='1' id='type-id-1349'/>\r
-    <class-decl name='PySliceObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1403' visibility='default' filepath='./Include/sliceobject.h' line='26' column='1' id='type-id-1404'>\r
-      <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/sliceobject.h' line='27' column='1'/>\r
+    <typedef-decl name='Py_buffer' type-id='type-id-1392' filepath='./Include/pybuffer.h' line='33' column='1' id='type-id-250'/>\r
+    <typedef-decl name='getbufferproc' type-id='type-id-1393' filepath='./Include/pybuffer.h' line='35' column='1' id='type-id-527'/>\r
+    <typedef-decl name='releasebufferproc' type-id='type-id-1394' filepath='./Include/pybuffer.h' line='36' column='1' id='type-id-982'/>\r
+    <typedef-decl name='Py_ssize_t' type-id='type-id-182' filepath='./Include/pyport.h' line='127' column='1' id='type-id-7'/>\r
+    <typedef-decl name='Py_hash_t' type-id='type-id-7' filepath='./Include/pyport.h' line='141' column='1' id='type-id-298'/>\r
+    <typedef-decl name='Py_uhash_t' type-id='type-id-21' filepath='./Include/pyport.h' line='144' column='1' id='type-id-1219'/>\r
+    <typedef-decl name='PyThread_type_lock' type-id='type-id-30' filepath='./Include/pythread.h' line='4' column='1' id='type-id-1150'/>\r
+    <typedef-decl name='Py_tss_t' type-id='type-id-1029' filepath='./Include/pythread.h' line='90' column='1' id='type-id-1341'/>\r
+    <typedef-decl name='PyMethodDef' type-id='type-id-1371' filepath='./Include/pytypedefs.h' line='14' column='1' id='type-id-1395'/>\r
+    <typedef-decl name='PyGetSetDef' type-id='type-id-1041' filepath='./Include/pytypedefs.h' line='15' column='1' id='type-id-1396'/>\r
+    <typedef-decl name='PyMemberDef' type-id='type-id-1042' filepath='./Include/pytypedefs.h' line='16' column='1' id='type-id-1397'/>\r
+    <typedef-decl name='PyObject' type-id='type-id-1372' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-353'/>\r
+    <typedef-decl name='PyLongObject' type-id='type-id-957' filepath='./Include/pytypedefs.h' line='19' column='1' id='type-id-248'/>\r
+    <typedef-decl name='PyTypeObject' type-id='type-id-983' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-263'/>\r
+    <typedef-decl name='PyCodeObject' type-id='type-id-919' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-1398'/>\r
+    <typedef-decl name='PyFrameObject' type-id='type-id-1155' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-1399'/>\r
+    <typedef-decl name='PyThreadState' type-id='type-id-1024' filepath='./Include/pytypedefs.h' line='24' column='1' id='type-id-1355'/>\r
+    <typedef-decl name='PyInterpreterState' type-id='type-id-1239' filepath='./Include/pytypedefs.h' line='25' column='1' id='type-id-1346'/>\r
+    <class-decl name='PySliceObject' size-in-bits='320' is-struct='yes' naming-typedef-id='type-id-1400' visibility='default' filepath='./Include/sliceobject.h' line='26' column='1' id='type-id-1401'>\r
+      <data-member access='public' layout-offset-in-bits='0'>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/sliceobject.h' line='27' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='start' type-id='type-id-4' visibility='default' filepath='./Include/sliceobject.h' line='28' column='1'/>\r
         <var-decl name='step' type-id='type-id-4' visibility='default' filepath='./Include/sliceobject.h' line='28' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PySliceObject' type-id='type-id-1404' filepath='./Include/sliceobject.h' line='29' column='1' id='type-id-1403'/>\r
-    <typedef-decl name='Py_UCS4' type-id='type-id-326' filepath='./Include/unicodeobject.h' line='94' column='1' id='type-id-259'/>\r
-    <typedef-decl name='__sighandler_t' type-id='type-id-1405' filepath='/usr/include/signal.h' line='72' column='1' id='type-id-1406'/>\r
-    <typedef-decl name='uintptr_t' type-id='type-id-2' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-427'/>\r
-    <union-decl name='__atomic_wide_counter' size-in-bits='64' naming-typedef-id='type-id-1407' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='25' column='1' id='type-id-1408'>\r
+    <typedef-decl name='PySliceObject' type-id='type-id-1401' filepath='./Include/sliceobject.h' line='29' column='1' id='type-id-1400'/>\r
+    <typedef-decl name='Py_UCS4' type-id='type-id-323' filepath='./Include/unicodeobject.h' line='94' column='1' id='type-id-256'/>\r
+    <typedef-decl name='__sighandler_t' type-id='type-id-1402' filepath='/usr/include/signal.h' line='72' column='1' id='type-id-1403'/>\r
+    <typedef-decl name='uintptr_t' type-id='type-id-2' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-426'/>\r
+    <union-decl name='__atomic_wide_counter' size-in-bits='64' naming-typedef-id='type-id-1404' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='25' column='1' id='type-id-1405'>\r
       <data-member access='public'>\r
-        <var-decl name='__value64' type-id='type-id-376' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='27' column='1'/>\r
+        <var-decl name='__value64' type-id='type-id-375' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='27' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__value32' type-id='type-id-1409' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='32' column='1'/>\r
+        <var-decl name='__value32' type-id='type-id-1406' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='32' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__31' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='28' column='1' id='type-id-1409'>\r
+    <class-decl name='__anonymous_struct__31' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='28' column='1' id='type-id-1406'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='__low' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='30' column='1'/>\r
+        <var-decl name='__low' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='30' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='__high' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='31' column='1'/>\r
+        <var-decl name='__high' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='31' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='__atomic_wide_counter' type-id='type-id-1408' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='33' column='1' id='type-id-1407'/>\r
-    <union-decl name='pthread_condattr_t' size-in-bits='32' naming-typedef-id='type-id-1314' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='41' column='1' id='type-id-1410'>\r
+    <typedef-decl name='__atomic_wide_counter' type-id='type-id-1405' filepath='/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h' line='33' column='1' id='type-id-1404'/>\r
+    <union-decl name='pthread_condattr_t' size-in-bits='32' naming-typedef-id='type-id-1311' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='41' column='1' id='type-id-1407'>\r
       <data-member access='public'>\r
-        <var-decl name='__size' type-id='type-id-814' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='43' column='1'/>\r
+        <var-decl name='__size' type-id='type-id-810' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
         <var-decl name='__align' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='44' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='pthread_condattr_t' type-id='type-id-1410' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='45' column='1' id='type-id-1314'/>\r
-    <typedef-decl name='pthread_key_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='49' column='1' id='type-id-507'/>\r
-    <union-decl name='pthread_mutex_t' size-in-bits='320' naming-typedef-id='type-id-1170' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='67' column='1' id='type-id-1411'>\r
+    <typedef-decl name='pthread_condattr_t' type-id='type-id-1407' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='45' column='1' id='type-id-1311'/>\r
+    <typedef-decl name='pthread_key_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='49' column='1' id='type-id-505'/>\r
+    <union-decl name='pthread_mutex_t' size-in-bits='320' naming-typedef-id='type-id-1166' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='67' column='1' id='type-id-1408'>\r
       <data-member access='public'>\r
-        <var-decl name='__data' type-id='type-id-1412' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='69' column='1'/>\r
+        <var-decl name='__data' type-id='type-id-1409' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__size' type-id='type-id-810' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='70' column='1'/>\r
+        <var-decl name='__size' type-id='type-id-806' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__align' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='71' column='1'/>\r
+        <var-decl name='__align' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='71' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='pthread_mutex_t' type-id='type-id-1411' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='72' column='1' id='type-id-1170'/>\r
-    <union-decl name='pthread_cond_t' size-in-bits='384' naming-typedef-id='type-id-1169' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='75' column='1' id='type-id-1413'>\r
+    <typedef-decl name='pthread_mutex_t' type-id='type-id-1408' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='72' column='1' id='type-id-1166'/>\r
+    <union-decl name='pthread_cond_t' size-in-bits='384' naming-typedef-id='type-id-1165' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='75' column='1' id='type-id-1410'>\r
       <data-member access='public'>\r
-        <var-decl name='__data' type-id='type-id-1414' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='77' column='1'/>\r
+        <var-decl name='__data' type-id='type-id-1411' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__size' type-id='type-id-812' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='78' column='1'/>\r
+        <var-decl name='__size' type-id='type-id-808' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__align' type-id='type-id-377' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='79' column='1'/>\r
+        <var-decl name='__align' type-id='type-id-376' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='79' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='pthread_cond_t' type-id='type-id-1413' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='80' column='1' id='type-id-1169'/>\r
-    <class-decl name='sigaction' size-in-bits='1216' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='27' column='1' id='type-id-1147'>\r
+    <typedef-decl name='pthread_cond_t' type-id='type-id-1410' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='80' column='1' id='type-id-1165'/>\r
+    <class-decl name='sigaction' size-in-bits='1216' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='27' column='1' id='type-id-1143'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='__sigaction_handler' type-id='type-id-1415' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='38' column='1'/>\r
+        <var-decl name='__sigaction_handler' type-id='type-id-1412' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='sa_mask' type-id='type-id-37' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='46' column='1'/>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
-        <var-decl name='sa_restorer' type-id='type-id-233' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='52' column='1'/>\r
+        <var-decl name='sa_restorer' type-id='type-id-230' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='52' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__5' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='31' column='1' id='type-id-1415'>\r
+    <union-decl name='__anonymous_union__5' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='31' column='1' id='type-id-1412'>\r
       <data-member access='public'>\r
-        <var-decl name='sa_handler' type-id='type-id-1406' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='34' column='1'/>\r
+        <var-decl name='sa_handler' type-id='type-id-1403' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='sa_sigaction' type-id='type-id-1416' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='36' column='1'/>\r
+        <var-decl name='sa_sigaction' type-id='type-id-1413' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/sigaction.h' line='36' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='int8_t' type-id='type-id-1417' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='24' column='1' id='type-id-358'/>\r
-    <typedef-decl name='int32_t' type-id='type-id-1418' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='26' column='1' id='type-id-1109'/>\r
-    <typedef-decl name='int64_t' type-id='type-id-1419' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='27' column='1' id='type-id-460'/>\r
-    <typedef-decl name='uint8_t' type-id='type-id-1420' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='24' column='1' id='type-id-305'/>\r
-    <typedef-decl name='uint16_t' type-id='type-id-1421' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-445'/>\r
-    <typedef-decl name='uint32_t' type-id='type-id-1422' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='26' column='1' id='type-id-326'/>\r
-    <typedef-decl name='uint64_t' type-id='type-id-1423' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-108'/>\r
-    <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-1412'>\r
+    <typedef-decl name='int32_t' type-id='type-id-1414' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='26' column='1' id='type-id-1105'/>\r
+    <typedef-decl name='int64_t' type-id='type-id-1415' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='27' column='1' id='type-id-458'/>\r
+    <typedef-decl name='uint8_t' type-id='type-id-1416' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='24' column='1' id='type-id-302'/>\r
+    <typedef-decl name='uint16_t' type-id='type-id-1417' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-443'/>\r
+    <typedef-decl name='uint32_t' type-id='type-id-1418' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='26' column='1' id='type-id-323'/>\r
+    <typedef-decl name='uint64_t' type-id='type-id-1419' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-106'/>\r
+    <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-1409'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='__count' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='25' column='1'/>\r
+        <var-decl name='__count' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='25' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='__nusers' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='28' column='1'/>\r
+        <var-decl name='__nusers' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='28' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <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'/>\r
         <var-decl name='__elision' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='35' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='__list' type-id='type-id-1424' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='36' column='1'/>\r
+        <var-decl name='__list' type-id='type-id-1420' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_mutex.h' line='36' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__pthread_internal_list' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='51' column='1' id='type-id-1425'>\r
+    <class-decl name='__pthread_internal_list' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='51' column='1' id='type-id-1421'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='__prev' type-id='type-id-1426' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='53' column='1'/>\r
+        <var-decl name='__prev' type-id='type-id-1422' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='__next' type-id='type-id-1426' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='54' column='1'/>\r
+        <var-decl name='__next' type-id='type-id-1422' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='54' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='__pthread_list_t' type-id='type-id-1425' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='55' column='1' id='type-id-1424'/>\r
-    <class-decl name='__pthread_cond_s' size-in-bits='384' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='94' column='1' id='type-id-1414'>\r
+    <typedef-decl name='__pthread_list_t' type-id='type-id-1421' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='55' column='1' id='type-id-1420'/>\r
+    <class-decl name='__pthread_cond_s' size-in-bits='384' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='94' column='1' id='type-id-1411'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='__wseq' type-id='type-id-1407' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='96' column='1'/>\r
+        <var-decl name='__wseq' type-id='type-id-1404' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='__g1_start' type-id='type-id-1407' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='97' column='1'/>\r
+        <var-decl name='__g1_start' type-id='type-id-1404' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='__g_refs' type-id='type-id-905' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='98' column='1'/>\r
+        <var-decl name='__g_refs' type-id='type-id-901' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='__g_size' type-id='type-id-905' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='99' column='1'/>\r
+        <var-decl name='__g_size' type-id='type-id-901' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='__g1_orig_size' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='100' column='1'/>\r
+        <var-decl name='__g1_orig_size' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='100' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
-        <var-decl name='__wrefs' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='101' column='1'/>\r
+        <var-decl name='__wrefs' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='__g_signals' type-id='type-id-905' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='102' column='1'/>\r
-      </data-member>\r
-    </class-decl>\r
-    <typedef-decl name='__int8_t' type-id='type-id-851' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='37' column='1' id='type-id-1417'/>\r
-    <typedef-decl name='__uint8_t' type-id='type-id-91' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='38' column='1' id='type-id-1420'/>\r
-    <typedef-decl name='__uint16_t' type-id='type-id-22' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-1421'/>\r
-    <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-1418'/>\r
-    <typedef-decl name='__uint32_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='42' column='1' id='type-id-1422'/>\r
-    <typedef-decl name='__int64_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-1419'/>\r
-    <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-1423'/>\r
-    <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-186'/>\r
-    <typedef-decl name='__uid_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-116'/>\r
-    <typedef-decl name='__ino64_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='149' column='1' id='type-id-90'/>\r
-    <typedef-decl name='__off_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-1427'/>\r
-    <typedef-decl name='__off64_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-14'/>\r
-    <typedef-decl name='__pid_t' type-id='type-id-5' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='154' column='1' id='type-id-118'/>\r
-    <typedef-decl name='__clock_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='156' column='1' id='type-id-103'/>\r
-    <typedef-decl name='__ssize_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='194' column='1' id='type-id-185'/>\r
-    <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-1428'/>\r
-    <typedef-decl name='FILE' type-id='type-id-1429' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-1430'/>\r
-    <class-decl name='__sigset_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-37' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='5' column='1' id='type-id-1431'>\r
-      <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='__val' type-id='type-id-906' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='7' column='1'/>\r
-      </data-member>\r
-    </class-decl>\r
-    <typedef-decl name='__sigset_t' type-id='type-id-1431' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='8' column='1' id='type-id-37'/>\r
-    <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-1432'>\r
+        <var-decl name='__g_signals' type-id='type-id-901' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h' line='102' column='1'/>\r
+      </data-member>\r
+    </class-decl>\r
+    <typedef-decl name='__uint8_t' type-id='type-id-89' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='38' column='1' id='type-id-1416'/>\r
+    <typedef-decl name='__uint16_t' type-id='type-id-22' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-1417'/>\r
+    <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-1414'/>\r
+    <typedef-decl name='__uint32_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='42' column='1' id='type-id-1418'/>\r
+    <typedef-decl name='__int64_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-1415'/>\r
+    <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-1419'/>\r
+    <typedef-decl name='__dev_t' type-id='type-id-2' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-184'/>\r
+    <typedef-decl name='__uid_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-114'/>\r
+    <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-88'/>\r
+    <typedef-decl name='__off_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-1423'/>\r
+    <typedef-decl name='__off64_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-14'/>\r
+    <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-116'/>\r
+    <typedef-decl name='__clock_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='156' column='1' id='type-id-101'/>\r
+    <typedef-decl name='__ssize_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='194' column='1' id='type-id-183'/>\r
+    <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-1424'/>\r
+    <typedef-decl name='FILE' type-id='type-id-1425' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-1426'/>\r
+    <class-decl name='__sigset_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-37' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='5' column='1' id='type-id-1427'>\r
+      <data-member access='public' layout-offset-in-bits='0'>\r
+        <var-decl name='__val' type-id='type-id-902' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='7' column='1'/>\r
+      </data-member>\r
+    </class-decl>\r
+    <typedef-decl name='__sigset_t' type-id='type-id-1427' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h' line='8' column='1' id='type-id-37'/>\r
+    <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-1428'>\r
       <data-member access='public'>\r
         <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'/>\r
       </data-member>\r
         <var-decl name='sival_ptr' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='27' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='__sigval_t' type-id='type-id-1432' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='30' column='1' id='type-id-1433'/>\r
-    <typedef-decl name='sig_atomic_t' type-id='type-id-1428' filepath='/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h' line='8' column='1' id='type-id-1352'/>\r
-    <class-decl name='siginfo_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-1434' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='36' column='1' id='type-id-1435'>\r
+    <typedef-decl name='__sigval_t' type-id='type-id-1428' filepath='/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h' line='30' column='1' id='type-id-1429'/>\r
+    <typedef-decl name='sig_atomic_t' type-id='type-id-1424' filepath='/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h' line='8' column='1' id='type-id-1349'/>\r
+    <class-decl name='siginfo_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='type-id-1430' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='36' column='1' id='type-id-1431'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='si_signo' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='38' column='1'/>\r
       </data-member>\r
         <var-decl name='__pad0' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='_sifields' type-id='type-id-1436' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='123' column='1'/>\r
+        <var-decl name='_sifields' type-id='type-id-1432' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='123' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__6' size-in-bits='896' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='51' column='1' id='type-id-1436'>\r
+    <union-decl name='__anonymous_union__6' size-in-bits='896' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='51' column='1' id='type-id-1432'>\r
       <data-member access='public'>\r
-        <var-decl name='_pad' type-id='type-id-840' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='53' column='1'/>\r
+        <var-decl name='_pad' type-id='type-id-836' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_kill' type-id='type-id-1437' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='60' column='1'/>\r
+        <var-decl name='_kill' type-id='type-id-1433' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_timer' type-id='type-id-1438' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='68' column='1'/>\r
+        <var-decl name='_timer' type-id='type-id-1434' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_rt' type-id='type-id-1439' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='76' column='1'/>\r
+        <var-decl name='_rt' type-id='type-id-1435' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_sigchld' type-id='type-id-1440' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='86' column='1'/>\r
+        <var-decl name='_sigchld' type-id='type-id-1436' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='86' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_sigfault' type-id='type-id-1441' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='105' column='1'/>\r
+        <var-decl name='_sigfault' type-id='type-id-1437' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='105' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_sigpoll' type-id='type-id-1442' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='112' column='1'/>\r
+        <var-decl name='_sigpoll' type-id='type-id-1438' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='112' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_sigsys' type-id='type-id-1443' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='121' column='1'/>\r
+        <var-decl name='_sigsys' type-id='type-id-1439' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='121' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__44' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='56' column='1' id='type-id-1437'>\r
+    <class-decl name='__anonymous_struct__44' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='56' column='1' id='type-id-1433'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='si_pid' type-id='type-id-118' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='58' column='1'/>\r
+        <var-decl name='si_pid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='si_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='59' column='1'/>\r
+        <var-decl name='si_uid' type-id='type-id-114' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='59' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__45' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='63' column='1' id='type-id-1438'>\r
+    <class-decl name='__anonymous_struct__45' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='63' column='1' id='type-id-1434'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='si_tid' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='65' column='1'/>\r
       </data-member>\r
         <var-decl name='si_overrun' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='66' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='si_sigval' type-id='type-id-1433' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='67' column='1'/>\r
+        <var-decl name='si_sigval' type-id='type-id-1429' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='67' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__46' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='71' column='1' id='type-id-1439'>\r
+    <class-decl name='__anonymous_struct__46' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='71' column='1' id='type-id-1435'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='si_pid' type-id='type-id-118' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='73' column='1'/>\r
+        <var-decl name='si_pid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='si_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='74' column='1'/>\r
+        <var-decl name='si_uid' type-id='type-id-114' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='si_sigval' type-id='type-id-1433' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='75' column='1'/>\r
+        <var-decl name='si_sigval' type-id='type-id-1429' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='75' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__47' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='79' column='1' id='type-id-1440'>\r
+    <class-decl name='__anonymous_struct__47' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='79' column='1' id='type-id-1436'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='si_pid' type-id='type-id-118' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='81' column='1'/>\r
+        <var-decl name='si_pid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='si_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='82' column='1'/>\r
+        <var-decl name='si_uid' type-id='type-id-114' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='si_utime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='84' column='1'/>\r
+        <var-decl name='si_utime' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='84' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='si_stime' type-id='type-id-103' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='85' column='1'/>\r
+        <var-decl name='si_stime' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='85' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__48' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='89' column='1' id='type-id-1441'>\r
+    <class-decl name='__anonymous_struct__48' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='89' column='1' id='type-id-1437'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='si_addr' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='91' column='1'/>\r
       </data-member>\r
         <var-decl name='si_addr_lsb' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='_bounds' type-id='type-id-1444' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='104' column='1'/>\r
+        <var-decl name='_bounds' type-id='type-id-1440' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='104' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <union-decl name='__anonymous_union__7' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='94' column='1' id='type-id-1444'>\r
+    <union-decl name='__anonymous_union__7' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='94' column='1' id='type-id-1440'>\r
       <data-member access='public'>\r
-        <var-decl name='_addr_bnd' type-id='type-id-1445' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='101' column='1'/>\r
+        <var-decl name='_addr_bnd' type-id='type-id-1441' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='101' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='_pkey' type-id='type-id-1422' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='103' column='1'/>\r
+        <var-decl name='_pkey' type-id='type-id-1418' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='103' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__49' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='97' column='1' id='type-id-1445'>\r
+    <class-decl name='__anonymous_struct__49' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='97' column='1' id='type-id-1441'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_lower' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='99' column='1'/>\r
       </data-member>\r
         <var-decl name='_upper' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='100' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__50' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='108' column='1' id='type-id-1442'>\r
+    <class-decl name='__anonymous_struct__50' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='108' column='1' id='type-id-1438'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='si_band' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='110' column='1'/>\r
+        <var-decl name='si_band' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='110' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <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'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__51' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='116' column='1' id='type-id-1443'>\r
+    <class-decl name='__anonymous_struct__51' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='116' column='1' id='type-id-1439'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='_call_addr' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='118' column='1'/>\r
       </data-member>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='96'>\r
-        <var-decl name='_arch' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='120' column='1'/>\r
+        <var-decl name='_arch' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='120' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='siginfo_t' type-id='type-id-1435' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='124' column='1' id='type-id-1434'/>\r
-    <class-decl name='stack_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-45' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='26' column='1' id='type-id-1446'>\r
+    <typedef-decl name='siginfo_t' type-id='type-id-1431' filepath='/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h' line='124' column='1' id='type-id-1430'/>\r
+    <class-decl name='stack_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-45' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='26' column='1' id='type-id-1442'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='ss_sp' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='28' column='1'/>\r
       </data-member>\r
         <var-decl name='ss_size' type-id='type-id-21' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='30' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='stack_t' type-id='type-id-1446' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='31' column='1' id='type-id-45'/>\r
-    <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-1447'/>\r
-    <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-1429'>\r
+    <typedef-decl name='stack_t' type-id='type-id-1442' filepath='/usr/include/x86_64-linux-gnu/bits/types/stack_t.h' line='31' column='1' id='type-id-45'/>\r
+    <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-1443'/>\r
+    <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-1425'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <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'/>\r
       </data-member>\r
         <var-decl name='_IO_save_end' type-id='type-id-17' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='66' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='_markers' type-id='type-id-1448' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>\r
+        <var-decl name='_markers' type-id='type-id-1444' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='_chain' type-id='type-id-1449' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='70' column='1'/>\r
+        <var-decl name='_chain' type-id='type-id-1445' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
         <var-decl name='_fileno' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='72' column='1'/>\r
         <var-decl name='_flags2' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='_old_offset' type-id='type-id-1427' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>\r
+        <var-decl name='_old_offset' type-id='type-id-1423' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1024'>\r
         <var-decl name='_cur_column' type-id='type-id-22' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1040'>\r
-        <var-decl name='_vtable_offset' type-id='type-id-851' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>\r
+        <var-decl name='_vtable_offset' type-id='type-id-362' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1048'>\r
-        <var-decl name='_shortbuf' type-id='type-id-805' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='79' column='1'/>\r
+        <var-decl name='_shortbuf' type-id='type-id-803' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='79' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='_lock' type-id='type-id-1450' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>\r
+        <var-decl name='_lock' type-id='type-id-1446' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
         <var-decl name='_offset' type-id='type-id-14' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1216'>\r
-        <var-decl name='_codecvt' type-id='type-id-1451' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>\r
+        <var-decl name='_codecvt' type-id='type-id-1447' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1280'>\r
-        <var-decl name='_wide_data' type-id='type-id-1452' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='92' column='1'/>\r
+        <var-decl name='_wide_data' type-id='type-id-1448' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1344'>\r
-        <var-decl name='_freeres_list' type-id='type-id-1449' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='93' column='1'/>\r
+        <var-decl name='_freeres_list' type-id='type-id-1445' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1408'>\r
         <var-decl name='_freeres_buf' type-id='type-id-30' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='94' column='1'/>\r
         <var-decl name='_mode' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1568'>\r
-        <var-decl name='_unused2' type-id='type-id-807' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>\r
+        <var-decl name='_unused2' type-id='type-id-805' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='ino_t' type-id='type-id-90' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='49' column='1' id='type-id-1305'/>\r
-    <typedef-decl name='dev_t' type-id='type-id-186' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='59' column='1' id='type-id-1304'/>\r
-    <typedef-decl name='ssize_t' type-id='type-id-185' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-184'/>\r
-    <typedef-decl name='wchar_t' type-id='type-id-5' filepath='/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h' line='321' column='1' id='type-id-388'/>\r
-    <enum-decl name='decoding_state' filepath='Parser/lexer/state.h' line='13' column='1' id='type-id-675'>\r
+    <typedef-decl name='ino_t' type-id='type-id-88' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='49' column='1' id='type-id-1302'/>\r
+    <typedef-decl name='dev_t' type-id='type-id-184' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='59' column='1' id='type-id-1301'/>\r
+    <typedef-decl name='ssize_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-182'/>\r
+    <typedef-decl name='wchar_t' type-id='type-id-5' filepath='/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h' line='321' column='1' id='type-id-387'/>\r
+    <enum-decl name='decoding_state' filepath='Parser/lexer/state.h' line='13' column='1' id='type-id-673'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='STATE_INIT' value='0'/>\r
       <enumerator name='STATE_SEEK_CODING' value='1'/>\r
       <enumerator name='STATE_NORMAL' value='2'/>\r
     </enum-decl>\r
-    <enum-decl name='interactive_underflow_t' filepath='Parser/lexer/state.h' line='19' column='1' id='type-id-676'>\r
+    <enum-decl name='interactive_underflow_t' filepath='Parser/lexer/state.h' line='19' column='1' id='type-id-674'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='IUNDERFLOW_NORMAL' value='0'/>\r
       <enumerator name='IUNDERFLOW_STOP' value='1'/>\r
     </enum-decl>\r
-    <class-decl name='token' size-in-bits='384' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='27' column='1' id='type-id-1453'>\r
+    <class-decl name='token' size-in-bits='384' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='27' column='1' id='type-id-1449'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='level' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='28' column='1'/>\r
       </data-member>\r
         <var-decl name='metadata' type-id='type-id-4' visibility='default' filepath='Parser/lexer/state.h' line='31' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='tokenizer_mode_kind_t' filepath='Parser/lexer/state.h' line='34' column='1' id='type-id-1454'>\r
+    <enum-decl name='tokenizer_mode_kind_t' filepath='Parser/lexer/state.h' line='34' column='1' id='type-id-1450'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='TOK_REGULAR_MODE' value='0'/>\r
       <enumerator name='TOK_FSTRING_MODE' value='1'/>\r
     </enum-decl>\r
-    <class-decl name='_tokenizer_mode' size-in-bits='768' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='41' column='1' id='type-id-1455'>\r
+    <class-decl name='_tokenizer_mode' size-in-bits='768' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='41' column='1' id='type-id-1451'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-1454' visibility='default' filepath='Parser/lexer/state.h' line='42' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-1450' visibility='default' filepath='Parser/lexer/state.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
         <var-decl name='curly_bracket_depth' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='44' column='1'/>\r
         <var-decl name='in_format_spec' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='61' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='tokenizer_mode' type-id='type-id-1455' filepath='Parser/lexer/state.h' line='62' column='1' id='type-id-852'/>\r
-    <class-decl name='tok_state' size-in-bits='138176' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='65' column='1' id='type-id-671'>\r
+    <typedef-decl name='tokenizer_mode' type-id='type-id-1451' filepath='Parser/lexer/state.h' line='62' column='1' id='type-id-847'/>\r
+    <class-decl name='tok_state' size-in-bits='138176' is-struct='yes' visibility='default' filepath='Parser/lexer/state.h' line='65' column='1' id='type-id-669'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='buf' type-id='type-id-17' visibility='default' filepath='Parser/lexer/state.h' line='68' column='1'/>\r
       </data-member>\r
         <var-decl name='indent' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='indstack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='81' column='1'/>\r
+        <var-decl name='indstack' type-id='type-id-670' visibility='default' filepath='Parser/lexer/state.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='3904'>\r
         <var-decl name='atbol' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='82' column='1'/>\r
         <var-decl name='level' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='90' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='4256'>\r
-        <var-decl name='parenstack' type-id='type-id-673' visibility='default' filepath='Parser/lexer/state.h' line='92' column='1'/>\r
+        <var-decl name='parenstack' type-id='type-id-671' visibility='default' filepath='Parser/lexer/state.h' line='92' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='5856'>\r
-        <var-decl name='parenlinenostack' type-id='type-id-674' visibility='default' filepath='Parser/lexer/state.h' line='93' column='1'/>\r
+        <var-decl name='parenlinenostack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='93' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='12256'>\r
-        <var-decl name='parencolstack' type-id='type-id-674' visibility='default' filepath='Parser/lexer/state.h' line='94' column='1'/>\r
+        <var-decl name='parencolstack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='18688'>\r
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='Parser/lexer/state.h' line='95' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='18752'>\r
-        <var-decl name='altindstack' type-id='type-id-672' visibility='default' filepath='Parser/lexer/state.h' line='97' column='1'/>\r
+        <var-decl name='altindstack' type-id='type-id-670' visibility='default' filepath='Parser/lexer/state.h' line='97' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='21952'>\r
-        <var-decl name='decoding_state' type-id='type-id-675' visibility='default' filepath='Parser/lexer/state.h' line='99' column='1'/>\r
+        <var-decl name='decoding_state' type-id='type-id-673' visibility='default' filepath='Parser/lexer/state.h' line='99' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='21984'>\r
         <var-decl name='decoding_erred' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='100' column='1'/>\r
         <var-decl name='type_comments' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='114' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22688'>\r
-        <var-decl name='interactive_underflow' type-id='type-id-676' visibility='default' filepath='Parser/lexer/state.h' line='117' column='1'/>\r
+        <var-decl name='interactive_underflow' type-id='type-id-674' visibility='default' filepath='Parser/lexer/state.h' line='117' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22720'>\r
-        <var-decl name='underflow' type-id='type-id-677' visibility='default' filepath='Parser/lexer/state.h' line='118' column='1'/>\r
+        <var-decl name='underflow' type-id='type-id-675' visibility='default' filepath='Parser/lexer/state.h' line='118' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22784'>\r
         <var-decl name='report_warnings' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='120' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='22848'>\r
-        <var-decl name='tok_mode_stack' type-id='type-id-678' visibility='default' filepath='Parser/lexer/state.h' line='122' column='1'/>\r
+        <var-decl name='tok_mode_stack' type-id='type-id-676' visibility='default' filepath='Parser/lexer/state.h' line='122' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='138048'>\r
         <var-decl name='tok_mode_stack_index' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='123' column='1'/>\r
         <var-decl name='implicit_newline' type-id='type-id-5' visibility='default' filepath='Parser/lexer/state.h' line='126' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_memo' size-in-bits='256' is-struct='yes' visibility='default' filepath='Parser/pegen.h' line='27' column='1' id='type-id-1456'>\r
+    <class-decl name='_memo' size-in-bits='256' is-struct='yes' visibility='default' filepath='Parser/pegen.h' line='27' column='1' id='type-id-1452'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='type' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='28' column='1'/>\r
       </data-member>\r
         <var-decl name='mark' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='30' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='next' type-id='type-id-1457' visibility='default' filepath='Parser/pegen.h' line='31' column='1'/>\r
+        <var-decl name='next' type-id='type-id-1453' visibility='default' filepath='Parser/pegen.h' line='31' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='Memo' type-id='type-id-1456' filepath='Parser/pegen.h' line='32' column='1' id='type-id-1458'/>\r
-    <class-decl name='Token' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-1459' visibility='default' filepath='Parser/pegen.h' line='34' column='1' id='type-id-1460'>\r
+    <typedef-decl name='Memo' type-id='type-id-1452' filepath='Parser/pegen.h' line='32' column='1' id='type-id-1454'/>\r
+    <class-decl name='Token' size-in-bits='448' is-struct='yes' naming-typedef-id='type-id-1455' visibility='default' filepath='Parser/pegen.h' line='34' column='1' id='type-id-1456'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='type' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='35' column='1'/>\r
       </data-member>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='memo' type-id='type-id-1461' visibility='default' filepath='Parser/pegen.h' line='39' column='1'/>\r
+        <var-decl name='memo' type-id='type-id-1457' visibility='default' filepath='Parser/pegen.h' line='39' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
         <var-decl name='metadata' type-id='type-id-4' visibility='default' filepath='Parser/pegen.h' line='40' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='Token' type-id='type-id-1460' filepath='Parser/pegen.h' line='41' column='1' id='type-id-1459'/>\r
-    <class-decl name='KeywordToken' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1462' visibility='default' filepath='Parser/pegen.h' line='43' column='1' id='type-id-1463'>\r
+    <typedef-decl name='Token' type-id='type-id-1456' filepath='Parser/pegen.h' line='41' column='1' id='type-id-1455'/>\r
+    <class-decl name='KeywordToken' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1458' visibility='default' filepath='Parser/pegen.h' line='43' column='1' id='type-id-1459'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='str' type-id='type-id-6' visibility='default' filepath='Parser/pegen.h' line='44' column='1'/>\r
       </data-member>\r
         <var-decl name='type' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='45' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='KeywordToken' type-id='type-id-1463' filepath='Parser/pegen.h' line='46' column='1' id='type-id-1462'/>\r
-    <class-decl name='growable_comment_array' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-691' visibility='default' filepath='Parser/pegen.h' line='49' column='1' id='type-id-1464'>\r
+    <typedef-decl name='KeywordToken' type-id='type-id-1459' filepath='Parser/pegen.h' line='46' column='1' id='type-id-1458'/>\r
+    <class-decl name='growable_comment_array' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-689' visibility='default' filepath='Parser/pegen.h' line='49' column='1' id='type-id-1460'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='items' type-id='type-id-1465' visibility='default' filepath='Parser/pegen.h' line='53' column='1'/>\r
+        <var-decl name='items' type-id='type-id-1461' visibility='default' filepath='Parser/pegen.h' line='53' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='size' type-id='type-id-21' visibility='default' filepath='Parser/pegen.h' line='54' column='1'/>\r
         <var-decl name='num_items' type-id='type-id-21' visibility='default' filepath='Parser/pegen.h' line='55' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__2' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='Parser/pegen.h' line='50' column='1' id='type-id-1466'>\r
+    <class-decl name='__anonymous_struct__2' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='Parser/pegen.h' line='50' column='1' id='type-id-1462'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='51' column='1'/>\r
       </data-member>\r
         <var-decl name='comment' type-id='type-id-17' visibility='default' filepath='Parser/pegen.h' line='52' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='growable_comment_array' type-id='type-id-1464' filepath='Parser/pegen.h' line='56' column='1' id='type-id-691'/>\r
-    <class-decl name='Parser' size-in-bits='1280' is-struct='yes' naming-typedef-id='type-id-686' visibility='default' filepath='Parser/pegen.h' line='58' column='1' id='type-id-687'>\r
+    <typedef-decl name='growable_comment_array' type-id='type-id-1460' filepath='Parser/pegen.h' line='56' column='1' id='type-id-689'/>\r
+    <class-decl name='Parser' size-in-bits='1280' is-struct='yes' naming-typedef-id='type-id-684' visibility='default' filepath='Parser/pegen.h' line='58' column='1' id='type-id-685'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='tok' type-id='type-id-688' visibility='default' filepath='Parser/pegen.h' line='59' column='1'/>\r
+        <var-decl name='tok' type-id='type-id-686' visibility='default' filepath='Parser/pegen.h' line='59' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='tokens' type-id='type-id-689' visibility='default' filepath='Parser/pegen.h' line='60' column='1'/>\r
+        <var-decl name='tokens' type-id='type-id-687' visibility='default' filepath='Parser/pegen.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='mark' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='61' column='1'/>\r
         <var-decl name='size' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='arena' type-id='type-id-679' visibility='default' filepath='Parser/pegen.h' line='63' column='1'/>\r
+        <var-decl name='arena' type-id='type-id-677' visibility='default' filepath='Parser/pegen.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='keywords' type-id='type-id-690' visibility='default' filepath='Parser/pegen.h' line='64' column='1'/>\r
+        <var-decl name='keywords' type-id='type-id-688' visibility='default' filepath='Parser/pegen.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='soft_keywords' type-id='type-id-248' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>\r
+        <var-decl name='soft_keywords' type-id='type-id-245' visibility='default' filepath='Parser/pegen.h' line='65' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
         <var-decl name='n_keyword_lists' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='66' column='1'/>\r
         <var-decl name='start_rule' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='errcode' type-id='type-id-177' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>\r
+        <var-decl name='errcode' type-id='type-id-175' visibility='default' filepath='Parser/pegen.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
         <var-decl name='parsing_started' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='69' column='1'/>\r
         <var-decl name='feature_version' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='type_ignore_comments' type-id='type-id-691' visibility='default' filepath='Parser/pegen.h' line='76' column='1'/>\r
+        <var-decl name='type_ignore_comments' type-id='type-id-689' visibility='default' filepath='Parser/pegen.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='known_err_token' type-id='type-id-685' visibility='default' filepath='Parser/pegen.h' line='77' column='1'/>\r
+        <var-decl name='known_err_token' type-id='type-id-683' visibility='default' filepath='Parser/pegen.h' line='77' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1152'>\r
         <var-decl name='level' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='78' column='1'/>\r
         <var-decl name='debug' type-id='type-id-5' visibility='default' filepath='Parser/pegen.h' line='80' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='Parser' type-id='type-id-687' filepath='Parser/pegen.h' line='81' column='1' id='type-id-686'/>\r
-    <pointer-type-def type-id='type-id-1143' size-in-bits='64' id='type-id-747'/>\r
-    <pointer-type-def type-id='type-id-1430' size-in-bits='64' id='type-id-56'/>\r
-    <pointer-type-def type-id='type-id-1462' size-in-bits='64' id='type-id-1467'/>\r
-    <pointer-type-def type-id='type-id-1467' size-in-bits='64' id='type-id-690'/>\r
-    <pointer-type-def type-id='type-id-1458' size-in-bits='64' id='type-id-1461'/>\r
-    <pointer-type-def type-id='type-id-686' size-in-bits='64' id='type-id-684'/>\r
-    <pointer-type-def type-id='type-id-1301' size-in-bits='64' id='type-id-679'/>\r
-    <pointer-type-def type-id='type-id-816' size-in-bits='64' id='type-id-749'/>\r
-    <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-991'/>\r
-    <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1146'/>\r
-    <pointer-type-def type-id='type-id-984' size-in-bits='64' id='type-id-999'/>\r
-    <pointer-type-def type-id='type-id-1401' size-in-bits='64' id='type-id-325'/>\r
-    <pointer-type-def type-id='type-id-932' size-in-bits='64' id='type-id-1128'/>\r
-    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-415'/>\r
-    <pointer-type-def type-id='type-id-936' size-in-bits='64' id='type-id-335'/>\r
-    <pointer-type-def type-id='type-id-935' size-in-bits='64' id='type-id-938'/>\r
-    <pointer-type-def type-id='type-id-943' size-in-bits='64' id='type-id-1161'/>\r
-    <pointer-type-def type-id='type-id-1402' size-in-bits='64' id='type-id-351'/>\r
-    <pointer-type-def type-id='type-id-945' size-in-bits='64' id='type-id-308'/>\r
-    <pointer-type-def type-id='type-id-1164' size-in-bits='64' id='type-id-1167'/>\r
-    <pointer-type-def type-id='type-id-1399' size-in-bits='64' id='type-id-334'/>\r
-    <pointer-type-def type-id='type-id-1210' size-in-bits='64' id='type-id-1213'/>\r
-    <pointer-type-def type-id='type-id-1179' size-in-bits='64' id='type-id-1129'/>\r
-    <pointer-type-def type-id='type-id-1349' size-in-bits='64' id='type-id-28'/>\r
-    <pointer-type-def type-id='type-id-956' size-in-bits='64' id='type-id-260'/>\r
-    <pointer-type-def type-id='type-id-977' size-in-bits='64' id='type-id-995'/>\r
-    <pointer-type-def type-id='type-id-1400' size-in-bits='64' id='type-id-333'/>\r
-    <pointer-type-def type-id='type-id-1398' size-in-bits='64' id='type-id-176'/>\r
-    <pointer-type-def type-id='type-id-966' size-in-bits='64' id='type-id-993'/>\r
-    <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-4'/>\r
-    <pointer-type-def type-id='type-id-390' size-in-bits='64' id='type-id-380'/>\r
-    <pointer-type-def type-id='type-id-1468' size-in-bits='64' id='type-id-1378'/>\r
-    <pointer-type-def type-id='type-id-1469' size-in-bits='64' id='type-id-1393'/>\r
-    <pointer-type-def type-id='type-id-1470' size-in-bits='64' id='type-id-1373'/>\r
+    <typedef-decl name='Parser' type-id='type-id-685' filepath='Parser/pegen.h' line='81' column='1' id='type-id-684'/>\r
+    <pointer-type-def type-id='type-id-1139' size-in-bits='64' id='type-id-745'/>\r
+    <pointer-type-def type-id='type-id-1426' size-in-bits='64' id='type-id-56'/>\r
+    <pointer-type-def type-id='type-id-1458' size-in-bits='64' id='type-id-1463'/>\r
+    <pointer-type-def type-id='type-id-1463' size-in-bits='64' id='type-id-688'/>\r
+    <pointer-type-def type-id='type-id-1454' size-in-bits='64' id='type-id-1457'/>\r
+    <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-682'/>\r
+    <pointer-type-def type-id='type-id-1298' size-in-bits='64' id='type-id-677'/>\r
+    <pointer-type-def type-id='type-id-812' size-in-bits='64' id='type-id-747'/>\r
+    <pointer-type-def type-id='type-id-978' size-in-bits='64' id='type-id-987'/>\r
+    <pointer-type-def type-id='type-id-1011' size-in-bits='64' id='type-id-1142'/>\r
+    <pointer-type-def type-id='type-id-980' size-in-bits='64' id='type-id-995'/>\r
+    <pointer-type-def type-id='type-id-1398' size-in-bits='64' id='type-id-322'/>\r
+    <pointer-type-def type-id='type-id-928' size-in-bits='64' id='type-id-1124'/>\r
+    <pointer-type-def type-id='type-id-510' size-in-bits='64' id='type-id-414'/>\r
+    <pointer-type-def type-id='type-id-932' size-in-bits='64' id='type-id-332'/>\r
+    <pointer-type-def type-id='type-id-931' size-in-bits='64' id='type-id-934'/>\r
+    <pointer-type-def type-id='type-id-939' size-in-bits='64' id='type-id-1157'/>\r
+    <pointer-type-def type-id='type-id-1399' size-in-bits='64' id='type-id-348'/>\r
+    <pointer-type-def type-id='type-id-941' size-in-bits='64' id='type-id-305'/>\r
+    <pointer-type-def type-id='type-id-1160' size-in-bits='64' id='type-id-1163'/>\r
+    <pointer-type-def type-id='type-id-1396' size-in-bits='64' id='type-id-331'/>\r
+    <pointer-type-def type-id='type-id-1206' size-in-bits='64' id='type-id-1209'/>\r
+    <pointer-type-def type-id='type-id-1175' size-in-bits='64' id='type-id-1125'/>\r
+    <pointer-type-def type-id='type-id-1346' size-in-bits='64' id='type-id-28'/>\r
+    <pointer-type-def type-id='type-id-952' size-in-bits='64' id='type-id-257'/>\r
+    <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-991'/>\r
+    <pointer-type-def type-id='type-id-1397' size-in-bits='64' id='type-id-330'/>\r
+    <pointer-type-def type-id='type-id-1395' size-in-bits='64' id='type-id-174'/>\r
+    <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-989'/>\r
+    <pointer-type-def type-id='type-id-353' size-in-bits='64' id='type-id-4'/>\r
+    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-379'/>\r
+    <pointer-type-def type-id='type-id-1464' size-in-bits='64' id='type-id-1375'/>\r
+    <pointer-type-def type-id='type-id-1465' size-in-bits='64' id='type-id-1390'/>\r
+    <pointer-type-def type-id='type-id-1466' size-in-bits='64' id='type-id-1370'/>\r
+    <pointer-type-def type-id='type-id-1467' size-in-bits='64' id='type-id-1376'/>\r
+    <pointer-type-def type-id='type-id-1468' size-in-bits='64' id='type-id-1387'/>\r
+    <pointer-type-def type-id='type-id-1469' size-in-bits='64' id='type-id-929'/>\r
+    <pointer-type-def type-id='type-id-1470' size-in-bits='64' id='type-id-1384'/>\r
     <pointer-type-def type-id='type-id-1471' size-in-bits='64' id='type-id-1379'/>\r
-    <pointer-type-def type-id='type-id-1472' size-in-bits='64' id='type-id-1390'/>\r
-    <pointer-type-def type-id='type-id-1473' size-in-bits='64' id='type-id-933'/>\r
-    <pointer-type-def type-id='type-id-1474' size-in-bits='64' id='type-id-1387'/>\r
-    <pointer-type-def type-id='type-id-1475' size-in-bits='64' id='type-id-1382'/>\r
-    <pointer-type-def type-id='type-id-1476' size-in-bits='64' id='type-id-942'/>\r
-    <pointer-type-def type-id='type-id-1477' size-in-bits='64' id='type-id-1031'/>\r
-    <pointer-type-def type-id='type-id-1478' size-in-bits='64' id='type-id-1391'/>\r
-    <pointer-type-def type-id='type-id-1479' size-in-bits='64' id='type-id-1392'/>\r
-    <pointer-type-def type-id='type-id-1480' size-in-bits='64' id='type-id-1132'/>\r
-    <qualified-type-def type-id='type-id-4' const='yes' id='type-id-1481'/>\r
-    <pointer-type-def type-id='type-id-1481' size-in-bits='64' id='type-id-258'/>\r
-    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-238'/>\r
-    <pointer-type-def type-id='type-id-971' size-in-bits='64' id='type-id-994'/>\r
-    <pointer-type-def type-id='type-id-1403' size-in-bits='64' id='type-id-514'/>\r
-    <pointer-type-def type-id='type-id-1358' size-in-bits='64' id='type-id-27'/>\r
-    <pointer-type-def type-id='type-id-1035' size-in-bits='64' id='type-id-763'/>\r
-    <pointer-type-def type-id='type-id-266' size-in-bits='64' id='type-id-1'/>\r
-    <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-547'/>\r
-    <pointer-type-def type-id='type-id-253' size-in-bits='64' id='type-id-263'/>\r
+    <pointer-type-def type-id='type-id-1472' size-in-bits='64' id='type-id-938'/>\r
+    <pointer-type-def type-id='type-id-1473' size-in-bits='64' id='type-id-1027'/>\r
+    <pointer-type-def type-id='type-id-1474' size-in-bits='64' id='type-id-1388'/>\r
+    <pointer-type-def type-id='type-id-1475' size-in-bits='64' id='type-id-1389'/>\r
+    <pointer-type-def type-id='type-id-1476' size-in-bits='64' id='type-id-1128'/>\r
+    <qualified-type-def type-id='type-id-4' const='yes' id='type-id-1477'/>\r
+    <pointer-type-def type-id='type-id-1477' size-in-bits='64' id='type-id-255'/>\r
+    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-235'/>\r
+    <pointer-type-def type-id='type-id-967' size-in-bits='64' id='type-id-990'/>\r
+    <pointer-type-def type-id='type-id-1400' size-in-bits='64' id='type-id-512'/>\r
+    <pointer-type-def type-id='type-id-1355' size-in-bits='64' id='type-id-27'/>\r
+    <pointer-type-def type-id='type-id-1031' size-in-bits='64' id='type-id-761'/>\r
+    <pointer-type-def type-id='type-id-263' size-in-bits='64' id='type-id-1'/>\r
+    <pointer-type-def type-id='type-id-256' size-in-bits='64' id='type-id-545'/>\r
+    <pointer-type-def type-id='type-id-250' size-in-bits='64' id='type-id-260'/>\r
     <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-8'/>\r
-    <pointer-type-def type-id='type-id-1459' size-in-bits='64' id='type-id-685'/>\r
-    <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-689'/>\r
-    <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-1449'/>\r
-    <pointer-type-def type-id='type-id-817' size-in-bits='64' id='type-id-1451'/>\r
-    <pointer-type-def type-id='type-id-1447' size-in-bits='64' id='type-id-1450'/>\r
-    <pointer-type-def type-id='type-id-818' size-in-bits='64' id='type-id-1448'/>\r
-    <pointer-type-def type-id='type-id-819' size-in-bits='64' id='type-id-1452'/>\r
-    <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-272'/>\r
-    <pointer-type-def type-id='type-id-820' size-in-bits='64' id='type-id-769'/>\r
-    <pointer-type-def type-id='type-id-913' size-in-bits='64' id='type-id-925'/>\r
+    <pointer-type-def type-id='type-id-1455' size-in-bits='64' id='type-id-683'/>\r
+    <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-687'/>\r
+    <pointer-type-def type-id='type-id-1425' size-in-bits='64' id='type-id-1445'/>\r
+    <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-1447'/>\r
+    <pointer-type-def type-id='type-id-1443' size-in-bits='64' id='type-id-1446'/>\r
+    <pointer-type-def type-id='type-id-814' size-in-bits='64' id='type-id-1444'/>\r
+    <pointer-type-def type-id='type-id-815' size-in-bits='64' id='type-id-1448'/>\r
+    <pointer-type-def type-id='type-id-960' size-in-bits='64' id='type-id-269'/>\r
+    <pointer-type-def type-id='type-id-816' size-in-bits='64' id='type-id-767'/>\r
+    <pointer-type-def type-id='type-id-909' size-in-bits='64' id='type-id-921'/>\r
+    <pointer-type-def type-id='type-id-911' size-in-bits='64' id='type-id-918'/>\r
     <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-922'/>\r
-    <pointer-type-def type-id='type-id-919' size-in-bits='64' id='type-id-926'/>\r
-    <pointer-type-def type-id='type-id-1131' size-in-bits='64' id='type-id-1482'/>\r
-    <pointer-type-def type-id='type-id-357' size-in-bits='64' id='type-id-239'/>\r
-    <pointer-type-def type-id='type-id-917' size-in-bits='64' id='type-id-924'/>\r
-    <pointer-type-def type-id='type-id-1293' size-in-bits='64' id='type-id-771'/>\r
-    <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-1483'/>\r
-    <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-367'/>\r
-    <pointer-type-def type-id='type-id-1261' size-in-bits='64' id='type-id-1162'/>\r
-    <pointer-type-def type-id='type-id-1297' size-in-bits='64' id='type-id-1252'/>\r
-    <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1030'/>\r
-    <pointer-type-def type-id='type-id-1253' size-in-bits='64' id='type-id-1254'/>\r
-    <pointer-type-def type-id='type-id-1365' size-in-bits='64' id='type-id-1372'/>\r
-    <pointer-type-def type-id='type-id-1321' size-in-bits='64' id='type-id-1322'/>\r
-    <pointer-type-def type-id='type-id-1120' size-in-bits='64' id='type-id-1160'/>\r
-    <pointer-type-def type-id='type-id-1221' size-in-bits='64' id='type-id-1484'/>\r
-    <pointer-type-def type-id='type-id-1485' size-in-bits='64' id='type-id-1226'/>\r
-    <pointer-type-def type-id='type-id-539' size-in-bits='64' id='type-id-546'/>\r
-    <pointer-type-def type-id='type-id-1215' size-in-bits='64' id='type-id-1216'/>\r
-    <pointer-type-def type-id='type-id-1217' size-in-bits='64' id='type-id-1220'/>\r
-    <pointer-type-def type-id='type-id-1218' size-in-bits='64' id='type-id-1230'/>\r
-    <pointer-type-def type-id='type-id-1466' size-in-bits='64' id='type-id-1465'/>\r
-    <pointer-type-def type-id='type-id-1425' size-in-bits='64' id='type-id-1426'/>\r
-    <pointer-type-def type-id='type-id-821' size-in-bits='64' id='type-id-302'/>\r
-    <pointer-type-def type-id='type-id-1092' size-in-bits='64' id='type-id-1056'/>\r
-    <pointer-type-def type-id='type-id-1091' size-in-bits='64' id='type-id-1055'/>\r
-    <pointer-type-def type-id='type-id-1090' size-in-bits='64' id='type-id-1054'/>\r
-    <pointer-type-def type-id='type-id-1023' size-in-bits='64' id='type-id-1024'/>\r
-    <pointer-type-def type-id='type-id-1067' size-in-bits='64' id='type-id-1049'/>\r
-    <pointer-type-def type-id='type-id-1168' size-in-bits='64' id='type-id-1119'/>\r
-    <pointer-type-def type-id='type-id-950' size-in-bits='64' id='type-id-1232'/>\r
-    <pointer-type-def type-id='type-id-1093' size-in-bits='64' id='type-id-1057'/>\r
-    <pointer-type-def type-id='type-id-1456' size-in-bits='64' id='type-id-1457'/>\r
-    <pointer-type-def type-id='type-id-1279' size-in-bits='64' id='type-id-1247'/>\r
-    <pointer-type-def type-id='type-id-1317' size-in-bits='64' id='type-id-1318'/>\r
-    <pointer-type-def type-id='type-id-1246' size-in-bits='64' id='type-id-1316'/>\r
-    <pointer-type-def type-id='type-id-1315' size-in-bits='64' id='type-id-509'/>\r
-    <pointer-type-def type-id='type-id-1025' size-in-bits='64' id='type-id-1026'/>\r
-    <pointer-type-def type-id='type-id-1137' size-in-bits='64' id='type-id-1138'/>\r
-    <pointer-type-def type-id='type-id-1273' size-in-bits='64' id='type-id-795'/>\r
-    <pointer-type-def type-id='type-id-1274' size-in-bits='64' id='type-id-798'/>\r
-    <pointer-type-def type-id='type-id-1269' size-in-bits='64' id='type-id-800'/>\r
-    <pointer-type-def type-id='type-id-1062' size-in-bits='64' id='type-id-681'/>\r
-    <pointer-type-def type-id='type-id-1060' size-in-bits='64' id='type-id-742'/>\r
-    <pointer-type-def type-id='type-id-1058' size-in-bits='64' id='type-id-610'/>\r
-    <pointer-type-def type-id='type-id-1047' size-in-bits='64' id='type-id-680'/>\r
-    <pointer-type-def type-id='type-id-1064' size-in-bits='64' id='type-id-636'/>\r
-    <pointer-type-def type-id='type-id-1096' size-in-bits='64' id='type-id-1097'/>\r
-    <pointer-type-def type-id='type-id-1099' size-in-bits='64' id='type-id-1486'/>\r
-    <pointer-type-def type-id='type-id-1486' size-in-bits='64' id='type-id-1102'/>\r
-    <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-248'/>\r
-    <pointer-type-def type-id='type-id-824' size-in-bits='64' id='type-id-1117'/>\r
-    <qualified-type-def type-id='type-id-1293' const='yes' id='type-id-1487'/>\r
-    <pointer-type-def type-id='type-id-1487' size-in-bits='64' id='type-id-1292'/>\r
-    <qualified-type-def type-id='type-id-1286' const='yes' id='type-id-1488'/>\r
-    <pointer-type-def type-id='type-id-1488' size-in-bits='64' id='type-id-1294'/>\r
-    <pointer-type-def type-id='type-id-528' size-in-bits='64' id='type-id-965'/>\r
-    <pointer-type-def type-id='type-id-172' size-in-bits='64' id='type-id-180'/>\r
-    <pointer-type-def type-id='type-id-1149' size-in-bits='64' id='type-id-1153'/>\r
-    <pointer-type-def type-id='type-id-1489' size-in-bits='64' id='type-id-1380'/>\r
-    <pointer-type-def type-id='type-id-1490' size-in-bits='64' id='type-id-1021'/>\r
+    <pointer-type-def type-id='type-id-1127' size-in-bits='64' id='type-id-1478'/>\r
+    <pointer-type-def type-id='type-id-354' size-in-bits='64' id='type-id-236'/>\r
+    <pointer-type-def type-id='type-id-913' size-in-bits='64' id='type-id-920'/>\r
+    <pointer-type-def type-id='type-id-1290' size-in-bits='64' id='type-id-769'/>\r
+    <pointer-type-def type-id='type-id-769' size-in-bits='64' id='type-id-1479'/>\r
+    <pointer-type-def type-id='type-id-359' size-in-bits='64' id='type-id-366'/>\r
+    <pointer-type-def type-id='type-id-1258' size-in-bits='64' id='type-id-1158'/>\r
+    <pointer-type-def type-id='type-id-1294' size-in-bits='64' id='type-id-1249'/>\r
+    <pointer-type-def type-id='type-id-1023' size-in-bits='64' id='type-id-1026'/>\r
+    <pointer-type-def type-id='type-id-1250' size-in-bits='64' id='type-id-1251'/>\r
+    <pointer-type-def type-id='type-id-1362' size-in-bits='64' id='type-id-1369'/>\r
+    <pointer-type-def type-id='type-id-1318' size-in-bits='64' id='type-id-1319'/>\r
+    <pointer-type-def type-id='type-id-1116' size-in-bits='64' id='type-id-1156'/>\r
+    <pointer-type-def type-id='type-id-1217' size-in-bits='64' id='type-id-1480'/>\r
+    <pointer-type-def type-id='type-id-1481' size-in-bits='64' id='type-id-1223'/>\r
+    <pointer-type-def type-id='type-id-537' size-in-bits='64' id='type-id-544'/>\r
+    <pointer-type-def type-id='type-id-1211' size-in-bits='64' id='type-id-1212'/>\r
+    <pointer-type-def type-id='type-id-1213' size-in-bits='64' id='type-id-1216'/>\r
+    <pointer-type-def type-id='type-id-1214' size-in-bits='64' id='type-id-1227'/>\r
+    <pointer-type-def type-id='type-id-1462' size-in-bits='64' id='type-id-1461'/>\r
+    <pointer-type-def type-id='type-id-1421' size-in-bits='64' id='type-id-1422'/>\r
+    <pointer-type-def type-id='type-id-817' size-in-bits='64' id='type-id-299'/>\r
+    <pointer-type-def type-id='type-id-1088' size-in-bits='64' id='type-id-1052'/>\r
+    <pointer-type-def type-id='type-id-1087' size-in-bits='64' id='type-id-1051'/>\r
+    <pointer-type-def type-id='type-id-1086' size-in-bits='64' id='type-id-1050'/>\r
+    <pointer-type-def type-id='type-id-1019' size-in-bits='64' id='type-id-1020'/>\r
+    <pointer-type-def type-id='type-id-1063' size-in-bits='64' id='type-id-1045'/>\r
+    <pointer-type-def type-id='type-id-1164' size-in-bits='64' id='type-id-1115'/>\r
+    <pointer-type-def type-id='type-id-946' size-in-bits='64' id='type-id-1229'/>\r
+    <pointer-type-def type-id='type-id-1089' size-in-bits='64' id='type-id-1053'/>\r
+    <pointer-type-def type-id='type-id-1452' size-in-bits='64' id='type-id-1453'/>\r
+    <pointer-type-def type-id='type-id-1276' size-in-bits='64' id='type-id-1244'/>\r
+    <pointer-type-def type-id='type-id-1314' size-in-bits='64' id='type-id-1315'/>\r
+    <pointer-type-def type-id='type-id-1243' size-in-bits='64' id='type-id-1313'/>\r
+    <pointer-type-def type-id='type-id-1312' size-in-bits='64' id='type-id-507'/>\r
+    <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1022'/>\r
+    <pointer-type-def type-id='type-id-1133' size-in-bits='64' id='type-id-1134'/>\r
+    <pointer-type-def type-id='type-id-1270' size-in-bits='64' id='type-id-793'/>\r
+    <pointer-type-def type-id='type-id-1271' size-in-bits='64' id='type-id-796'/>\r
+    <pointer-type-def type-id='type-id-1266' size-in-bits='64' id='type-id-798'/>\r
+    <pointer-type-def type-id='type-id-1058' size-in-bits='64' id='type-id-679'/>\r
+    <pointer-type-def type-id='type-id-1056' size-in-bits='64' id='type-id-740'/>\r
+    <pointer-type-def type-id='type-id-1054' size-in-bits='64' id='type-id-608'/>\r
+    <pointer-type-def type-id='type-id-1043' size-in-bits='64' id='type-id-678'/>\r
+    <pointer-type-def type-id='type-id-1060' size-in-bits='64' id='type-id-634'/>\r
+    <pointer-type-def type-id='type-id-1092' size-in-bits='64' id='type-id-1093'/>\r
+    <pointer-type-def type-id='type-id-1095' size-in-bits='64' id='type-id-1482'/>\r
+    <pointer-type-def type-id='type-id-1482' size-in-bits='64' id='type-id-1098'/>\r
+    <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-245'/>\r
+    <pointer-type-def type-id='type-id-820' size-in-bits='64' id='type-id-1113'/>\r
+    <qualified-type-def type-id='type-id-1290' const='yes' id='type-id-1483'/>\r
+    <pointer-type-def type-id='type-id-1483' size-in-bits='64' id='type-id-1289'/>\r
+    <qualified-type-def type-id='type-id-1283' const='yes' id='type-id-1484'/>\r
+    <pointer-type-def type-id='type-id-1484' size-in-bits='64' id='type-id-1291'/>\r
+    <pointer-type-def type-id='type-id-526' size-in-bits='64' id='type-id-961'/>\r
+    <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-178'/>\r
+    <pointer-type-def type-id='type-id-1145' size-in-bits='64' id='type-id-1149'/>\r
+    <pointer-type-def type-id='type-id-1485' size-in-bits='64' id='type-id-1377'/>\r
+    <pointer-type-def type-id='type-id-1486' size-in-bits='64' id='type-id-1017'/>\r
+    <pointer-type-def type-id='type-id-1487' size-in-bits='64' id='type-id-1382'/>\r
+    <pointer-type-def type-id='type-id-1488' size-in-bits='64' id='type-id-1381'/>\r
+    <pointer-type-def type-id='type-id-1489' size-in-bits='64' id='type-id-1039'/>\r
+    <pointer-type-def type-id='type-id-1490' size-in-bits='64' id='type-id-1393'/>\r
     <pointer-type-def type-id='type-id-1491' size-in-bits='64' id='type-id-1385'/>\r
-    <pointer-type-def type-id='type-id-1492' size-in-bits='64' id='type-id-1384'/>\r
-    <pointer-type-def type-id='type-id-1493' size-in-bits='64' id='type-id-1043'/>\r
-    <pointer-type-def type-id='type-id-1494' size-in-bits='64' id='type-id-1396'/>\r
-    <pointer-type-def type-id='type-id-1495' size-in-bits='64' id='type-id-1388'/>\r
-    <pointer-type-def type-id='type-id-1496' size-in-bits='64' id='type-id-1011'/>\r
-    <pointer-type-def type-id='type-id-1497' size-in-bits='64' id='type-id-1383'/>\r
-    <pointer-type-def type-id='type-id-1498' size-in-bits='64' id='type-id-1386'/>\r
-    <pointer-type-def type-id='type-id-339' size-in-bits='64' id='type-id-336'/>\r
-    <pointer-type-def type-id='type-id-1499' size-in-bits='64' id='type-id-1135'/>\r
-    <pointer-type-def type-id='type-id-1500' size-in-bits='64' id='type-id-1008'/>\r
-    <pointer-type-def type-id='type-id-1501' size-in-bits='64' id='type-id-1298'/>\r
-    <pointer-type-def type-id='type-id-1502' size-in-bits='64' id='type-id-1034'/>\r
-    <pointer-type-def type-id='type-id-1503' size-in-bits='64' id='type-id-1368'/>\r
-    <pointer-type-def type-id='type-id-1504' size-in-bits='64' id='type-id-677'/>\r
-    <pointer-type-def type-id='type-id-1505' size-in-bits='64' id='type-id-929'/>\r
-    <pointer-type-def type-id='type-id-1506' size-in-bits='64' id='type-id-941'/>\r
-    <pointer-type-def type-id='type-id-1507' size-in-bits='64' id='type-id-949'/>\r
-    <pointer-type-def type-id='type-id-1508' size-in-bits='64' id='type-id-1367'/>\r
-    <pointer-type-def type-id='type-id-265' size-in-bits='64' id='type-id-249'/>\r
-    <pointer-type-def type-id='type-id-190' size-in-bits='64' id='type-id-85'/>\r
-    <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-177'/>\r
-    <pointer-type-def type-id='type-id-1255' size-in-bits='64' id='type-id-1256'/>\r
-    <pointer-type-def type-id='type-id-1265' size-in-bits='64' id='type-id-1268'/>\r
-    <pointer-type-def type-id='type-id-1314' size-in-bits='64' id='type-id-1313'/>\r
-    <pointer-type-def type-id='type-id-1264' size-in-bits='64' id='type-id-1267'/>\r
-    <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-1244'/>\r
-    <pointer-type-def type-id='type-id-1364' size-in-bits='64' id='type-id-849'/>\r
-    <pointer-type-def type-id='type-id-1434' size-in-bits='64' id='type-id-188'/>\r
-    <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-688'/>\r
-    <pointer-type-def type-id='type-id-1453' size-in-bits='64' id='type-id-692'/>\r
-    <pointer-type-def type-id='type-id-1354' size-in-bits='64' id='type-id-1356'/>\r
-    <pointer-type-def type-id='type-id-1509' size-in-bits='64' id='type-id-980'/>\r
-    <pointer-type-def type-id='type-id-1510' size-in-bits='64' id='type-id-1389'/>\r
-    <pointer-type-def type-id='type-id-1511' size-in-bits='64' id='type-id-1381'/>\r
-    <pointer-type-def type-id='type-id-1512' size-in-bits='64' id='type-id-1225'/>\r
-    <pointer-type-def type-id='type-id-305' size-in-bits='64' id='type-id-921'/>\r
-    <pointer-type-def type-id='type-id-235' size-in-bits='64' id='type-id-233'/>\r
-    <pointer-type-def type-id='type-id-314' size-in-bits='64' id='type-id-310'/>\r
-    <pointer-type-def type-id='type-id-1513' size-in-bits='64' id='type-id-1397'/>\r
-    <pointer-type-def type-id='type-id-1514' size-in-bits='64' id='type-id-1405'/>\r
-    <pointer-type-def type-id='type-id-1515' size-in-bits='64' id='type-id-1416'/>\r
-    <pointer-type-def type-id='type-id-511' size-in-bits='64' id='type-id-510'/>\r
-    <pointer-type-def type-id='type-id-1516' size-in-bits='64' id='type-id-1020'/>\r
-    <pointer-type-def type-id='type-id-1517' size-in-bits='64' id='type-id-1014'/>\r
-    <pointer-type-def type-id='type-id-1518' size-in-bits='64' id='type-id-1114'/>\r
+    <pointer-type-def type-id='type-id-1492' size-in-bits='64' id='type-id-1007'/>\r
+    <pointer-type-def type-id='type-id-1493' size-in-bits='64' id='type-id-1380'/>\r
+    <pointer-type-def type-id='type-id-1494' size-in-bits='64' id='type-id-1383'/>\r
+    <pointer-type-def type-id='type-id-336' size-in-bits='64' id='type-id-333'/>\r
+    <pointer-type-def type-id='type-id-1495' size-in-bits='64' id='type-id-1131'/>\r
+    <pointer-type-def type-id='type-id-1496' size-in-bits='64' id='type-id-1004'/>\r
+    <pointer-type-def type-id='type-id-1497' size-in-bits='64' id='type-id-1295'/>\r
+    <pointer-type-def type-id='type-id-1498' size-in-bits='64' id='type-id-1030'/>\r
+    <pointer-type-def type-id='type-id-1499' size-in-bits='64' id='type-id-1365'/>\r
+    <pointer-type-def type-id='type-id-1500' size-in-bits='64' id='type-id-675'/>\r
+    <pointer-type-def type-id='type-id-1501' size-in-bits='64' id='type-id-925'/>\r
+    <pointer-type-def type-id='type-id-1502' size-in-bits='64' id='type-id-937'/>\r
+    <pointer-type-def type-id='type-id-1503' size-in-bits='64' id='type-id-945'/>\r
+    <pointer-type-def type-id='type-id-1504' size-in-bits='64' id='type-id-1364'/>\r
+    <pointer-type-def type-id='type-id-262' size-in-bits='64' id='type-id-246'/>\r
+    <pointer-type-def type-id='type-id-1505' size-in-bits='64' id='type-id-1222'/>\r
+    <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-175'/>\r
+    <pointer-type-def type-id='type-id-1252' size-in-bits='64' id='type-id-1253'/>\r
+    <pointer-type-def type-id='type-id-1262' size-in-bits='64' id='type-id-1265'/>\r
+    <pointer-type-def type-id='type-id-1311' size-in-bits='64' id='type-id-1310'/>\r
+    <pointer-type-def type-id='type-id-1261' size-in-bits='64' id='type-id-1264'/>\r
+    <pointer-type-def type-id='type-id-475' size-in-bits='64' id='type-id-1241'/>\r
+    <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-845'/>\r
+    <pointer-type-def type-id='type-id-1430' size-in-bits='64' id='type-id-186'/>\r
+    <pointer-type-def type-id='type-id-669' size-in-bits='64' id='type-id-686'/>\r
+    <pointer-type-def type-id='type-id-1449' size-in-bits='64' id='type-id-690'/>\r
+    <pointer-type-def type-id='type-id-1351' size-in-bits='64' id='type-id-1353'/>\r
+    <pointer-type-def type-id='type-id-1506' size-in-bits='64' id='type-id-976'/>\r
+    <pointer-type-def type-id='type-id-1507' size-in-bits='64' id='type-id-1386'/>\r
+    <pointer-type-def type-id='type-id-1508' size-in-bits='64' id='type-id-1378'/>\r
+    <pointer-type-def type-id='type-id-1509' size-in-bits='64' id='type-id-1221'/>\r
+    <pointer-type-def type-id='type-id-302' size-in-bits='64' id='type-id-917'/>\r
+    <pointer-type-def type-id='type-id-232' size-in-bits='64' id='type-id-230'/>\r
+    <pointer-type-def type-id='type-id-311' size-in-bits='64' id='type-id-307'/>\r
+    <pointer-type-def type-id='type-id-1510' size-in-bits='64' id='type-id-1394'/>\r
+    <pointer-type-def type-id='type-id-1511' size-in-bits='64' id='type-id-1402'/>\r
+    <pointer-type-def type-id='type-id-1512' size-in-bits='64' id='type-id-1413'/>\r
+    <pointer-type-def type-id='type-id-509' size-in-bits='64' id='type-id-508'/>\r
+    <pointer-type-def type-id='type-id-1513' size-in-bits='64' id='type-id-1016'/>\r
+    <pointer-type-def type-id='type-id-1514' size-in-bits='64' id='type-id-1010'/>\r
+    <pointer-type-def type-id='type-id-1515' size-in-bits='64' id='type-id-1110'/>\r
     <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-30'/>\r
-    <pointer-type-def type-id='type-id-1519' size-in-bits='64' id='type-id-1113'/>\r
-    <pointer-type-def type-id='type-id-1520' size-in-bits='64' id='type-id-1229'/>\r
-    <pointer-type-def type-id='type-id-1521' size-in-bits='64' id='type-id-1013'/>\r
-    <pointer-type-def type-id='type-id-1522' size-in-bits='64' id='type-id-1018'/>\r
-    <pointer-type-def type-id='type-id-1523' size-in-bits='64' id='type-id-1019'/>\r
-    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-262'/>\r
-    <qualified-type-def type-id='type-id-1351' volatile='yes' id='type-id-1350'/>\r
-    <pointer-type-def type-id='type-id-388' size-in-bits='64' id='type-id-58'/>\r
-    <pointer-type-def type-id='type-id-58' size-in-bits='64' id='type-id-241'/>\r
-    <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-816'/>\r
-    <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-817'/>\r
-    <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-818'/>\r
-    <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-819'/>\r
-    <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-820'/>\r
-    <class-decl name='_arena' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-822'/>\r
-    <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-824'/>\r
-    <function-decl name='PyObject_Vectorcall' mangled-name='PyObject_Vectorcall' filepath='./Include/abstract.h' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Vectorcall'>\r
+    <pointer-type-def type-id='type-id-1516' size-in-bits='64' id='type-id-1109'/>\r
+    <pointer-type-def type-id='type-id-1517' size-in-bits='64' id='type-id-1226'/>\r
+    <pointer-type-def type-id='type-id-1518' size-in-bits='64' id='type-id-1009'/>\r
+    <pointer-type-def type-id='type-id-1519' size-in-bits='64' id='type-id-1014'/>\r
+    <pointer-type-def type-id='type-id-1520' size-in-bits='64' id='type-id-1015'/>\r
+    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-259'/>\r
+    <qualified-type-def type-id='type-id-1348' volatile='yes' id='type-id-1347'/>\r
+    <pointer-type-def type-id='type-id-387' size-in-bits='64' id='type-id-58'/>\r
+    <pointer-type-def type-id='type-id-58' size-in-bits='64' id='type-id-238'/>\r
+    <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-812'/>\r
+    <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-813'/>\r
+    <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-814'/>\r
+    <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-815'/>\r
+    <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-816'/>\r
+    <class-decl name='_arena' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-818'/>\r
+    <class-decl name='code_arena_st' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-820'/>\r
+    <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-8'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-324'/>\r
+      <parameter type-id='type-id-321'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyType_Name' mangled-name='_PyType_Name' filepath='./Include/cpython/object.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Name'>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-172'/>\r
+      <parameter type-id='type-id-170'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Constant' filepath='./Include/internal/pycore_ast.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-659'/>\r
-      <parameter type-id='type-id-634'/>\r
+      <parameter type-id='type-id-657'/>\r
+      <parameter type-id='type-id-632'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Name' filepath='./Include/internal/pycore_ast.h' line='837' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-632'/>\r
-      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-630'/>\r
+      <parameter type-id='type-id-680'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-609'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-607'/>\r
     </function-decl>\r
     <function-decl name='_PyImport_GetModuleAttrString' mangled-name='_PyImport_GetModuleAttrString' filepath='./Include/internal/pycore_import.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_GetModuleAttrString'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-677'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <parameter type-id='type-id-4'/>\r
+      <return type-id='type-id-5'/>\r
+    </function-decl>\r
+    <function-decl name='_PyUnicode_EqualToASCIIString' mangled-name='_PyUnicode_EqualToASCIIString' filepath='./Include/internal/pycore_unicodeobject.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIString'>\r
       <parameter type-id='type-id-4'/>\r
+      <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InternImmortal' mangled-name='_PyUnicode_InternImmortal' filepath='./Include/internal/pycore_unicodeobject.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternImmortal'>\r
+    <function-decl name='_PyUnicode_InternImmortal' mangled-name='_PyUnicode_InternImmortal' filepath='./Include/internal/pycore_unicodeobject.h' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InternImmortal'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-183'/>\r
+      <parameter type-id='type-id-181'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyLong_FromString' mangled-name='PyLong_FromString' filepath='./Include/longobject.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromString'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyOS_strtoul' mangled-name='PyOS_strtoul' filepath='./Include/longobject.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtoul'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
     <function-decl name='PyOS_strtol' mangled-name='PyOS_strtol' filepath='./Include/longobject.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtol'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='_Py_Dealloc' mangled-name='_Py_Dealloc' filepath='./Include/object.h' line='780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Dealloc'>\r
       <parameter type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-172'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <function-decl name='PyUnicode_FromString' mangled-name='PyUnicode_FromString' filepath='./Include/unicodeobject.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromString'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='__errno_location' filepath='/usr/include/errno.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-177'/>\r
+      <return type-id='type-id-175'/>\r
     </function-decl>\r
     <function-decl name='strncpy' filepath='/usr/include/string.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-17'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_Get' filepath='Parser/lexer/lexer.h' line='8' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
-      <parameter type-id='type-id-692'/>\r
+      <parameter type-id='type-id-686'/>\r
+      <parameter type-id='type-id-690'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_Free' filepath='Parser/lexer/state.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyToken_Free' filepath='Parser/lexer/state.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-692'/>\r
+      <parameter type-id='type-id-690'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyToken_Init' filepath='Parser/lexer/state.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-692'/>\r
+      <parameter type-id='type-id-690'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Pypegen_raise_decode_error' filepath='Parser/pegen.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_Pypegen_raise_decode_error' filepath='Parser/pegen.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_raise_tokenizer_init_error' filepath='Parser/pegen.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_raise_tokenizer_init_error' filepath='Parser/pegen.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Pypegen_tokenizer_error' filepath='Parser/pegen.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_Pypegen_tokenizer_error' filepath='Parser/pegen.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_raise_error' filepath='Parser/pegen.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_raise_error' filepath='Parser/pegen.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_raise_error_known_location' filepath='Parser/pegen.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_raise_error_known_location' filepath='Parser/pegen.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-302'/>\r
+      <parameter type-id='type-id-299'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='_Pypegen_set_syntax_error' filepath='Parser/pegen.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
-      <parameter type-id='type-id-685'/>\r
+    <function-decl name='_Pypegen_set_syntax_error' filepath='Parser/pegen.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
+      <parameter type-id='type-id-683'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_parse' filepath='Parser/pegen.h' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_parse' filepath='Parser/pegen.h' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_FromString' filepath='Parser/tokenizer/tokenizer.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-688'/>\r
+      <return type-id='type-id-686'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_FromUTF8' filepath='Parser/tokenizer/tokenizer.h' line='7' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-688'/>\r
+      <return type-id='type-id-686'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_FromFile' filepath='Parser/tokenizer/tokenizer.h' line='9' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
-      <return type-id='type-id-688'/>\r
+      <return type-id='type-id-686'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1468'>\r
+    <function-type size-in-bits='64' id='type-id-1464'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1469'>\r
+    <function-type size-in-bits='64' id='type-id-1465'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1470'>\r
+    <function-type size-in-bits='64' id='type-id-1466'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1471'>\r
+    <function-type size-in-bits='64' id='type-id-1467'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1472'>\r
+    <function-type size-in-bits='64' id='type-id-1468'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1473'>\r
+    <function-type size-in-bits='64' id='type-id-1469'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1474'>\r
+    <function-type size-in-bits='64' id='type-id-1470'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-17'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1475'>\r
+    <function-type size-in-bits='64' id='type-id-1471'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1476'>\r
+    <function-type size-in-bits='64' id='type-id-1472'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1477'>\r
+    <function-type size-in-bits='64' id='type-id-1473'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-367'/>\r
+      <parameter type-id='type-id-366'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1478'>\r
+    <function-type size-in-bits='64' id='type-id-1474'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1479'>\r
+    <function-type size-in-bits='64' id='type-id-1475'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1480'>\r
-      <parameter type-id='type-id-1482'/>\r
+    <function-type size-in-bits='64' id='type-id-1476'>\r
+      <parameter type-id='type-id-1478'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1485'>\r
-      <parameter type-id='type-id-546'/>\r
+    <function-type size-in-bits='64' id='type-id-1481'>\r
+      <parameter type-id='type-id-544'/>\r
       <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-1484'/>\r
+      <return type-id='type-id-1480'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1489'>\r
+    <function-type size-in-bits='64' id='type-id-1485'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1490'>\r
+    <function-type size-in-bits='64' id='type-id-1486'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-351'/>\r
+      <parameter type-id='type-id-348'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1491'>\r
+    <function-type size-in-bits='64' id='type-id-1487'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1492'>\r
+    <function-type size-in-bits='64' id='type-id-1488'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1493'>\r
+    <function-type size-in-bits='64' id='type-id-1489'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1494'>\r
+    <function-type size-in-bits='64' id='type-id-1490'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-263'/>\r
+      <parameter type-id='type-id-260'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1495'>\r
+    <function-type size-in-bits='64' id='type-id-1491'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1496'>\r
+    <function-type size-in-bits='64' id='type-id-1492'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1009'/>\r
+      <parameter type-id='type-id-1005'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1497'>\r
+    <function-type size-in-bits='64' id='type-id-1493'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1498'>\r
+    <function-type size-in-bits='64' id='type-id-1494'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-337'/>\r
+      <parameter type-id='type-id-334'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1499'>\r
+    <function-type size-in-bits='64' id='type-id-1495'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1482'/>\r
+      <parameter type-id='type-id-1478'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1500'>\r
+    <function-type size-in-bits='64' id='type-id-1496'>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1501'>\r
-      <parameter type-id='type-id-1252'/>\r
-      <parameter type-id='type-id-367'/>\r
-      <parameter type-id='type-id-1160'/>\r
-      <parameter type-id='type-id-1483'/>\r
+    <function-type size-in-bits='64' id='type-id-1497'>\r
+      <parameter type-id='type-id-1249'/>\r
+      <parameter type-id='type-id-366'/>\r
+      <parameter type-id='type-id-1156'/>\r
+      <parameter type-id='type-id-1479'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1502'>\r
+    <function-type size-in-bits='64' id='type-id-1498'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1503'>\r
+    <function-type size-in-bits='64' id='type-id-1499'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-547'/>\r
+      <parameter type-id='type-id-545'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1504'>\r
-      <parameter type-id='type-id-688'/>\r
+    <function-type size-in-bits='64' id='type-id-1500'>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1505'>\r
-      <parameter type-id='type-id-927'/>\r
-      <parameter type-id='type-id-325'/>\r
+    <function-type size-in-bits='64' id='type-id-1501'>\r
+      <parameter type-id='type-id-923'/>\r
+      <parameter type-id='type-id-322'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1506'>\r
-      <parameter type-id='type-id-939'/>\r
+    <function-type size-in-bits='64' id='type-id-1502'>\r
+      <parameter type-id='type-id-935'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1507'>\r
-      <parameter type-id='type-id-947'/>\r
-      <parameter type-id='type-id-308'/>\r
+    <function-type size-in-bits='64' id='type-id-1503'>\r
+      <parameter type-id='type-id-943'/>\r
+      <parameter type-id='type-id-305'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1508'>\r
-      <parameter type-id='type-id-259'/>\r
+    <function-type size-in-bits='64' id='type-id-1504'>\r
+      <parameter type-id='type-id-256'/>\r
       <parameter type-id='type-id-17'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1509'>\r
+    <function-type size-in-bits='64' id='type-id-1505'>\r
+      <parameter type-id='type-id-30'/>\r
+      <parameter type-id='type-id-30'/>\r
+      <return type-id='type-id-5'/>\r
+    </function-type>\r
+    <function-type size-in-bits='64' id='type-id-1506'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <return type-id='type-id-264'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-261'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1510'>\r
+    <function-type size-in-bits='64' id='type-id-1507'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-301'/>\r
+      <return type-id='type-id-298'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1511'>\r
+    <function-type size-in-bits='64' id='type-id-1508'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-7'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1512'>\r
+    <function-type size-in-bits='64' id='type-id-1509'>\r
       <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-1223'/>\r
+      <return type-id='type-id-1219'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1513'>\r
+    <function-type size-in-bits='64' id='type-id-1510'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-263'/>\r
+      <parameter type-id='type-id-260'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1514'>\r
+    <function-type size-in-bits='64' id='type-id-1511'>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1515'>\r
+    <function-type size-in-bits='64' id='type-id-1512'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-188'/>\r
+      <parameter type-id='type-id-186'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1516'>\r
+    <function-type size-in-bits='64' id='type-id-1513'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1517'>\r
+    <function-type size-in-bits='64' id='type-id-1514'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1518'>\r
+    <function-type size-in-bits='64' id='type-id-1515'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-101'/>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <parameter type-id='type-id-322'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1519'>\r
+    <function-type size-in-bits='64' id='type-id-1516'>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1520'>\r
+    <function-type size-in-bits='64' id='type-id-1517'>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1521'>\r
+    <function-type size-in-bits='64' id='type-id-1518'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1522'>\r
+    <function-type size-in-bits='64' id='type-id-1519'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1523'>\r
+    <function-type size-in-bits='64' id='type-id-1520'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/pegen_errors.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Parser/pegen_errors.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyErr_ProgramDecodedTextObject' mangled-name='_PyErr_ProgramDecodedTextObject' filepath='./Include/internal/pycore_pyerrors.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ProgramDecodedTextObject'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-302'/>\r
+      <parameter type-id='type-id-299'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_fill_token' filepath='Parser/pegen.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-684'/>\r
+    <function-decl name='_PyPegen_fill_token' filepath='Parser/pegen.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-682'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_byte_offset_to_character_offset' filepath='Parser/pegen.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_byte_offset_to_character_offset' filepath='Parser/pegen.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/string_parser.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-261'/>\r
+  <abi-instr address-size='64' path='Parser/string_parser.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-258'/>\r
+    <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'>\r
+      <parameter type-id='type-id-4'/>\r
+      <return type-id='type-id-7'/>\r
+    </function-decl>\r
     <function-decl name='PyErr_WarnExplicitObject' mangled-name='PyErr_WarnExplicitObject' filepath='./Include/cpython/warnings.h' line='5' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnExplicitObject'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyBytes_DecodeEscape' mangled-name='_PyBytes_DecodeEscape' filepath='./Include/internal/pycore_bytesobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_DecodeEscape'>\r
+    <function-decl name='_PyBytes_DecodeEscape2' mangled-name='_PyBytes_DecodeEscape2' filepath='./Include/internal/pycore_bytesobject.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_DecodeEscape2'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-261'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-258'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal' filepath='./Include/internal/pycore_unicodeobject.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal'>\r
+    <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal2' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal2' filepath='./Include/internal/pycore_unicodeobject.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal2'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-8'/>\r
-      <parameter type-id='type-id-261'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-258'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/token.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-528' size-in-bits='4288' id='type-id-1524'>\r
-      <subrange length='67' type-id='type-id-2' id='type-id-1525'/>\r
+  <abi-instr address-size='64' path='Parser/token.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-526' size-in-bits='4288' id='type-id-1521'>\r
+      <subrange length='67' type-id='type-id-2' id='type-id-1522'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-528' size-in-bits='infinite' id='type-id-1526'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-526' size-in-bits='infinite' id='type-id-1523'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <qualified-type-def type-id='type-id-6' const='yes' id='type-id-528'/>\r
-    <var-decl name='_PyParser_TokenNames' type-id='type-id-1526' mangled-name='_PyParser_TokenNames' visibility='default' filepath='./Include/internal/pycore_token.h' line='98' column='1' elf-symbol-id='_PyParser_TokenNames'/>\r
+    <qualified-type-def type-id='type-id-6' const='yes' id='type-id-526'/>\r
+    <var-decl name='_PyParser_TokenNames' type-id='type-id-1523' mangled-name='_PyParser_TokenNames' visibility='default' filepath='./Include/internal/pycore_token.h' line='98' column='1' elf-symbol-id='_PyParser_TokenNames'/>\r
     <function-decl name='_PyToken_OneChar' mangled-name='_PyToken_OneChar' filepath='Parser/token.c' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyToken_OneChar'>\r
       <parameter type-id='type-id-5' name='c1' filepath='Parser/token.c' line='81' column='1'/>\r
       <return type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/tokenizer/file_tokenizer.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-1527' size-in-bits='64' id='type-id-1528'/>\r
+  <abi-instr address-size='64' path='Parser/tokenizer/file_tokenizer.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-1524' size-in-bits='64' id='type-id-1525'/>\r
     <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-57'/>\r
-    <pointer-type-def type-id='type-id-1529' size-in-bits='64' id='type-id-1530'/>\r
-    <function-decl name='PyObject_CallNoArgs' mangled-name='PyObject_CallNoArgs' filepath='./Include/abstract.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallNoArgs'>\r
+    <pointer-type-def type-id='type-id-1526' size-in-bits='64' id='type-id-1527'/>\r
+    <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'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyObject_CallFunction' mangled-name='PyObject_CallFunction' filepath='./Include/abstract.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFunction'>\r
+    <function-decl name='PyObject_CallFunction' mangled-name='PyObject_CallFunction' filepath='./Include/abstract.h' line='235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_CallFunction'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
     <function-decl name='_PyObject_MakeTpCall' mangled-name='_PyObject_MakeTpCall' filepath='./Include/internal/pycore_call.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_MakeTpCall'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='ftell' filepath='/usr/include/stdio.h' line='718' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='fileno' filepath='/usr/include/stdio.h' line='809' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyLexer_restore_fstring_buffers' filepath='Parser/tokenizer/../lexer/buffer.h' line='7' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyLexer_tok_reserve_buf' filepath='Parser/tokenizer/../lexer/buffer.h' line='8' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyLexer_update_fstring_expr' filepath='Parser/tokenizer/../lexer/lexer.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-53'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_tok_new' filepath='Parser/tokenizer/../lexer/state.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-688'/>\r
+      <return type-id='type-id-686'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_error_ret' filepath='Parser/tokenizer/helpers.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_new_string' filepath='Parser/tokenizer/helpers.h' line='19' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_translate_newlines' filepath='Parser/tokenizer/helpers.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_translate_into_utf8' filepath='Parser/tokenizer/helpers.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_check_bom' filepath='Parser/tokenizer/helpers.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-677'/>\r
-      <parameter type-id='type-id-1530'/>\r
-      <parameter type-id='type-id-1528'/>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-675'/>\r
+      <parameter type-id='type-id-1527'/>\r
+      <parameter type-id='type-id-1525'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_check_coding_spec' filepath='Parser/tokenizer/helpers.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-688'/>\r
-      <parameter type-id='type-id-1528'/>\r
+      <parameter type-id='type-id-686'/>\r
+      <parameter type-id='type-id-1525'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTokenizer_ensure_utf8' filepath='Parser/tokenizer/helpers.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-17'/>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1527'>\r
-      <parameter type-id='type-id-688'/>\r
+    <function-type size-in-bits='64' id='type-id-1524'>\r
+      <parameter type-id='type-id-686'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1529'>\r
+    <function-type size-in-bits='64' id='type-id-1526'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-688'/>\r
+      <parameter type-id='type-id-686'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/tokenizer/helpers.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Parser/tokenizer/helpers.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='strcspn' filepath='/usr/include/string.h' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Parser/tokenizer/readline_tokenizer.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Parser/tokenizer/readline_tokenizer.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='PyUnicode_Decode' mangled-name='PyUnicode_Decode' filepath='./Include/unicodeobject.h' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Decode'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/Python-ast.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='_Py_once_fn_t' type-id='type-id-265' filepath='./Include/internal/pycore_lock.h' line='133' column='1' id='type-id-1531'/>\r
-    <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1532'/>\r
-    <pointer-type-def type-id='type-id-1531' size-in-bits='64' id='type-id-1533'/>\r
+  <abi-instr address-size='64' path='Python/Python-ast.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='_Py_once_fn_t' type-id='type-id-262' filepath='./Include/internal/pycore_lock.h' line='133' column='1' id='type-id-1528'/>\r
+    <pointer-type-def type-id='type-id-958' size-in-bits='64' id='type-id-1529'/>\r
+    <pointer-type-def type-id='type-id-1528' size-in-bits='64' id='type-id-1530'/>\r
     <function-decl name='_PyOnceFlag_CallOnceSlow' mangled-name='_PyOnceFlag_CallOnceSlow' filepath='./Include/internal/pycore_lock.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOnceFlag_CallOnceSlow'>\r
-      <parameter type-id='type-id-1532'/>\r
-      <parameter type-id='type-id-1533'/>\r
+      <parameter type-id='type-id-1529'/>\r
+      <parameter type-id='type-id-1530'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-183'/>\r
+      <parameter type-id='type-id-181'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyInit__ast' mangled-name='PyInit__ast' filepath='Python/Python-ast.c' line='17618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__ast'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='PyErr_SyntaxLocationObject' mangled-name='PyErr_SyntaxLocationObject' filepath='./Include/cpython/pyerrors.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocationObject'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_byte_offset_to_character_offset_line' filepath='Python/../Parser/pegen.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_byte_offset_to_character_offset_line' filepath='Python/../Parser/pegen.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='_PyPegen_byte_offset_to_character_offset_raw' filepath='Python/../Parser/pegen.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyPegen_byte_offset_to_character_offset_raw' filepath='Python/../Parser/pegen.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-688'/>\r
+      <return type-id='type-id-686'/>\r
     </function-decl>\r
     <function-decl name='PyInit__tokenize' mangled-name='PyInit__tokenize' filepath='Python/Python-tokenize.c' line='440' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__tokenize'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/_warnings.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/_warnings.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyImport_GetModules' filepath='./Include/internal/pycore_import.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-4'/>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PySys_GetAttr' mangled-name='_PySys_GetAttr' filepath='./Include/internal/pycore_sysmodule.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetAttr'>\r
-      <parameter type-id='type-id-27'/>\r
+    <function-decl name='_PySys_GetOptionalAttr' mangled-name='_PySys_GetOptionalAttr' filepath='./Include/internal/pycore_sysmodule.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetOptionalAttr'>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-4'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-27'/>\r
-      <return type-id='type-id-351'/>\r
+      <return type-id='type-id-348'/>\r
     </function-decl>\r
     <function-decl name='PyErr_ResourceWarning' mangled-name='PyErr_ResourceWarning' filepath='Python/_warnings.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ResourceWarning'>\r
       <parameter type-id='type-id-4' name='source' filepath='Python/_warnings.c' line='1254' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_WarnExplicit' mangled-name='PyErr_WarnExplicit' filepath='Python/_warnings.c' line='1321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnExplicit'>\r
-      <parameter type-id='type-id-4' name='category' filepath='Python/_warnings.c' line='1321' column='1'/>\r
-      <parameter type-id='type-id-6' name='text' filepath='Python/_warnings.c' line='1321' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename_str' filepath='Python/_warnings.c' line='1322' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/_warnings.c' line='1322' column='1'/>\r
-      <parameter type-id='type-id-6' name='module_str' filepath='Python/_warnings.c' line='1323' column='1'/>\r
-      <parameter type-id='type-id-4' name='registry' filepath='Python/_warnings.c' line='1323' column='1'/>\r
+    <function-decl name='PyErr_WarnExplicit' mangled-name='PyErr_WarnExplicit' filepath='Python/_warnings.c' line='1343' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnExplicit'>\r
+      <parameter type-id='type-id-4' name='category' filepath='Python/_warnings.c' line='1343' column='1'/>\r
+      <parameter type-id='type-id-6' name='text' filepath='Python/_warnings.c' line='1343' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename_str' filepath='Python/_warnings.c' line='1344' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/_warnings.c' line='1344' column='1'/>\r
+      <parameter type-id='type-id-6' name='module_str' filepath='Python/_warnings.c' line='1345' column='1'/>\r
+      <parameter type-id='type-id-4' name='registry' filepath='Python/_warnings.c' line='1345' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_WarnExplicitFormat' mangled-name='PyErr_WarnExplicitFormat' filepath='Python/_warnings.c' line='1353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnExplicitFormat'>\r
-      <parameter type-id='type-id-4' name='category' filepath='Python/_warnings.c' line='1353' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename_str' filepath='Python/_warnings.c' line='1354' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/_warnings.c' line='1354' column='1'/>\r
-      <parameter type-id='type-id-6' name='module_str' filepath='Python/_warnings.c' line='1355' column='1'/>\r
-      <parameter type-id='type-id-4' name='registry' filepath='Python/_warnings.c' line='1355' column='1'/>\r
-      <parameter type-id='type-id-6' name='format' filepath='Python/_warnings.c' line='1356' column='1'/>\r
+    <function-decl name='PyErr_WarnExplicitFormat' mangled-name='PyErr_WarnExplicitFormat' filepath='Python/_warnings.c' line='1375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WarnExplicitFormat'>\r
+      <parameter type-id='type-id-4' name='category' filepath='Python/_warnings.c' line='1375' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename_str' filepath='Python/_warnings.c' line='1376' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/_warnings.c' line='1376' column='1'/>\r
+      <parameter type-id='type-id-6' name='module_str' filepath='Python/_warnings.c' line='1377' column='1'/>\r
+      <parameter type-id='type-id-4' name='registry' filepath='Python/_warnings.c' line='1377' column='1'/>\r
+      <parameter type-id='type-id-6' name='format' filepath='Python/_warnings.c' line='1378' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyWarnings_Init' mangled-name='_PyWarnings_Init' filepath='Python/_warnings.c' line='1515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWarnings_Init'>\r
+    <function-decl name='_PyWarnings_Init' mangled-name='_PyWarnings_Init' filepath='Python/_warnings.c' line='1537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWarnings_Init'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/assemble.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='243' column='1' id='type-id-1534'>\r
+  <abi-instr address-size='64' path='Python/assemble.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='243' column='1' id='type-id-1531'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_code.h' line='245' column='1'/>\r
       </data-member>\r
         <var-decl name='exceptiontable' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_code.h' line='273' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_PyExceptHandlerInfo' size-in-bits='96' is-struct='yes' naming-typedef-id='type-id-1535' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='15' column='1' id='type-id-1536'>\r
+    <class-decl name='_PyExceptHandlerInfo' size-in-bits='96' is-struct='yes' naming-typedef-id='type-id-1532' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='15' column='1' id='type-id-1533'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='h_label' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='16' column='1'/>\r
       </data-member>\r
         <var-decl name='h_preserve_lasti' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='18' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyExceptHandlerInfo' type-id='type-id-1536' filepath='./Include/internal/pycore_instruction_sequence.h' line='19' column='1' id='type-id-1535'/>\r
-    <class-decl name='_PyInstruction' size-in-bits='352' is-struct='yes' naming-typedef-id='type-id-1537' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='21' column='1' id='type-id-1538'>\r
+    <typedef-decl name='_PyExceptHandlerInfo' type-id='type-id-1533' filepath='./Include/internal/pycore_instruction_sequence.h' line='19' column='1' id='type-id-1532'/>\r
+    <class-decl name='_PyInstruction' size-in-bits='352' is-struct='yes' naming-typedef-id='type-id-1534' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='21' column='1' id='type-id-1535'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='i_opcode' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='22' column='1'/>\r
       </data-member>\r
         <var-decl name='i_oparg' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='23' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='i_loc' type-id='type-id-1539' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='24' column='1'/>\r
+        <var-decl name='i_loc' type-id='type-id-1536' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='24' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='i_except_handler_info' type-id='type-id-1535' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='25' column='1'/>\r
+        <var-decl name='i_except_handler_info' type-id='type-id-1532' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='25' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
         <var-decl name='i_target' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='28' column='1'/>\r
         <var-decl name='i_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='29' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyInstruction' type-id='type-id-1538' filepath='./Include/internal/pycore_instruction_sequence.h' line='30' column='1' id='type-id-1537'/>\r
-    <class-decl name='instruction_sequence' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='32' column='1' id='type-id-1540'>\r
+    <typedef-decl name='_PyInstruction' type-id='type-id-1535' filepath='./Include/internal/pycore_instruction_sequence.h' line='30' column='1' id='type-id-1534'/>\r
+    <class-decl name='instruction_sequence' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='32' column='1' id='type-id-1537'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='33' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='33' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='s_instrs' type-id='type-id-1541' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='34' column='1'/>\r
+        <var-decl name='s_instrs' type-id='type-id-1538' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='s_allocated' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='35' column='1'/>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='s_labelmap' type-id='type-id-177' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='43' column='1'/>\r
+        <var-decl name='s_labelmap' type-id='type-id-175' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='43' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
         <var-decl name='s_labelmap_size' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='44' column='1'/>\r
         <var-decl name='s_nested' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='47' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyInstructionSequence' type-id='type-id-1540' filepath='./Include/internal/pycore_instruction_sequence.h' line='48' column='1' id='type-id-1542'/>\r
-    <class-decl name='_Py_SourceLocation' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1539' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='45' column='1' id='type-id-1543'>\r
+    <typedef-decl name='_PyInstructionSequence' type-id='type-id-1537' filepath='./Include/internal/pycore_instruction_sequence.h' line='48' column='1' id='type-id-1539'/>\r
+    <class-decl name='_Py_SourceLocation' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1536' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='45' column='1' id='type-id-1540'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='lineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='46' column='1'/>\r
       </data-member>\r
         <var-decl name='end_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='49' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_SourceLocation' type-id='type-id-1543' filepath='./Include/internal/pycore_symtable.h' line='50' column='1' id='type-id-1539'/>\r
-    <pointer-type-def type-id='type-id-1534' size-in-bits='64' id='type-id-1544'/>\r
-    <pointer-type-def type-id='type-id-1537' size-in-bits='64' id='type-id-1541'/>\r
-    <pointer-type-def type-id='type-id-1542' size-in-bits='64' id='type-id-1545'/>\r
+    <typedef-decl name='_Py_SourceLocation' type-id='type-id-1540' filepath='./Include/internal/pycore_symtable.h' line='50' column='1' id='type-id-1536'/>\r
+    <pointer-type-def type-id='type-id-1531' size-in-bits='64' id='type-id-1541'/>\r
+    <pointer-type-def type-id='type-id-1534' size-in-bits='64' id='type-id-1538'/>\r
+    <pointer-type-def type-id='type-id-1539' size-in-bits='64' id='type-id-1542'/>\r
     <function-decl name='_PyCode_Validate' filepath='./Include/internal/pycore_code.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1544'/>\r
+      <parameter type-id='type-id-1541'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCode_New' filepath='./Include/internal/pycore_code.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1544'/>\r
-      <return type-id='type-id-325'/>\r
+      <parameter type-id='type-id-1541'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
     <function-decl name='_PyCompile_ConstCacheMergeOne' filepath='./Include/internal/pycore_compile.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_ApplyLabelMap' filepath='./Include/internal/pycore_instruction_sequence.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_set_localsplus_info' filepath='Python/assemble.c' line='471' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_set_localsplus_info' filepath='Python/assemble.c' line='468' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-91'/>\r
+      <parameter type-id='type-id-89'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/ast_opt.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/ast_opt.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyAST_GetDocString' filepath='./Include/internal/pycore_ast.h' line='921' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-607'/>\r
+      <parameter type-id='type-id-605'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/bltinmodule.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-822' size-in-bits='64' id='type-id-1546'/>\r
-    <var-decl name='PyFilter_Type' type-id='type-id-266' mangled-name='PyFilter_Type' visibility='default' filepath='./Include/bltinmodule.h' line='7' column='1' elf-symbol-id='PyFilter_Type'/>\r
-    <var-decl name='PyMap_Type' type-id='type-id-266' mangled-name='PyMap_Type' visibility='default' filepath='./Include/bltinmodule.h' line='8' column='1' elf-symbol-id='PyMap_Type'/>\r
-    <var-decl name='PyZip_Type' type-id='type-id-266' mangled-name='PyZip_Type' visibility='default' filepath='./Include/bltinmodule.h' line='9' column='1' elf-symbol-id='PyZip_Type'/>\r
+  <abi-instr address-size='64' path='Python/bltinmodule.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-818' size-in-bits='64' id='type-id-1543'/>\r
+    <var-decl name='PyFilter_Type' type-id='type-id-263' mangled-name='PyFilter_Type' visibility='default' filepath='./Include/bltinmodule.h' line='7' column='1' elf-symbol-id='PyFilter_Type'/>\r
+    <var-decl name='PyMap_Type' type-id='type-id-263' mangled-name='PyMap_Type' visibility='default' filepath='./Include/bltinmodule.h' line='8' column='1' elf-symbol-id='PyMap_Type'/>\r
+    <var-decl name='PyZip_Type' type-id='type-id-263' mangled-name='PyZip_Type' visibility='default' filepath='./Include/bltinmodule.h' line='9' column='1' elf-symbol-id='PyZip_Type'/>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyAST_mod2obj' filepath='./Include/internal/pycore_ast.h' line='909' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-575'/>\r
+      <parameter type-id='type-id-573'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyAST_obj2mod' filepath='./Include/internal/pycore_ast.h' line='910' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-677'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-575'/>\r
+      <return type-id='type-id-573'/>\r
     </function-decl>\r
     <function-decl name='PyAST_Check' filepath='./Include/internal/pycore_ast.h' line='911' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Validate' filepath='./Include/internal/pycore_ast.h' line='913' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-575'/>\r
+      <parameter type-id='type-id-573'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Compile' mangled-name='_PyAST_Compile' filepath='./Include/internal/pycore_compile.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAST_Compile'>\r
-      <parameter type-id='type-id-574'/>\r
+      <parameter type-id='type-id-572'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1546'/>\r
-      <return type-id='type-id-325'/>\r
+      <parameter type-id='type-id-1543'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
     <function-decl name='_PyCompile_AstOptimize' filepath='./Include/internal/pycore_compile.h' line='26' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-574'/>\r
+      <parameter type-id='type-id-572'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1546'/>\r
+      <parameter type-id='type-id-1543'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyFile_Flush' filepath='./Include/internal/pycore_fileutils.h' line='323' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyModule_CreateInitialized' filepath='./Include/internal/pycore_modsupport.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-387'/>\r
+      <parameter type-id='type-id-386'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_ParseStackAndKeywords' mangled-name='_PyArg_ParseStackAndKeywords' filepath='./Include/internal/pycore_modsupport.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStackAndKeywords'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-272'/>\r
+      <parameter type-id='type-id-269'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_CalculateMetaclass' filepath='./Include/internal/pycore_object.h' line='698' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_CalculateMetaclass' filepath='./Include/internal/pycore_object.h' line='772' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-1'/>\r
     </function-decl>\r
     <function-decl name='_PyArena_New' mangled-name='_PyArena_New' filepath='./Include/internal/pycore_pyarena.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_New'>\r
-      <return type-id='type-id-679'/>\r
+      <return type-id='type-id-677'/>\r
     </function-decl>\r
     <function-decl name='_PyArena_Free' mangled-name='_PyArena_Free' filepath='./Include/internal/pycore_pyarena.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_Free'>\r
-      <parameter type-id='type-id-679'/>\r
+      <parameter type-id='type-id-677'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_SourceAsString' filepath='./Include/internal/pycore_pythonrun.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyAnextAwaitable_New' filepath='Python/bltinmodule.c' line='1710' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PySys_GetRequiredAttr' mangled-name='_PySys_GetRequiredAttr' filepath='./Include/internal/pycore_sysmodule.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetRequiredAttr'>\r
+      <parameter type-id='type-id-4'/>\r
+      <return type-id='type-id-4'/>\r
+    </function-decl>\r
+    <function-decl name='_PySys_GetRequiredAttrString' mangled-name='_PySys_GetRequiredAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySys_GetRequiredAttrString'>\r
+      <parameter type-id='type-id-6'/>\r
+      <return type-id='type-id-4'/>\r
+    </function-decl>\r
+    <function-decl name='PyAnextAwaitable_New' filepath='Python/bltinmodule.c' line='1709' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_fstat' mangled-name='_Py_fstat' filepath='./Include/internal/pycore_fileutils.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-59'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-101'/>\r
-      <return type-id='type-id-184'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <function-decl name='_PyOS_URandomNonblock' mangled-name='_PyOS_URandomNonblock' filepath='Python/bootstrap_hash.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_URandomNonblock'>\r
       <parameter type-id='type-id-30' name='buffer' filepath='Python/bootstrap_hash.c' line='545' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/ceval.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-1547' size-in-bits='1664' id='type-id-1548'>\r
-      <subrange length='26' type-id='type-id-2' id='type-id-889'/>\r
+  <abi-instr address-size='64' path='Python/ceval.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-1544' size-in-bits='1664' id='type-id-1545'>\r
+      <subrange length='26' type-id='type-id-2' id='type-id-885'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1547' size-in-bits='infinite' id='type-id-1549'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1544' size-in-bits='infinite' id='type-id-1546'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1550' size-in-bits='256' id='type-id-1551'>\r
-      <subrange length='4' type-id='type-id-2' id='type-id-229'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1547' size-in-bits='256' id='type-id-1548'>\r
+      <subrange length='4' type-id='type-id-2' id='type-id-226'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1550' size-in-bits='infinite' id='type-id-1552'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1547' size-in-bits='infinite' id='type-id-1549'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <typedef-decl name='conversion_func' type-id='type-id-1378' filepath='./Include/internal/pycore_ceval.h' line='243' column='1' id='type-id-1553'/>\r
-    <qualified-type-def type-id='type-id-968' const='yes' id='type-id-1547'/>\r
-    <qualified-type-def type-id='type-id-1553' const='yes' id='type-id-1550'/>\r
+    <typedef-decl name='conversion_func' type-id='type-id-1375' filepath='./Include/internal/pycore_ceval.h' line='243' column='1' id='type-id-1550'/>\r
+    <qualified-type-def type-id='type-id-964' const='yes' id='type-id-1544'/>\r
+    <qualified-type-def type-id='type-id-1550' const='yes' id='type-id-1547'/>\r
     <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'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-27'/>\r
     </function-decl>\r
     <function-decl name='_PyStack_UnpackDict' filepath='./Include/internal/pycore_call.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <return type-id='type-id-258'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <return type-id='type-id-255'/>\r
     </function-decl>\r
     <function-decl name='_PyStack_UnpackDict_FreeNoDecRef' filepath='./Include/internal/pycore_call.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-255'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_SetProfile' mangled-name='_PyEval_SetProfile' filepath='./Include/internal/pycore_ceval.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetProfile'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-1022'/>\r
+      <parameter type-id='type-id-1018'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyEval_SetTrace' filepath='./Include/internal/pycore_ceval.h' line='23' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-1022'/>\r
+      <parameter type-id='type-id-1018'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <var-decl name='_PyEval_BinaryOps' type-id='type-id-1549' mangled-name='_PyEval_BinaryOps' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='245' column='1' elf-symbol-id='_PyEval_BinaryOps'/>\r
-    <var-decl name='_PyEval_ConversionFuncs' type-id='type-id-1552' mangled-name='_PyEval_ConversionFuncs' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='246' column='1' elf-symbol-id='_PyEval_ConversionFuncs'/>\r
+    <var-decl name='_PyEval_BinaryOps' type-id='type-id-1546' mangled-name='_PyEval_BinaryOps' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='245' column='1' elf-symbol-id='_PyEval_BinaryOps'/>\r
+    <var-decl name='_PyEval_ConversionFuncs' type-id='type-id-1549' mangled-name='_PyEval_ConversionFuncs' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='246' column='1' elf-symbol-id='_PyEval_ConversionFuncs'/>\r
     <function-decl name='_Py_Specialize_LoadSuperAttr' filepath='./Include/internal/pycore_code.h' line='323' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_LoadAttr' filepath='./Include/internal/pycore_code.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_StoreAttr' filepath='./Include/internal/pycore_code.h' line='327' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_LoadGlobal' filepath='./Include/internal/pycore_code.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_BinarySubscr' filepath='./Include/internal/pycore_code.h' line='331' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_StoreSubscr' filepath='./Include/internal/pycore_code.h' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_Call' filepath='./Include/internal/pycore_code.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_BinaryOp' filepath='./Include/internal/pycore_code.h' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_CompareOp' filepath='./Include/internal/pycore_code.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_UnpackSequence' filepath='./Include/internal/pycore_code.h' line='341' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_ForIter' filepath='./Include/internal/pycore_code.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_Send' filepath='./Include/internal/pycore_code.h' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_ToBool' filepath='./Include/internal/pycore_code.h' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Specialize_ContainsOp' filepath='./Include/internal/pycore_code.h' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_Instrument' filepath='./Include/internal/pycore_code.h' line='587' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-322'/>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_SendEvent' filepath='./Include/internal/pycore_dict.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-939'/>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-935'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyFrame_GetLocals' filepath='./Include/internal/pycore_frame.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-366'/>\r
+      <parameter type-id='type-id-365'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyThreadState_PushFrame' filepath='./Include/internal/pycore_frame.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-366'/>\r
+      <return type-id='type-id-365'/>\r
     </function-decl>\r
     <function-decl name='_PyThreadState_PopFrame' mangled-name='_PyThreadState_PopFrame' filepath='./Include/internal/pycore_frame.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_PopFrame'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-366'/>\r
+      <parameter type-id='type-id-365'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyImport_IsDefaultImportFunc' filepath='./Include/internal/pycore_import.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     <function-decl name='_Py_call_instrumentation' filepath='./Include/internal/pycore_instruments.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_call_instrumentation_line' filepath='./Include/internal/pycore_instruments.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_call_instrumentation_instruction' filepath='./Include/internal/pycore_instruments.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_call_instrumentation_jump' filepath='./Include/internal/pycore_instruments.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
-      <parameter type-id='type-id-1160'/>\r
-      <return type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
+      <parameter type-id='type-id-1156'/>\r
+      <return type-id='type-id-1156'/>\r
     </function-decl>\r
     <function-decl name='_Py_call_instrumentation_arg' filepath='./Include/internal/pycore_instruments.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_call_instrumentation_2args' filepath='./Include/internal/pycore_instruments.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     <function-decl name='_Py_call_instrumentation_exc2' filepath='./Include/internal/pycore_instruments.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-366'/>\r
-      <parameter type-id='type-id-1160'/>\r
+      <parameter type-id='type-id-365'/>\r
+      <parameter type-id='type-id-1156'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyModuleSpec_GetFileOrigin' filepath='./Include/internal/pycore_moduleobject.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyModule_IsPossiblyShadowing' filepath='./Include/internal/pycore_moduleobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_NewManagedObject' filepath='./Include/internal/pycore_object.h' line='696' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_NewManagedObject' filepath='./Include/internal/pycore_object.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyErr_GetTopmostException' filepath='./Include/internal/pycore_pyerrors.h' line='14' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <return type-id='type-id-239'/>\r
+      <return type-id='type-id-236'/>\r
     </function-decl>\r
     <function-decl name='_PyErr_SetImportErrorWithNameFrom' filepath='./Include/internal/pycore_pyerrors.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyExc_CreateExceptionGroup' filepath='./Include/internal/pycore_pyerrors.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyExc_CreateExceptionGroup' filepath='./Include/internal/pycore_pyerrors.h' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_CalculateSuggestions' filepath='./Include/internal/pycore_pyerrors.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_CalculateSuggestions' filepath='./Include/internal/pycore_pyerrors.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
+    <function-decl name='_PyEval_StopTheWorld' filepath='./Include/internal/pycore_pystate.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-28'/>\r
+      <return type-id='type-id-3'/>\r
+    </function-decl>\r
+    <function-decl name='_PyEval_StartTheWorld' filepath='./Include/internal/pycore_pystate.h' line='182' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-28'/>\r
+      <return type-id='type-id-3'/>\r
+    </function-decl>\r
     <function-decl name='_PyBuildSlice_ConsumeRefs' filepath='./Include/internal/pycore_sliceobject.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PySys_Audit' filepath='./Include/internal/pycore_sysmodule.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PySys_Audit' filepath='./Include/internal/pycore_sysmodule.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
+    <function-decl name='_PyTraceBack_FromFrame' filepath='./Include/internal/pycore_traceback.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-4'/>\r
+      <parameter type-id='type-id-348'/>\r
+      <return type-id='type-id-4'/>\r
+    </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-351'/>\r
+      <parameter type-id='type-id-348'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_GetRecursionLimit' mangled-name='Py_GetRecursionLimit' filepath='Python/ceval.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetRecursionLimit'>\r
+    <function-decl name='Py_GetRecursionLimit' mangled-name='Py_GetRecursionLimit' filepath='Python/ceval.c' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetRecursionLimit'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_SetRecursionLimit' mangled-name='Py_SetRecursionLimit' filepath='Python/ceval.c' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetRecursionLimit'>\r
-      <parameter type-id='type-id-5' name='new_limit' filepath='Python/ceval.c' line='269' column='1'/>\r
+    <function-decl name='Py_SetRecursionLimit' mangled-name='Py_SetRecursionLimit' filepath='Python/ceval.c' line='268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetRecursionLimit'>\r
+      <parameter type-id='type-id-5' name='new_limit' filepath='Python/ceval.c' line='268' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_MatchKeys' mangled-name='_PyEval_MatchKeys' filepath='Python/ceval.c' line='355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchKeys'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='355' column='1'/>\r
-      <parameter type-id='type-id-4' name='map' filepath='Python/ceval.c' line='355' column='1'/>\r
-      <parameter type-id='type-id-4' name='keys' filepath='Python/ceval.c' line='355' column='1'/>\r
+    <function-decl name='_PyEval_MatchKeys' mangled-name='_PyEval_MatchKeys' filepath='Python/ceval.c' line='358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchKeys'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='358' column='1'/>\r
+      <parameter type-id='type-id-4' name='map' filepath='Python/ceval.c' line='358' column='1'/>\r
+      <parameter type-id='type-id-4' name='keys' filepath='Python/ceval.c' line='358' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_MatchClass' mangled-name='_PyEval_MatchClass' filepath='Python/ceval.c' line='459' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchClass'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='459' column='1'/>\r
-      <parameter type-id='type-id-4' name='subject' filepath='Python/ceval.c' line='459' column='1'/>\r
-      <parameter type-id='type-id-4' name='type' filepath='Python/ceval.c' line='459' column='1'/>\r
-      <parameter type-id='type-id-7' name='nargs' filepath='Python/ceval.c' line='460' column='1'/>\r
-      <parameter type-id='type-id-4' name='kwargs' filepath='Python/ceval.c' line='460' column='1'/>\r
+    <function-decl name='_PyEval_MatchClass' mangled-name='_PyEval_MatchClass' filepath='Python/ceval.c' line='462' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MatchClass'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='462' column='1'/>\r
+      <parameter type-id='type-id-4' name='subject' filepath='Python/ceval.c' line='462' column='1'/>\r
+      <parameter type-id='type-id-4' name='type' filepath='Python/ceval.c' line='462' column='1'/>\r
+      <parameter type-id='type-id-7' name='nargs' filepath='Python/ceval.c' line='463' column='1'/>\r
+      <parameter type-id='type-id-4' name='kwargs' filepath='Python/ceval.c' line='463' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Python/ceval.c' line='610' column='1'/>\r
+    <function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Python/ceval.c' line='613' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>\r
-      <parameter type-id='type-id-351' name='f' filepath='Python/ceval.c' line='618' column='1'/>\r
-      <parameter type-id='type-id-5' name='throwflag' filepath='Python/ceval.c' line='618' column='1'/>\r
+    <function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>\r
+      <parameter type-id='type-id-348' name='f' filepath='Python/ceval.c' line='621' column='1'/>\r
+      <parameter type-id='type-id-5' name='throwflag' filepath='Python/ceval.c' line='621' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_FrameClearAndPop' mangled-name='_PyEval_FrameClearAndPop' filepath='Python/ceval.c' line='1697' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FrameClearAndPop'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='1697' column='1'/>\r
-      <parameter type-id='type-id-366' name='frame' filepath='Python/ceval.c' line='1697' column='1'/>\r
+    <function-decl name='_PyEval_FrameClearAndPop' mangled-name='_PyEval_FrameClearAndPop' filepath='Python/ceval.c' line='1702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FrameClearAndPop'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='1702' column='1'/>\r
+      <parameter type-id='type-id-365' name='frame' filepath='Python/ceval.c' line='1702' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyEvalFramePushAndInit' mangled-name='_PyEvalFramePushAndInit' filepath='Python/ceval.c' line='1709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvalFramePushAndInit'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='1709' column='1'/>\r
-      <parameter type-id='type-id-308' name='func' filepath='Python/ceval.c' line='1709' column='1'/>\r
-      <parameter type-id='type-id-4' name='locals' filepath='Python/ceval.c' line='1710' column='1'/>\r
-      <parameter type-id='type-id-258' name='args' filepath='Python/ceval.c' line='1710' column='1'/>\r
-      <parameter type-id='type-id-21' name='argcount' filepath='Python/ceval.c' line='1711' column='1'/>\r
-      <parameter type-id='type-id-4' name='kwnames' filepath='Python/ceval.c' line='1711' column='1'/>\r
-      <return type-id='type-id-366'/>\r
+    <function-decl name='_PyEvalFramePushAndInit' mangled-name='_PyEvalFramePushAndInit' filepath='Python/ceval.c' line='1714' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvalFramePushAndInit'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='1714' column='1'/>\r
+      <parameter type-id='type-id-305' name='func' filepath='Python/ceval.c' line='1714' column='1'/>\r
+      <parameter type-id='type-id-4' name='locals' filepath='Python/ceval.c' line='1715' column='1'/>\r
+      <parameter type-id='type-id-255' name='args' filepath='Python/ceval.c' line='1715' column='1'/>\r
+      <parameter type-id='type-id-21' name='argcount' filepath='Python/ceval.c' line='1716' column='1'/>\r
+      <parameter type-id='type-id-4' name='kwnames' filepath='Python/ceval.c' line='1716' column='1'/>\r
+      <return type-id='type-id-365'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_ExceptionGroupMatch' mangled-name='_PyEval_ExceptionGroupMatch' filepath='Python/ceval.c' line='1994' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_ExceptionGroupMatch'>\r
-      <parameter type-id='type-id-4' name='exc_value' filepath='Python/ceval.c' line='1994' column='1'/>\r
-      <parameter type-id='type-id-4' name='match_type' filepath='Python/ceval.c' line='1994' column='1'/>\r
-      <parameter type-id='type-id-238' name='match' filepath='Python/ceval.c' line='1995' column='1'/>\r
-      <parameter type-id='type-id-238' name='rest' filepath='Python/ceval.c' line='1995' column='1'/>\r
+    <function-decl name='_PyEval_ExceptionGroupMatch' mangled-name='_PyEval_ExceptionGroupMatch' filepath='Python/ceval.c' line='1999' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_ExceptionGroupMatch'>\r
+      <parameter type-id='type-id-4' name='exc_value' filepath='Python/ceval.c' line='1999' column='1'/>\r
+      <parameter type-id='type-id-4' name='match_type' filepath='Python/ceval.c' line='1999' column='1'/>\r
+      <parameter type-id='type-id-235' name='match' filepath='Python/ceval.c' line='2000' column='1'/>\r
+      <parameter type-id='type-id-235' name='rest' filepath='Python/ceval.c' line='2000' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_UnpackIterable' mangled-name='_PyEval_UnpackIterable' filepath='Python/ceval.c' line='2057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_UnpackIterable'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2057' column='1'/>\r
-      <parameter type-id='type-id-4' name='v' filepath='Python/ceval.c' line='2057' column='1'/>\r
-      <parameter type-id='type-id-5' name='argcnt' filepath='Python/ceval.c' line='2058' column='1'/>\r
-      <parameter type-id='type-id-5' name='argcntafter' filepath='Python/ceval.c' line='2058' column='1'/>\r
-      <parameter type-id='type-id-238' name='sp' filepath='Python/ceval.c' line='2058' column='1'/>\r
+    <function-decl name='_PyEval_UnpackIterable' mangled-name='_PyEval_UnpackIterable' filepath='Python/ceval.c' line='2090' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_UnpackIterable'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2090' column='1'/>\r
+      <parameter type-id='type-id-4' name='v' filepath='Python/ceval.c' line='2090' column='1'/>\r
+      <parameter type-id='type-id-5' name='argcnt' filepath='Python/ceval.c' line='2091' column='1'/>\r
+      <parameter type-id='type-id-5' name='argcntafter' filepath='Python/ceval.c' line='2091' column='1'/>\r
+      <parameter type-id='type-id-235' name='sp' filepath='Python/ceval.c' line='2091' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_MonitorRaise' mangled-name='_PyEval_MonitorRaise' filepath='Python/ceval.c' line='2190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MonitorRaise'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2190' column='1'/>\r
-      <parameter type-id='type-id-366' name='frame' filepath='Python/ceval.c' line='2190' column='1'/>\r
-      <parameter type-id='type-id-1160' name='instr' filepath='Python/ceval.c' line='2191' column='1'/>\r
+    <function-decl name='_PyEval_MonitorRaise' mangled-name='_PyEval_MonitorRaise' filepath='Python/ceval.c' line='2223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_MonitorRaise'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2223' column='1'/>\r
+      <parameter type-id='type-id-365' name='frame' filepath='Python/ceval.c' line='2223' column='1'/>\r
+      <parameter type-id='type-id-1156' name='instr' filepath='Python/ceval.c' line='2224' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyThreadState_EnterTracing' mangled-name='PyThreadState_EnterTracing' filepath='Python/ceval.c' line='2261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_EnterTracing'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2261' column='1'/>\r
+    <function-decl name='PyThreadState_EnterTracing' mangled-name='PyThreadState_EnterTracing' filepath='Python/ceval.c' line='2294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_EnterTracing'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2294' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyThreadState_LeaveTracing' mangled-name='PyThreadState_LeaveTracing' filepath='Python/ceval.c' line='2268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_LeaveTracing'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2268' column='1'/>\r
+    <function-decl name='PyThreadState_LeaveTracing' mangled-name='PyThreadState_LeaveTracing' filepath='Python/ceval.c' line='2301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_LeaveTracing'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2301' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='2292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfile'>\r
-      <parameter type-id='type-id-1022' name='func' filepath='Python/ceval.c' line='2292' column='1'/>\r
-      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2292' column='1'/>\r
+    <function-decl name='PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='2325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfile'>\r
+      <parameter type-id='type-id-1018' name='func' filepath='Python/ceval.c' line='2325' column='1'/>\r
+      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2325' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_SetProfileAllThreads' mangled-name='PyEval_SetProfileAllThreads' filepath='Python/ceval.c' line='2302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfileAllThreads'>\r
-      <parameter type-id='type-id-1022' name='func' filepath='Python/ceval.c' line='2302' column='1'/>\r
-      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2302' column='1'/>\r
+    <function-decl name='PyEval_SetProfileAllThreads' mangled-name='PyEval_SetProfileAllThreads' filepath='Python/ceval.c' line='2335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfileAllThreads'>\r
+      <parameter type-id='type-id-1018' name='func' filepath='Python/ceval.c' line='2335' column='1'/>\r
+      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2335' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_SetTrace' mangled-name='PyEval_SetTrace' filepath='Python/ceval.c' line='2323' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTrace'>\r
-      <parameter type-id='type-id-1022' name='func' filepath='Python/ceval.c' line='2323' column='1'/>\r
-      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2323' column='1'/>\r
+    <function-decl name='PyEval_SetTrace' mangled-name='PyEval_SetTrace' filepath='Python/ceval.c' line='2356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTrace'>\r
+      <parameter type-id='type-id-1018' name='func' filepath='Python/ceval.c' line='2356' column='1'/>\r
+      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2356' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_SetTraceAllThreads' mangled-name='PyEval_SetTraceAllThreads' filepath='Python/ceval.c' line='2333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTraceAllThreads'>\r
-      <parameter type-id='type-id-1022' name='func' filepath='Python/ceval.c' line='2333' column='1'/>\r
-      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2333' column='1'/>\r
+    <function-decl name='PyEval_SetTraceAllThreads' mangled-name='PyEval_SetTraceAllThreads' filepath='Python/ceval.c' line='2366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTraceAllThreads'>\r
+      <parameter type-id='type-id-1018' name='func' filepath='Python/ceval.c' line='2366' column='1'/>\r
+      <parameter type-id='type-id-4' name='arg' filepath='Python/ceval.c' line='2366' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetFrame' mangled-name='PyEval_GetFrame' filepath='Python/ceval.c' line='2421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>\r
-      <return type-id='type-id-351'/>\r
+    <function-decl name='PyEval_GetFrame' mangled-name='PyEval_GetFrame' filepath='Python/ceval.c' line='2454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>\r
+      <return type-id='type-id-348'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetLocals' mangled-name='PyEval_GetLocals' filepath='Python/ceval.c' line='2469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetLocals'>\r
+    <function-decl name='PyEval_GetLocals' mangled-name='PyEval_GetLocals' filepath='Python/ceval.c' line='2502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetLocals'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetFrameLocals' mangled-name='PyEval_GetFrameLocals' filepath='Python/ceval.c' line='2559' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrameLocals'>\r
+    <function-decl name='PyEval_GetFrameLocals' mangled-name='PyEval_GetFrameLocals' filepath='Python/ceval.c' line='2592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrameLocals'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetFrameGlobals' mangled-name='PyEval_GetFrameGlobals' filepath='Python/ceval.c' line='2564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrameGlobals'>\r
+    <function-decl name='PyEval_GetFrameGlobals' mangled-name='PyEval_GetFrameGlobals' filepath='Python/ceval.c' line='2597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrameGlobals'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetFrameBuiltins' mangled-name='PyEval_GetFrameBuiltins' filepath='Python/ceval.c' line='2574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrameBuiltins'>\r
+    <function-decl name='PyEval_GetFrameBuiltins' mangled-name='PyEval_GetFrameBuiltins' filepath='Python/ceval.c' line='2607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrameBuiltins'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetFuncName' mangled-name='PyEval_GetFuncName' filepath='Python/ceval.c' line='2600' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncName'>\r
-      <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='2600' column='1'/>\r
+    <function-decl name='PyEval_GetFuncName' mangled-name='PyEval_GetFuncName' filepath='Python/ceval.c' line='2633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncName'>\r
+      <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='2633' column='1'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyEval_GetFuncDesc' mangled-name='PyEval_GetFuncDesc' filepath='Python/ceval.c' line='2613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncDesc'>\r
-      <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='2613' column='1'/>\r
+    <function-decl name='PyEval_GetFuncDesc' mangled-name='PyEval_GetFuncDesc' filepath='Python/ceval.c' line='2646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncDesc'>\r
+      <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='2646' column='1'/>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_CheckExceptTypeValid' mangled-name='_PyEval_CheckExceptTypeValid' filepath='Python/ceval.c' line='2866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptTypeValid'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2866' column='1'/>\r
-      <parameter type-id='type-id-4' name='right' filepath='Python/ceval.c' line='2866' column='1'/>\r
+    <function-decl name='_PyEval_CheckExceptTypeValid' mangled-name='_PyEval_CheckExceptTypeValid' filepath='Python/ceval.c' line='2920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptTypeValid'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2920' column='1'/>\r
+      <parameter type-id='type-id-4' name='right' filepath='Python/ceval.c' line='2920' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_CheckExceptStarTypeValid' mangled-name='_PyEval_CheckExceptStarTypeValid' filepath='Python/ceval.c' line='2891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptStarTypeValid'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2891' column='1'/>\r
-      <parameter type-id='type-id-4' name='right' filepath='Python/ceval.c' line='2891' column='1'/>\r
+    <function-decl name='_PyEval_CheckExceptStarTypeValid' mangled-name='_PyEval_CheckExceptStarTypeValid' filepath='Python/ceval.c' line='2945' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_CheckExceptStarTypeValid'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2945' column='1'/>\r
+      <parameter type-id='type-id-4' name='right' filepath='Python/ceval.c' line='2945' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_FormatKwargsError' mangled-name='_PyEval_FormatKwargsError' filepath='Python/ceval.c' line='2948' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatKwargsError'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2948' column='1'/>\r
-      <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='2948' column='1'/>\r
-      <parameter type-id='type-id-4' name='kwargs' filepath='Python/ceval.c' line='2948' column='1'/>\r
+    <function-decl name='_PyEval_FormatKwargsError' mangled-name='_PyEval_FormatKwargsError' filepath='Python/ceval.c' line='3002' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatKwargsError'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='3002' column='1'/>\r
+      <parameter type-id='type-id-4' name='func' filepath='Python/ceval.c' line='3002' column='1'/>\r
+      <parameter type-id='type-id-4' name='kwargs' filepath='Python/ceval.c' line='3002' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_FormatExcCheckArg' mangled-name='_PyEval_FormatExcCheckArg' filepath='Python/ceval.c' line='2990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcCheckArg'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='2990' column='1'/>\r
-      <parameter type-id='type-id-4' name='exc' filepath='Python/ceval.c' line='2990' column='1'/>\r
-      <parameter type-id='type-id-6' name='format_str' filepath='Python/ceval.c' line='2991' column='1'/>\r
-      <parameter type-id='type-id-4' name='obj' filepath='Python/ceval.c' line='2991' column='1'/>\r
+    <function-decl name='_PyEval_FormatExcCheckArg' mangled-name='_PyEval_FormatExcCheckArg' filepath='Python/ceval.c' line='3044' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcCheckArg'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='3044' column='1'/>\r
+      <parameter type-id='type-id-4' name='exc' filepath='Python/ceval.c' line='3044' column='1'/>\r
+      <parameter type-id='type-id-6' name='format_str' filepath='Python/ceval.c' line='3045' column='1'/>\r
+      <parameter type-id='type-id-4' name='obj' filepath='Python/ceval.c' line='3045' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_FormatExcUnbound' mangled-name='_PyEval_FormatExcUnbound' filepath='Python/ceval.c' line='3019' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcUnbound'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='3019' column='1'/>\r
-      <parameter type-id='type-id-325' name='co' filepath='Python/ceval.c' line='3019' column='1'/>\r
-      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3019' column='1'/>\r
+    <function-decl name='_PyEval_FormatExcUnbound' mangled-name='_PyEval_FormatExcUnbound' filepath='Python/ceval.c' line='3073' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatExcUnbound'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='3073' column='1'/>\r
+      <parameter type-id='type-id-322' name='co' filepath='Python/ceval.c' line='3073' column='1'/>\r
+      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3073' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyEval_FormatAwaitableError' mangled-name='_PyEval_FormatAwaitableError' filepath='Python/ceval.c' line='3036' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatAwaitableError'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='3036' column='1'/>\r
-      <parameter type-id='type-id-1' name='type' filepath='Python/ceval.c' line='3036' column='1'/>\r
-      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3036' column='1'/>\r
+    <function-decl name='_PyEval_FormatAwaitableError' mangled-name='_PyEval_FormatAwaitableError' filepath='Python/ceval.c' line='3090' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_FormatAwaitableError'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/ceval.c' line='3090' column='1'/>\r
+      <parameter type-id='type-id-1' name='type' filepath='Python/ceval.c' line='3090' column='1'/>\r
+      <parameter type-id='type-id-5' name='oparg' filepath='Python/ceval.c' line='3090' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_Eval_RequestCodeExtraIndex' mangled-name='PyUnstable_Eval_RequestCodeExtraIndex' filepath='Python/ceval.c' line='3056' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Eval_RequestCodeExtraIndex'>\r
-      <parameter type-id='type-id-385' name='free' filepath='Python/ceval.c' line='3056' column='1'/>\r
+    <function-decl name='PyUnstable_Eval_RequestCodeExtraIndex' mangled-name='PyUnstable_Eval_RequestCodeExtraIndex' filepath='Python/ceval.c' line='3110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_Eval_RequestCodeExtraIndex'>\r
+      <parameter type-id='type-id-384' name='free' filepath='Python/ceval.c' line='3110' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
-    <function-decl name='Py_EnterRecursiveCall' mangled-name='Py_EnterRecursiveCall' filepath='Python/ceval.c' line='3072' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EnterRecursiveCall'>\r
-      <parameter type-id='type-id-6' name='where' filepath='Python/ceval.c' line='3072' column='1'/>\r
+    <function-decl name='Py_EnterRecursiveCall' mangled-name='Py_EnterRecursiveCall' filepath='Python/ceval.c' line='3126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EnterRecursiveCall'>\r
+      <parameter type-id='type-id-6' name='where' filepath='Python/ceval.c' line='3126' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='3077' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_LeaveRecursiveCall'>\r
+    <function-decl name='Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='3131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_LeaveRecursiveCall'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/ceval_gil.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <union-decl name='pthread_mutexattr_t' size-in-bits='32' naming-typedef-id='type-id-1554' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='32' column='1' id='type-id-1555'>\r
+  <abi-instr address-size='64' path='Python/ceval_gil.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <union-decl name='pthread_mutexattr_t' size-in-bits='32' naming-typedef-id='type-id-1551' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='32' column='1' id='type-id-1552'>\r
       <data-member access='public'>\r
-        <var-decl name='__size' type-id='type-id-814' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='34' column='1'/>\r
+        <var-decl name='__size' type-id='type-id-810' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='34' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
         <var-decl name='__align' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='35' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='pthread_mutexattr_t' type-id='type-id-1555' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='36' column='1' id='type-id-1554'/>\r
-    <qualified-type-def type-id='type-id-1554' const='yes' id='type-id-1556'/>\r
-    <pointer-type-def type-id='type-id-1556' size-in-bits='64' id='type-id-1557'/>\r
-    <qualified-type-def type-id='type-id-107' const='yes' id='type-id-1558'/>\r
-    <pointer-type-def type-id='type-id-1558' size-in-bits='64' id='type-id-175'/>\r
-    <qualified-type-def type-id='type-id-175' restrict='yes' id='type-id-207'/>\r
-    <pointer-type-def type-id='type-id-1169' size-in-bits='64' id='type-id-1559'/>\r
-    <qualified-type-def type-id='type-id-1559' restrict='yes' id='type-id-1560'/>\r
-    <pointer-type-def type-id='type-id-1170' size-in-bits='64' id='type-id-1561'/>\r
-    <qualified-type-def type-id='type-id-1561' restrict='yes' id='type-id-1562'/>\r
+    <typedef-decl name='pthread_mutexattr_t' type-id='type-id-1552' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='36' column='1' id='type-id-1551'/>\r
+    <qualified-type-def type-id='type-id-1551' const='yes' id='type-id-1553'/>\r
+    <pointer-type-def type-id='type-id-1553' size-in-bits='64' id='type-id-1554'/>\r
+    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-1555'/>\r
+    <pointer-type-def type-id='type-id-1555' size-in-bits='64' id='type-id-173'/>\r
+    <qualified-type-def type-id='type-id-173' restrict='yes' id='type-id-204'/>\r
+    <pointer-type-def type-id='type-id-1165' size-in-bits='64' id='type-id-1556'/>\r
+    <qualified-type-def type-id='type-id-1556' restrict='yes' id='type-id-1557'/>\r
+    <pointer-type-def type-id='type-id-1166' size-in-bits='64' id='type-id-1558'/>\r
+    <qualified-type-def type-id='type-id-1558' restrict='yes' id='type-id-1559'/>\r
     <function-decl name='_Py_RunGC' filepath='./Include/internal/pycore_gc.h' line='355' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-3'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyErr_CheckSignalsTstate' filepath='./Include/internal/pycore_pyerrors.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyErr_CheckSignalsTstate' filepath='./Include/internal/pycore_pyerrors.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
     <function-decl name='pthread_mutex_init' filepath='/usr/include/pthread.h' line='781' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1561'/>\r
-      <parameter type-id='type-id-1557'/>\r
+      <parameter type-id='type-id-1558'/>\r
+      <parameter type-id='type-id-1554'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_mutex_destroy' filepath='/usr/include/pthread.h' line='786' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1561'/>\r
+      <parameter type-id='type-id-1558'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_mutex_lock' filepath='/usr/include/pthread.h' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1561'/>\r
+      <parameter type-id='type-id-1558'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_mutex_unlock' filepath='/usr/include/pthread.h' line='835' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1561'/>\r
+      <parameter type-id='type-id-1558'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_cond_destroy' filepath='/usr/include/pthread.h' line='1117' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1559'/>\r
+      <parameter type-id='type-id-1556'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_cond_signal' filepath='/usr/include/pthread.h' line='1121' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1559'/>\r
+      <parameter type-id='type-id-1556'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_cond_wait' filepath='/usr/include/pthread.h' line='1133' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1560'/>\r
-      <parameter type-id='type-id-1562'/>\r
+      <parameter type-id='type-id-1557'/>\r
+      <parameter type-id='type-id-1559'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_cond_timedwait' filepath='/usr/include/pthread.h' line='1145' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1560'/>\r
-      <parameter type-id='type-id-1562'/>\r
-      <parameter type-id='type-id-207'/>\r
+      <parameter type-id='type-id-1557'/>\r
+      <parameter type-id='type-id-1559'/>\r
+      <parameter type-id='type-id-204'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyEval_ThreadsInitialized' mangled-name='PyEval_ThreadsInitialized' filepath='Python/ceval_gil.c' line='450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ThreadsInitialized'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='Py_AddPendingCall' mangled-name='Py_AddPendingCall' filepath='Python/ceval_gil.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AddPendingCall'>\r
-      <parameter type-id='type-id-1107' name='func' filepath='Python/ceval_gil.c' line='804' column='1'/>\r
+      <parameter type-id='type-id-1103' name='func' filepath='Python/ceval_gil.c' line='804' column='1'/>\r
       <parameter type-id='type-id-30' name='arg' filepath='Python/ceval_gil.c' line='804' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyThread_cond_init' filepath='Python/condvar.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1559'/>\r
+      <parameter type-id='type-id-1556'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyThread_cond_after' filepath='Python/condvar.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-377'/>\r
-      <parameter type-id='type-id-178'/>\r
+      <parameter type-id='type-id-376'/>\r
+      <parameter type-id='type-id-176'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/codecs.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/codecs.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='Py_hexdigits' type-id='type-id-6' mangled-name='Py_hexdigits' visibility='default' filepath='./Include/codecs.h' line='170' column='1' elf-symbol-id='Py_hexdigits'/>\r
     <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'>\r
       <return type-id='type-id-61'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_GetNameCAPI' filepath='./Include/internal/pycore_ucnhash.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-1372'/>\r
+      <return type-id='type-id-1369'/>\r
     </function-decl>\r
     <function-decl name='PyCodec_Register' mangled-name='PyCodec_Register' filepath='Python/codecs.c' line='23' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCodec_Register'>\r
       <parameter type-id='type-id-4' name='search_function' filepath='Python/codecs.c' line='23' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/compile.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-1563' size-in-bits='256' id='type-id-1564'>\r
-      <subrange length='8' type-id='type-id-2' id='type-id-517'/>\r
+  <abi-instr address-size='64' path='Python/compile.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-1560' size-in-bits='256' id='type-id-1561'>\r
+      <subrange length='8' type-id='type-id-2' id='type-id-515'/>\r
     </array-type-def>\r
-    <class-decl name='_PyCfgBuilder' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1565'/>\r
-    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='17152' id='type-id-1566'>\r
-      <subrange length='268' type-id='type-id-2' id='type-id-1567'/>\r
+    <class-decl name='_PyCfgBuilder' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1562'/>\r
+    <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='17152' id='type-id-1563'>\r
+      <subrange length='268' type-id='type-id-2' id='type-id-1564'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1568' size-in-bits='73728' id='type-id-1569'>\r
+    <array-type-def dimensions='1' type-id='type-id-1565' size-in-bits='73728' id='type-id-1566'>\r
       <subrange length='256' type-id='type-id-2' id='type-id-69'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1570' size-in-bits='8576' id='type-id-1571'>\r
-      <subrange length='268' type-id='type-id-2' id='type-id-1567'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1567' size-in-bits='8576' id='type-id-1568'>\r
+      <subrange length='268' type-id='type-id-2' id='type-id-1564'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1572' size-in-bits='288' id='type-id-1573'>\r
-      <subrange length='12' type-id='type-id-2' id='type-id-864'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1569' size-in-bits='288' id='type-id-1570'>\r
+      <subrange length='12' type-id='type-id-2' id='type-id-859'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-323' size-in-bits='2048' id='type-id-1574'>\r
+    <array-type-def dimensions='1' type-id='type-id-320' size-in-bits='2048' id='type-id-1571'>\r
       <subrange length='256' type-id='type-id-2' id='type-id-69'/>\r
     </array-type-def>\r
-    <class-decl name='_PyCompile_CodeUnitMetadata' size-in-bits='768' is-struct='yes' naming-typedef-id='type-id-1575' visibility='default' filepath='./Include/internal/pycore_compile.h' line='42' column='1' id='type-id-1576'>\r
+    <class-decl name='_PyCompile_CodeUnitMetadata' size-in-bits='768' is-struct='yes' naming-typedef-id='type-id-1572' visibility='default' filepath='./Include/internal/pycore_compile.h' line='42' column='1' id='type-id-1573'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='u_name' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_compile.h' line='43' column='1'/>\r
       </data-member>\r
         <var-decl name='u_firstlineno' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_compile.h' line='63' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyCompile_CodeUnitMetadata' type-id='type-id-1576' filepath='./Include/internal/pycore_compile.h' line='64' column='1' id='type-id-1575'/>\r
-    <class-decl name='_PyJumpTargetLabel' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-1577' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='50' column='1' id='type-id-1578'>\r
+    <typedef-decl name='_PyCompile_CodeUnitMetadata' type-id='type-id-1573' filepath='./Include/internal/pycore_compile.h' line='64' column='1' id='type-id-1572'/>\r
+    <class-decl name='_PyJumpTargetLabel' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-1574' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='50' column='1' id='type-id-1575'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='id' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='51' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyJumpTargetLabel' type-id='type-id-1578' filepath='./Include/internal/pycore_instruction_sequence.h' line='52' column='1' id='type-id-1577'/>\r
-    <class-decl name='opcode_metadata' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='958' column='1' id='type-id-1579'>\r
+    <typedef-decl name='_PyJumpTargetLabel' type-id='type-id-1575' filepath='./Include/internal/pycore_instruction_sequence.h' line='52' column='1' id='type-id-1574'/>\r
+    <class-decl name='opcode_metadata' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='958' column='1' id='type-id-1576'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='valid_entry' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='959' column='1'/>\r
+        <var-decl name='valid_entry' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='959' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='instr_format' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='960' column='1'/>\r
+        <var-decl name='instr_format' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='960' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='flags' type-id='type-id-1580' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='961' column='1'/>\r
+        <var-decl name='flags' type-id='type-id-1577' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='961' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='opcode_macro_expansion' size-in-bits='288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1194' column='1' id='type-id-1581'>\r
+    <class-decl name='opcode_macro_expansion' size-in-bits='288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1194' column='1' id='type-id-1578'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='nuops' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1195' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='uops' type-id='type-id-1564' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
+        <var-decl name='uops' type-id='type-id-1561' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1' id='type-id-1563'>\r
+    <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1' id='type-id-1560'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='uop' type-id='type-id-1580' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
+        <var-decl name='uop' type-id='type-id-1577' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='16'>\r
-        <var-decl name='size' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
+        <var-decl name='size' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='24'>\r
-        <var-decl name='offset' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
+        <var-decl name='offset' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1196' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='pseudo_targets' size-in-bits='24' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1886' column='1' id='type-id-1582'>\r
+    <class-decl name='pseudo_targets' size-in-bits='24' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1886' column='1' id='type-id-1579'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='targets' type-id='type-id-895' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1887' column='1'/>\r
+        <var-decl name='targets' type-id='type-id-891' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1887' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-1583'>\r
+    <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-1580'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='FunctionBlock' value='0'/>\r
       <enumerator name='ClassBlock' value='1'/>\r
       <enumerator name='TypeParametersBlock' value='5'/>\r
       <enumerator name='TypeVariableBlock' value='6'/>\r
     </enum-decl>\r
-    <typedef-decl name='_Py_block_ty' type-id='type-id-1583' filepath='./Include/internal/pycore_symtable.h' line='35' column='1' id='type-id-1584'/>\r
-    <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='37' column='1' id='type-id-1585'>\r
+    <typedef-decl name='_Py_block_ty' type-id='type-id-1580' filepath='./Include/internal/pycore_symtable.h' line='35' column='1' id='type-id-1581'/>\r
+    <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='37' column='1' id='type-id-1582'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='NoComprehension' value='0'/>\r
       <enumerator name='ListComprehension' value='1'/>\r
       <enumerator name='SetComprehension' value='3'/>\r
       <enumerator name='GeneratorExpression' value='4'/>\r
     </enum-decl>\r
-    <typedef-decl name='_Py_comprehension_ty' type-id='type-id-1585' filepath='./Include/internal/pycore_symtable.h' line='42' column='1' id='type-id-1586'/>\r
-    <class-decl name='_PyFutureFeatures' size-in-bits='160' is-struct='yes' naming-typedef-id='type-id-1587' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='62' column='1' id='type-id-1588'>\r
+    <typedef-decl name='_Py_comprehension_ty' type-id='type-id-1582' filepath='./Include/internal/pycore_symtable.h' line='42' column='1' id='type-id-1583'/>\r
+    <class-decl name='_PyFutureFeatures' size-in-bits='160' is-struct='yes' naming-typedef-id='type-id-1584' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='62' column='1' id='type-id-1585'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='ff_features' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='ff_location' type-id='type-id-1539' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='64' column='1'/>\r
+        <var-decl name='ff_location' type-id='type-id-1536' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='64' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyFutureFeatures' type-id='type-id-1588' filepath='./Include/internal/pycore_symtable.h' line='65' column='1' id='type-id-1587'/>\r
-    <class-decl name='symtable' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='69' column='1' id='type-id-1589'>\r
+    <typedef-decl name='_PyFutureFeatures' type-id='type-id-1585' filepath='./Include/internal/pycore_symtable.h' line='65' column='1' id='type-id-1584'/>\r
+    <class-decl name='symtable' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='69' column='1' id='type-id-1586'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='st_filename' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='st_cur' type-id='type-id-1590' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='72' column='1'/>\r
+        <var-decl name='st_cur' type-id='type-id-1587' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='st_top' type-id='type-id-1590' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='73' column='1'/>\r
+        <var-decl name='st_top' type-id='type-id-1587' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='73' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
         <var-decl name='st_blocks' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='74' column='1'/>\r
         <var-decl name='st_private' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='81' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='st_future' type-id='type-id-1591' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='82' column='1'/>\r
+        <var-decl name='st_future' type-id='type-id-1588' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='82' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
         <var-decl name='recursion_depth' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='84' column='1'/>\r
         <var-decl name='recursion_limit' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='85' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <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-1592'>\r
+    <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-1589'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='ob_base' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='89' column='1'/>\r
+        <var-decl name='ob_base' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='89' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='ste_id' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='90' column='1'/>\r
         <var-decl name='ste_mangled_names' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='ste_type' type-id='type-id-1584' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='98' column='1'/>\r
+        <var-decl name='ste_type' type-id='type-id-1581' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='98' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='640'>\r
         <var-decl name='ste_scope_info' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='105' column='1'/>\r
         <var-decl name='ste_nested' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='107' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='736'>\r
-        <var-decl name='ste_free' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='108' column='1'/>\r
+        <var-decl name='ste_free' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='108' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='737'>\r
-        <var-decl name='ste_child_free' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='109' column='1'/>\r
+        <var-decl name='ste_child_free' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='109' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='738'>\r
-        <var-decl name='ste_generator' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='111' column='1'/>\r
+        <var-decl name='ste_generator' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='111' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='739'>\r
-        <var-decl name='ste_coroutine' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='112' column='1'/>\r
+        <var-decl name='ste_coroutine' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='112' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='768'>\r
-        <var-decl name='ste_comprehension' type-id='type-id-1586' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='113' column='1'/>\r
+        <var-decl name='ste_comprehension' type-id='type-id-1583' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='113' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='800'>\r
-        <var-decl name='ste_varargs' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='114' column='1'/>\r
+        <var-decl name='ste_varargs' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='114' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='801'>\r
-        <var-decl name='ste_varkeywords' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='115' column='1'/>\r
+        <var-decl name='ste_varkeywords' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='115' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='802'>\r
-        <var-decl name='ste_returns_value' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='116' column='1'/>\r
+        <var-decl name='ste_returns_value' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='116' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='803'>\r
-        <var-decl name='ste_needs_class_closure' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='118' column='1'/>\r
+        <var-decl name='ste_needs_class_closure' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='118' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='804'>\r
-        <var-decl name='ste_needs_classdict' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='121' column='1'/>\r
+        <var-decl name='ste_needs_classdict' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='121' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='805'>\r
-        <var-decl name='ste_comp_inlined' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='123' column='1'/>\r
+        <var-decl name='ste_comp_inlined' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='123' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='806'>\r
-        <var-decl name='ste_comp_iter_target' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='124' column='1'/>\r
+        <var-decl name='ste_comp_iter_target' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='124' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='807'>\r
-        <var-decl name='ste_can_see_class_scope' type-id='type-id-101' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='125' column='1'/>\r
+        <var-decl name='ste_can_see_class_scope' type-id='type-id-99' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='125' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
         <var-decl name='ste_comp_iter_expr' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='127' column='1'/>\r
         <var-decl name='ste_opt_col_offset' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='133' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='1088'>\r
-        <var-decl name='ste_table' type-id='type-id-210' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='134' column='1'/>\r
-      </data-member>\r
-    </class-decl>\r
-    <typedef-decl name='PySTEntryObject' type-id='type-id-1592' filepath='./Include/internal/pycore_symtable.h' line='135' column='1' id='type-id-1593'/>\r
-    <typedef-decl name='int16_t' type-id='type-id-1594' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='25' column='1' id='type-id-1580'/>\r
-    <typedef-decl name='__int16_t' type-id='type-id-78' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='39' column='1' id='type-id-1594'/>\r
-    <typedef-decl name='cfg_builder' type-id='type-id-1565' filepath='Python/compile.c' line='75' column='1' id='type-id-1595'/>\r
-    <pointer-type-def type-id='type-id-1593' size-in-bits='64' id='type-id-1596'/>\r
-    <pointer-type-def type-id='type-id-1565' size-in-bits='64' id='type-id-1597'/>\r
-    <pointer-type-def type-id='type-id-1575' size-in-bits='64' id='type-id-1598'/>\r
-    <pointer-type-def type-id='type-id-1587' size-in-bits='64' id='type-id-1591'/>\r
-    <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1590'/>\r
-    <pointer-type-def type-id='type-id-1595' size-in-bits='64' id='type-id-1599'/>\r
-    <qualified-type-def type-id='type-id-1581' const='yes' id='type-id-1568'/>\r
-    <qualified-type-def type-id='type-id-1579' const='yes' id='type-id-1570'/>\r
-    <qualified-type-def type-id='type-id-1582' const='yes' id='type-id-1572'/>\r
-    <pointer-type-def type-id='type-id-1589' size-in-bits='64' id='type-id-210'/>\r
-    <class-decl name='_PyCfgBuilder' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1565'/>\r
+        <var-decl name='ste_table' type-id='type-id-207' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='134' column='1'/>\r
+      </data-member>\r
+    </class-decl>\r
+    <typedef-decl name='PySTEntryObject' type-id='type-id-1589' filepath='./Include/internal/pycore_symtable.h' line='135' column='1' id='type-id-1590'/>\r
+    <typedef-decl name='int16_t' type-id='type-id-1591' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='25' column='1' id='type-id-1577'/>\r
+    <typedef-decl name='__int16_t' type-id='type-id-78' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='39' column='1' id='type-id-1591'/>\r
+    <typedef-decl name='cfg_builder' type-id='type-id-1562' filepath='Python/compile.c' line='75' column='1' id='type-id-1592'/>\r
+    <pointer-type-def type-id='type-id-1590' size-in-bits='64' id='type-id-1593'/>\r
+    <pointer-type-def type-id='type-id-1562' size-in-bits='64' id='type-id-1594'/>\r
+    <pointer-type-def type-id='type-id-1572' size-in-bits='64' id='type-id-1595'/>\r
+    <pointer-type-def type-id='type-id-1584' size-in-bits='64' id='type-id-1588'/>\r
+    <pointer-type-def type-id='type-id-1589' size-in-bits='64' id='type-id-1587'/>\r
+    <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1596'/>\r
+    <qualified-type-def type-id='type-id-1578' const='yes' id='type-id-1565'/>\r
+    <qualified-type-def type-id='type-id-1576' const='yes' id='type-id-1567'/>\r
+    <qualified-type-def type-id='type-id-1579' const='yes' id='type-id-1569'/>\r
+    <pointer-type-def type-id='type-id-1586' size-in-bits='64' id='type-id-207'/>\r
+    <class-decl name='_PyCfgBuilder' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1562'/>\r
     <function-decl name='PyErr_ProgramTextObject' mangled-name='PyErr_ProgramTextObject' filepath='./Include/cpython/pyerrors.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramTextObject'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
+    <function-decl name='_PyErr_WarnExplicitObjectWithContext' filepath='./Include/cpython/warnings.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-4'/>\r
+      <parameter type-id='type-id-4'/>\r
+      <parameter type-id='type-id-4'/>\r
+      <parameter type-id='type-id-5'/>\r
+      <return type-id='type-id-5'/>\r
+    </function-decl>\r
     <function-decl name='_PyAST_ExprAsUnicode' filepath='./Include/internal/pycore_ast.h' line='916' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-609'/>\r
+      <parameter type-id='type-id-607'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyCode_GetFreevars' filepath='./Include/internal/pycore_code.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-322'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyAST_Optimize' filepath='./Include/internal/pycore_compile.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-574'/>\r
-      <parameter type-id='type-id-1546'/>\r
+      <parameter type-id='type-id-572'/>\r
+      <parameter type-id='type-id-1543'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCfgBuilder_UseLabel' filepath='./Include/internal/pycore_flowgraph.h' line='17' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
-      <parameter type-id='type-id-1577'/>\r
+      <parameter type-id='type-id-1594'/>\r
+      <parameter type-id='type-id-1574'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCfgBuilder_Addop' filepath='./Include/internal/pycore_flowgraph.h' line='18' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
+      <parameter type-id='type-id-1594'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1539'/>\r
+      <parameter type-id='type-id-1536'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCfgBuilder_New' filepath='./Include/internal/pycore_flowgraph.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-1597'/>\r
+      <return type-id='type-id-1594'/>\r
     </function-decl>\r
     <function-decl name='_PyCfgBuilder_Free' filepath='./Include/internal/pycore_flowgraph.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
+      <parameter type-id='type-id-1594'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyCfgBuilder_CheckSize' filepath='./Include/internal/pycore_flowgraph.h' line='22' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
+      <parameter type-id='type-id-1594'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCfg_OptimizeCodeUnit' filepath='./Include/internal/pycore_flowgraph.h' line='24' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
+      <parameter type-id='type-id-1594'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCfg_ToInstructionSequence' filepath='./Include/internal/pycore_flowgraph.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1594'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCfg_OptimizedCfgToInstructionSequence' filepath='./Include/internal/pycore_flowgraph.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1597'/>\r
-      <parameter type-id='type-id-1598'/>\r
+      <parameter type-id='type-id-1594'/>\r
+      <parameter type-id='type-id-1595'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyAssemble_MakeCodeObject' filepath='./Include/internal/pycore_flowgraph.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1598'/>\r
+      <parameter type-id='type-id-1595'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-325'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_New' mangled-name='_PyInstructionSequence_New' filepath='./Include/internal/pycore_instruction_sequence.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInstructionSequence_New'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_UseLabel' filepath='./Include/internal/pycore_instruction_sequence.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_Addop' filepath='./Include/internal/pycore_instruction_sequence.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1539'/>\r
+      <parameter type-id='type-id-1536'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_NewLabel' filepath='./Include/internal/pycore_instruction_sequence.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
-      <return type-id='type-id-1577'/>\r
+      <parameter type-id='type-id-1542'/>\r
+      <return type-id='type-id-1574'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_InsertInstruction' filepath='./Include/internal/pycore_instruction_sequence.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1539'/>\r
+      <parameter type-id='type-id-1536'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyInstructionSequence_AddNested' filepath='./Include/internal/pycore_instruction_sequence.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyInstructionSequence_Fini' filepath='./Include/internal/pycore_instruction_sequence.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1545'/>\r
+      <parameter type-id='type-id-1542'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <var-decl name='_PyOpcode_opcode_metadata' type-id='type-id-1571' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='964' column='1'/>\r
-    <var-decl name='_PyOpcode_macro_expansion' type-id='type-id-1569' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1198' column='1'/>\r
-    <var-decl name='_PyOpcode_OpName' type-id='type-id-1566' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1366' column='1'/>\r
-    <var-decl name='_PyOpcode_Caches' type-id='type-id-1574' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1596' column='1'/>\r
-    <var-decl name='_PyOpcode_Deopt' type-id='type-id-1574' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1621' column='1'/>\r
-    <var-decl name='_PyOpcode_PseudoTargets' type-id='type-id-1573' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1889' column='1'/>\r
+    <var-decl name='_PyOpcode_opcode_metadata' type-id='type-id-1568' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='964' column='1'/>\r
+    <var-decl name='_PyOpcode_macro_expansion' type-id='type-id-1566' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1198' column='1'/>\r
+    <var-decl name='_PyOpcode_OpName' type-id='type-id-1563' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1366' column='1'/>\r
+    <var-decl name='_PyOpcode_Caches' type-id='type-id-1571' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1596' column='1'/>\r
+    <var-decl name='_PyOpcode_Deopt' type-id='type-id-1571' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1621' column='1'/>\r
+    <var-decl name='_PyOpcode_PseudoTargets' type-id='type-id-1570' visibility='default' filepath='./Include/internal/pycore_opcode_metadata.h' line='1889' column='1'/>\r
     <function-decl name='_PyST_GetSymbol' filepath='./Include/internal/pycore_symtable.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1596'/>\r
+      <parameter type-id='type-id-1593'/>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='_PyST_GetScope' filepath='./Include/internal/pycore_symtable.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1596'/>\r
+      <parameter type-id='type-id-1593'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyST_IsFunctionLike' filepath='./Include/internal/pycore_symtable.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1596'/>\r
+      <parameter type-id='type-id-1593'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PySymtable_Build' filepath='./Include/internal/pycore_symtable.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-574'/>\r
+      <parameter type-id='type-id-572'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1591'/>\r
-      <return type-id='type-id-210'/>\r
+      <parameter type-id='type-id-1588'/>\r
+      <return type-id='type-id-207'/>\r
     </function-decl>\r
     <function-decl name='_PySymtable_Lookup' filepath='./Include/internal/pycore_symtable.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-207'/>\r
       <parameter type-id='type-id-30'/>\r
-      <return type-id='type-id-1596'/>\r
+      <return type-id='type-id-1593'/>\r
     </function-decl>\r
     <function-decl name='_PySymtable_Free' filepath='./Include/internal/pycore_symtable.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-207'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_MaybeMangle' filepath='./Include/internal/pycore_symtable.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1596'/>\r
+      <parameter type-id='type-id-1593'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyFuture_FromAST' filepath='./Include/internal/pycore_symtable.h' line='196' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-574'/>\r
+      <parameter type-id='type-id-572'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-1591'/>\r
+      <parameter type-id='type-id-1588'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyCompile_OpcodeStackEffectWithJump' mangled-name='PyCompile_OpcodeStackEffectWithJump' filepath='Python/compile.c' line='773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCompile_OpcodeStackEffectWithJump'>\r
     <function-decl name='_PyCompile_CodeGen' mangled-name='_PyCompile_CodeGen' filepath='Python/compile.c' line='7832' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_CodeGen'>\r
       <parameter type-id='type-id-4' name='ast' filepath='Python/compile.c' line='7832' column='1'/>\r
       <parameter type-id='type-id-4' name='filename' filepath='Python/compile.c' line='7832' column='1'/>\r
-      <parameter type-id='type-id-209' name='pflags' filepath='Python/compile.c' line='7832' column='1'/>\r
+      <parameter type-id='type-id-206' name='pflags' filepath='Python/compile.c' line='7832' column='1'/>\r
       <parameter type-id='type-id-5' name='optimize' filepath='Python/compile.c' line='7833' column='1'/>\r
       <parameter type-id='type-id-5' name='compile_mode' filepath='Python/compile.c' line='7833' column='1'/>\r
       <return type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyCfg_JumpLabelsToTargets' filepath='Python/compile.c' line='7950' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1599'/>\r
+      <parameter type-id='type-id-1596'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCompile_Assemble' mangled-name='_PyCompile_Assemble' filepath='Python/compile.c' line='7953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCompile_Assemble'>\r
-      <parameter type-id='type-id-1598' name='umd' filepath='Python/compile.c' line='7953' column='1'/>\r
+      <parameter type-id='type-id-1595' name='umd' filepath='Python/compile.c' line='7953' column='1'/>\r
       <parameter type-id='type-id-4' name='filename' filepath='Python/compile.c' line='7953' column='1'/>\r
       <parameter type-id='type-id-4' name='seq' filepath='Python/compile.c' line='7954' column='1'/>\r
-      <return type-id='type-id-325'/>\r
+      <return type-id='type-id-322'/>\r
     </function-decl>\r
     <function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='8008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>\r
       <parameter type-id='type-id-4' name='code' filepath='Python/compile.c' line='8008' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/context.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PyContext_Type' type-id='type-id-266' mangled-name='PyContext_Type' visibility='default' filepath='./Include/cpython/context.h' line='8' column='1' elf-symbol-id='PyContext_Type'/>\r
-    <var-decl name='PyContextVar_Type' type-id='type-id-266' mangled-name='PyContextVar_Type' visibility='default' filepath='./Include/cpython/context.h' line='11' column='1' elf-symbol-id='PyContextVar_Type'/>\r
-    <var-decl name='PyContextToken_Type' type-id='type-id-266' mangled-name='PyContextToken_Type' visibility='default' filepath='./Include/cpython/context.h' line='14' column='1' elf-symbol-id='PyContextToken_Type'/>\r
-    <var-decl name='_PyContextTokenMissing_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_context.h' line='12' column='1'/>\r
+  <abi-instr address-size='64' path='Python/context.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PyContext_Type' type-id='type-id-263' mangled-name='PyContext_Type' visibility='default' filepath='./Include/cpython/context.h' line='8' column='1' elf-symbol-id='PyContext_Type'/>\r
+    <var-decl name='PyContextVar_Type' type-id='type-id-263' mangled-name='PyContextVar_Type' visibility='default' filepath='./Include/cpython/context.h' line='11' column='1' elf-symbol-id='PyContextVar_Type'/>\r
+    <var-decl name='PyContextToken_Type' type-id='type-id-263' mangled-name='PyContextToken_Type' visibility='default' filepath='./Include/cpython/context.h' line='14' column='1' elf-symbol-id='PyContextToken_Type'/>\r
+    <var-decl name='_PyContextTokenMissing_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_context.h' line='12' column='1'/>\r
     <function-decl name='_PyHamt_New' filepath='./Include/internal/pycore_hamt.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-1129'/>\r
+      <return type-id='type-id-1125'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_Assoc' filepath='./Include/internal/pycore_hamt.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-1129'/>\r
+      <return type-id='type-id-1125'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_Without' filepath='./Include/internal/pycore_hamt.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <parameter type-id='type-id-4'/>\r
-      <return type-id='type-id-1129'/>\r
+      <return type-id='type-id-1125'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_Find' filepath='./Include/internal/pycore_hamt.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_Eq' filepath='./Include/internal/pycore_hamt.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_Len' filepath='./Include/internal/pycore_hamt.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_NewIterKeys' filepath='./Include/internal/pycore_hamt.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_NewIterValues' filepath='./Include/internal/pycore_hamt.h' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyHamt_NewIterItems' filepath='./Include/internal/pycore_hamt.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1129'/>\r
+      <parameter type-id='type-id-1125'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyContext_NewHamtForTests' mangled-name='_PyContext_NewHamtForTests' filepath='Python/context.c' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyContext_NewHamtForTests'>\r
     <function-decl name='PyContextVar_Get' mangled-name='PyContextVar_Get' filepath='Python/context.c' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyContextVar_Get'>\r
       <parameter type-id='type-id-4' name='ovar' filepath='Python/context.c' line='195' column='1'/>\r
       <parameter type-id='type-id-4' name='def' filepath='Python/context.c' line='195' column='1'/>\r
-      <parameter type-id='type-id-238' name='val' filepath='Python/context.c' line='195' column='1'/>\r
+      <parameter type-id='type-id-235' name='val' filepath='Python/context.c' line='195' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyContextVar_Set' mangled-name='PyContextVar_Set' filepath='Python/context.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyContextVar_Set'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/critical_section.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyCriticalSection' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1600'/>\r
-    <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1601'/>\r
-    <typedef-decl name='PyCriticalSection' type-id='type-id-1600' filepath='./Include/cpython/critical_section.h' line='70' column='1' id='type-id-1602'/>\r
-    <typedef-decl name='PyCriticalSection2' type-id='type-id-1601' filepath='./Include/cpython/critical_section.h' line='71' column='1' id='type-id-1603'/>\r
-    <pointer-type-def type-id='type-id-1602' size-in-bits='64' id='type-id-1604'/>\r
-    <pointer-type-def type-id='type-id-1603' size-in-bits='64' id='type-id-1605'/>\r
-    <class-decl name='PyCriticalSection' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1600'/>\r
-    <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1601'/>\r
+  <abi-instr address-size='64' path='Python/critical_section.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyCriticalSection' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1597'/>\r
+    <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1598'/>\r
+    <typedef-decl name='PyCriticalSection' type-id='type-id-1597' filepath='./Include/cpython/critical_section.h' line='70' column='1' id='type-id-1599'/>\r
+    <typedef-decl name='PyCriticalSection2' type-id='type-id-1598' filepath='./Include/cpython/critical_section.h' line='71' column='1' id='type-id-1600'/>\r
+    <pointer-type-def type-id='type-id-1599' size-in-bits='64' id='type-id-1601'/>\r
+    <pointer-type-def type-id='type-id-1600' size-in-bits='64' id='type-id-1602'/>\r
+    <class-decl name='PyCriticalSection' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1597'/>\r
+    <class-decl name='PyCriticalSection2' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1598'/>\r
     <function-decl name='_PyCriticalSection_BeginSlow' mangled-name='_PyCriticalSection_BeginSlow' filepath='Python/critical_section.c' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection_BeginSlow'>\r
-      <parameter type-id='type-id-1604' name='c' filepath='Python/critical_section.c' line='12' column='1'/>\r
+      <parameter type-id='type-id-1601' name='c' filepath='Python/critical_section.c' line='12' column='1'/>\r
       <parameter type-id='type-id-26' name='m' filepath='Python/critical_section.c' line='12' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyCriticalSection2_BeginSlow' mangled-name='_PyCriticalSection2_BeginSlow' filepath='Python/critical_section.c' line='26' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCriticalSection2_BeginSlow'>\r
-      <parameter type-id='type-id-1605' name='c' filepath='Python/critical_section.c' line='26' column='1'/>\r
+      <parameter type-id='type-id-1602' name='c' filepath='Python/critical_section.c' line='26' column='1'/>\r
       <parameter type-id='type-id-26' name='m1' filepath='Python/critical_section.c' line='26' column='1'/>\r
       <parameter type-id='type-id-26' name='m2' filepath='Python/critical_section.c' line='26' column='1'/>\r
       <parameter type-id='type-id-5' name='is_m1_locked' filepath='Python/critical_section.c' line='27' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyCriticalSection_Begin' mangled-name='PyCriticalSection_Begin' filepath='Python/critical_section.c' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_Begin'>\r
-      <parameter type-id='type-id-1604' name='c' filepath='Python/critical_section.c' line='116' column='1'/>\r
+      <parameter type-id='type-id-1601' name='c' filepath='Python/critical_section.c' line='116' column='1'/>\r
       <parameter type-id='type-id-4' name='op' filepath='Python/critical_section.c' line='116' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyCriticalSection_End' mangled-name='PyCriticalSection_End' filepath='Python/critical_section.c' line='125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection_End'>\r
-      <parameter type-id='type-id-1604' name='c' filepath='Python/critical_section.c' line='125' column='1'/>\r
+      <parameter type-id='type-id-1601' name='c' filepath='Python/critical_section.c' line='125' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyCriticalSection2_Begin' mangled-name='PyCriticalSection2_Begin' filepath='Python/critical_section.c' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_Begin'>\r
-      <parameter type-id='type-id-1605' name='c' filepath='Python/critical_section.c' line='134' column='1'/>\r
+      <parameter type-id='type-id-1602' name='c' filepath='Python/critical_section.c' line='134' column='1'/>\r
       <parameter type-id='type-id-4' name='a' filepath='Python/critical_section.c' line='134' column='1'/>\r
       <parameter type-id='type-id-4' name='b' filepath='Python/critical_section.c' line='134' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyCriticalSection2_End' mangled-name='PyCriticalSection2_End' filepath='Python/critical_section.c' line='143' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCriticalSection2_End'>\r
-      <parameter type-id='type-id-1605' name='c' filepath='Python/critical_section.c' line='143' column='1'/>\r
+      <parameter type-id='type-id-1602' name='c' filepath='Python/critical_section.c' line='143' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/crossinterp.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='PyInterpreterConfig' size-in-bits='224' is-struct='yes' naming-typedef-id='type-id-1606' visibility='default' filepath='./Include/cpython/pylifecycle.h' line='44' column='1' id='type-id-1607'>\r
+  <abi-instr address-size='64' path='Python/crossinterp.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='PyInterpreterConfig' size-in-bits='224' is-struct='yes' naming-typedef-id='type-id-1603' visibility='default' filepath='./Include/cpython/pylifecycle.h' line='44' column='1' id='type-id-1604'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='use_main_obmalloc' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pylifecycle.h' line='46' column='1'/>\r
       </data-member>\r
         <var-decl name='gil' type-id='type-id-5' visibility='default' filepath='./Include/cpython/pylifecycle.h' line='52' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyInterpreterConfig' type-id='type-id-1607' filepath='./Include/cpython/pylifecycle.h' line='53' column='1' id='type-id-1606'/>\r
-    <typedef-decl name='_Py_add_pending_call_result' type-id='type-id-5' filepath='./Include/internal/pycore_ceval.h' line='51' column='1' id='type-id-1608'/>\r
-    <class-decl name='_excinfo' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='209' column='1' id='type-id-1609'>\r
+    <typedef-decl name='PyInterpreterConfig' type-id='type-id-1604' filepath='./Include/cpython/pylifecycle.h' line='53' column='1' id='type-id-1603'/>\r
+    <typedef-decl name='_Py_add_pending_call_result' type-id='type-id-5' filepath='./Include/internal/pycore_ceval.h' line='51' column='1' id='type-id-1605'/>\r
+    <class-decl name='_excinfo' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='209' column='1' id='type-id-1606'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='type' type-id='type-id-1610' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='215' column='1'/>\r
+        <var-decl name='type' type-id='type-id-1607' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='215' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='msg' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='216' column='1'/>\r
         <var-decl name='errdisplay' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='217' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_excinfo_type' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='210' column='1' id='type-id-1610'>\r
+    <class-decl name='_excinfo_type' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='210' column='1' id='type-id-1607'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='builtin' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='211' column='1'/>\r
       </data-member>\r
         <var-decl name='module' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='214' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyXI_excinfo' type-id='type-id-1609' filepath='./Include/internal/pycore_crossinterp.h' line='218' column='1' id='type-id-1611'/>\r
-    <enum-decl name='error_code' filepath='./Include/internal/pycore_crossinterp.h' line='226' column='1' id='type-id-1612'>\r
+    <typedef-decl name='_PyXI_excinfo' type-id='type-id-1606' filepath='./Include/internal/pycore_crossinterp.h' line='218' column='1' id='type-id-1608'/>\r
+    <enum-decl name='error_code' filepath='./Include/internal/pycore_crossinterp.h' line='226' column='1' id='type-id-1609'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_PyXI_ERR_NO_ERROR' value='0'/>\r
       <enumerator name='_PyXI_ERR_UNCAUGHT_EXCEPTION' value='-1'/>\r
       <enumerator name='_PyXI_ERR_APPLY_NS_FAILURE' value='-6'/>\r
       <enumerator name='_PyXI_ERR_NOT_SHAREABLE' value='-7'/>\r
     </enum-decl>\r
-    <typedef-decl name='_PyXI_errcode' type-id='type-id-1612' filepath='./Include/internal/pycore_crossinterp.h' line='235' column='1' id='type-id-1613'/>\r
-    <class-decl name='_sharedexception' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='238' column='1' id='type-id-1614'>\r
+    <typedef-decl name='_PyXI_errcode' type-id='type-id-1609' filepath='./Include/internal/pycore_crossinterp.h' line='235' column='1' id='type-id-1610'/>\r
+    <class-decl name='_sharedexception' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='238' column='1' id='type-id-1611'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='interp' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='240' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='code' type-id='type-id-1613' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='242' column='1'/>\r
+        <var-decl name='code' type-id='type-id-1610' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='242' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='uncaught' type-id='type-id-1611' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='246' column='1'/>\r
+        <var-decl name='uncaught' type-id='type-id-1608' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='246' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyXI_error' type-id='type-id-1614' filepath='./Include/internal/pycore_crossinterp.h' line='247' column='1' id='type-id-1615'/>\r
-    <typedef-decl name='_PyXI_session' type-id='type-id-1616' filepath='./Include/internal/pycore_crossinterp.h' line='252' column='1' id='type-id-1617'/>\r
-    <typedef-decl name='_PyXI_namespace' type-id='type-id-1618' filepath='./Include/internal/pycore_crossinterp.h' line='253' column='1' id='type-id-1619'/>\r
-    <class-decl name='xi_session' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='277' column='1' id='type-id-1616'>\r
+    <typedef-decl name='_PyXI_error' type-id='type-id-1611' filepath='./Include/internal/pycore_crossinterp.h' line='247' column='1' id='type-id-1612'/>\r
+    <typedef-decl name='_PyXI_session' type-id='type-id-1613' filepath='./Include/internal/pycore_crossinterp.h' line='252' column='1' id='type-id-1614'/>\r
+    <typedef-decl name='_PyXI_namespace' type-id='type-id-1615' filepath='./Include/internal/pycore_crossinterp.h' line='253' column='1' id='type-id-1616'/>\r
+    <class-decl name='xi_session' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='277' column='1' id='type-id-1613'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='prev_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='282' column='1'/>\r
       </data-member>\r
         <var-decl name='main_ns' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='298' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='error_override' type-id='type-id-1620' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='302' column='1'/>\r
+        <var-decl name='error_override' type-id='type-id-1617' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='302' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='error' type-id='type-id-1621' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='304' column='1'/>\r
+        <var-decl name='error' type-id='type-id-1618' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='304' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='_error' type-id='type-id-1615' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='307' column='1'/>\r
+        <var-decl name='_error' type-id='type-id-1612' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='307' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='896'>\r
-        <var-decl name='_error_override' type-id='type-id-1613' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='308' column='1'/>\r
+        <var-decl name='_error_override' type-id='type-id-1610' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='308' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_sharednsitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='1095' column='1' id='type-id-1622'>\r
+    <class-decl name='_sharednsitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='1100' column='1' id='type-id-1619'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='name' type-id='type-id-6' visibility='default' filepath='Python/crossinterp.c' line='1096' column='1'/>\r
+        <var-decl name='name' type-id='type-id-6' visibility='default' filepath='Python/crossinterp.c' line='1101' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='data' type-id='type-id-1482' visibility='default' filepath='Python/crossinterp.c' line='1097' column='1'/>\r
+        <var-decl name='data' type-id='type-id-1478' visibility='default' filepath='Python/crossinterp.c' line='1102' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyXI_namespace_item' type-id='type-id-1622' filepath='Python/crossinterp.c' line='1103' column='1' id='type-id-1623'/>\r
-    <class-decl name='_sharedns' size-in-bits='128' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='1223' column='1' id='type-id-1618'>\r
+    <typedef-decl name='_PyXI_namespace_item' type-id='type-id-1619' filepath='Python/crossinterp.c' line='1108' column='1' id='type-id-1620'/>\r
+    <class-decl name='_sharedns' size-in-bits='128' is-struct='yes' visibility='default' filepath='Python/crossinterp.c' line='1228' column='1' id='type-id-1615'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='len' type-id='type-id-7' visibility='default' filepath='Python/crossinterp.c' line='1224' column='1'/>\r
+        <var-decl name='len' type-id='type-id-7' visibility='default' filepath='Python/crossinterp.c' line='1229' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='items' type-id='type-id-1624' visibility='default' filepath='Python/crossinterp.c' line='1225' column='1'/>\r
+        <var-decl name='items' type-id='type-id-1621' visibility='default' filepath='Python/crossinterp.c' line='1230' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <pointer-type-def type-id='type-id-1606' size-in-bits='64' id='type-id-1625'/>\r
-    <pointer-type-def type-id='type-id-27' size-in-bits='64' id='type-id-1626'/>\r
-    <pointer-type-def type-id='type-id-1613' size-in-bits='64' id='type-id-1620'/>\r
-    <pointer-type-def type-id='type-id-1615' size-in-bits='64' id='type-id-1621'/>\r
-    <pointer-type-def type-id='type-id-1611' size-in-bits='64' id='type-id-1627'/>\r
-    <pointer-type-def type-id='type-id-1619' size-in-bits='64' id='type-id-1628'/>\r
-    <pointer-type-def type-id='type-id-1623' size-in-bits='64' id='type-id-1624'/>\r
-    <pointer-type-def type-id='type-id-1617' size-in-bits='64' id='type-id-1629'/>\r
-    <qualified-type-def type-id='type-id-1606' const='yes' id='type-id-1630'/>\r
-    <pointer-type-def type-id='type-id-1630' size-in-bits='64' id='type-id-1631'/>\r
-    <qualified-type-def type-id='type-id-21' const='yes' id='type-id-1632'/>\r
-    <pointer-type-def type-id='type-id-183' size-in-bits='64' id='type-id-170'/>\r
+    <pointer-type-def type-id='type-id-1603' size-in-bits='64' id='type-id-1622'/>\r
+    <pointer-type-def type-id='type-id-27' size-in-bits='64' id='type-id-1623'/>\r
+    <pointer-type-def type-id='type-id-1610' size-in-bits='64' id='type-id-1617'/>\r
+    <pointer-type-def type-id='type-id-1612' size-in-bits='64' id='type-id-1618'/>\r
+    <pointer-type-def type-id='type-id-1608' size-in-bits='64' id='type-id-1624'/>\r
+    <pointer-type-def type-id='type-id-1616' size-in-bits='64' id='type-id-1625'/>\r
+    <pointer-type-def type-id='type-id-1620' size-in-bits='64' id='type-id-1621'/>\r
+    <pointer-type-def type-id='type-id-1614' size-in-bits='64' id='type-id-1626'/>\r
+    <qualified-type-def type-id='type-id-1603' const='yes' id='type-id-1627'/>\r
+    <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1628'/>\r
+    <qualified-type-def type-id='type-id-21' const='yes' id='type-id-1629'/>\r
+    <pointer-type-def type-id='type-id-181' size-in-bits='64' id='type-id-168'/>\r
     <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'>\r
       <parameter type-id='type-id-61'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='Py_NewInterpreterFromConfig' mangled-name='Py_NewInterpreterFromConfig' filepath='./Include/cpython/pylifecycle.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreterFromConfig'>\r
-      <parameter type-id='type-id-1626'/>\r
-      <parameter type-id='type-id-1631'/>\r
+      <parameter type-id='type-id-1623'/>\r
+      <parameter type-id='type-id-1628'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='PyUnstable_InterpreterState_GetMainModule' mangled-name='PyUnstable_InterpreterState_GetMainModule' filepath='./Include/cpython/pystate.h' line='11' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterState_GetMainModule'>\r
     </function-decl>\r
     <function-decl name='_PyEval_AddPendingCall' mangled-name='_PyEval_AddPendingCall' filepath='./Include/internal/pycore_ceval.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_AddPendingCall'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-1107'/>\r
+      <parameter type-id='type-id-1103'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-1608'/>\r
+      <return type-id='type-id-1605'/>\r
     </function-decl>\r
     <var-decl name='PyExc_InterpreterError' type-id='type-id-4' mangled-name='PyExc_InterpreterError' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='18' column='1' elf-symbol-id='PyExc_InterpreterError'/>\r
     <var-decl name='PyExc_InterpreterNotFoundError' type-id='type-id-4' mangled-name='PyExc_InterpreterNotFoundError' visibility='default' filepath='./Include/internal/pycore_crossinterp.h' line='19' column='1' elf-symbol-id='PyExc_InterpreterNotFoundError'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_LookUpID' mangled-name='_PyInterpreterState_LookUpID' filepath='./Include/internal/pycore_interp.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_LookUpID'>\r
-      <parameter type-id='type-id-460'/>\r
+      <parameter type-id='type-id-458'/>\r
       <return type-id='type-id-28'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_IsReady' mangled-name='_PyInterpreterState_IsReady' filepath='./Include/internal/pycore_interp.h' line='322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_IsReady'>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_SetWhence' filepath='./Include/internal/pycore_interp.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-183'/>\r
+      <parameter type-id='type-id-181'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_SetRunningMain' mangled-name='_PyInterpreterState_SetRunningMain' filepath='./Include/internal/pycore_pystate.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetRunningMain'>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-28'/>\r
-      <return type-id='type-id-460'/>\r
+      <return type-id='type-id-458'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_New' mangled-name='_PyCrossInterpreterData_New' filepath='Python/crossinterp.c' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_New'>\r
-      <return type-id='type-id-1482'/>\r
+      <return type-id='type-id-1478'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_Free' mangled-name='_PyCrossInterpreterData_Free' filepath='Python/crossinterp.c' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Free'>\r
-      <parameter type-id='type-id-1482' name='xid' filepath='Python/crossinterp.c' line='86' column='1'/>\r
+      <parameter type-id='type-id-1478' name='xid' filepath='Python/crossinterp.c' line='86' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_Init' mangled-name='_PyCrossInterpreterData_Init' filepath='Python/crossinterp.c' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Init'>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='124' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='124' column='1'/>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='125' column='1'/>\r
       <parameter type-id='type-id-30' name='shared' filepath='Python/crossinterp.c' line='126' column='1'/>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/crossinterp.c' line='126' column='1'/>\r
-      <parameter type-id='type-id-1133' name='new_object' filepath='Python/crossinterp.c' line='127' column='1'/>\r
+      <parameter type-id='type-id-1129' name='new_object' filepath='Python/crossinterp.c' line='127' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_InitWithSize' mangled-name='_PyCrossInterpreterData_InitWithSize' filepath='Python/crossinterp.c' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_InitWithSize'>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='148' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='148' column='1'/>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='149' column='1'/>\r
-      <parameter type-id='type-id-1632' name='size' filepath='Python/crossinterp.c' line='150' column='1'/>\r
+      <parameter type-id='type-id-1629' name='size' filepath='Python/crossinterp.c' line='150' column='1'/>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/crossinterp.c' line='150' column='1'/>\r
-      <parameter type-id='type-id-1133' name='new_object' filepath='Python/crossinterp.c' line='151' column='1'/>\r
+      <parameter type-id='type-id-1129' name='new_object' filepath='Python/crossinterp.c' line='151' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_Clear' mangled-name='_PyCrossInterpreterData_Clear' filepath='Python/crossinterp.c' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Clear'>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='167' column='1'/>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='168' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='168' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyObject_CheckCrossInterpreterData' mangled-name='_PyObject_CheckCrossInterpreterData' filepath='Python/crossinterp.c' line='224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CheckCrossInterpreterData'>\r
     </function-decl>\r
     <function-decl name='_PyObject_GetCrossInterpreterData' mangled-name='_PyObject_GetCrossInterpreterData' filepath='Python/crossinterp.c' line='238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetCrossInterpreterData'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/crossinterp.c' line='238' column='1'/>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='238' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='238' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_NewObject' mangled-name='_PyCrossInterpreterData_NewObject' filepath='Python/crossinterp.c' line='274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_NewObject'>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='274' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='274' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_Release' mangled-name='_PyCrossInterpreterData_Release' filepath='Python/crossinterp.c' line='324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Release'>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='324' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='324' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_ReleaseAndRawFree' mangled-name='_PyCrossInterpreterData_ReleaseAndRawFree' filepath='Python/crossinterp.c' line='330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_ReleaseAndRawFree'>\r
-      <parameter type-id='type-id-1482' name='data' filepath='Python/crossinterp.c' line='330' column='1'/>\r
+      <parameter type-id='type-id-1478' name='data' filepath='Python/crossinterp.c' line='330' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_InitExcInfo' mangled-name='_PyXI_InitExcInfo' filepath='Python/crossinterp.c' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_InitExcInfo'>\r
-      <parameter type-id='type-id-1627' name='info' filepath='Python/crossinterp.c' line='921' column='1'/>\r
-      <parameter type-id='type-id-4' name='exc' filepath='Python/crossinterp.c' line='921' column='1'/>\r
+    <function-decl name='_PyXI_InitExcInfo' mangled-name='_PyXI_InitExcInfo' filepath='Python/crossinterp.c' line='926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_InitExcInfo'>\r
+      <parameter type-id='type-id-1624' name='info' filepath='Python/crossinterp.c' line='926' column='1'/>\r
+      <parameter type-id='type-id-4' name='exc' filepath='Python/crossinterp.c' line='926' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_FormatExcInfo' mangled-name='_PyXI_FormatExcInfo' filepath='Python/crossinterp.c' line='943' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FormatExcInfo'>\r
-      <parameter type-id='type-id-1627' name='info' filepath='Python/crossinterp.c' line='943' column='1'/>\r
+    <function-decl name='_PyXI_FormatExcInfo' mangled-name='_PyXI_FormatExcInfo' filepath='Python/crossinterp.c' line='948' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FormatExcInfo'>\r
+      <parameter type-id='type-id-1624' name='info' filepath='Python/crossinterp.c' line='948' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_ExcInfoAsObject' mangled-name='_PyXI_ExcInfoAsObject' filepath='Python/crossinterp.c' line='949' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ExcInfoAsObject'>\r
-      <parameter type-id='type-id-1627' name='info' filepath='Python/crossinterp.c' line='949' column='1'/>\r
+    <function-decl name='_PyXI_ExcInfoAsObject' mangled-name='_PyXI_ExcInfoAsObject' filepath='Python/crossinterp.c' line='954' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ExcInfoAsObject'>\r
+      <parameter type-id='type-id-1624' name='info' filepath='Python/crossinterp.c' line='954' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_ClearExcInfo' mangled-name='_PyXI_ClearExcInfo' filepath='Python/crossinterp.c' line='955' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ClearExcInfo'>\r
-      <parameter type-id='type-id-1627' name='info' filepath='Python/crossinterp.c' line='955' column='1'/>\r
+    <function-decl name='_PyXI_ClearExcInfo' mangled-name='_PyXI_ClearExcInfo' filepath='Python/crossinterp.c' line='960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ClearExcInfo'>\r
+      <parameter type-id='type-id-1624' name='info' filepath='Python/crossinterp.c' line='960' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_ApplyError' mangled-name='_PyXI_ApplyError' filepath='Python/crossinterp.c' line='1054' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ApplyError'>\r
-      <parameter type-id='type-id-1621' name='error' filepath='Python/crossinterp.c' line='1054' column='1'/>\r
+    <function-decl name='_PyXI_ApplyError' mangled-name='_PyXI_ApplyError' filepath='Python/crossinterp.c' line='1059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ApplyError'>\r
+      <parameter type-id='type-id-1618' name='error' filepath='Python/crossinterp.c' line='1059' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_FreeNamespace' mangled-name='_PyXI_FreeNamespace' filepath='Python/crossinterp.c' line='1396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeNamespace'>\r
-      <parameter type-id='type-id-1628' name='ns' filepath='Python/crossinterp.c' line='1396' column='1'/>\r
+    <function-decl name='_PyXI_FreeNamespace' mangled-name='_PyXI_FreeNamespace' filepath='Python/crossinterp.c' line='1401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FreeNamespace'>\r
+      <parameter type-id='type-id-1625' name='ns' filepath='Python/crossinterp.c' line='1401' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_NamespaceFromNames' mangled-name='_PyXI_NamespaceFromNames' filepath='Python/crossinterp.c' line='1421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NamespaceFromNames'>\r
-      <parameter type-id='type-id-4' name='names' filepath='Python/crossinterp.c' line='1421' column='1'/>\r
-      <return type-id='type-id-1628'/>\r
+    <function-decl name='_PyXI_NamespaceFromNames' mangled-name='_PyXI_NamespaceFromNames' filepath='Python/crossinterp.c' line='1426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NamespaceFromNames'>\r
+      <parameter type-id='type-id-4' name='names' filepath='Python/crossinterp.c' line='1426' column='1'/>\r
+      <return type-id='type-id-1625'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_FillNamespaceFromDict' mangled-name='_PyXI_FillNamespaceFromDict' filepath='Python/crossinterp.c' line='1449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FillNamespaceFromDict'>\r
-      <parameter type-id='type-id-1628' name='ns' filepath='Python/crossinterp.c' line='1449' column='1'/>\r
-      <parameter type-id='type-id-4' name='nsobj' filepath='Python/crossinterp.c' line='1449' column='1'/>\r
-      <parameter type-id='type-id-1629' name='session' filepath='Python/crossinterp.c' line='1450' column='1'/>\r
+    <function-decl name='_PyXI_FillNamespaceFromDict' mangled-name='_PyXI_FillNamespaceFromDict' filepath='Python/crossinterp.c' line='1454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_FillNamespaceFromDict'>\r
+      <parameter type-id='type-id-1625' name='ns' filepath='Python/crossinterp.c' line='1454' column='1'/>\r
+      <parameter type-id='type-id-4' name='nsobj' filepath='Python/crossinterp.c' line='1454' column='1'/>\r
+      <parameter type-id='type-id-1626' name='session' filepath='Python/crossinterp.c' line='1455' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_ApplyNamespace' mangled-name='_PyXI_ApplyNamespace' filepath='Python/crossinterp.c' line='1511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ApplyNamespace'>\r
-      <parameter type-id='type-id-1628' name='ns' filepath='Python/crossinterp.c' line='1511' column='1'/>\r
-      <parameter type-id='type-id-4' name='nsobj' filepath='Python/crossinterp.c' line='1511' column='1'/>\r
-      <parameter type-id='type-id-4' name='dflt' filepath='Python/crossinterp.c' line='1511' column='1'/>\r
+    <function-decl name='_PyXI_ApplyNamespace' mangled-name='_PyXI_ApplyNamespace' filepath='Python/crossinterp.c' line='1516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ApplyNamespace'>\r
+      <parameter type-id='type-id-1625' name='ns' filepath='Python/crossinterp.c' line='1516' column='1'/>\r
+      <parameter type-id='type-id-4' name='nsobj' filepath='Python/crossinterp.c' line='1516' column='1'/>\r
+      <parameter type-id='type-id-4' name='dflt' filepath='Python/crossinterp.c' line='1516' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_ApplyCapturedException' mangled-name='_PyXI_ApplyCapturedException' filepath='Python/crossinterp.c' line='1679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ApplyCapturedException'>\r
-      <parameter type-id='type-id-1629' name='session' filepath='Python/crossinterp.c' line='1679' column='1'/>\r
+    <function-decl name='_PyXI_ApplyCapturedException' mangled-name='_PyXI_ApplyCapturedException' filepath='Python/crossinterp.c' line='1684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_ApplyCapturedException'>\r
+      <parameter type-id='type-id-1626' name='session' filepath='Python/crossinterp.c' line='1684' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_HasCapturedException' mangled-name='_PyXI_HasCapturedException' filepath='Python/crossinterp.c' line='1690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_HasCapturedException'>\r
-      <parameter type-id='type-id-1629' name='session' filepath='Python/crossinterp.c' line='1690' column='1'/>\r
+    <function-decl name='_PyXI_HasCapturedException' mangled-name='_PyXI_HasCapturedException' filepath='Python/crossinterp.c' line='1695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_HasCapturedException'>\r
+      <parameter type-id='type-id-1626' name='session' filepath='Python/crossinterp.c' line='1695' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_Enter' mangled-name='_PyXI_Enter' filepath='Python/crossinterp.c' line='1696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Enter'>\r
-      <parameter type-id='type-id-1629' name='session' filepath='Python/crossinterp.c' line='1696' column='1'/>\r
-      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='1697' column='1'/>\r
-      <parameter type-id='type-id-4' name='nsupdates' filepath='Python/crossinterp.c' line='1697' column='1'/>\r
+    <function-decl name='_PyXI_Enter' mangled-name='_PyXI_Enter' filepath='Python/crossinterp.c' line='1701' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Enter'>\r
+      <parameter type-id='type-id-1626' name='session' filepath='Python/crossinterp.c' line='1701' column='1'/>\r
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='1702' column='1'/>\r
+      <parameter type-id='type-id-4' name='nsupdates' filepath='Python/crossinterp.c' line='1702' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_Exit' mangled-name='_PyXI_Exit' filepath='Python/crossinterp.c' line='1764' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Exit'>\r
-      <parameter type-id='type-id-1629' name='session' filepath='Python/crossinterp.c' line='1764' column='1'/>\r
+    <function-decl name='_PyXI_Exit' mangled-name='_PyXI_Exit' filepath='Python/crossinterp.c' line='1770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_Exit'>\r
+      <parameter type-id='type-id-1626' name='session' filepath='Python/crossinterp.c' line='1770' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_NewInterpreter' mangled-name='_PyXI_NewInterpreter' filepath='Python/crossinterp.c' line='1824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewInterpreter'>\r
-      <parameter type-id='type-id-1625' name='config' filepath='Python/crossinterp.c' line='1824' column='1'/>\r
-      <parameter type-id='type-id-170' name='maybe_whence' filepath='Python/crossinterp.c' line='1824' column='1'/>\r
-      <parameter type-id='type-id-1626' name='p_tstate' filepath='Python/crossinterp.c' line='1825' column='1'/>\r
-      <parameter type-id='type-id-1626' name='p_save_tstate' filepath='Python/crossinterp.c' line='1825' column='1'/>\r
+    <function-decl name='_PyXI_NewInterpreter' mangled-name='_PyXI_NewInterpreter' filepath='Python/crossinterp.c' line='1830' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_NewInterpreter'>\r
+      <parameter type-id='type-id-1622' name='config' filepath='Python/crossinterp.c' line='1830' column='1'/>\r
+      <parameter type-id='type-id-168' name='maybe_whence' filepath='Python/crossinterp.c' line='1830' column='1'/>\r
+      <parameter type-id='type-id-1623' name='p_tstate' filepath='Python/crossinterp.c' line='1831' column='1'/>\r
+      <parameter type-id='type-id-1623' name='p_save_tstate' filepath='Python/crossinterp.c' line='1831' column='1'/>\r
       <return type-id='type-id-28'/>\r
     </function-decl>\r
-    <function-decl name='_PyXI_EndInterpreter' mangled-name='_PyXI_EndInterpreter' filepath='Python/crossinterp.c' line='1871' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_EndInterpreter'>\r
-      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='1871' column='1'/>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/crossinterp.c' line='1872' column='1'/>\r
-      <parameter type-id='type-id-1626' name='p_save_tstate' filepath='Python/crossinterp.c' line='1872' column='1'/>\r
+    <function-decl name='_PyXI_EndInterpreter' mangled-name='_PyXI_EndInterpreter' filepath='Python/crossinterp.c' line='1877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyXI_EndInterpreter'>\r
+      <parameter type-id='type-id-28' name='interp' filepath='Python/crossinterp.c' line='1877' column='1'/>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/crossinterp.c' line='1878' column='1'/>\r
+      <parameter type-id='type-id-1623' name='p_save_tstate' filepath='Python/crossinterp.c' line='1878' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_Lookup' mangled-name='_PyCrossInterpreterData_Lookup' filepath='Python/crossinterp_data_lookup.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Lookup'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/crossinterp_data_lookup.h' line='15' column='1'/>\r
-      <return type-id='type-id-1136'/>\r
+      <return type-id='type-id-1132'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_RegisterClass' mangled-name='_PyCrossInterpreterData_RegisterClass' filepath='Python/crossinterp_data_lookup.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_RegisterClass'>\r
       <parameter type-id='type-id-1' name='cls' filepath='Python/crossinterp_data_lookup.h' line='241' column='1'/>\r
-      <parameter type-id='type-id-1136' name='getdata' filepath='Python/crossinterp_data_lookup.h' line='242' column='1'/>\r
+      <parameter type-id='type-id-1132' name='getdata' filepath='Python/crossinterp_data_lookup.h' line='242' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyCrossInterpreterData_UnregisterClass' mangled-name='_PyCrossInterpreterData_UnregisterClass' filepath='Python/crossinterp_data_lookup.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_UnregisterClass'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/errors.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/errors.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_fopen_obj' mangled-name='_Py_fopen_obj' filepath='./Include/cpython/fileutils.h' line='6' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fopen_obj'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyTraceBack_FromFrame' filepath='./Include/internal/pycore_traceback.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-351'/>\r
-      <return type-id='type-id-4'/>\r
-    </function-decl>\r
     <function-decl name='PyTraceBack_Print' mangled-name='PyTraceBack_Print' filepath='./Include/traceback.h' line='10' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceBack_Print'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_GetHandledException' mangled-name='PyErr_GetHandledException' filepath='Python/errors.c' line='586' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GetHandledException'>\r
+    <function-decl name='_PyErr_SetLocaleString' mangled-name='_PyErr_SetLocaleString' filepath='Python/errors.c' line='303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetLocaleString'>\r
+      <parameter type-id='type-id-4' name='exception' filepath='Python/errors.c' line='303' column='1'/>\r
+      <parameter type-id='type-id-6' name='string' filepath='Python/errors.c' line='303' column='1'/>\r
+      <return type-id='type-id-3'/>\r
+    </function-decl>\r
+    <function-decl name='PyErr_GetHandledException' mangled-name='PyErr_GetHandledException' filepath='Python/errors.c' line='595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GetHandledException'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_GetExcInfo' mangled-name='PyErr_GetExcInfo' filepath='Python/errors.c' line='606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GetExcInfo'>\r
-      <parameter type-id='type-id-238' name='p_type' filepath='Python/errors.c' line='606' column='1'/>\r
-      <parameter type-id='type-id-238' name='p_value' filepath='Python/errors.c' line='606' column='1'/>\r
-      <parameter type-id='type-id-238' name='p_traceback' filepath='Python/errors.c' line='606' column='1'/>\r
+    <function-decl name='PyErr_GetExcInfo' mangled-name='PyErr_GetExcInfo' filepath='Python/errors.c' line='615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GetExcInfo'>\r
+      <parameter type-id='type-id-235' name='p_type' filepath='Python/errors.c' line='615' column='1'/>\r
+      <parameter type-id='type-id-235' name='p_value' filepath='Python/errors.c' line='615' column='1'/>\r
+      <parameter type-id='type-id-235' name='p_traceback' filepath='Python/errors.c' line='615' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SetExcInfo' mangled-name='PyErr_SetExcInfo' filepath='Python/errors.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetExcInfo'>\r
-      <parameter type-id='type-id-4' name='type' filepath='Python/errors.c' line='613' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Python/errors.c' line='613' column='1'/>\r
-      <parameter type-id='type-id-4' name='traceback' filepath='Python/errors.c' line='613' column='1'/>\r
+    <function-decl name='PyErr_SetExcInfo' mangled-name='PyErr_SetExcInfo' filepath='Python/errors.c' line='622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetExcInfo'>\r
+      <parameter type-id='type-id-4' name='type' filepath='Python/errors.c' line='622' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Python/errors.c' line='622' column='1'/>\r
+      <parameter type-id='type-id-4' name='traceback' filepath='Python/errors.c' line='622' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SetFromErrnoWithFilenameObject' mangled-name='PyErr_SetFromErrnoWithFilenameObject' filepath='Python/errors.c' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrnoWithFilenameObject'>\r
-      <parameter type-id='type-id-4' name='exc' filepath='Python/errors.c' line='783' column='1'/>\r
-      <parameter type-id='type-id-4' name='filenameObject' filepath='Python/errors.c' line='783' column='1'/>\r
+    <function-decl name='PyErr_SetFromErrnoWithFilenameObject' mangled-name='PyErr_SetFromErrnoWithFilenameObject' filepath='Python/errors.c' line='792' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrnoWithFilenameObject'>\r
+      <parameter type-id='type-id-4' name='exc' filepath='Python/errors.c' line='792' column='1'/>\r
+      <parameter type-id='type-id-4' name='filenameObject' filepath='Python/errors.c' line='792' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SetFromErrnoWithFilenameObjects' mangled-name='PyErr_SetFromErrnoWithFilenameObjects' filepath='Python/errors.c' line='789' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrnoWithFilenameObjects'>\r
-      <parameter type-id='type-id-4' name='exc' filepath='Python/errors.c' line='789' column='1'/>\r
-      <parameter type-id='type-id-4' name='filenameObject' filepath='Python/errors.c' line='789' column='1'/>\r
-      <parameter type-id='type-id-4' name='filenameObject2' filepath='Python/errors.c' line='789' column='1'/>\r
+    <function-decl name='PyErr_SetFromErrnoWithFilenameObjects' mangled-name='PyErr_SetFromErrnoWithFilenameObjects' filepath='Python/errors.c' line='798' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrnoWithFilenameObjects'>\r
+      <parameter type-id='type-id-4' name='exc' filepath='Python/errors.c' line='798' column='1'/>\r
+      <parameter type-id='type-id-4' name='filenameObject' filepath='Python/errors.c' line='798' column='1'/>\r
+      <parameter type-id='type-id-4' name='filenameObject2' filepath='Python/errors.c' line='798' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SetImportErrorSubclass' mangled-name='PyErr_SetImportErrorSubclass' filepath='Python/errors.c' line='1110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetImportErrorSubclass'>\r
-      <parameter type-id='type-id-4' name='exception' filepath='Python/errors.c' line='1110' column='1'/>\r
-      <parameter type-id='type-id-4' name='msg' filepath='Python/errors.c' line='1110' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Python/errors.c' line='1111' column='1'/>\r
-      <parameter type-id='type-id-4' name='path' filepath='Python/errors.c' line='1111' column='1'/>\r
+    <function-decl name='PyErr_SetImportErrorSubclass' mangled-name='PyErr_SetImportErrorSubclass' filepath='Python/errors.c' line='1119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetImportErrorSubclass'>\r
+      <parameter type-id='type-id-4' name='exception' filepath='Python/errors.c' line='1119' column='1'/>\r
+      <parameter type-id='type-id-4' name='msg' filepath='Python/errors.c' line='1119' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Python/errors.c' line='1120' column='1'/>\r
+      <parameter type-id='type-id-4' name='path' filepath='Python/errors.c' line='1120' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SetImportError' mangled-name='PyErr_SetImportError' filepath='Python/errors.c' line='1123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetImportError'>\r
-      <parameter type-id='type-id-4' name='msg' filepath='Python/errors.c' line='1123' column='1'/>\r
-      <parameter type-id='type-id-4' name='name' filepath='Python/errors.c' line='1123' column='1'/>\r
-      <parameter type-id='type-id-4' name='path' filepath='Python/errors.c' line='1123' column='1'/>\r
+    <function-decl name='PyErr_SetImportError' mangled-name='PyErr_SetImportError' filepath='Python/errors.c' line='1132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetImportError'>\r
+      <parameter type-id='type-id-4' name='msg' filepath='Python/errors.c' line='1132' column='1'/>\r
+      <parameter type-id='type-id-4' name='name' filepath='Python/errors.c' line='1132' column='1'/>\r
+      <parameter type-id='type-id-4' name='path' filepath='Python/errors.c' line='1132' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_BadInternalCall' mangled-name='PyErr_BadInternalCall' filepath='Python/errors.c' line='1141' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_BadInternalCall'>\r
+    <function-decl name='PyErr_BadInternalCall' mangled-name='PyErr_BadInternalCall' filepath='Python/errors.c' line='1150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_BadInternalCall'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_FormatV'>\r
-      <parameter type-id='type-id-4' name='exception' filepath='Python/errors.c' line='1171' column='1'/>\r
-      <parameter type-id='type-id-6' name='format' filepath='Python/errors.c' line='1171' column='1'/>\r
-      <parameter type-id='type-id-302' name='vargs' filepath='Python/errors.c' line='1171' column='1'/>\r
+    <function-decl name='PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_FormatV'>\r
+      <parameter type-id='type-id-4' name='exception' filepath='Python/errors.c' line='1180' column='1'/>\r
+      <parameter type-id='type-id-6' name='format' filepath='Python/errors.c' line='1180' column='1'/>\r
+      <parameter type-id='type-id-299' name='vargs' filepath='Python/errors.c' line='1180' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_NewExceptionWithDoc' mangled-name='PyErr_NewExceptionWithDoc' filepath='Python/errors.c' line='1285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_NewExceptionWithDoc'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/errors.c' line='1285' column='1'/>\r
-      <parameter type-id='type-id-6' name='doc' filepath='Python/errors.c' line='1285' column='1'/>\r
-      <parameter type-id='type-id-4' name='base' filepath='Python/errors.c' line='1286' column='1'/>\r
-      <parameter type-id='type-id-4' name='dict' filepath='Python/errors.c' line='1286' column='1'/>\r
+    <function-decl name='PyErr_NewExceptionWithDoc' mangled-name='PyErr_NewExceptionWithDoc' filepath='Python/errors.c' line='1294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_NewExceptionWithDoc'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/errors.c' line='1294' column='1'/>\r
+      <parameter type-id='type-id-6' name='doc' filepath='Python/errors.c' line='1294' column='1'/>\r
+      <parameter type-id='type-id-4' name='base' filepath='Python/errors.c' line='1295' column='1'/>\r
+      <parameter type-id='type-id-4' name='dict' filepath='Python/errors.c' line='1295' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SyntaxLocation' mangled-name='PyErr_SyntaxLocation' filepath='Python/errors.c' line='1709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocation'>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1709' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1709' column='1'/>\r
+    <function-decl name='PyErr_SyntaxLocation' mangled-name='PyErr_SyntaxLocation' filepath='Python/errors.c' line='1728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocation'>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1728' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1728' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_RangedSyntaxLocationObject' mangled-name='PyErr_RangedSyntaxLocationObject' filepath='Python/errors.c' line='1829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_RangedSyntaxLocationObject'>\r
-      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='1829' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1829' column='1'/>\r
-      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1829' column='1'/>\r
-      <parameter type-id='type-id-5' name='end_lineno' filepath='Python/errors.c' line='1830' column='1'/>\r
-      <parameter type-id='type-id-5' name='end_col_offset' filepath='Python/errors.c' line='1830' column='1'/>\r
+    <function-decl name='PyErr_RangedSyntaxLocationObject' mangled-name='PyErr_RangedSyntaxLocationObject' filepath='Python/errors.c' line='1848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_RangedSyntaxLocationObject'>\r
+      <parameter type-id='type-id-4' name='filename' filepath='Python/errors.c' line='1848' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1848' column='1'/>\r
+      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1848' column='1'/>\r
+      <parameter type-id='type-id-5' name='end_lineno' filepath='Python/errors.c' line='1849' column='1'/>\r
+      <parameter type-id='type-id-5' name='end_col_offset' filepath='Python/errors.c' line='1849' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_SyntaxLocationEx' mangled-name='PyErr_SyntaxLocationEx' filepath='Python/errors.c' line='1835' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocationEx'>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1835' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1835' column='1'/>\r
-      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1835' column='1'/>\r
+    <function-decl name='PyErr_SyntaxLocationEx' mangled-name='PyErr_SyntaxLocationEx' filepath='Python/errors.c' line='1854' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SyntaxLocationEx'>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1854' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1854' column='1'/>\r
+      <parameter type-id='type-id-5' name='col_offset' filepath='Python/errors.c' line='1854' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_ProgramText' mangled-name='PyErr_ProgramText' filepath='Python/errors.c' line='1900' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramText'>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1900' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1900' column='1'/>\r
+    <function-decl name='PyErr_ProgramText' mangled-name='PyErr_ProgramText' filepath='Python/errors.c' line='1919' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramText'>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/errors.c' line='1919' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/errors.c' line='1919' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyTokenizer_FindEncodingFilename' filepath='Python/errors.c' line='1917' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyTokenizer_FindEncodingFilename' filepath='Python/errors.c' line='1936' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/fileutils.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='__mbstate_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1633' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='13' column='1' id='type-id-1634'>\r
+  <abi-instr address-size='64' path='Python/fileutils.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='__mbstate_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1630' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='13' column='1' id='type-id-1631'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='__count' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='15' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='32'>\r
-        <var-decl name='__value' type-id='type-id-1635' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='20' column='1'/>\r
+        <var-decl name='__value' type-id='type-id-1632' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='20' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <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-1635'>\r
+    <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-1632'>\r
       <data-member access='public'>\r
-        <var-decl name='__wch' type-id='type-id-101' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='18' column='1'/>\r
+        <var-decl name='__wch' type-id='type-id-99' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='18' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__wchb' type-id='type-id-814' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='19' column='1'/>\r
+        <var-decl name='__wchb' type-id='type-id-810' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='19' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='__mbstate_t' type-id='type-id-1634' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='21' column='1' id='type-id-1633'/>\r
-    <typedef-decl name='mbstate_t' type-id='type-id-1633' filepath='/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h' line='6' column='1' id='type-id-1636'/>\r
-    <pointer-type-def type-id='type-id-1636' size-in-bits='64' id='type-id-1637'/>\r
-    <qualified-type-def type-id='type-id-1637' restrict='yes' id='type-id-1638'/>\r
-    <qualified-type-def type-id='type-id-59' restrict='yes' id='type-id-1639'/>\r
+    <typedef-decl name='__mbstate_t' type-id='type-id-1631' filepath='/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h' line='21' column='1' id='type-id-1630'/>\r
+    <typedef-decl name='mbstate_t' type-id='type-id-1630' filepath='/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h' line='6' column='1' id='type-id-1633'/>\r
+    <pointer-type-def type-id='type-id-1633' size-in-bits='64' id='type-id-1634'/>\r
+    <qualified-type-def type-id='type-id-1634' restrict='yes' id='type-id-1635'/>\r
+    <qualified-type-def type-id='type-id-59' restrict='yes' id='type-id-1636'/>\r
     <function-decl name='_Py_DecodeUTF8Ex' filepath='./Include/internal/pycore_fileutils.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-241'/>\r
+      <parameter type-id='type-id-238'/>\r
       <parameter type-id='type-id-57'/>\r
-      <parameter type-id='type-id-261'/>\r
-      <parameter type-id='type-id-542'/>\r
+      <parameter type-id='type-id-258'/>\r
+      <parameter type-id='type-id-540'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_EncodeUTF8Ex' filepath='./Include/internal/pycore_fileutils.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
-      <parameter type-id='type-id-248'/>\r
+      <parameter type-id='type-id-245'/>\r
       <parameter type-id='type-id-57'/>\r
-      <parameter type-id='type-id-261'/>\r
+      <parameter type-id='type-id-258'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-542'/>\r
+      <parameter type-id='type-id-540'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='mbstowcs' filepath='/usr/include/stdlib.h' line='941' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-19'/>\r
-      <parameter type-id='type-id-179'/>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <function-decl name='wcstombs' filepath='/usr/include/stdlib.h' line='945' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-181'/>\r
+      <parameter type-id='type-id-179'/>\r
       <parameter type-id='type-id-20'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-21'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <function-decl name='getcwd' filepath='/usr/include/unistd.h' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-17'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='readlink' filepath='/usr/include/unistd.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-181'/>\r
       <parameter type-id='type-id-21'/>\r
-      <return type-id='type-id-184'/>\r
+      <return type-id='type-id-182'/>\r
     </function-decl>\r
     <function-decl name='close_range' filepath='/usr/include/unistd.h' line='1208' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-101'/>\r
-      <parameter type-id='type-id-101'/>\r
+      <parameter type-id='type-id-99'/>\r
+      <parameter type-id='type-id-99'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='mbrtowc' filepath='/usr/include/wchar.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-19'/>\r
-      <parameter type-id='type-id-179'/>\r
+      <parameter type-id='type-id-177'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-1638'/>\r
+      <parameter type-id='type-id-1635'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <function-decl name='ioctl' filepath='/usr/include/x86_64-linux-gnu/sys/ioctl.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EncodeLocale'>\r
-      <parameter type-id='type-id-18' name='text' filepath='Python/fileutils.c' line='866' column='1'/>\r
-      <parameter type-id='type-id-57' name='error_pos' filepath='Python/fileutils.c' line='866' column='1'/>\r
+    <function-decl name='Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EncodeLocale'>\r
+      <parameter type-id='type-id-18' name='text' filepath='Python/fileutils.c' line='858' column='1'/>\r
+      <parameter type-id='type-id-57' name='error_pos' filepath='Python/fileutils.c' line='858' column='1'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
-    <function-decl name='_Py_stat' mangled-name='_Py_stat' filepath='Python/fileutils.c' line='1363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_stat'>\r
-      <parameter type-id='type-id-4' name='path' filepath='Python/fileutils.c' line='1363' column='1'/>\r
-      <parameter type-id='type-id-59' name='statbuf' filepath='Python/fileutils.c' line='1363' column='1'/>\r
+    <function-decl name='_Py_stat' mangled-name='_Py_stat' filepath='Python/fileutils.c' line='1355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_stat'>\r
+      <parameter type-id='type-id-4' name='path' filepath='Python/fileutils.c' line='1355' column='1'/>\r
+      <parameter type-id='type-id-59' name='statbuf' filepath='Python/fileutils.c' line='1355' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_set_inheritable' mangled-name='_Py_set_inheritable' filepath='Python/fileutils.c' line='1605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable'>\r
-      <parameter type-id='type-id-5' name='fd' filepath='Python/fileutils.c' line='1605' column='1'/>\r
-      <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1605' column='1'/>\r
-      <parameter type-id='type-id-177' name='atomic_flag_works' filepath='Python/fileutils.c' line='1605' column='1'/>\r
+    <function-decl name='_Py_set_inheritable' mangled-name='_Py_set_inheritable' filepath='Python/fileutils.c' line='1597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable'>\r
+      <parameter type-id='type-id-5' name='fd' filepath='Python/fileutils.c' line='1597' column='1'/>\r
+      <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1597' column='1'/>\r
+      <parameter type-id='type-id-175' name='atomic_flag_works' filepath='Python/fileutils.c' line='1597' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_set_inheritable_async_safe' mangled-name='_Py_set_inheritable_async_safe' filepath='Python/fileutils.c' line='1614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable_async_safe'>\r
-      <parameter type-id='type-id-5' name='fd' filepath='Python/fileutils.c' line='1614' column='1'/>\r
-      <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1614' column='1'/>\r
-      <parameter type-id='type-id-177' name='atomic_flag_works' filepath='Python/fileutils.c' line='1614' column='1'/>\r
+    <function-decl name='_Py_set_inheritable_async_safe' mangled-name='_Py_set_inheritable_async_safe' filepath='Python/fileutils.c' line='1606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable_async_safe'>\r
+      <parameter type-id='type-id-5' name='fd' filepath='Python/fileutils.c' line='1606' column='1'/>\r
+      <parameter type-id='type-id-5' name='inheritable' filepath='Python/fileutils.c' line='1606' column='1'/>\r
+      <parameter type-id='type-id-175' name='atomic_flag_works' filepath='Python/fileutils.c' line='1606' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_normpath' mangled-name='_Py_normpath' filepath='Python/fileutils.c' line='2608' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_normpath'>\r
-      <parameter type-id='type-id-58' name='path' filepath='Python/fileutils.c' line='2608' column='1'/>\r
-      <parameter type-id='type-id-7' name='size' filepath='Python/fileutils.c' line='2608' column='1'/>\r
+    <function-decl name='_Py_normpath' mangled-name='_Py_normpath' filepath='Python/fileutils.c' line='2600' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_normpath'>\r
+      <parameter type-id='type-id-58' name='path' filepath='Python/fileutils.c' line='2600' column='1'/>\r
+      <parameter type-id='type-id-7' name='size' filepath='Python/fileutils.c' line='2600' column='1'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
-    <function-decl name='_Py_closerange' mangled-name='_Py_closerange' filepath='Python/fileutils.c' line='2995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_closerange'>\r
-      <parameter type-id='type-id-5' name='first' filepath='Python/fileutils.c' line='2995' column='1'/>\r
-      <parameter type-id='type-id-5' name='last' filepath='Python/fileutils.c' line='2995' column='1'/>\r
+    <function-decl name='_Py_closerange' mangled-name='_Py_closerange' filepath='Python/fileutils.c' line='2987' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_closerange'>\r
+      <parameter type-id='type-id-5' name='first' filepath='Python/fileutils.c' line='2987' column='1'/>\r
+      <parameter type-id='type-id-5' name='last' filepath='Python/fileutils.c' line='2987' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/flowgraph.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/flowgraph.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyCompile_EnsureArrayLargeEnough' filepath='./Include/internal/pycore_compile.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-262'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <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-1640'>\r
+  <abi-instr address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <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-1637'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='decimal_point' type-id='type-id-17' visibility='default' filepath='/usr/include/locale.h' line='55' column='1'/>\r
       </data-member>\r
         <var-decl name='int_n_sign_posn' type-id='type-id-53' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <pointer-type-def type-id='type-id-1640' size-in-bits='64' id='type-id-1641'/>\r
+    <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-1638'/>\r
     <function-decl name='_Py_GetLocaleconvNumeric' filepath='./Include/internal/pycore_fileutils.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1641'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-1638'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_FastFill' filepath='./Include/internal/pycore_unicodeobject.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-259'/>\r
+      <parameter type-id='type-id-256'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyUnicode_FastCopyCharacters' filepath='./Include/internal/pycore_unicodeobject.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-259'/>\r
+      <return type-id='type-id-256'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InsertThousandsGrouping' filepath='./Include/internal/pycore_unicodeobject.h' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-330'/>\r
+    <function-decl name='_PyUnicode_InsertThousandsGrouping' filepath='./Include/internal/pycore_unicodeobject.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-327'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-7'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
-      <parameter type-id='type-id-547'/>\r
+      <parameter type-id='type-id-545'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='localeconv' filepath='/usr/include/locale.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-1641'/>\r
+      <return type-id='type-id-1638'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/frame.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-1642' size-in-bits='384' id='type-id-1643'>\r
-      <subrange length='6' type-id='type-id-2' id='type-id-391'/>\r
+  <abi-instr address-size='64' path='Python/frame.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-1639' size-in-bits='384' id='type-id-1640'>\r
+      <subrange length='6' type-id='type-id-2' id='type-id-390'/>\r
     </array-type-def>\r
-    <qualified-type-def type-id='type-id-266' const='yes' id='type-id-1644'/>\r
-    <pointer-type-def type-id='type-id-1644' size-in-bits='64' id='type-id-1645'/>\r
-    <qualified-type-def type-id='type-id-1645' const='yes' id='type-id-1642'/>\r
-    <var-decl name='PyUnstable_ExecutableKinds' type-id='type-id-1643' mangled-name='PyUnstable_ExecutableKinds' visibility='default' filepath='./Include/cpython/pyframe.h' line='45' column='1' elf-symbol-id='PyUnstable_ExecutableKinds'/>\r
+    <qualified-type-def type-id='type-id-263' const='yes' id='type-id-1641'/>\r
+    <pointer-type-def type-id='type-id-1641' size-in-bits='64' id='type-id-1642'/>\r
+    <qualified-type-def type-id='type-id-1642' const='yes' id='type-id-1639'/>\r
+    <var-decl name='PyUnstable_ExecutableKinds' type-id='type-id-1640' mangled-name='PyUnstable_ExecutableKinds' visibility='default' filepath='./Include/cpython/pyframe.h' line='45' column='1' elf-symbol-id='PyUnstable_ExecutableKinds'/>\r
     <function-decl name='_PyFrame_New_NoTrack' filepath='./Include/internal/pycore_frame.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
-      <return type-id='type-id-351'/>\r
+      <parameter type-id='type-id-322'/>\r
+      <return type-id='type-id-348'/>\r
     </function-decl>\r
     <function-decl name='PyUnstable_InterpreterFrame_GetCode' mangled-name='PyUnstable_InterpreterFrame_GetCode' filepath='Python/frame.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetCode'>\r
-      <parameter type-id='type-id-367' name='frame' filepath='Python/frame.c' line='136' column='1'/>\r
+      <parameter type-id='type-id-366' name='frame' filepath='Python/frame.c' line='136' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyUnstable_InterpreterFrame_GetLasti' mangled-name='PyUnstable_InterpreterFrame_GetLasti' filepath='Python/frame.c' line='144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_InterpreterFrame_GetLasti'>\r
-      <parameter type-id='type-id-367' name='frame' filepath='Python/frame.c' line='144' column='1'/>\r
+      <parameter type-id='type-id-366' name='frame' filepath='Python/frame.c' line='144' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/frozen.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_frozen' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='15' column='1' id='type-id-1646'>\r
+  <abi-instr address-size='64' path='Python/frozen.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_frozen' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='15' column='1' id='type-id-1643'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/import.h' line='16' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='code' type-id='type-id-372' visibility='default' filepath='./Include/cpython/import.h' line='17' column='1'/>\r
+        <var-decl name='code' type-id='type-id-371' visibility='default' filepath='./Include/cpython/import.h' line='17' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
         <var-decl name='size' type-id='type-id-5' visibility='default' filepath='./Include/cpython/import.h' line='18' column='1'/>\r
         <var-decl name='is_package' type-id='type-id-5' visibility='default' filepath='./Include/cpython/import.h' line='19' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_module_alias' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='177' column='1' id='type-id-1647'>\r
+    <class-decl name='_module_alias' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='177' column='1' id='type-id-1644'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_import.h' line='178' column='1'/>\r
       </data-member>\r
         <var-decl name='orig' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_import.h' line='179' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <qualified-type-def type-id='type-id-1646' const='yes' id='type-id-1648'/>\r
-    <pointer-type-def type-id='type-id-1648' size-in-bits='64' id='type-id-1649'/>\r
-    <qualified-type-def type-id='type-id-1647' const='yes' id='type-id-1650'/>\r
-    <pointer-type-def type-id='type-id-1650' size-in-bits='64' id='type-id-1651'/>\r
-    <var-decl name='PyImport_FrozenModules' type-id='type-id-1649' mangled-name='PyImport_FrozenModules' visibility='default' filepath='./Include/cpython/import.h' line='25' column='1' elf-symbol-id='PyImport_FrozenModules'/>\r
-    <var-decl name='_PyImport_FrozenBootstrap' type-id='type-id-1649' mangled-name='_PyImport_FrozenBootstrap' visibility='default' filepath='./Include/internal/pycore_import.h' line='183' column='1' elf-symbol-id='_PyImport_FrozenBootstrap'/>\r
-    <var-decl name='_PyImport_FrozenStdlib' type-id='type-id-1649' mangled-name='_PyImport_FrozenStdlib' visibility='default' filepath='./Include/internal/pycore_import.h' line='184' column='1' elf-symbol-id='_PyImport_FrozenStdlib'/>\r
-    <var-decl name='_PyImport_FrozenTest' type-id='type-id-1649' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='185' column='1' elf-symbol-id='_PyImport_FrozenTest'/>\r
-    <var-decl name='_PyImport_FrozenAliases' type-id='type-id-1651' visibility='default' filepath='./Include/internal/pycore_import.h' line='187' column='1'/>\r
+    <qualified-type-def type-id='type-id-1643' const='yes' id='type-id-1645'/>\r
+    <pointer-type-def type-id='type-id-1645' size-in-bits='64' id='type-id-1646'/>\r
+    <qualified-type-def type-id='type-id-1644' const='yes' id='type-id-1647'/>\r
+    <pointer-type-def type-id='type-id-1647' size-in-bits='64' id='type-id-1648'/>\r
+    <var-decl name='PyImport_FrozenModules' type-id='type-id-1646' mangled-name='PyImport_FrozenModules' visibility='default' filepath='./Include/cpython/import.h' line='25' column='1' elf-symbol-id='PyImport_FrozenModules'/>\r
+    <var-decl name='_PyImport_FrozenBootstrap' type-id='type-id-1646' mangled-name='_PyImport_FrozenBootstrap' visibility='default' filepath='./Include/internal/pycore_import.h' line='183' column='1' elf-symbol-id='_PyImport_FrozenBootstrap'/>\r
+    <var-decl name='_PyImport_FrozenStdlib' type-id='type-id-1646' mangled-name='_PyImport_FrozenStdlib' visibility='default' filepath='./Include/internal/pycore_import.h' line='184' column='1' elf-symbol-id='_PyImport_FrozenStdlib'/>\r
+    <var-decl name='_PyImport_FrozenTest' type-id='type-id-1646' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='185' column='1' elf-symbol-id='_PyImport_FrozenTest'/>\r
+    <var-decl name='_PyImport_FrozenAliases' type-id='type-id-1648' visibility='default' filepath='./Include/internal/pycore_import.h' line='187' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/frozenmain.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-60'/>\r
+  <abi-instr address-size='64' path='Python/frozenmain.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-264' size-in-bits='64' id='type-id-60'/>\r
     <function-decl name='PyConfig_InitPythonConfig' mangled-name='PyConfig_InitPythonConfig' filepath='./Include/cpython/initconfig.h' line='239' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitPythonConfig'>\r
       <parameter type-id='type-id-60'/>\r
       <return type-id='type-id-3'/>\r
     <function-decl name='PyConfig_SetBytesArgv' mangled-name='PyConfig_SetBytesArgv' filepath='./Include/cpython/initconfig.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesArgv'>\r
       <parameter type-id='type-id-60'/>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-127'/>\r
+      <parameter type-id='type-id-125'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-270'/>\r
+      <parameter type-id='type-id-266'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='Py_ExitStatusException' mangled-name='Py_ExitStatusException' filepath='./Include/cpython/pylifecycle.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ExitStatusException'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-209'/>\r
+      <parameter type-id='type-id-206'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5' name='argc' filepath='Python/frozenmain.c' line='21' column='1'/>\r
-      <parameter type-id='type-id-248' name='argv' filepath='Python/frozenmain.c' line='21' column='1'/>\r
+      <parameter type-id='type-id-245' name='argv' filepath='Python/frozenmain.c' line='21' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/gc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='gcvisitobjects_t' type-id='type-id-336' filepath='./Include/cpython/objimpl.h' line='103' column='1' id='type-id-1652'/>\r
-    <pointer-type-def type-id='type-id-213' size-in-bits='64' id='type-id-174'/>\r
+  <abi-instr address-size='64' path='Python/gc.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='gcvisitobjects_t' type-id='type-id-333' filepath='./Include/cpython/objimpl.h' line='103' column='1' id='type-id-1649'/>\r
+    <pointer-type-def type-id='type-id-210' size-in-bits='64' id='type-id-172'/>\r
     <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'>\r
-      <parameter type-id='type-id-213'/>\r
-      <return type-id='type-id-172'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <return type-id='type-id-170'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-174'/>\r
+      <parameter type-id='type-id-172'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_MaybeUntrack' filepath='./Include/internal/pycore_dict.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/gc.c' line='1961' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyUnstable_GC_VisitObjects' mangled-name='PyUnstable_GC_VisitObjects' filepath='Python/gc.c' line='1970' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_GC_VisitObjects'>\r
-      <parameter type-id='type-id-1652' name='callback' filepath='Python/gc.c' line='1970' column='1'/>\r
-      <parameter type-id='type-id-30' name='arg' filepath='Python/gc.c' line='1970' column='1'/>\r
+    <function-decl name='PyUnstable_GC_VisitObjects' mangled-name='PyUnstable_GC_VisitObjects' filepath='Python/gc.c' line='1987' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_GC_VisitObjects'>\r
+      <parameter type-id='type-id-1649' name='callback' filepath='Python/gc.c' line='1987' column='1'/>\r
+      <parameter type-id='type-id-30' name='arg' filepath='Python/gc.c' line='1987' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/gc_gil.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/gc_gil.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyObject_ClearFreeLists' filepath='./Include/internal/pycore_freelist.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-399'/>\r
+      <parameter type-id='type-id-398'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/getargs.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/getargs.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-27'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_ParseStack' mangled-name='_PyArg_ParseStack' filepath='Python/getargs.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStack'>\r
-      <parameter type-id='type-id-258' name='args' filepath='Python/getargs.c' line='120' column='1'/>\r
+      <parameter type-id='type-id-255' name='args' filepath='Python/getargs.c' line='120' column='1'/>\r
       <parameter type-id='type-id-7' name='nargs' filepath='Python/getargs.c' line='120' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='120' column='1'/>\r
       <parameter is-variadic='yes'/>\r
     <function-decl name='PyArg_VaParse' mangled-name='PyArg_VaParse' filepath='Python/getargs.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParse'>\r
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='132' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='132' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/getargs.c' line='132' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/getargs.c' line='132' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_VaParse_SizeT' mangled-name='_PyArg_VaParse_SizeT' filepath='Python/getargs.c' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParse_SizeT'>\r
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='145' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='145' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/getargs.c' line='145' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/getargs.c' line='145' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_ParseTupleAndKeywords_SizeT' mangled-name='_PyArg_ParseTupleAndKeywords_SizeT' filepath='Python/getargs.c' line='1274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywords_SizeT'>\r
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='1274' column='1'/>\r
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1275' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='1276' column='1'/>\r
-      <parameter type-id='type-id-965' name='kwlist' filepath='Python/getargs.c' line='1277' column='1'/>\r
+      <parameter type-id='type-id-961' name='kwlist' filepath='Python/getargs.c' line='1277' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='1300' column='1'/>\r
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1301' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='1302' column='1'/>\r
-      <parameter type-id='type-id-965' name='kwlist' filepath='Python/getargs.c' line='1303' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/getargs.c' line='1303' column='1'/>\r
+      <parameter type-id='type-id-961' name='kwlist' filepath='Python/getargs.c' line='1303' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/getargs.c' line='1303' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_VaParseTupleAndKeywords_SizeT' mangled-name='_PyArg_VaParseTupleAndKeywords_SizeT' filepath='Python/getargs.c' line='1325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywords_SizeT'>\r
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='1325' column='1'/>\r
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1326' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/getargs.c' line='1327' column='1'/>\r
-      <parameter type-id='type-id-965' name='kwlist' filepath='Python/getargs.c' line='1328' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/getargs.c' line='1328' column='1'/>\r
+      <parameter type-id='type-id-961' name='kwlist' filepath='Python/getargs.c' line='1328' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/getargs.c' line='1328' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyArg_ParseTupleAndKeywordsFast' mangled-name='_PyArg_ParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast'>\r
       <parameter type-id='type-id-4' name='args' filepath='Python/getargs.c' line='1351' column='1'/>\r
       <parameter type-id='type-id-4' name='keywords' filepath='Python/getargs.c' line='1351' column='1'/>\r
-      <parameter type-id='type-id-272' name='parser' filepath='Python/getargs.c' line='1352' column='1'/>\r
+      <parameter type-id='type-id-269' name='parser' filepath='Python/getargs.c' line='1352' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/getcompiler.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/getcompiler.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='Py_GetCompiler' mangled-name='Py_GetCompiler' filepath='Python/getcompiler.c' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetCompiler'>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/getopt.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/getopt.c' comp-dir-path='/src' language='LANG_C11'>\r
     <var-decl name='_PyOS_opterr' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='8' column='1'/>\r
     <var-decl name='_PyOS_optind' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='9' column='1'/>\r
     <var-decl name='_PyOS_optarg' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/getversion.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <qualified-type-def type-id='type-id-2' const='yes' id='type-id-1653'/>\r
-    <var-decl name='Py_Version' type-id='type-id-1653' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='64' column='1' elf-symbol-id='Py_Version'/>\r
+  <abi-instr address-size='64' path='Python/getversion.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <qualified-type-def type-id='type-id-2' const='yes' id='type-id-1650'/>\r
+    <var-decl name='Py_Version' type-id='type-id-1650' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='64' column='1' elf-symbol-id='Py_Version'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/hamt.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_PyHamt_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='23' column='1'/>\r
-    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>\r
-    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>\r
-    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>\r
-    <var-decl name='_PyHamtKeys_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>\r
-    <var-decl name='_PyHamtValues_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>\r
-    <var-decl name='_PyHamtItems_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>\r
+  <abi-instr address-size='64' path='Python/hamt.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_PyHamt_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='23' column='1'/>\r
+    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>\r
+    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>\r
+    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>\r
+    <var-decl name='_PyHamtKeys_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>\r
+    <var-decl name='_PyHamtValues_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>\r
+    <var-decl name='_PyHamtItems_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/hashtable.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-1654' filepath='./Include/internal/pycore_hashtable.h' line='97' column='1' id='type-id-1655'/>\r
-    <pointer-type-def type-id='type-id-1656' size-in-bits='64' id='type-id-1654'/>\r
+  <abi-instr address-size='64' path='Python/hashtable.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-1651' filepath='./Include/internal/pycore_hashtable.h' line='97' column='1' id='type-id-1652'/>\r
+    <pointer-type-def type-id='type-id-1653' size-in-bits='64' id='type-id-1651'/>\r
     <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'>\r
       <parameter type-id='type-id-30' name='key' filepath='Python/hashtable.c' line='93' column='1'/>\r
-      <return type-id='type-id-1223'/>\r
+      <return type-id='type-id-1219'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-30' name='key1' filepath='Python/hashtable.c' line='100' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-541' name='ht' filepath='Python/hashtable.c' line='121' column='1'/>\r
+      <parameter type-id='type-id-539' name='ht' filepath='Python/hashtable.c' line='121' column='1'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-546' name='ht' filepath='Python/hashtable.c' line='182' column='1'/>\r
+      <parameter type-id='type-id-544' name='ht' filepath='Python/hashtable.c' line='182' column='1'/>\r
       <parameter type-id='type-id-30' name='key' filepath='Python/hashtable.c' line='182' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-546' name='ht' filepath='Python/hashtable.c' line='268' column='1'/>\r
-      <parameter type-id='type-id-1655' name='func' filepath='Python/hashtable.c' line='269' column='1'/>\r
+      <parameter type-id='type-id-544' name='ht' filepath='Python/hashtable.c' line='268' column='1'/>\r
+      <parameter type-id='type-id-1652' name='func' filepath='Python/hashtable.c' line='269' column='1'/>\r
       <parameter type-id='type-id-30' name='user_data' filepath='Python/hashtable.c' line='270' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <parameter type-id='type-id-543' name='hash_func' filepath='Python/hashtable.c' line='370' column='1'/>\r
-      <parameter type-id='type-id-544' name='compare_func' filepath='Python/hashtable.c' line='371' column='1'/>\r
-      <return type-id='type-id-546'/>\r
+      <parameter type-id='type-id-541' name='hash_func' filepath='Python/hashtable.c' line='370' column='1'/>\r
+      <parameter type-id='type-id-542' name='compare_func' filepath='Python/hashtable.c' line='371' column='1'/>\r
+      <return type-id='type-id-544'/>\r
     </function-decl>\r
     <function-decl name='_Py_hashtable_clear' mangled-name='_Py_hashtable_clear' filepath='Python/hashtable.c' line='392' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_clear'>\r
-      <parameter type-id='type-id-546' name='ht' filepath='Python/hashtable.c' line='392' column='1'/>\r
+      <parameter type-id='type-id-544' name='ht' filepath='Python/hashtable.c' line='392' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1656'>\r
-      <parameter type-id='type-id-546'/>\r
+    <function-type size-in-bits='64' id='type-id-1653'>\r
+      <parameter type-id='type-id-544'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/import.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <enum-decl name='ext_module_kind' filepath='./Include/internal/pycore_importdl.h' line='18' column='1' id='type-id-1657'>\r
+  <abi-instr address-size='64' path='Python/import.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <enum-decl name='ext_module_kind' filepath='./Include/internal/pycore_importdl.h' line='18' column='1' id='type-id-1654'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_Py_ext_module_kind_UNKNOWN' value='0'/>\r
       <enumerator name='_Py_ext_module_kind_SINGLEPHASE' value='1'/>\r
       <enumerator name='_Py_ext_module_kind_MULTIPHASE' value='2'/>\r
       <enumerator name='_Py_ext_module_kind_INVALID' value='3'/>\r
     </enum-decl>\r
-    <typedef-decl name='_Py_ext_module_kind' type-id='type-id-1657' filepath='./Include/internal/pycore_importdl.h' line='23' column='1' id='type-id-1658'/>\r
-    <enum-decl name='ext_module_origin' filepath='./Include/internal/pycore_importdl.h' line='25' column='1' id='type-id-1659'>\r
+    <typedef-decl name='_Py_ext_module_kind' type-id='type-id-1654' filepath='./Include/internal/pycore_importdl.h' line='23' column='1' id='type-id-1655'/>\r
+    <enum-decl name='ext_module_origin' filepath='./Include/internal/pycore_importdl.h' line='25' column='1' id='type-id-1656'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_Py_ext_module_origin_CORE' value='1'/>\r
       <enumerator name='_Py_ext_module_origin_BUILTIN' value='2'/>\r
       <enumerator name='_Py_ext_module_origin_DYNAMIC' value='3'/>\r
     </enum-decl>\r
-    <typedef-decl name='_Py_ext_module_origin' type-id='type-id-1659' filepath='./Include/internal/pycore_importdl.h' line='29' column='1' id='type-id-1660'/>\r
-    <class-decl name='_Py_ext_module_loader_info' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='32' column='1' id='type-id-1661'>\r
+    <typedef-decl name='_Py_ext_module_origin' type-id='type-id-1656' filepath='./Include/internal/pycore_importdl.h' line='29' column='1' id='type-id-1657'/>\r
+    <class-decl name='_Py_ext_module_loader_info' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='32' column='1' id='type-id-1658'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='filename' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='33' column='1'/>\r
       </data-member>\r
         <var-decl name='path' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='41' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='origin' type-id='type-id-1660' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='42' column='1'/>\r
+        <var-decl name='origin' type-id='type-id-1657' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='42' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
         <var-decl name='hook_prefix' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='43' column='1'/>\r
         <var-decl name='newcontext' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='44' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_ext_module_loader_result' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='64' column='1' id='type-id-1662'>\r
+    <class-decl name='_Py_ext_module_loader_result' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='66' column='1' id='type-id-1659'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='def' type-id='type-id-387' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='65' column='1'/>\r
+        <var-decl name='def' type-id='type-id-386' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='67' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='module' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='66' column='1'/>\r
+        <var-decl name='module' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='68' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='kind' type-id='type-id-1658' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='67' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-1655' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='69' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='err' type-id='type-id-1663' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='68' column='1'/>\r
+        <var-decl name='err' type-id='type-id-1660' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='70' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='_err' type-id='type-id-1664' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='80' column='1'/>\r
+        <var-decl name='_err' type-id='type-id-1661' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='82' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='_Py_ext_module_loader_result_error' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='69' column='1' id='type-id-1664'>\r
+    <class-decl name='_Py_ext_module_loader_result_error' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='71' column='1' id='type-id-1661'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='kind' type-id='type-id-1665' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='78' column='1'/>\r
+        <var-decl name='kind' type-id='type-id-1662' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='80' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='exc' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='79' column='1'/>\r
+        <var-decl name='exc' type-id='type-id-4' visibility='default' filepath='./Include/internal/pycore_importdl.h' line='81' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <enum-decl name='_Py_ext_module_loader_result_error_kind' filepath='./Include/internal/pycore_importdl.h' line='70' column='1' id='type-id-1665'>\r
+    <enum-decl name='_Py_ext_module_loader_result_error_kind' filepath='./Include/internal/pycore_importdl.h' line='72' column='1' id='type-id-1662'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_Py_ext_module_loader_result_EXCEPTION' value='0'/>\r
       <enumerator name='_Py_ext_module_loader_result_ERR_MISSING' value='1'/>\r
       <enumerator name='_Py_ext_module_loader_result_ERR_NOT_MODULE' value='5'/>\r
       <enumerator name='_Py_ext_module_loader_result_ERR_MISSING_DEF' value='6'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyModInitFunction' type-id='type-id-380' filepath='./Include/internal/pycore_importdl.h' line='89' column='1' id='type-id-1666'/>\r
-    <typedef-decl name='PyThread_ident_t' type-id='type-id-376' filepath='./Include/internal/pycore_pythread.h' line='119' column='1' id='type-id-1667'/>\r
-    <enum-decl name='_PyTime_round_t' naming-typedef-id='type-id-173' filepath='./Include/internal/pycore_time.h' line='67' column='1' id='type-id-1668'>\r
+    <typedef-decl name='PyModInitFunction' type-id='type-id-379' filepath='./Include/internal/pycore_importdl.h' line='91' column='1' id='type-id-1663'/>\r
+    <typedef-decl name='PyThread_ident_t' type-id='type-id-375' filepath='./Include/internal/pycore_pythread.h' line='119' column='1' id='type-id-1664'/>\r
+    <enum-decl name='_PyTime_round_t' naming-typedef-id='type-id-171' filepath='./Include/internal/pycore_time.h' line='67' column='1' id='type-id-1665'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='_PyTime_ROUND_FLOOR' value='0'/>\r
       <enumerator name='_PyTime_ROUND_CEILING' value='1'/>\r
       <enumerator name='_PyTime_ROUND_UP' value='3'/>\r
       <enumerator name='_PyTime_ROUND_TIMEOUT' value='3'/>\r
     </enum-decl>\r
-    <typedef-decl name='_PyTime_round_t' type-id='type-id-1668' filepath='./Include/internal/pycore_time.h' line='91' column='1' id='type-id-173'/>\r
-    <pointer-type-def type-id='type-id-1235' size-in-bits='64' id='type-id-1669'/>\r
-    <pointer-type-def type-id='type-id-1661' size-in-bits='64' id='type-id-1670'/>\r
-    <pointer-type-def type-id='type-id-1662' size-in-bits='64' id='type-id-1671'/>\r
-    <pointer-type-def type-id='type-id-1664' size-in-bits='64' id='type-id-1663'/>\r
-    <var-decl name='PyImport_Inittab' type-id='type-id-1232' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='12' column='1' elf-symbol-id='PyImport_Inittab'/>\r
+    <typedef-decl name='_PyTime_round_t' type-id='type-id-1665' filepath='./Include/internal/pycore_time.h' line='91' column='1' id='type-id-171'/>\r
+    <pointer-type-def type-id='type-id-1232' size-in-bits='64' id='type-id-1666'/>\r
+    <pointer-type-def type-id='type-id-1658' size-in-bits='64' id='type-id-1667'/>\r
+    <pointer-type-def type-id='type-id-1659' size-in-bits='64' id='type-id-1668'/>\r
+    <pointer-type-def type-id='type-id-1661' size-in-bits='64' id='type-id-1660'/>\r
+    <var-decl name='PyImport_Inittab' type-id='type-id-1229' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='12' column='1' elf-symbol-id='PyImport_Inittab'/>\r
     <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'>\r
-      <parameter type-id='type-id-1670'/>\r
+      <parameter type-id='type-id-1667'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_ext_module_loader_info_init_for_builtin' filepath='./Include/internal/pycore_importdl.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1670'/>\r
+      <parameter type-id='type-id-1667'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_ext_module_loader_info_init_from_spec' filepath='./Include/internal/pycore_importdl.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1670'/>\r
+    <function-decl name='_Py_ext_module_loader_info_init_from_spec' filepath='./Include/internal/pycore_importdl.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-1667'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_ext_module_loader_result_clear' filepath='./Include/internal/pycore_importdl.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1671'/>\r
+    <function-decl name='_Py_ext_module_loader_result_clear' filepath='./Include/internal/pycore_importdl.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-1668'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Py_ext_module_loader_result_apply_error' filepath='./Include/internal/pycore_importdl.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1671'/>\r
+    <function-decl name='_Py_ext_module_loader_result_apply_error' filepath='./Include/internal/pycore_importdl.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-1668'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyImport_GetModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1670'/>\r
+    <function-decl name='_PyImport_GetModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-1667'/>\r
       <parameter type-id='type-id-56'/>\r
-      <return type-id='type-id-1666'/>\r
+      <return type-id='type-id-1663'/>\r
     </function-decl>\r
-    <function-decl name='_PyImport_RunModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1666'/>\r
-      <parameter type-id='type-id-1670'/>\r
-      <parameter type-id='type-id-1671'/>\r
+    <function-decl name='_PyImport_RunModInitFunc' filepath='./Include/internal/pycore_importdl.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <parameter type-id='type-id-1663'/>\r
+      <parameter type-id='type-id-1667'/>\r
+      <parameter type-id='type-id-1668'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyRecursiveMutex_IsLockedByCurrentThread' mangled-name='_PyRecursiveMutex_IsLockedByCurrentThread' filepath='./Include/internal/pycore_lock.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRecursiveMutex_IsLockedByCurrentThread'>\r
-      <parameter type-id='type-id-1669'/>\r
+      <parameter type-id='type-id-1666'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyRecursiveMutex_Lock' mangled-name='_PyRecursiveMutex_Lock' filepath='./Include/internal/pycore_lock.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRecursiveMutex_Lock'>\r
-      <parameter type-id='type-id-1669'/>\r
+      <parameter type-id='type-id-1666'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyRecursiveMutex_Unlock' mangled-name='_PyRecursiveMutex_Unlock' filepath='./Include/internal/pycore_lock.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRecursiveMutex_Unlock'>\r
-      <parameter type-id='type-id-1669'/>\r
+      <parameter type-id='type-id-1666'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_KeyedHash' filepath='./Include/internal/pycore_pyhash.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-108'/>\r
+      <parameter type-id='type-id-106'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-108'/>\r
+      <return type-id='type-id-106'/>\r
     </function-decl>\r
     <function-decl name='_PyMem_SetDefaultAllocator' filepath='./Include/internal/pycore_pymem.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-432'/>\r
-      <parameter type-id='type-id-502'/>\r
+      <parameter type-id='type-id-431'/>\r
+      <parameter type-id='type-id-500'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
-      <return type-id='type-id-1667'/>\r
+      <return type-id='type-id-1664'/>\r
     </function-decl>\r
-    <function-decl name='_PySys_ClearAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PySys_ClearAttrString' filepath='./Include/internal/pycore_sysmodule.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsMicroseconds' mangled-name='_PyTime_AsMicroseconds' filepath='./Include/internal/pycore_time.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMicroseconds'>\r
-      <parameter type-id='type-id-213'/>\r
-      <parameter type-id='type-id-173'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-171'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='PyMarshal_ReadObjectFromString' mangled-name='PyMarshal_ReadObjectFromString' filepath='./Include/marshal.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromString'>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='PyState_FindModule' mangled-name='PyState_FindModule' filepath='Python/import.c' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_FindModule'>\r
-      <parameter type-id='type-id-387' name='module' filepath='Python/import.c' line='491' column='1'/>\r
+      <parameter type-id='type-id-386' name='module' filepath='Python/import.c' line='491' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyState_AddModule' mangled-name='_PyState_AddModule' filepath='Python/import.c' line='506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyState_AddModule'>\r
       <parameter type-id='type-id-27' name='tstate' filepath='Python/import.c' line='506' column='1'/>\r
       <parameter type-id='type-id-4' name='module' filepath='Python/import.c' line='506' column='1'/>\r
-      <parameter type-id='type-id-387' name='def' filepath='Python/import.c' line='506' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Python/import.c' line='506' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/import.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_AddModule'>\r
       <parameter type-id='type-id-4' name='module' filepath='Python/import.c' line='524' column='1'/>\r
-      <parameter type-id='type-id-387' name='def' filepath='Python/import.c' line='524' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Python/import.c' line='524' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/import.c' line='554' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_RemoveModule'>\r
-      <parameter type-id='type-id-387' name='def' filepath='Python/import.c' line='554' column='1'/>\r
+      <parameter type-id='type-id-386' name='def' filepath='Python/import.c' line='554' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyImport_ClearExtension' mangled-name='_PyImport_ClearExtension' filepath='Python/import.c' line='827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_ClearExtension'>\r
       <parameter type-id='type-id-4' name='filename' filepath='Python/import.c' line='827' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ExtendInittab' mangled-name='PyImport_ExtendInittab' filepath='Python/import.c' line='2364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExtendInittab'>\r
-      <parameter type-id='type-id-1232' name='newtab' filepath='Python/import.c' line='2364' column='1'/>\r
+    <function-decl name='PyImport_ExtendInittab' mangled-name='PyImport_ExtendInittab' filepath='Python/import.c' line='2366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExtendInittab'>\r
+      <parameter type-id='type-id-1229' name='newtab' filepath='Python/import.c' line='2366' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2414' column='1'/>\r
-      <parameter type-id='type-id-380' name='initfunc' filepath='Python/import.c' line='2414' column='1'/>\r
+    <function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2416' column='1'/>\r
+      <parameter type-id='type-id-379' name='initfunc' filepath='Python/import.c' line='2416' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_GetMagicNumber' mangled-name='PyImport_GetMagicNumber' filepath='Python/import.c' line='2491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicNumber'>\r
-      <return type-id='type-id-183'/>\r
+    <function-decl name='PyImport_GetMagicNumber' mangled-name='PyImport_GetMagicNumber' filepath='Python/import.c' line='2493' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicNumber'>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_GetMagicTag' mangled-name='PyImport_GetMagicTag' filepath='Python/import.c' line='2513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicTag'>\r
+    <function-decl name='PyImport_GetMagicTag' mangled-name='PyImport_GetMagicTag' filepath='Python/import.c' line='2515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetMagicTag'>\r
       <return type-id='type-id-6'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ExecCodeModule' mangled-name='PyImport_ExecCodeModule' filepath='Python/import.c' line='2534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModule'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2534' column='1'/>\r
-      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2534' column='1'/>\r
+    <function-decl name='PyImport_ExecCodeModule' mangled-name='PyImport_ExecCodeModule' filepath='Python/import.c' line='2536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModule'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2536' column='1'/>\r
+      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2536' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ExecCodeModuleEx' mangled-name='PyImport_ExecCodeModuleEx' filepath='Python/import.c' line='2541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleEx'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2541' column='1'/>\r
-      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2541' column='1'/>\r
-      <parameter type-id='type-id-6' name='pathname' filepath='Python/import.c' line='2541' column='1'/>\r
+    <function-decl name='PyImport_ExecCodeModuleEx' mangled-name='PyImport_ExecCodeModuleEx' filepath='Python/import.c' line='2543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleEx'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2543' column='1'/>\r
+      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2543' column='1'/>\r
+      <parameter type-id='type-id-6' name='pathname' filepath='Python/import.c' line='2543' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ExecCodeModuleWithPathnames' mangled-name='PyImport_ExecCodeModuleWithPathnames' filepath='Python/import.c' line='2548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleWithPathnames'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2548' column='1'/>\r
-      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2548' column='1'/>\r
-      <parameter type-id='type-id-6' name='pathname' filepath='Python/import.c' line='2549' column='1'/>\r
-      <parameter type-id='type-id-6' name='cpathname' filepath='Python/import.c' line='2550' column='1'/>\r
+    <function-decl name='PyImport_ExecCodeModuleWithPathnames' mangled-name='PyImport_ExecCodeModuleWithPathnames' filepath='Python/import.c' line='2550' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleWithPathnames'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='2550' column='1'/>\r
+      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2550' column='1'/>\r
+      <parameter type-id='type-id-6' name='pathname' filepath='Python/import.c' line='2551' column='1'/>\r
+      <parameter type-id='type-id-6' name='cpathname' filepath='Python/import.c' line='2552' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ExecCodeModuleObject' mangled-name='PyImport_ExecCodeModuleObject' filepath='Python/import.c' line='2650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleObject'>\r
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2650' column='1'/>\r
-      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2650' column='1'/>\r
-      <parameter type-id='type-id-4' name='pathname' filepath='Python/import.c' line='2650' column='1'/>\r
-      <parameter type-id='type-id-4' name='cpathname' filepath='Python/import.c' line='2651' column='1'/>\r
+    <function-decl name='PyImport_ExecCodeModuleObject' mangled-name='PyImport_ExecCodeModuleObject' filepath='Python/import.c' line='2652' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExecCodeModuleObject'>\r
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='2652' column='1'/>\r
+      <parameter type-id='type-id-4' name='co' filepath='Python/import.c' line='2652' column='1'/>\r
+      <parameter type-id='type-id-4' name='pathname' filepath='Python/import.c' line='2652' column='1'/>\r
+      <parameter type-id='type-id-4' name='cpathname' filepath='Python/import.c' line='2653' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ImportFrozenModuleObject' mangled-name='PyImport_ImportFrozenModuleObject' filepath='Python/import.c' line='3019' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportFrozenModuleObject'>\r
-      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='3019' column='1'/>\r
+    <function-decl name='PyImport_ImportFrozenModuleObject' mangled-name='PyImport_ImportFrozenModuleObject' filepath='Python/import.c' line='3021' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportFrozenModuleObject'>\r
+      <parameter type-id='type-id-4' name='name' filepath='Python/import.c' line='3021' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_GetImporter' mangled-name='PyImport_GetImporter' filepath='Python/import.c' line='3339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetImporter'>\r
-      <parameter type-id='type-id-4' name='path' filepath='Python/import.c' line='3339' column='1'/>\r
+    <function-decl name='PyImport_GetImporter' mangled-name='PyImport_GetImporter' filepath='Python/import.c' line='3341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_GetImporter'>\r
+      <parameter type-id='type-id-4' name='path' filepath='Python/import.c' line='3341' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ImportModuleNoBlock' mangled-name='PyImport_ImportModuleNoBlock' filepath='Python/import.c' line='3413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleNoBlock'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='3413' column='1'/>\r
+    <function-decl name='PyImport_ImportModuleNoBlock' mangled-name='PyImport_ImportModuleNoBlock' filepath='Python/import.c' line='3411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleNoBlock'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='3411' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ImportModuleLevel' mangled-name='PyImport_ImportModuleLevel' filepath='Python/import.c' line='3860' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleLevel'>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='3860' column='1'/>\r
-      <parameter type-id='type-id-4' name='globals' filepath='Python/import.c' line='3860' column='1'/>\r
-      <parameter type-id='type-id-4' name='locals' filepath='Python/import.c' line='3860' column='1'/>\r
-      <parameter type-id='type-id-4' name='fromlist' filepath='Python/import.c' line='3861' column='1'/>\r
-      <parameter type-id='type-id-5' name='level' filepath='Python/import.c' line='3861' column='1'/>\r
+    <function-decl name='PyImport_ImportModuleLevel' mangled-name='PyImport_ImportModuleLevel' filepath='Python/import.c' line='3876' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ImportModuleLevel'>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/import.c' line='3876' column='1'/>\r
+      <parameter type-id='type-id-4' name='globals' filepath='Python/import.c' line='3876' column='1'/>\r
+      <parameter type-id='type-id-4' name='locals' filepath='Python/import.c' line='3876' column='1'/>\r
+      <parameter type-id='type-id-4' name='fromlist' filepath='Python/import.c' line='3877' column='1'/>\r
+      <parameter type-id='type-id-5' name='level' filepath='Python/import.c' line='3877' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyImport_ReloadModule' mangled-name='PyImport_ReloadModule' filepath='Python/import.c' line='3878' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ReloadModule'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Python/import.c' line='3878' column='1'/>\r
+    <function-decl name='PyImport_ReloadModule' mangled-name='PyImport_ReloadModule' filepath='Python/import.c' line='3894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ReloadModule'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Python/import.c' line='3894' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyImport_GetModuleAttr' mangled-name='_PyImport_GetModuleAttr' filepath='Python/import.c' line='4186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_GetModuleAttr'>\r
-      <parameter type-id='type-id-4' name='modname' filepath='Python/import.c' line='4186' column='1'/>\r
-      <parameter type-id='type-id-4' name='attrname' filepath='Python/import.c' line='4186' column='1'/>\r
+    <function-decl name='_PyImport_GetModuleAttr' mangled-name='_PyImport_GetModuleAttr' filepath='Python/import.c' line='4202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_GetModuleAttr'>\r
+      <parameter type-id='type-id-4' name='modname' filepath='Python/import.c' line='4202' column='1'/>\r
+      <parameter type-id='type-id-4' name='attrname' filepath='Python/import.c' line='4202' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyInit__imp' mangled-name='PyInit__imp' filepath='Python/import.c' line='4862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__imp'>\r
+    <function-decl name='PyInit__imp' mangled-name='PyInit__imp' filepath='Python/import.c' line='4878' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__imp'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/initconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1' id='type-id-244'>\r
+  <abi-instr address-size='64' path='Python/initconfig.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1' id='type-id-241'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='argc' type-id='type-id-7' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>\r
       </data-member>\r
         <var-decl name='use_bytes_argv' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='bytes_argv' type-id='type-id-127' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='72' column='1'/>\r
+        <var-decl name='bytes_argv' type-id='type-id-125' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='72' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='wchar_argv' type-id='type-id-1672' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='73' column='1'/>\r
+        <var-decl name='wchar_argv' type-id='type-id-1669' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='73' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyArgv' type-id='type-id-244' filepath='./Include/internal/pycore_initconfig.h' line='74' column='1' id='type-id-1673'/>\r
-    <class-decl name='_PyPreCmdline' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1674' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='102' column='1' id='type-id-1675'>\r
+    <typedef-decl name='_PyArgv' type-id='type-id-241' filepath='./Include/internal/pycore_initconfig.h' line='74' column='1' id='type-id-1670'/>\r
+    <class-decl name='_PyPreCmdline' size-in-bits='384' is-struct='yes' naming-typedef-id='type-id-1671' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='102' column='1' id='type-id-1672'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='argv' type-id='type-id-951' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='103' column='1'/>\r
+        <var-decl name='argv' type-id='type-id-947' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='103' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='xoptions' type-id='type-id-951' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='104' column='1'/>\r
+        <var-decl name='xoptions' type-id='type-id-947' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='104' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
         <var-decl name='isolated' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='105' column='1'/>\r
         <var-decl name='warn_default_encoding' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='108' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyPreCmdline' type-id='type-id-1675' filepath='./Include/internal/pycore_initconfig.h' line='109' column='1' id='type-id-1674'/>\r
-    <pointer-type-def type-id='type-id-954' size-in-bits='64' id='type-id-1676'/>\r
-    <pointer-type-def type-id='type-id-951' size-in-bits='64' id='type-id-1677'/>\r
-    <pointer-type-def type-id='type-id-1674' size-in-bits='64' id='type-id-1678'/>\r
-    <qualified-type-def type-id='type-id-954' const='yes' id='type-id-1679'/>\r
-    <pointer-type-def type-id='type-id-1679' size-in-bits='64' id='type-id-247'/>\r
-    <qualified-type-def type-id='type-id-951' const='yes' id='type-id-1680'/>\r
-    <pointer-type-def type-id='type-id-1680' size-in-bits='64' id='type-id-237'/>\r
-    <qualified-type-def type-id='type-id-1673' const='yes' id='type-id-1681'/>\r
-    <pointer-type-def type-id='type-id-1681' size-in-bits='64' id='type-id-1682'/>\r
-    <qualified-type-def type-id='type-id-1674' const='yes' id='type-id-1683'/>\r
-    <pointer-type-def type-id='type-id-1683' size-in-bits='64' id='type-id-1684'/>\r
+    <typedef-decl name='_PyPreCmdline' type-id='type-id-1672' filepath='./Include/internal/pycore_initconfig.h' line='109' column='1' id='type-id-1671'/>\r
+    <pointer-type-def type-id='type-id-950' size-in-bits='64' id='type-id-1673'/>\r
+    <pointer-type-def type-id='type-id-947' size-in-bits='64' id='type-id-1674'/>\r
+    <pointer-type-def type-id='type-id-1671' size-in-bits='64' id='type-id-1675'/>\r
+    <qualified-type-def type-id='type-id-950' const='yes' id='type-id-1676'/>\r
+    <pointer-type-def type-id='type-id-1676' size-in-bits='64' id='type-id-244'/>\r
+    <qualified-type-def type-id='type-id-947' const='yes' id='type-id-1677'/>\r
+    <pointer-type-def type-id='type-id-1677' size-in-bits='64' id='type-id-234'/>\r
+    <qualified-type-def type-id='type-id-1670' const='yes' id='type-id-1678'/>\r
+    <pointer-type-def type-id='type-id-1678' size-in-bits='64' id='type-id-1679'/>\r
+    <qualified-type-def type-id='type-id-1671' const='yes' id='type-id-1680'/>\r
+    <pointer-type-def type-id='type-id-1680' size-in-bits='64' id='type-id-1681'/>\r
     <qualified-type-def type-id='type-id-18' restrict='yes' id='type-id-20'/>\r
-    <qualified-type-def type-id='type-id-58' const='yes' id='type-id-1685'/>\r
-    <pointer-type-def type-id='type-id-1685' size-in-bits='64' id='type-id-1672'/>\r
+    <qualified-type-def type-id='type-id-58' const='yes' id='type-id-1682'/>\r
+    <pointer-type-def type-id='type-id-1682' size-in-bits='64' id='type-id-1669'/>\r
     <qualified-type-def type-id='type-id-58' restrict='yes' id='type-id-19'/>\r
-    <qualified-type-def type-id='type-id-241' restrict='yes' id='type-id-1686'/>\r
-    <pointer-type-def type-id='type-id-241' size-in-bits='64' id='type-id-1687'/>\r
+    <qualified-type-def type-id='type-id-238' restrict='yes' id='type-id-1683'/>\r
+    <pointer-type-def type-id='type-id-238' size-in-bits='64' id='type-id-1684'/>\r
     <var-decl name='Py_DebugFlag' type-id='type-id-5' mangled-name='Py_DebugFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='8' column='1' elf-symbol-id='Py_DebugFlag'/>\r
     <var-decl name='Py_VerboseFlag' type-id='type-id-5' mangled-name='Py_VerboseFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='9' column='1' elf-symbol-id='Py_VerboseFlag'/>\r
     <var-decl name='Py_QuietFlag' type-id='type-id-5' mangled-name='Py_QuietFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='10' column='1' elf-symbol-id='Py_QuietFlag'/>\r
     </function-decl>\r
     <function-decl name='_Py_abspath' filepath='./Include/internal/pycore_fileutils.h' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
-      <parameter type-id='type-id-241'/>\r
+      <parameter type-id='type-id-238'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyOS_ResetGetOpt' filepath='./Include/internal/pycore_getopt.h' line='12' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     </function-decl>\r
     <function-decl name='_PyOS_GetOpt' filepath='./Include/internal/pycore_getopt.h' line='20' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-7'/>\r
-      <parameter type-id='type-id-1672'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-1669'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyArgv_AsWstrList' filepath='./Include/internal/pycore_initconfig.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1682'/>\r
-      <parameter type-id='type-id-1677'/>\r
+      <parameter type-id='type-id-1679'/>\r
+      <parameter type-id='type-id-1674'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_Py_str_to_int' filepath='./Include/internal/pycore_initconfig.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_get_xoption' filepath='./Include/internal/pycore_initconfig.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-237'/>\r
+      <parameter type-id='type-id-234'/>\r
       <parameter type-id='type-id-18'/>\r
       <return type-id='type-id-18'/>\r
     </function-decl>\r
     </function-decl>\r
     <function-decl name='_Py_get_env_flag' filepath='./Include/internal/pycore_initconfig.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-175'/>\r
       <parameter type-id='type-id-6'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyPreCmdline_Clear' filepath='./Include/internal/pycore_initconfig.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1678'/>\r
+      <parameter type-id='type-id-1675'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyPreCmdline_SetConfig' filepath='./Include/internal/pycore_initconfig.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1684'/>\r
+      <parameter type-id='type-id-1681'/>\r
       <parameter type-id='type-id-60'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyPreCmdline_Read' filepath='./Include/internal/pycore_initconfig.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1678'/>\r
-      <parameter type-id='type-id-247'/>\r
+      <parameter type-id='type-id-1675'/>\r
+      <parameter type-id='type-id-244'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_InitFromPreConfig' filepath='./Include/internal/pycore_initconfig.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1676'/>\r
-      <parameter type-id='type-id-247'/>\r
+      <parameter type-id='type-id-1673'/>\r
+      <parameter type-id='type-id-244'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_AsDict' filepath='./Include/internal/pycore_initconfig.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-247'/>\r
+      <parameter type-id='type-id-244'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_GetConfig' filepath='./Include/internal/pycore_initconfig.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1676'/>\r
-      <parameter type-id='type-id-270'/>\r
+      <parameter type-id='type-id-1673'/>\r
+      <parameter type-id='type-id-266'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyConfig_InitPathConfig' filepath='./Include/internal/pycore_initconfig.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PySys_ReadPreinitWarnOptions' filepath='./Include/internal/pycore_pylifecycle.h' line='36' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1677'/>\r
+      <parameter type-id='type-id-1674'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PySys_ReadPreinitXOptions' filepath='./Include/internal/pycore_pylifecycle.h' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_Py_PreInitializeFromConfig' filepath='./Include/internal/pycore_pylifecycle.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-270'/>\r
-      <parameter type-id='type-id-1682'/>\r
+      <parameter type-id='type-id-266'/>\r
+      <parameter type-id='type-id-1679'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyMem_RawStrdup' filepath='./Include/internal/pycore_pymem.h' line='21' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='setvbuf' filepath='/usr/include/stdio.h' line='332' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-402'/>\r
-      <parameter type-id='type-id-181'/>\r
+      <parameter type-id='type-id-401'/>\r
+      <parameter type-id='type-id-179'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='strtoul' filepath='/usr/include/stdlib.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-182'/>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-180'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
     <function-decl name='wcschr' filepath='/usr/include/wchar.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
-      <parameter type-id='type-id-388'/>\r
+      <parameter type-id='type-id-387'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
     <function-decl name='wcstok' filepath='/usr/include/wchar.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-19'/>\r
       <parameter type-id='type-id-20'/>\r
-      <parameter type-id='type-id-1686'/>\r
+      <parameter type-id='type-id-1683'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
     <function-decl name='wcstol' filepath='/usr/include/wchar.h' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-20'/>\r
-      <parameter type-id='type-id-1686'/>\r
+      <parameter type-id='type-id-1683'/>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
-    <function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exit'>\r
-      <parameter type-id='type-id-5' name='exitcode' filepath='Python/initconfig.c' line='437' column='1'/>\r
+    <function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exit'>\r
+      <parameter type-id='type-id-5' name='exitcode' filepath='Python/initconfig.c' line='441' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>\r
-      <parameter type-id='type-id-61' name='status' filepath='Python/initconfig.c' line='441' column='1'/>\r
+    <function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>\r
+      <parameter type-id='type-id-61' name='status' filepath='Python/initconfig.c' line='445' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>\r
-      <parameter type-id='type-id-61' name='status' filepath='Python/initconfig.c' line='444' column='1'/>\r
+    <function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>\r
+      <parameter type-id='type-id-61' name='status' filepath='Python/initconfig.c' line='448' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>\r
-      <parameter type-id='type-id-1677' name='list' filepath='Python/initconfig.c' line='548' column='1'/>\r
-      <parameter type-id='type-id-7' name='index' filepath='Python/initconfig.c' line='549' column='1'/>\r
-      <parameter type-id='type-id-18' name='item' filepath='Python/initconfig.c' line='549' column='1'/>\r
+    <function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>\r
+      <parameter type-id='type-id-1674' name='list' filepath='Python/initconfig.c' line='552' column='1'/>\r
+      <parameter type-id='type-id-7' name='index' filepath='Python/initconfig.c' line='553' column='1'/>\r
+      <parameter type-id='type-id-18' name='item' filepath='Python/initconfig.c' line='553' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>\r
-      <parameter type-id='type-id-1677' name='list' filepath='Python/initconfig.c' line='589' column='1'/>\r
-      <parameter type-id='type-id-18' name='item' filepath='Python/initconfig.c' line='589' column='1'/>\r
+    <function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>\r
+      <parameter type-id='type-id-1674' name='list' filepath='Python/initconfig.c' line='593' column='1'/>\r
+      <parameter type-id='type-id-18' name='item' filepath='Python/initconfig.c' line='593' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>\r
-      <parameter type-id='type-id-177' name='argc' filepath='Python/initconfig.c' line='676' column='1'/>\r
-      <parameter type-id='type-id-1687' name='argv' filepath='Python/initconfig.c' line='676' column='1'/>\r
+    <function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='680' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>\r
+      <parameter type-id='type-id-175' name='argc' filepath='Python/initconfig.c' line='680' column='1'/>\r
+      <parameter type-id='type-id-1684' name='argv' filepath='Python/initconfig.c' line='680' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='804' column='1'/>\r
+    <function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='808' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='808' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='892' column='1'/>\r
+    <function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='896' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='896' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='917' column='1'/>\r
-      <parameter type-id='type-id-241' name='config_str' filepath='Python/initconfig.c' line='917' column='1'/>\r
-      <parameter type-id='type-id-18' name='str' filepath='Python/initconfig.c' line='917' column='1'/>\r
+    <function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='921' column='1'/>\r
+      <parameter type-id='type-id-238' name='config_str' filepath='Python/initconfig.c' line='921' column='1'/>\r
+      <parameter type-id='type-id-18' name='str' filepath='Python/initconfig.c' line='921' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='979' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='979' column='1'/>\r
-      <parameter type-id='type-id-241' name='config_str' filepath='Python/initconfig.c' line='979' column='1'/>\r
-      <parameter type-id='type-id-6' name='str' filepath='Python/initconfig.c' line='980' column='1'/>\r
+    <function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='983' column='1'/>\r
+      <parameter type-id='type-id-238' name='config_str' filepath='Python/initconfig.c' line='983' column='1'/>\r
+      <parameter type-id='type-id-6' name='str' filepath='Python/initconfig.c' line='984' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='1036' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>\r
-      <parameter type-id='type-id-270' name='config' filepath='Python/initconfig.c' line='1036' column='1'/>\r
+    <function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='1040' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>\r
+      <parameter type-id='type-id-266' name='config' filepath='Python/initconfig.c' line='1040' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='1250' column='1'/>\r
-      <parameter type-id='type-id-4' name='dict' filepath='Python/initconfig.c' line='1250' column='1'/>\r
+    <function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='1254' column='1'/>\r
+      <parameter type-id='type-id-4' name='dict' filepath='Python/initconfig.c' line='1254' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='2999' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='2999' column='1'/>\r
-      <parameter type-id='type-id-7' name='argc' filepath='Python/initconfig.c' line='2999' column='1'/>\r
-      <parameter type-id='type-id-1672' name='argv' filepath='Python/initconfig.c' line='2999' column='1'/>\r
+    <function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='3003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3003' column='1'/>\r
+      <parameter type-id='type-id-7' name='argc' filepath='Python/initconfig.c' line='3003' column='1'/>\r
+      <parameter type-id='type-id-1669' name='argv' filepath='Python/initconfig.c' line='3003' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='3011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3011' column='1'/>\r
-      <parameter type-id='type-id-1677' name='list' filepath='Python/initconfig.c' line='3011' column='1'/>\r
-      <parameter type-id='type-id-7' name='length' filepath='Python/initconfig.c' line='3012' column='1'/>\r
-      <parameter type-id='type-id-241' name='items' filepath='Python/initconfig.c' line='3012' column='1'/>\r
+    <function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='3015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3015' column='1'/>\r
+      <parameter type-id='type-id-1674' name='list' filepath='Python/initconfig.c' line='3015' column='1'/>\r
+      <parameter type-id='type-id-7' name='length' filepath='Python/initconfig.c' line='3016' column='1'/>\r
+      <parameter type-id='type-id-238' name='items' filepath='Python/initconfig.c' line='3016' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='3095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3095' column='1'/>\r
+    <function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='3099' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/initconfig.c' line='3099' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='3102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>\r
+    <function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='3106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/instruction_sequence.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_PyInstructionSequence_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='67' column='1'/>\r
+  <abi-instr address-size='64' path='Python/instruction_sequence.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_PyInstructionSequence_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_instruction_sequence.h' line='67' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/instrumentation.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyMonitoringState' size-in-bits='16' is-struct='yes' visibility='default' filepath='./Include/cpython/monitoring.h' line='37' column='1' id='type-id-1688'>\r
+  <abi-instr address-size='64' path='Python/instrumentation.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_PyMonitoringState' size-in-bits='16' is-struct='yes' visibility='default' filepath='./Include/cpython/monitoring.h' line='37' column='1' id='type-id-1685'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='active' type-id='type-id-305' visibility='default' filepath='./Include/cpython/monitoring.h' line='38' column='1'/>\r
+        <var-decl name='active' type-id='type-id-302' visibility='default' filepath='./Include/cpython/monitoring.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='8'>\r
-        <var-decl name='opaque' type-id='type-id-305' visibility='default' filepath='./Include/cpython/monitoring.h' line='39' column='1'/>\r
+        <var-decl name='opaque' type-id='type-id-302' visibility='default' filepath='./Include/cpython/monitoring.h' line='39' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyMonitoringState' type-id='type-id-1688' filepath='./Include/cpython/monitoring.h' line='40' column='1' id='type-id-1689'/>\r
-    <pointer-type-def type-id='type-id-1689' size-in-bits='64' id='type-id-1690'/>\r
-    <pointer-type-def type-id='type-id-108' size-in-bits='64' id='type-id-1691'/>\r
-    <var-decl name='_PyInstrumentation_MISSING' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='69' column='1'/>\r
-    <var-decl name='_PyInstrumentation_DISABLE' type-id='type-id-356' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='70' column='1'/>\r
-    <function-decl name='_PyEval_StopTheWorld' filepath='./Include/internal/pycore_pystate.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-28'/>\r
-      <return type-id='type-id-3'/>\r
-    </function-decl>\r
-    <function-decl name='_PyEval_StartTheWorld' filepath='./Include/internal/pycore_pystate.h' line='182' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-28'/>\r
-      <return type-id='type-id-3'/>\r
-    </function-decl>\r
-    <function-decl name='PyMonitoring_EnterScope' mangled-name='PyMonitoring_EnterScope' filepath='Python/instrumentation.c' line='2488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMonitoring_EnterScope'>\r
-      <parameter type-id='type-id-1690' name='state_array' filepath='Python/instrumentation.c' line='2488' column='1'/>\r
-      <parameter type-id='type-id-1691' name='version' filepath='Python/instrumentation.c' line='2488' column='1'/>\r
-      <parameter type-id='type-id-316' name='event_types' filepath='Python/instrumentation.c' line='2489' column='1'/>\r
-      <parameter type-id='type-id-7' name='length' filepath='Python/instrumentation.c' line='2489' column='1'/>\r
+    <typedef-decl name='PyMonitoringState' type-id='type-id-1685' filepath='./Include/cpython/monitoring.h' line='40' column='1' id='type-id-1686'/>\r
+    <pointer-type-def type-id='type-id-1686' size-in-bits='64' id='type-id-1687'/>\r
+    <pointer-type-def type-id='type-id-106' size-in-bits='64' id='type-id-1688'/>\r
+    <var-decl name='_PyInstrumentation_MISSING' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='69' column='1'/>\r
+    <var-decl name='_PyInstrumentation_DISABLE' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_instruments.h' line='70' column='1'/>\r
+    <function-decl name='PyMonitoring_EnterScope' mangled-name='PyMonitoring_EnterScope' filepath='Python/instrumentation.c' line='2533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMonitoring_EnterScope'>\r
+      <parameter type-id='type-id-1687' name='state_array' filepath='Python/instrumentation.c' line='2533' column='1'/>\r
+      <parameter type-id='type-id-1688' name='version' filepath='Python/instrumentation.c' line='2533' column='1'/>\r
+      <parameter type-id='type-id-313' name='event_types' filepath='Python/instrumentation.c' line='2534' column='1'/>\r
+      <parameter type-id='type-id-7' name='length' filepath='Python/instrumentation.c' line='2534' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyMonitoring_ExitScope' mangled-name='PyMonitoring_ExitScope' filepath='Python/instrumentation.c' line='2506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMonitoring_ExitScope'>\r
+    <function-decl name='PyMonitoring_ExitScope' mangled-name='PyMonitoring_ExitScope' filepath='Python/instrumentation.c' line='2551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMonitoring_ExitScope'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FirePyStartEvent' mangled-name='_PyMonitoring_FirePyStartEvent' filepath='Python/instrumentation.c' line='2512' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyStartEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2512' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2512' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2512' column='1'/>\r
+    <function-decl name='_PyMonitoring_FirePyStartEvent' mangled-name='_PyMonitoring_FirePyStartEvent' filepath='Python/instrumentation.c' line='2557' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyStartEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2557' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2557' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2557' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FirePyResumeEvent' mangled-name='_PyMonitoring_FirePyResumeEvent' filepath='Python/instrumentation.c' line='2521' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyResumeEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2521' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2521' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2521' column='1'/>\r
+    <function-decl name='_PyMonitoring_FirePyResumeEvent' mangled-name='_PyMonitoring_FirePyResumeEvent' filepath='Python/instrumentation.c' line='2566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyResumeEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2566' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2566' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2566' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FirePyReturnEvent' mangled-name='_PyMonitoring_FirePyReturnEvent' filepath='Python/instrumentation.c' line='2532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyReturnEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2532' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2532' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2532' column='1'/>\r
-      <parameter type-id='type-id-4' name='retval' filepath='Python/instrumentation.c' line='2533' column='1'/>\r
+    <function-decl name='_PyMonitoring_FirePyReturnEvent' mangled-name='_PyMonitoring_FirePyReturnEvent' filepath='Python/instrumentation.c' line='2577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyReturnEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2577' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2577' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2577' column='1'/>\r
+      <parameter type-id='type-id-4' name='retval' filepath='Python/instrumentation.c' line='2578' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FirePyYieldEvent' mangled-name='_PyMonitoring_FirePyYieldEvent' filepath='Python/instrumentation.c' line='2542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyYieldEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2542' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2542' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2542' column='1'/>\r
-      <parameter type-id='type-id-4' name='retval' filepath='Python/instrumentation.c' line='2543' column='1'/>\r
+    <function-decl name='_PyMonitoring_FirePyYieldEvent' mangled-name='_PyMonitoring_FirePyYieldEvent' filepath='Python/instrumentation.c' line='2587' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyYieldEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2587' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2587' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2587' column='1'/>\r
+      <parameter type-id='type-id-4' name='retval' filepath='Python/instrumentation.c' line='2588' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireCallEvent' mangled-name='_PyMonitoring_FireCallEvent' filepath='Python/instrumentation.c' line='2552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireCallEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2552' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2552' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2552' column='1'/>\r
-      <parameter type-id='type-id-4' name='callable' filepath='Python/instrumentation.c' line='2553' column='1'/>\r
-      <parameter type-id='type-id-4' name='arg0' filepath='Python/instrumentation.c' line='2553' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireCallEvent' mangled-name='_PyMonitoring_FireCallEvent' filepath='Python/instrumentation.c' line='2597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireCallEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2597' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2597' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2597' column='1'/>\r
+      <parameter type-id='type-id-4' name='callable' filepath='Python/instrumentation.c' line='2598' column='1'/>\r
+      <parameter type-id='type-id-4' name='arg0' filepath='Python/instrumentation.c' line='2598' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireLineEvent' mangled-name='_PyMonitoring_FireLineEvent' filepath='Python/instrumentation.c' line='2562' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireLineEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2562' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2562' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2562' column='1'/>\r
-      <parameter type-id='type-id-5' name='lineno' filepath='Python/instrumentation.c' line='2563' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireLineEvent' mangled-name='_PyMonitoring_FireLineEvent' filepath='Python/instrumentation.c' line='2607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireLineEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2607' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2607' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2607' column='1'/>\r
+      <parameter type-id='type-id-5' name='lineno' filepath='Python/instrumentation.c' line='2608' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireJumpEvent' mangled-name='_PyMonitoring_FireJumpEvent' filepath='Python/instrumentation.c' line='2578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireJumpEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2578' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2578' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2578' column='1'/>\r
-      <parameter type-id='type-id-4' name='target_offset' filepath='Python/instrumentation.c' line='2579' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireJumpEvent' mangled-name='_PyMonitoring_FireJumpEvent' filepath='Python/instrumentation.c' line='2623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireJumpEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2623' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2623' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2623' column='1'/>\r
+      <parameter type-id='type-id-4' name='target_offset' filepath='Python/instrumentation.c' line='2624' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireBranchEvent' mangled-name='_PyMonitoring_FireBranchEvent' filepath='Python/instrumentation.c' line='2588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireBranchEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2588' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2588' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2588' column='1'/>\r
-      <parameter type-id='type-id-4' name='target_offset' filepath='Python/instrumentation.c' line='2589' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireBranchEvent' mangled-name='_PyMonitoring_FireBranchEvent' filepath='Python/instrumentation.c' line='2633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireBranchEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2633' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2633' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2633' column='1'/>\r
+      <parameter type-id='type-id-4' name='target_offset' filepath='Python/instrumentation.c' line='2634' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireCReturnEvent' mangled-name='_PyMonitoring_FireCReturnEvent' filepath='Python/instrumentation.c' line='2598' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireCReturnEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2598' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2598' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2598' column='1'/>\r
-      <parameter type-id='type-id-4' name='retval' filepath='Python/instrumentation.c' line='2599' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireCReturnEvent' mangled-name='_PyMonitoring_FireCReturnEvent' filepath='Python/instrumentation.c' line='2643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireCReturnEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2643' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2643' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2643' column='1'/>\r
+      <parameter type-id='type-id-4' name='retval' filepath='Python/instrumentation.c' line='2644' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FirePyThrowEvent' mangled-name='_PyMonitoring_FirePyThrowEvent' filepath='Python/instrumentation.c' line='2633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyThrowEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2633' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2633' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2633' column='1'/>\r
+    <function-decl name='_PyMonitoring_FirePyThrowEvent' mangled-name='_PyMonitoring_FirePyThrowEvent' filepath='Python/instrumentation.c' line='2678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyThrowEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2678' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2678' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2678' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireRaiseEvent' mangled-name='_PyMonitoring_FireRaiseEvent' filepath='Python/instrumentation.c' line='2647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireRaiseEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2647' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2647' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2647' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireRaiseEvent' mangled-name='_PyMonitoring_FireRaiseEvent' filepath='Python/instrumentation.c' line='2692' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireRaiseEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2692' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2692' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2692' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireCRaiseEvent' mangled-name='_PyMonitoring_FireCRaiseEvent' filepath='Python/instrumentation.c' line='2661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireCRaiseEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2661' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2661' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2661' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireCRaiseEvent' mangled-name='_PyMonitoring_FireCRaiseEvent' filepath='Python/instrumentation.c' line='2706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireCRaiseEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2706' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2706' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2706' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireReraiseEvent' mangled-name='_PyMonitoring_FireReraiseEvent' filepath='Python/instrumentation.c' line='2675' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireReraiseEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2675' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2675' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2675' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireReraiseEvent' mangled-name='_PyMonitoring_FireReraiseEvent' filepath='Python/instrumentation.c' line='2720' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireReraiseEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2720' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2720' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2720' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireExceptionHandledEvent' mangled-name='_PyMonitoring_FireExceptionHandledEvent' filepath='Python/instrumentation.c' line='2689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireExceptionHandledEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2689' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2689' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2689' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireExceptionHandledEvent' mangled-name='_PyMonitoring_FireExceptionHandledEvent' filepath='Python/instrumentation.c' line='2734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireExceptionHandledEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2734' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2734' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2734' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FirePyUnwindEvent' mangled-name='_PyMonitoring_FirePyUnwindEvent' filepath='Python/instrumentation.c' line='2703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyUnwindEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2703' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2703' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2703' column='1'/>\r
+    <function-decl name='_PyMonitoring_FirePyUnwindEvent' mangled-name='_PyMonitoring_FirePyUnwindEvent' filepath='Python/instrumentation.c' line='2748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FirePyUnwindEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2748' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2748' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2748' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyMonitoring_FireStopIterationEvent' mangled-name='_PyMonitoring_FireStopIterationEvent' filepath='Python/instrumentation.c' line='2717' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireStopIterationEvent'>\r
-      <parameter type-id='type-id-1690' name='state' filepath='Python/instrumentation.c' line='2717' column='1'/>\r
-      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2717' column='1'/>\r
-      <parameter type-id='type-id-1109' name='offset' filepath='Python/instrumentation.c' line='2717' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Python/instrumentation.c' line='2717' column='1'/>\r
+    <function-decl name='_PyMonitoring_FireStopIterationEvent' mangled-name='_PyMonitoring_FireStopIterationEvent' filepath='Python/instrumentation.c' line='2762' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMonitoring_FireStopIterationEvent'>\r
+      <parameter type-id='type-id-1687' name='state' filepath='Python/instrumentation.c' line='2762' column='1'/>\r
+      <parameter type-id='type-id-4' name='codelike' filepath='Python/instrumentation.c' line='2762' column='1'/>\r
+      <parameter type-id='type-id-1105' name='offset' filepath='Python/instrumentation.c' line='2762' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Python/instrumentation.c' line='2762' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/interpconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/interpconfig.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyInterpreterConfig_AsDict' mangled-name='_PyInterpreterConfig_AsDict' filepath='Python/interpconfig.c' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_AsDict'>\r
-      <parameter type-id='type-id-1625' name='config' filepath='Python/interpconfig.c' line='54' column='1'/>\r
+      <parameter type-id='type-id-1622' name='config' filepath='Python/interpconfig.c' line='54' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterConfig_InitFromDict' mangled-name='_PyInterpreterConfig_InitFromDict' filepath='Python/interpconfig.c' line='223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_InitFromDict'>\r
-      <parameter type-id='type-id-1625' name='config' filepath='Python/interpconfig.c' line='223' column='1'/>\r
+      <parameter type-id='type-id-1622' name='config' filepath='Python/interpconfig.c' line='223' column='1'/>\r
       <parameter type-id='type-id-4' name='dict' filepath='Python/interpconfig.c' line='223' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterConfig_UpdateFromDict' mangled-name='_PyInterpreterConfig_UpdateFromDict' filepath='Python/interpconfig.c' line='236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_UpdateFromDict'>\r
-      <parameter type-id='type-id-1625' name='config' filepath='Python/interpconfig.c' line='236' column='1'/>\r
+      <parameter type-id='type-id-1622' name='config' filepath='Python/interpconfig.c' line='236' column='1'/>\r
       <parameter type-id='type-id-4' name='dict' filepath='Python/interpconfig.c' line='236' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterConfig_InitFromState' mangled-name='_PyInterpreterConfig_InitFromState' filepath='Python/interpconfig.c' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterConfig_InitFromState'>\r
-      <parameter type-id='type-id-1625' name='config' filepath='Python/interpconfig.c' line='249' column='1'/>\r
+      <parameter type-id='type-id-1622' name='config' filepath='Python/interpconfig.c' line='249' column='1'/>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/interpconfig.c' line='250' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/intrinsics.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-1692' size-in-bits='1536' id='type-id-1693'>\r
-      <subrange length='12' type-id='type-id-2' id='type-id-864'/>\r
+  <abi-instr address-size='64' path='Python/intrinsics.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-1689' size-in-bits='1536' id='type-id-1690'>\r
+      <subrange length='12' type-id='type-id-2' id='type-id-859'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1692' size-in-bits='infinite' id='type-id-1694'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1689' size-in-bits='infinite' id='type-id-1691'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1695' size-in-bits='768' id='type-id-1696'>\r
-      <subrange length='6' type-id='type-id-2' id='type-id-391'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1692' size-in-bits='768' id='type-id-1693'>\r
+      <subrange length='6' type-id='type-id-2' id='type-id-390'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1695' size-in-bits='infinite' id='type-id-1697'>\r
-      <subrange length='infinite' id='type-id-231'/>\r
+    <array-type-def dimensions='1' type-id='type-id-1692' size-in-bits='infinite' id='type-id-1694'>\r
+      <subrange length='infinite' id='type-id-228'/>\r
     </array-type-def>\r
-    <typedef-decl name='intrinsic_func1' type-id='type-id-1698' filepath='./Include/internal/pycore_intrinsics.h' line='35' column='1' id='type-id-1699'/>\r
-    <typedef-decl name='intrinsic_func2' type-id='type-id-1700' filepath='./Include/internal/pycore_intrinsics.h' line='36' column='1' id='type-id-1701'/>\r
-    <class-decl name='intrinsic_func1_info' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1702' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='38' column='1' id='type-id-1703'>\r
+    <typedef-decl name='intrinsic_func1' type-id='type-id-1695' filepath='./Include/internal/pycore_intrinsics.h' line='35' column='1' id='type-id-1696'/>\r
+    <typedef-decl name='intrinsic_func2' type-id='type-id-1697' filepath='./Include/internal/pycore_intrinsics.h' line='36' column='1' id='type-id-1698'/>\r
+    <class-decl name='intrinsic_func1_info' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1699' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='38' column='1' id='type-id-1700'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='func' type-id='type-id-1699' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='39' column='1'/>\r
+        <var-decl name='func' type-id='type-id-1696' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='39' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='40' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='intrinsic_func1_info' type-id='type-id-1703' filepath='./Include/internal/pycore_intrinsics.h' line='41' column='1' id='type-id-1702'/>\r
-    <class-decl name='intrinsic_func2_info' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1704' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='43' column='1' id='type-id-1705'>\r
+    <typedef-decl name='intrinsic_func1_info' type-id='type-id-1700' filepath='./Include/internal/pycore_intrinsics.h' line='41' column='1' id='type-id-1699'/>\r
+    <class-decl name='intrinsic_func2_info' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-1701' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='43' column='1' id='type-id-1702'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='func' type-id='type-id-1701' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='44' column='1'/>\r
+        <var-decl name='func' type-id='type-id-1698' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='45' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='intrinsic_func2_info' type-id='type-id-1705' filepath='./Include/internal/pycore_intrinsics.h' line='46' column='1' id='type-id-1704'/>\r
-    <pointer-type-def type-id='type-id-1706' size-in-bits='64' id='type-id-1698'/>\r
-    <pointer-type-def type-id='type-id-1707' size-in-bits='64' id='type-id-1700'/>\r
-    <qualified-type-def type-id='type-id-1702' const='yes' id='type-id-1692'/>\r
-    <qualified-type-def type-id='type-id-1704' const='yes' id='type-id-1695'/>\r
+    <typedef-decl name='intrinsic_func2_info' type-id='type-id-1702' filepath='./Include/internal/pycore_intrinsics.h' line='46' column='1' id='type-id-1701'/>\r
+    <pointer-type-def type-id='type-id-1703' size-in-bits='64' id='type-id-1695'/>\r
+    <pointer-type-def type-id='type-id-1704' size-in-bits='64' id='type-id-1697'/>\r
+    <qualified-type-def type-id='type-id-1699' const='yes' id='type-id-1689'/>\r
+    <qualified-type-def type-id='type-id-1701' const='yes' id='type-id-1692'/>\r
     <function-decl name='_Py_set_function_type_params' filepath='./Include/internal/pycore_function.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <var-decl name='_PyIntrinsics_UnaryFunctions' type-id='type-id-1694' mangled-name='_PyIntrinsics_UnaryFunctions' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='48' column='1' elf-symbol-id='_PyIntrinsics_UnaryFunctions'/>\r
-    <var-decl name='_PyIntrinsics_BinaryFunctions' type-id='type-id-1697' mangled-name='_PyIntrinsics_BinaryFunctions' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='49' column='1' elf-symbol-id='_PyIntrinsics_BinaryFunctions'/>\r
-    <function-decl name='_PyExc_PrepReraiseStar' filepath='./Include/internal/pycore_pyerrors.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <var-decl name='_PyIntrinsics_UnaryFunctions' type-id='type-id-1691' mangled-name='_PyIntrinsics_UnaryFunctions' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='48' column='1' elf-symbol-id='_PyIntrinsics_UnaryFunctions'/>\r
+    <var-decl name='_PyIntrinsics_BinaryFunctions' type-id='type-id-1694' mangled-name='_PyIntrinsics_BinaryFunctions' visibility='default' filepath='./Include/internal/pycore_intrinsics.h' line='49' column='1' elf-symbol-id='_PyIntrinsics_BinaryFunctions'/>\r
+    <function-decl name='_PyExc_PrepReraiseStar' filepath='./Include/internal/pycore_pyerrors.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
       <parameter type-id='type-id-5' name='index' filepath='Python/intrinsics.c' line='280' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1706'>\r
+    <function-type size-in-bits='64' id='type-id-1703'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
-    <function-type size-in-bits='64' id='type-id-1707'>\r
+    <function-type size-in-bits='64' id='type-id-1704'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/legacy_tracing.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <typedef-decl name='_PyMonitoringEventSet' type-id='type-id-326' filepath='./Include/internal/pycore_instruments.h' line='16' column='1' id='type-id-1708'/>\r
-    <pointer-type-def type-id='type-id-1708' size-in-bits='64' id='type-id-1709'/>\r
+  <abi-instr address-size='64' path='Python/legacy_tracing.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <typedef-decl name='_PyMonitoringEventSet' type-id='type-id-323' filepath='./Include/internal/pycore_instruments.h' line='16' column='1' id='type-id-1705'/>\r
+    <pointer-type-def type-id='type-id-1705' size-in-bits='64' id='type-id-1706'/>\r
     <function-decl name='_PyMonitoring_RegisterCallback' filepath='./Include/internal/pycore_instruments.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyMonitoring_SetEvents' filepath='./Include/internal/pycore_instruments.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1708'/>\r
+      <parameter type-id='type-id-1705'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyMonitoring_SetLocalEvents' filepath='./Include/internal/pycore_instruments.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-322'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1708'/>\r
+      <parameter type-id='type-id-1705'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyMonitoring_GetLocalEvents' filepath='./Include/internal/pycore_instruments.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
-      <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1709'/>\r
-      <return type-id='type-id-5'/>\r
-    </function-decl>\r
-    <function-decl name='_Py_Instrumentation_GetLine' filepath='./Include/internal/pycore_instruments.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-325'/>\r
+      <parameter type-id='type-id-322'/>\r
       <parameter type-id='type-id-5'/>\r
+      <parameter type-id='type-id-1706'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/lock.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='256' id='type-id-1710'>\r
+  <abi-instr address-size='64' path='Python/lock.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='256' id='type-id-1707'>\r
       <subrange length='32' type-id='type-id-2' id='type-id-67'/>\r
     </array-type-def>\r
-    <class-decl name='_PySeqLock' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-1711' visibility='default' filepath='./Include/internal/pycore_lock.h' line='213' column='1' id='type-id-1712'>\r
+    <class-decl name='_PySeqLock' size-in-bits='32' is-struct='yes' naming-typedef-id='type-id-1708' visibility='default' filepath='./Include/internal/pycore_lock.h' line='213' column='1' id='type-id-1709'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='sequence' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_lock.h' line='214' column='1'/>\r
+        <var-decl name='sequence' type-id='type-id-323' visibility='default' filepath='./Include/internal/pycore_lock.h' line='214' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PySeqLock' type-id='type-id-1712' filepath='./Include/internal/pycore_lock.h' line='215' column='1' id='type-id-1711'/>\r
-    <typedef-decl name='_Py_unpark_fn_t' type-id='type-id-1713' filepath='./Include/internal/pycore_parking_lot.h' line='74' column='1' id='type-id-1714'/>\r
-    <class-decl name='_PySemaphore' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_semaphore.h' line='34' column='1' id='type-id-1715'>\r
+    <typedef-decl name='_PySeqLock' type-id='type-id-1709' filepath='./Include/internal/pycore_lock.h' line='215' column='1' id='type-id-1708'/>\r
+    <typedef-decl name='_Py_unpark_fn_t' type-id='type-id-1710' filepath='./Include/internal/pycore_parking_lot.h' line='74' column='1' id='type-id-1711'/>\r
+    <class-decl name='_PySemaphore' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_semaphore.h' line='36' column='1' id='type-id-1712'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='platform_sem' type-id='type-id-1716' visibility='default' filepath='./Include/internal/pycore_semaphore.h' line='38' column='1'/>\r
+        <var-decl name='platform_sem' type-id='type-id-1713' visibility='default' filepath='./Include/internal/pycore_semaphore.h' line='40' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PySemaphore' type-id='type-id-1715' filepath='./Include/internal/pycore_semaphore.h' line='44' column='1' id='type-id-1717'/>\r
-    <union-decl name='sem_t' size-in-bits='256' naming-typedef-id='type-id-1716' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='35' column='1' id='type-id-1718'>\r
+    <typedef-decl name='_PySemaphore' type-id='type-id-1712' filepath='./Include/internal/pycore_semaphore.h' line='46' column='1' id='type-id-1714'/>\r
+    <union-decl name='sem_t' size-in-bits='256' naming-typedef-id='type-id-1713' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='35' column='1' id='type-id-1715'>\r
       <data-member access='public'>\r
-        <var-decl name='__size' type-id='type-id-1710' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='37' column='1'/>\r
+        <var-decl name='__size' type-id='type-id-1707' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='37' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__align' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='38' column='1'/>\r
+        <var-decl name='__align' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='38' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='sem_t' type-id='type-id-1718' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='39' column='1' id='type-id-1716'/>\r
-    <pointer-type-def type-id='type-id-1239' size-in-bits='64' id='type-id-1719'/>\r
-    <pointer-type-def type-id='type-id-1259' size-in-bits='64' id='type-id-1720'/>\r
-    <pointer-type-def type-id='type-id-1717' size-in-bits='64' id='type-id-1721'/>\r
-    <pointer-type-def type-id='type-id-1711' size-in-bits='64' id='type-id-1722'/>\r
-    <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1723'/>\r
+    <typedef-decl name='sem_t' type-id='type-id-1715' filepath='/usr/include/x86_64-linux-gnu/bits/semaphore.h' line='39' column='1' id='type-id-1713'/>\r
+    <pointer-type-def type-id='type-id-1236' size-in-bits='64' id='type-id-1716'/>\r
+    <pointer-type-def type-id='type-id-1256' size-in-bits='64' id='type-id-1717'/>\r
+    <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1718'/>\r
+    <pointer-type-def type-id='type-id-1708' size-in-bits='64' id='type-id-1719'/>\r
+    <pointer-type-def type-id='type-id-1711' size-in-bits='64' id='type-id-1720'/>\r
     <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'>\r
-      <parameter type-id='type-id-174'/>\r
+      <parameter type-id='type-id-172'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-30'/>\r
-      <parameter type-id='type-id-1723'/>\r
+      <parameter type-id='type-id-1720'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySemaphore_Wait' mangled-name='_PySemaphore_Wait' filepath='./Include/internal/pycore_semaphore.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Wait'>\r
-      <parameter type-id='type-id-1721'/>\r
-      <parameter type-id='type-id-213'/>\r
+    <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'>\r
+      <parameter type-id='type-id-1718'/>\r
+      <parameter type-id='type-id-210'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PySemaphore_Wakeup' mangled-name='_PySemaphore_Wakeup' filepath='./Include/internal/pycore_semaphore.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Wakeup'>\r
-      <parameter type-id='type-id-1721'/>\r
+    <function-decl name='_PySemaphore_Wakeup' mangled-name='_PySemaphore_Wakeup' filepath='./Include/internal/pycore_semaphore.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Wakeup'>\r
+      <parameter type-id='type-id-1718'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySemaphore_Init' mangled-name='_PySemaphore_Init' filepath='./Include/internal/pycore_semaphore.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Init'>\r
-      <parameter type-id='type-id-1721'/>\r
+    <function-decl name='_PySemaphore_Init' mangled-name='_PySemaphore_Init' filepath='./Include/internal/pycore_semaphore.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Init'>\r
+      <parameter type-id='type-id-1718'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySemaphore_Destroy' mangled-name='_PySemaphore_Destroy' filepath='./Include/internal/pycore_semaphore.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Destroy'>\r
-      <parameter type-id='type-id-1721'/>\r
+    <function-decl name='_PySemaphore_Destroy' mangled-name='_PySemaphore_Destroy' filepath='./Include/internal/pycore_semaphore.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySemaphore_Destroy'>\r
+      <parameter type-id='type-id-1718'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_Add' filepath='./Include/internal/pycore_time.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-213'/>\r
-      <parameter type-id='type-id-213'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='_PyDeadline_Get' mangled-name='_PyDeadline_Get' filepath='./Include/internal/pycore_time.h' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Get'>\r
-      <parameter type-id='type-id-213'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='sched_yield' filepath='/usr/include/sched.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyEvent_IsSet' mangled-name='_PyEvent_IsSet' filepath='Python/lock.c' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvent_IsSet'>\r
-      <parameter type-id='type-id-1719' name='evt' filepath='Python/lock.c' line='243' column='1'/>\r
+    <function-decl name='_PyEvent_IsSet' mangled-name='_PyEvent_IsSet' filepath='Python/lock.c' line='245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvent_IsSet'>\r
+      <parameter type-id='type-id-1716' name='evt' filepath='Python/lock.c' line='245' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyEvent_Notify' mangled-name='_PyEvent_Notify' filepath='Python/lock.c' line='250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvent_Notify'>\r
-      <parameter type-id='type-id-1719' name='evt' filepath='Python/lock.c' line='250' column='1'/>\r
+    <function-decl name='_PyEvent_Notify' mangled-name='_PyEvent_Notify' filepath='Python/lock.c' line='252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEvent_Notify'>\r
+      <parameter type-id='type-id-1716' name='evt' filepath='Python/lock.c' line='252' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEvent_Wait' mangled-name='PyEvent_Wait' filepath='Python/lock.c' line='268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEvent_Wait'>\r
-      <parameter type-id='type-id-1719' name='evt' filepath='Python/lock.c' line='268' column='1'/>\r
+    <function-decl name='PyEvent_Wait' mangled-name='PyEvent_Wait' filepath='Python/lock.c' line='270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEvent_Wait'>\r
+      <parameter type-id='type-id-1716' name='evt' filepath='Python/lock.c' line='270' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyEvent_WaitTimed' mangled-name='PyEvent_WaitTimed' filepath='Python/lock.c' line='275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEvent_WaitTimed'>\r
-      <parameter type-id='type-id-1719' name='evt' filepath='Python/lock.c' line='275' column='1'/>\r
-      <parameter type-id='type-id-213' name='timeout_ns' filepath='Python/lock.c' line='275' column='1'/>\r
-      <parameter type-id='type-id-5' name='detach' filepath='Python/lock.c' line='275' column='1'/>\r
+    <function-decl name='PyEvent_WaitTimed' mangled-name='PyEvent_WaitTimed' filepath='Python/lock.c' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEvent_WaitTimed'>\r
+      <parameter type-id='type-id-1716' name='evt' filepath='Python/lock.c' line='277' column='1'/>\r
+      <parameter type-id='type-id-210' name='timeout_ns' filepath='Python/lock.c' line='277' column='1'/>\r
+      <parameter type-id='type-id-5' name='detach' filepath='Python/lock.c' line='277' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyRWMutex_RLock' mangled-name='_PyRWMutex_RLock' filepath='Python/lock.c' line='426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_RLock'>\r
-      <parameter type-id='type-id-1720' name='rwmutex' filepath='Python/lock.c' line='426' column='1'/>\r
+    <function-decl name='_PyRWMutex_RLock' mangled-name='_PyRWMutex_RLock' filepath='Python/lock.c' line='428' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_RLock'>\r
+      <parameter type-id='type-id-1717' name='rwmutex' filepath='Python/lock.c' line='428' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyRWMutex_RUnlock' mangled-name='_PyRWMutex_RUnlock' filepath='Python/lock.c' line='457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_RUnlock'>\r
-      <parameter type-id='type-id-1720' name='rwmutex' filepath='Python/lock.c' line='457' column='1'/>\r
+    <function-decl name='_PyRWMutex_RUnlock' mangled-name='_PyRWMutex_RUnlock' filepath='Python/lock.c' line='459' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_RUnlock'>\r
+      <parameter type-id='type-id-1717' name='rwmutex' filepath='Python/lock.c' line='459' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyRWMutex_Lock' mangled-name='_PyRWMutex_Lock' filepath='Python/lock.c' line='470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_Lock'>\r
-      <parameter type-id='type-id-1720' name='rwmutex' filepath='Python/lock.c' line='470' column='1'/>\r
+    <function-decl name='_PyRWMutex_Lock' mangled-name='_PyRWMutex_Lock' filepath='Python/lock.c' line='472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_Lock'>\r
+      <parameter type-id='type-id-1717' name='rwmutex' filepath='Python/lock.c' line='472' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyRWMutex_Unlock' mangled-name='_PyRWMutex_Unlock' filepath='Python/lock.c' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_Unlock'>\r
-      <parameter type-id='type-id-1720' name='rwmutex' filepath='Python/lock.c' line='491' column='1'/>\r
+    <function-decl name='_PyRWMutex_Unlock' mangled-name='_PyRWMutex_Unlock' filepath='Python/lock.c' line='493' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRWMutex_Unlock'>\r
+      <parameter type-id='type-id-1717' name='rwmutex' filepath='Python/lock.c' line='493' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySeqLock_LockWrite' mangled-name='_PySeqLock_LockWrite' filepath='Python/lock.c' line='505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_LockWrite'>\r
-      <parameter type-id='type-id-1722' name='seqlock' filepath='Python/lock.c' line='505' column='1'/>\r
+    <function-decl name='_PySeqLock_LockWrite' mangled-name='_PySeqLock_LockWrite' filepath='Python/lock.c' line='507' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_LockWrite'>\r
+      <parameter type-id='type-id-1719' name='seqlock' filepath='Python/lock.c' line='507' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySeqLock_AbandonWrite' mangled-name='_PySeqLock_AbandonWrite' filepath='Python/lock.c' line='526' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_AbandonWrite'>\r
-      <parameter type-id='type-id-1722' name='seqlock' filepath='Python/lock.c' line='526' column='1'/>\r
+    <function-decl name='_PySeqLock_AbandonWrite' mangled-name='_PySeqLock_AbandonWrite' filepath='Python/lock.c' line='528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_AbandonWrite'>\r
+      <parameter type-id='type-id-1719' name='seqlock' filepath='Python/lock.c' line='528' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySeqLock_UnlockWrite' mangled-name='_PySeqLock_UnlockWrite' filepath='Python/lock.c' line='533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_UnlockWrite'>\r
-      <parameter type-id='type-id-1722' name='seqlock' filepath='Python/lock.c' line='533' column='1'/>\r
+    <function-decl name='_PySeqLock_UnlockWrite' mangled-name='_PySeqLock_UnlockWrite' filepath='Python/lock.c' line='535' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_UnlockWrite'>\r
+      <parameter type-id='type-id-1719' name='seqlock' filepath='Python/lock.c' line='535' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySeqLock_BeginRead' mangled-name='_PySeqLock_BeginRead' filepath='Python/lock.c' line='540' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_BeginRead'>\r
-      <parameter type-id='type-id-1722' name='seqlock' filepath='Python/lock.c' line='540' column='1'/>\r
-      <return type-id='type-id-326'/>\r
+    <function-decl name='_PySeqLock_BeginRead' mangled-name='_PySeqLock_BeginRead' filepath='Python/lock.c' line='542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_BeginRead'>\r
+      <parameter type-id='type-id-1719' name='seqlock' filepath='Python/lock.c' line='542' column='1'/>\r
+      <return type-id='type-id-323'/>\r
     </function-decl>\r
-    <function-decl name='_PySeqLock_EndRead' mangled-name='_PySeqLock_EndRead' filepath='Python/lock.c' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_EndRead'>\r
-      <parameter type-id='type-id-1722' name='seqlock' filepath='Python/lock.c' line='551' column='1'/>\r
-      <parameter type-id='type-id-326' name='previous' filepath='Python/lock.c' line='551' column='1'/>\r
+    <function-decl name='_PySeqLock_EndRead' mangled-name='_PySeqLock_EndRead' filepath='Python/lock.c' line='553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_EndRead'>\r
+      <parameter type-id='type-id-1719' name='seqlock' filepath='Python/lock.c' line='553' column='1'/>\r
+      <parameter type-id='type-id-323' name='previous' filepath='Python/lock.c' line='553' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PySeqLock_AfterFork' mangled-name='_PySeqLock_AfterFork' filepath='Python/lock.c' line='566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_AfterFork'>\r
-      <parameter type-id='type-id-1722' name='seqlock' filepath='Python/lock.c' line='566' column='1'/>\r
+    <function-decl name='_PySeqLock_AfterFork' mangled-name='_PySeqLock_AfterFork' filepath='Python/lock.c' line='568' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySeqLock_AfterFork'>\r
+      <parameter type-id='type-id-1719' name='seqlock' filepath='Python/lock.c' line='568' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1713'>\r
+    <function-type size-in-bits='64' id='type-id-1710'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-3'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/marshal.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-484' size-in-bits='192' id='type-id-1724'>\r
-      <subrange length='3' type-id='type-id-2' id='type-id-834'/>\r
+  <abi-instr address-size='64' path='Python/marshal.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-482' size-in-bits='192' id='type-id-1721'>\r
+      <subrange length='3' type-id='type-id-2' id='type-id-830'/>\r
     </array-type-def>\r
-    <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-1725'>\r
+    <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-1722'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='st_dev' type-id='type-id-186' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='31' column='1'/>\r
+        <var-decl name='st_dev' type-id='type-id-184' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='31' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='st_ino' type-id='type-id-1726' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='36' column='1'/>\r
+        <var-decl name='st_ino' type-id='type-id-1723' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='36' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='st_nlink' type-id='type-id-1727' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='44' column='1'/>\r
+        <var-decl name='st_nlink' type-id='type-id-1724' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='44' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='192'>\r
-        <var-decl name='st_mode' type-id='type-id-114' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='45' column='1'/>\r
+        <var-decl name='st_mode' type-id='type-id-112' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='45' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='224'>\r
-        <var-decl name='st_uid' type-id='type-id-116' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='47' column='1'/>\r
+        <var-decl name='st_uid' type-id='type-id-114' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='256'>\r
-        <var-decl name='st_gid' type-id='type-id-112' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='48' column='1'/>\r
+        <var-decl name='st_gid' type-id='type-id-110' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='48' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='288'>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='st_rdev' type-id='type-id-186' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='52' column='1'/>\r
+        <var-decl name='st_rdev' type-id='type-id-184' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='52' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
-        <var-decl name='st_size' type-id='type-id-1427' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='57' column='1'/>\r
+        <var-decl name='st_size' type-id='type-id-1423' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='448'>\r
-        <var-decl name='st_blksize' type-id='type-id-1728' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='61' column='1'/>\r
+        <var-decl name='st_blksize' type-id='type-id-1725' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='61' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='512'>\r
-        <var-decl name='st_blocks' type-id='type-id-1729' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='63' column='1'/>\r
+        <var-decl name='st_blocks' type-id='type-id-1726' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='63' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='576'>\r
-        <var-decl name='st_atim' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='74' column='1'/>\r
+        <var-decl name='st_atim' type-id='type-id-105' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='74' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='704'>\r
-        <var-decl name='st_mtim' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='75' column='1'/>\r
+        <var-decl name='st_mtim' type-id='type-id-105' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='75' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='832'>\r
-        <var-decl name='st_ctim' type-id='type-id-107' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='76' column='1'/>\r
+        <var-decl name='st_ctim' type-id='type-id-105' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='76' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='960'>\r
-        <var-decl name='__glibc_reserved' type-id='type-id-1724' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='89' column='1'/>\r
+        <var-decl name='__glibc_reserved' type-id='type-id-1721' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/struct_stat.h' line='89' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='__gid_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-112'/>\r
-    <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-1726'/>\r
-    <typedef-decl name='__mode_t' type-id='type-id-101' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-114'/>\r
-    <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-1727'/>\r
-    <typedef-decl name='__blksize_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='175' column='1' id='type-id-1728'/>\r
-    <typedef-decl name='__blkcnt_t' type-id='type-id-183' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='180' column='1' id='type-id-1729'/>\r
-    <pointer-type-def type-id='type-id-1725' size-in-bits='64' id='type-id-59'/>\r
+    <typedef-decl name='__gid_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-110'/>\r
+    <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-1723'/>\r
+    <typedef-decl name='__mode_t' type-id='type-id-99' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-112'/>\r
+    <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-1724'/>\r
+    <typedef-decl name='__blksize_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='175' column='1' id='type-id-1725'/>\r
+    <typedef-decl name='__blkcnt_t' type-id='type-id-181' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='180' column='1' id='type-id-1726'/>\r
+    <pointer-type-def type-id='type-id-1722' size-in-bits='64' id='type-id-59'/>\r
     <function-decl name='_Py_fstat_noraise' mangled-name='_Py_fstat_noraise' filepath='./Include/internal/pycore_fileutils.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat_noraise'>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-59'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='fread' filepath='/usr/include/stdio.h' line='675' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-232'/>\r
+      <parameter type-id='type-id-229'/>\r
       <parameter type-id='type-id-21'/>\r
       <parameter type-id='type-id-21'/>\r
-      <parameter type-id='type-id-402'/>\r
+      <parameter type-id='type-id-401'/>\r
       <return type-id='type-id-21'/>\r
     </function-decl>\r
     <function-decl name='PyMarshal_WriteLongToFile' mangled-name='PyMarshal_WriteLongToFile' filepath='Python/marshal.c' line='658' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteLongToFile'>\r
-      <parameter type-id='type-id-183' name='x' filepath='Python/marshal.c' line='658' column='1'/>\r
+      <parameter type-id='type-id-181' name='x' filepath='Python/marshal.c' line='658' column='1'/>\r
       <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='658' column='1'/>\r
       <parameter type-id='type-id-5' name='version' filepath='Python/marshal.c' line='658' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyMarshal_ReadLongFromFile' mangled-name='PyMarshal_ReadLongFromFile' filepath='Python/marshal.c' line='1588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLongFromFile'>\r
       <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='1588' column='1'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='PyMarshal_ReadLastObjectFromFile' mangled-name='PyMarshal_ReadLastObjectFromFile' filepath='Python/marshal.c' line='1624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLastObjectFromFile'>\r
       <parameter type-id='type-id-56' name='fp' filepath='Python/marshal.c' line='1624' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/modsupport.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/modsupport.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/modsupport.c' line='14' column='1'/>\r
       <parameter type-id='type-id-30' name='result' filepath='Python/modsupport.c' line='14' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_Py_BuildValue_SizeT' mangled-name='_Py_BuildValue_SizeT' filepath='Python/modsupport.c' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BuildValue_SizeT'>\r
-      <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='486' column='1'/>\r
+    <function-decl name='_Py_BuildValue_SizeT' mangled-name='_Py_BuildValue_SizeT' filepath='Python/modsupport.c' line='487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BuildValue_SizeT'>\r
+      <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='487' column='1'/>\r
       <parameter is-variadic='yes'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='497' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_VaBuildValue'>\r
-      <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='497' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/modsupport.c' line='497' column='1'/>\r
+    <function-decl name='Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='498' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_VaBuildValue'>\r
+      <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='498' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/modsupport.c' line='498' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_VaBuildValue_SizeT' mangled-name='_Py_VaBuildValue_SizeT' filepath='Python/modsupport.c' line='503' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_VaBuildValue_SizeT'>\r
-      <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='503' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/modsupport.c' line='503' column='1'/>\r
+    <function-decl name='_Py_VaBuildValue_SizeT' mangled-name='_Py_VaBuildValue_SizeT' filepath='Python/modsupport.c' line='504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_VaBuildValue_SizeT'>\r
+      <parameter type-id='type-id-6' name='format' filepath='Python/modsupport.c' line='504' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/modsupport.c' line='504' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_AddObject' mangled-name='PyModule_AddObject' filepath='Python/modsupport.c' line='617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddObject'>\r
-      <parameter type-id='type-id-4' name='mod' filepath='Python/modsupport.c' line='617' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/modsupport.c' line='617' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Python/modsupport.c' line='617' column='1'/>\r
+    <function-decl name='PyModule_AddObject' mangled-name='PyModule_AddObject' filepath='Python/modsupport.c' line='618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddObject'>\r
+      <parameter type-id='type-id-4' name='mod' filepath='Python/modsupport.c' line='618' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/modsupport.c' line='618' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Python/modsupport.c' line='618' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyModule_AddStringConstant' mangled-name='PyModule_AddStringConstant' filepath='Python/modsupport.c' line='633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddStringConstant'>\r
-      <parameter type-id='type-id-4' name='m' filepath='Python/modsupport.c' line='633' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/modsupport.c' line='633' column='1'/>\r
-      <parameter type-id='type-id-6' name='value' filepath='Python/modsupport.c' line='633' column='1'/>\r
+    <function-decl name='PyModule_AddStringConstant' mangled-name='PyModule_AddStringConstant' filepath='Python/modsupport.c' line='634' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddStringConstant'>\r
+      <parameter type-id='type-id-4' name='m' filepath='Python/modsupport.c' line='634' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/modsupport.c' line='634' column='1'/>\r
+      <parameter type-id='type-id-6' name='value' filepath='Python/modsupport.c' line='634' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/mysnprintf.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/mysnprintf.c' comp-dir-path='/src' language='LANG_C11'>\r
     <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'>\r
       <parameter type-id='type-id-17' name='str' filepath='Python/mysnprintf.c' line='53' column='1'/>\r
       <parameter type-id='type-id-21' name='size' filepath='Python/mysnprintf.c' line='53' column='1'/>\r
       <parameter type-id='type-id-6' name='format' filepath='Python/mysnprintf.c' line='53' column='1'/>\r
-      <parameter type-id='type-id-302' name='va' filepath='Python/mysnprintf.c' line='53' column='1'/>\r
+      <parameter type-id='type-id-299' name='va' filepath='Python/mysnprintf.c' line='53' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/parking_lot.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyRawMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1730' visibility='default' filepath='./Include/internal/pycore_lock.h' line='103' column='1' id='type-id-1731'>\r
+  <abi-instr address-size='64' path='Python/parking_lot.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_PyRawMutex' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-1727' visibility='default' filepath='./Include/internal/pycore_lock.h' line='103' column='1' id='type-id-1728'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='v' type-id='type-id-427' visibility='default' filepath='./Include/internal/pycore_lock.h' line='104' column='1'/>\r
+        <var-decl name='v' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_lock.h' line='104' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyRawMutex' type-id='type-id-1731' filepath='./Include/internal/pycore_lock.h' line='105' column='1' id='type-id-1730'/>\r
-    <pointer-type-def type-id='type-id-1730' size-in-bits='64' id='type-id-1732'/>\r
-    <pointer-type-def type-id='type-id-1716' size-in-bits='64' id='type-id-1733'/>\r
-    <qualified-type-def type-id='type-id-1733' restrict='yes' id='type-id-1734'/>\r
+    <typedef-decl name='_PyRawMutex' type-id='type-id-1728' filepath='./Include/internal/pycore_lock.h' line='105' column='1' id='type-id-1727'/>\r
+    <pointer-type-def type-id='type-id-1727' size-in-bits='64' id='type-id-1729'/>\r
+    <pointer-type-def type-id='type-id-1713' size-in-bits='64' id='type-id-1730'/>\r
+    <qualified-type-def type-id='type-id-1730' restrict='yes' id='type-id-1731'/>\r
     <function-decl name='_PyRawMutex_LockSlow' filepath='./Include/internal/pycore_lock.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1732'/>\r
+      <parameter type-id='type-id-1729'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyRawMutex_UnlockSlow' filepath='./Include/internal/pycore_lock.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1732'/>\r
+      <parameter type-id='type-id-1729'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsTimespec_clamp' mangled-name='_PyTime_AsTimespec_clamp' filepath='./Include/internal/pycore_time.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec_clamp'>\r
-      <parameter type-id='type-id-213'/>\r
-      <parameter type-id='type-id-178'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <parameter type-id='type-id-176'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='sem_init' filepath='/usr/include/semaphore.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1733'/>\r
+      <parameter type-id='type-id-1730'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-101'/>\r
+      <parameter type-id='type-id-99'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sem_destroy' filepath='/usr/include/semaphore.h' line='39' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1733'/>\r
+      <parameter type-id='type-id-1730'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sem_wait' filepath='/usr/include/semaphore.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1733'/>\r
+      <parameter type-id='type-id-1730'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sem_clockwait' filepath='/usr/include/semaphore.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1734'/>\r
-      <parameter type-id='type-id-227'/>\r
-      <parameter type-id='type-id-207'/>\r
+      <parameter type-id='type-id-1731'/>\r
+      <parameter type-id='type-id-224'/>\r
+      <parameter type-id='type-id-204'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='sem_post' filepath='/usr/include/semaphore.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1733'/>\r
+      <parameter type-id='type-id-1730'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyParkingLot_AfterFork' mangled-name='_PyParkingLot_AfterFork' filepath='Python/parking_lot.c' line='393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyParkingLot_AfterFork'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pathconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/pathconfig.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_wreadlink' filepath='./Include/internal/pycore_fileutils.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-18'/>\r
       <parameter type-id='type-id-58'/>\r
       <return type-id='type-id-58'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/perf_jit_trampoline.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <qualified-type-def type-id='type-id-222' restrict='yes' id='type-id-1735'/>\r
-    <var-decl name='_Py_perfmap_jit_callbacks' type-id='type-id-1736' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='111' column='1'/>\r
+  <abi-instr address-size='64' path='Python/perf_jit_trampoline.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <qualified-type-def type-id='type-id-219' restrict='yes' id='type-id-1732'/>\r
+    <var-decl name='_Py_perfmap_jit_callbacks' type-id='type-id-1733' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='111' column='1'/>\r
     <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'>\r
-      <parameter type-id='type-id-1735'/>\r
-      <parameter type-id='type-id-232'/>\r
+      <parameter type-id='type-id-1732'/>\r
+      <parameter type-id='type-id-229'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/perf_trampoline.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='_Py_perfmap_callbacks' type-id='type-id-1736' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='110' column='1'/>\r
+  <abi-instr address-size='64' path='Python/perf_trampoline.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='_Py_perfmap_callbacks' type-id='type-id-1733' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='110' column='1'/>\r
     <function-decl name='getppid' filepath='/usr/include/unistd.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-118'/>\r
+      <return type-id='type-id-116'/>\r
     </function-decl>\r
     <function-decl name='PyUnstable_PerfTrampoline_CompileCode' mangled-name='PyUnstable_PerfTrampoline_CompileCode' filepath='Python/perf_trampoline.c' line='412' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfTrampoline_CompileCode'>\r
-      <parameter type-id='type-id-325' name='co' filepath='Python/perf_trampoline.c' line='412' column='1'/>\r
+      <parameter type-id='type-id-322' name='co' filepath='Python/perf_trampoline.c' line='412' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyUnstable_PerfTrampoline_SetPersistAfterFork' mangled-name='PyUnstable_PerfTrampoline_SetPersistAfterFork' filepath='Python/perf_trampoline.c' line='537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnstable_PerfTrampoline_SetPersistAfterFork'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/preconfig.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <enum-decl name='PyMemAllocatorName' naming-typedef-id='type-id-1737' filepath='./Include/cpython/pymem.h' line='16' column='1' id='type-id-1738'>\r
+  <abi-instr address-size='64' path='Python/preconfig.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <enum-decl name='PyMemAllocatorName' naming-typedef-id='type-id-1734' filepath='./Include/cpython/pymem.h' line='16' column='1' id='type-id-1735'>\r
       <underlying-type type-id='type-id-32'/>\r
       <enumerator name='PYMEM_ALLOCATOR_NOT_SET' value='0'/>\r
       <enumerator name='PYMEM_ALLOCATOR_DEFAULT' value='1'/>\r
       <enumerator name='PYMEM_ALLOCATOR_MIMALLOC' value='7'/>\r
       <enumerator name='PYMEM_ALLOCATOR_MIMALLOC_DEBUG' value='8'/>\r
     </enum-decl>\r
-    <typedef-decl name='PyMemAllocatorName' type-id='type-id-1738' filepath='./Include/cpython/pymem.h' line='30' column='1' id='type-id-1737'/>\r
-    <pointer-type-def type-id='type-id-1737' size-in-bits='64' id='type-id-1739'/>\r
+    <typedef-decl name='PyMemAllocatorName' type-id='type-id-1735' filepath='./Include/cpython/pymem.h' line='30' column='1' id='type-id-1734'/>\r
+    <pointer-type-def type-id='type-id-1734' size-in-bits='64' id='type-id-1736'/>\r
     <var-decl name='Py_FileSystemDefaultEncoding' type-id='type-id-6' mangled-name='Py_FileSystemDefaultEncoding' visibility='default' filepath='./Include/fileobject.h' line='22' column='1' elf-symbol-id='Py_FileSystemDefaultEncoding'/>\r
     <var-decl name='Py_FileSystemDefaultEncodeErrors' type-id='type-id-6' mangled-name='Py_FileSystemDefaultEncodeErrors' visibility='default' filepath='./Include/fileobject.h' line='24' column='1' elf-symbol-id='Py_FileSystemDefaultEncodeErrors'/>\r
     <var-decl name='Py_HasFileSystemDefaultEncoding' type-id='type-id-5' mangled-name='Py_HasFileSystemDefaultEncoding' visibility='default' filepath='./Include/fileobject.h' line='26' column='1' elf-symbol-id='Py_HasFileSystemDefaultEncoding'/>\r
     <var-decl name='_Py_HasFileSystemDefaultEncodeErrors' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_fileutils.h' line='208' column='1'/>\r
     <function-decl name='_PyWideStringList_Clear' filepath='./Include/internal/pycore_initconfig.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1677'/>\r
+      <parameter type-id='type-id-1674'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyWideStringList_Copy' filepath='./Include/internal/pycore_initconfig.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1677'/>\r
-      <parameter type-id='type-id-237'/>\r
+      <parameter type-id='type-id-1674'/>\r
+      <parameter type-id='type-id-234'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyWideStringList_Extend' filepath='./Include/internal/pycore_initconfig.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1677'/>\r
-      <parameter type-id='type-id-237'/>\r
+      <parameter type-id='type-id-1674'/>\r
+      <parameter type-id='type-id-234'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_Py_CoerceLegacyLocale' filepath='./Include/internal/pycore_pylifecycle.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     </function-decl>\r
     <function-decl name='_PyMem_GetAllocatorName' filepath='./Include/internal/pycore_pymem.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-1739'/>\r
+      <parameter type-id='type-id-1736'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyMem_SetupAllocators' filepath='./Include/internal/pycore_pymem.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1737'/>\r
+      <parameter type-id='type-id-1734'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='wcsncmp' filepath='/usr/include/wchar.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_InitCompatConfig' mangled-name='_PyPreConfig_InitCompatConfig' filepath='Python/preconfig.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPreConfig_InitCompatConfig'>\r
-      <parameter type-id='type-id-1676' name='config' filepath='Python/preconfig.c' line='284' column='1'/>\r
+      <parameter type-id='type-id-1673' name='config' filepath='Python/preconfig.c' line='284' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyPreConfig_InitPythonConfig' mangled-name='PyPreConfig_InitPythonConfig' filepath='Python/preconfig.c' line='312' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitPythonConfig'>\r
-      <parameter type-id='type-id-1676' name='config' filepath='Python/preconfig.c' line='312' column='1'/>\r
+      <parameter type-id='type-id-1673' name='config' filepath='Python/preconfig.c' line='312' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyPreConfig_InitIsolatedConfig' mangled-name='PyPreConfig_InitIsolatedConfig' filepath='Python/preconfig.c' line='333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitIsolatedConfig'>\r
-      <parameter type-id='type-id-1676' name='config' filepath='Python/preconfig.c' line='333' column='1'/>\r
+      <parameter type-id='type-id-1673' name='config' filepath='Python/preconfig.c' line='333' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pyctype.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-371' size-in-bits='2048' id='type-id-1740'>\r
+  <abi-instr address-size='64' path='Python/pyctype.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-370' size-in-bits='2048' id='type-id-1737'>\r
       <subrange length='256' type-id='type-id-2' id='type-id-69'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-1741' size-in-bits='8192' id='type-id-1742'>\r
+    <array-type-def dimensions='1' type-id='type-id-1738' size-in-bits='8192' id='type-id-1739'>\r
       <subrange length='256' type-id='type-id-2' id='type-id-69'/>\r
     </array-type-def>\r
-    <qualified-type-def type-id='type-id-101' const='yes' id='type-id-1741'/>\r
-    <var-decl name='_Py_ctype_table' type-id='type-id-1742' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>\r
-    <var-decl name='_Py_ctype_tolower' type-id='type-id-1740' mangled-name='_Py_ctype_tolower' visibility='default' filepath='./Include/cpython/pyctype.h' line='29' column='1' elf-symbol-id='_Py_ctype_tolower'/>\r
-    <var-decl name='_Py_ctype_toupper' type-id='type-id-1740' mangled-name='_Py_ctype_toupper' visibility='default' filepath='./Include/cpython/pyctype.h' line='30' column='1' elf-symbol-id='_Py_ctype_toupper'/>\r
+    <qualified-type-def type-id='type-id-99' const='yes' id='type-id-1738'/>\r
+    <var-decl name='_Py_ctype_table' type-id='type-id-1739' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>\r
+    <var-decl name='_Py_ctype_tolower' type-id='type-id-1737' mangled-name='_Py_ctype_tolower' visibility='default' filepath='./Include/cpython/pyctype.h' line='29' column='1' elf-symbol-id='_Py_ctype_tolower'/>\r
+    <var-decl name='_Py_ctype_toupper' type-id='type-id-1737' mangled-name='_Py_ctype_toupper' visibility='default' filepath='./Include/cpython/pyctype.h' line='30' column='1' elf-symbol-id='_Py_ctype_toupper'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pyhash.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-91' size-in-bits='128' id='type-id-1743'>\r
+  <abi-instr address-size='64' path='Python/pyhash.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-89' size-in-bits='128' id='type-id-1740'>\r
       <subrange length='16' type-id='type-id-2' id='type-id-64'/>\r
     </array-type-def>\r
-    <array-type-def dimensions='1' type-id='type-id-91' size-in-bits='192' id='type-id-1744'>\r
-      <subrange length='24' type-id='type-id-2' id='type-id-809'/>\r
+    <array-type-def dimensions='1' type-id='type-id-89' size-in-bits='192' id='type-id-1741'>\r
+      <subrange length='24' type-id='type-id-2' id='type-id-881'/>\r
     </array-type-def>\r
-    <class-decl name='PyHash_FuncDef' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1745' visibility='default' filepath='./Include/cpython/pyhash.h' line='37' column='1' id='type-id-1746'>\r
+    <class-decl name='PyHash_FuncDef' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1742' visibility='default' filepath='./Include/cpython/pyhash.h' line='37' column='1' id='type-id-1743'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='hash' type-id='type-id-1747' visibility='default' filepath='./Include/cpython/pyhash.h' line='38' column='1'/>\r
+        <var-decl name='hash' type-id='type-id-1744' visibility='default' filepath='./Include/cpython/pyhash.h' line='38' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
         <var-decl name='name' type-id='type-id-6' visibility='default' filepath='./Include/cpython/pyhash.h' line='39' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='hash_bits' type-id='type-id-271' visibility='default' filepath='./Include/cpython/pyhash.h' line='40' column='1'/>\r
+        <var-decl name='hash_bits' type-id='type-id-267' visibility='default' filepath='./Include/cpython/pyhash.h' line='40' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='160'>\r
-        <var-decl name='seed_bits' type-id='type-id-271' visibility='default' filepath='./Include/cpython/pyhash.h' line='41' column='1'/>\r
+        <var-decl name='seed_bits' type-id='type-id-267' visibility='default' filepath='./Include/cpython/pyhash.h' line='41' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='PyHash_FuncDef' type-id='type-id-1746' filepath='./Include/cpython/pyhash.h' line='42' column='1' id='type-id-1745'/>\r
-    <union-decl name='_Py_HashSecret_t' size-in-bits='192' naming-typedef-id='type-id-1748' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='45' column='1' id='type-id-1749'>\r
+    <typedef-decl name='PyHash_FuncDef' type-id='type-id-1743' filepath='./Include/cpython/pyhash.h' line='42' column='1' id='type-id-1742'/>\r
+    <union-decl name='_Py_HashSecret_t' size-in-bits='192' naming-typedef-id='type-id-1745' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='45' column='1' id='type-id-1746'>\r
       <data-member access='public'>\r
-        <var-decl name='uc' type-id='type-id-1744' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='47' column='1'/>\r
+        <var-decl name='uc' type-id='type-id-1741' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='47' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='fnv' type-id='type-id-1750' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='52' column='1'/>\r
+        <var-decl name='fnv' type-id='type-id-1747' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='52' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='siphash' type-id='type-id-1751' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='57' column='1'/>\r
+        <var-decl name='siphash' type-id='type-id-1748' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='57' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='djbx33a' type-id='type-id-1752' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='62' column='1'/>\r
+        <var-decl name='djbx33a' type-id='type-id-1749' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='62' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='expat' type-id='type-id-1753' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='66' column='1'/>\r
+        <var-decl name='expat' type-id='type-id-1750' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='66' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='49' column='1' id='type-id-1750'>\r
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='49' column='1' id='type-id-1747'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='prefix' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='50' column='1'/>\r
+        <var-decl name='prefix' type-id='type-id-298' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='50' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='suffix' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='51' column='1'/>\r
+        <var-decl name='suffix' type-id='type-id-298' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='51' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__1' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='54' column='1' id='type-id-1751'>\r
+    <class-decl name='__anonymous_struct__1' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='54' column='1' id='type-id-1748'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='k0' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='55' column='1'/>\r
+        <var-decl name='k0' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='55' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='k1' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='56' column='1'/>\r
+        <var-decl name='k1' type-id='type-id-106' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='56' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__2' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='59' column='1' id='type-id-1752'>\r
+    <class-decl name='__anonymous_struct__2' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='59' column='1' id='type-id-1749'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='padding' type-id='type-id-1743' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='60' column='1'/>\r
+        <var-decl name='padding' type-id='type-id-1740' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='60' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='suffix' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='61' column='1'/>\r
+        <var-decl name='suffix' type-id='type-id-298' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='61' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <class-decl name='__anonymous_struct__3' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='63' column='1' id='type-id-1753'>\r
+    <class-decl name='__anonymous_struct__3' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='63' column='1' id='type-id-1750'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='padding' type-id='type-id-1743' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='64' column='1'/>\r
+        <var-decl name='padding' type-id='type-id-1740' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='64' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='hashsalt' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='65' column='1'/>\r
+        <var-decl name='hashsalt' type-id='type-id-298' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='65' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_HashSecret_t' type-id='type-id-1749' filepath='./Include/internal/pycore_pyhash.h' line='67' column='1' id='type-id-1748'/>\r
-    <pointer-type-def type-id='type-id-1745' size-in-bits='64' id='type-id-1754'/>\r
-    <pointer-type-def type-id='type-id-1755' size-in-bits='64' id='type-id-1756'/>\r
-    <qualified-type-def type-id='type-id-1756' const='yes' id='type-id-1747'/>\r
-    <var-decl name='_Py_HashSecret' type-id='type-id-1748' mangled-name='_Py_HashSecret' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='70' column='1' elf-symbol-id='_Py_HashSecret'/>\r
+    <typedef-decl name='_Py_HashSecret_t' type-id='type-id-1746' filepath='./Include/internal/pycore_pyhash.h' line='67' column='1' id='type-id-1745'/>\r
+    <pointer-type-def type-id='type-id-1742' size-in-bits='64' id='type-id-1751'/>\r
+    <pointer-type-def type-id='type-id-1752' size-in-bits='64' id='type-id-1753'/>\r
+    <qualified-type-def type-id='type-id-1753' const='yes' id='type-id-1744'/>\r
+    <var-decl name='_Py_HashSecret' type-id='type-id-1745' mangled-name='_Py_HashSecret' visibility='default' filepath='./Include/internal/pycore_pyhash.h' line='70' column='1' elf-symbol-id='_Py_HashSecret'/>\r
     <function-decl name='PyHash_GetFuncDef' mangled-name='PyHash_GetFuncDef' filepath='Python/pyhash.c' line='212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyHash_GetFuncDef'>\r
-      <return type-id='type-id-1754'/>\r
+      <return type-id='type-id-1751'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1755'>\r
+    <function-type size-in-bits='64' id='type-id-1752'>\r
       <parameter type-id='type-id-30'/>\r
       <parameter type-id='type-id-7'/>\r
-      <return type-id='type-id-301'/>\r
+      <return type-id='type-id-298'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pylifecycle.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_PyPerf_Callbacks' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1736' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='92' column='1' id='type-id-1757'>\r
+  <abi-instr address-size='64' path='Python/pylifecycle.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_PyPerf_Callbacks' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1733' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='92' column='1' id='type-id-1754'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
-        <var-decl name='init_state' type-id='type-id-1113' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='94' column='1'/>\r
+        <var-decl name='init_state' type-id='type-id-1109' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='94' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='64'>\r
-        <var-decl name='write_state' type-id='type-id-1114' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='96' column='1'/>\r
+        <var-decl name='write_state' type-id='type-id-1110' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='96' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='free_state' type-id='type-id-249' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='99' column='1'/>\r
+        <var-decl name='free_state' type-id='type-id-246' visibility='default' filepath='./Include/internal/pycore_ceval.h' line='99' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_PyPerf_Callbacks' type-id='type-id-1757' filepath='./Include/internal/pycore_ceval.h' line='100' column='1' id='type-id-1736'/>\r
-    <typedef-decl name='PyOS_sighandler_t' type-id='type-id-1405' filepath='./Include/pylifecycle.h' line='59' column='1' id='type-id-1758'/>\r
-    <typedef-decl name='nl_item' type-id='type-id-5' filepath='/usr/include/nl_types.h' line='36' column='1' id='type-id-1759'/>\r
+    <typedef-decl name='_PyPerf_Callbacks' type-id='type-id-1754' filepath='./Include/internal/pycore_ceval.h' line='100' column='1' id='type-id-1733'/>\r
+    <typedef-decl name='PyOS_sighandler_t' type-id='type-id-1402' filepath='./Include/pylifecycle.h' line='59' column='1' id='type-id-1755'/>\r
+    <typedef-decl name='nl_item' type-id='type-id-5' filepath='/usr/include/nl_types.h' line='36' column='1' id='type-id-1756'/>\r
     <typedef-decl name='sigset_t' type-id='type-id-37' filepath='/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h' line='7' column='1' id='type-id-80'/>\r
-    <pointer-type-def type-id='type-id-28' size-in-bits='64' id='type-id-1760'/>\r
-    <pointer-type-def type-id='type-id-1736' size-in-bits='64' id='type-id-236'/>\r
-    <qualified-type-def type-id='type-id-1147' const='yes' id='type-id-1761'/>\r
-    <pointer-type-def type-id='type-id-1761' size-in-bits='64' id='type-id-1762'/>\r
-    <qualified-type-def type-id='type-id-1762' restrict='yes' id='type-id-1763'/>\r
-    <pointer-type-def type-id='type-id-1147' size-in-bits='64' id='type-id-1764'/>\r
-    <qualified-type-def type-id='type-id-1764' restrict='yes' id='type-id-1765'/>\r
+    <pointer-type-def type-id='type-id-28' size-in-bits='64' id='type-id-1757'/>\r
+    <pointer-type-def type-id='type-id-1733' size-in-bits='64' id='type-id-233'/>\r
+    <qualified-type-def type-id='type-id-1143' const='yes' id='type-id-1758'/>\r
+    <pointer-type-def type-id='type-id-1758' size-in-bits='64' id='type-id-1759'/>\r
+    <qualified-type-def type-id='type-id-1759' restrict='yes' id='type-id-1760'/>\r
+    <pointer-type-def type-id='type-id-1143' size-in-bits='64' id='type-id-1761'/>\r
+    <qualified-type-def type-id='type-id-1761' restrict='yes' id='type-id-1762'/>\r
     <pointer-type-def type-id='type-id-80' size-in-bits='64' id='type-id-52'/>\r
     <function-decl name='_Py_FinishPendingCalls' filepath='./Include/internal/pycore_ceval.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyPerfTrampoline_SetCallbacks' filepath='./Include/internal/pycore_ceval.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-236'/>\r
+      <parameter type-id='type-id-233'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyPerfTrampoline_Init' filepath='./Include/internal/pycore_ceval.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyExc_ClearExceptionGroupType' filepath='./Include/internal/pycore_exceptions.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyExc_ClearExceptionGroupType' filepath='./Include/internal/pycore_exceptions.h' line='34' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_InitFromConfig' filepath='./Include/internal/pycore_initconfig.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1676'/>\r
-      <parameter type-id='type-id-270'/>\r
+      <parameter type-id='type-id-1673'/>\r
+      <parameter type-id='type-id-266'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_Read' filepath='./Include/internal/pycore_initconfig.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1676'/>\r
-      <parameter type-id='type-id-1682'/>\r
+      <parameter type-id='type-id-1673'/>\r
+      <parameter type-id='type-id-1679'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyPreConfig_Write' filepath='./Include/internal/pycore_initconfig.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-247'/>\r
+      <parameter type-id='type-id-244'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyConfig_Copy' filepath='./Include/internal/pycore_initconfig.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-60'/>\r
-      <parameter type-id='type-id-270'/>\r
+      <parameter type-id='type-id-266'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyConfig_InitImportConfig' filepath='./Include/internal/pycore_initconfig.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyConfig_Write' filepath='./Include/internal/pycore_initconfig.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-270'/>\r
-      <parameter type-id='type-id-1244'/>\r
+      <parameter type-id='type-id-266'/>\r
+      <parameter type-id='type-id-1241'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_Clear' filepath='./Include/internal/pycore_interp.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_New' mangled-name='_PyInterpreterState_New' filepath='./Include/internal/pycore_interp.h' line='399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_New'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-1760'/>\r
+      <parameter type-id='type-id-1757'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_InitTypes' filepath='./Include/internal/pycore_long.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_InitState' filepath='./Include/internal/pycore_object.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_InitState' filepath='./Include/internal/pycore_object.h' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='_Py_GetConstant_Init' filepath='./Include/internal/pycore_object.h' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_GetConstant_Init' filepath='./Include/internal/pycore_object.h' line='862' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyMem_init_obmalloc' filepath='./Include/internal/pycore_obmalloc.h' line='689' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyPathConfig_UpdateGlobal' filepath='./Include/internal/pycore_pathconfig.h' line='15' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-270'/>\r
+      <parameter type-id='type-id-266'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyErr_InitTypes' filepath='./Include/internal/pycore_pyerrors.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     </function-decl>\r
     <function-decl name='_PySys_Create' filepath='./Include/internal/pycore_pylifecycle.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
-      <parameter type-id='type-id-238'/>\r
+      <parameter type-id='type-id-235'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PySys_UpdateConfig' filepath='./Include/internal/pycore_pylifecycle.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_HashRandomization_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-270'/>\r
+      <parameter type-id='type-id-266'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyGC_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_Py_FinalizeAllocatedBlocks' filepath='./Include/internal/pycore_pylifecycle.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyGILState_Init' filepath='./Include/internal/pycore_pylifecycle.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_Enable' filepath='./Include/internal/pycore_pystate.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <var-decl name='_PyRuntime' type-id='type-id-478' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='367' column='1' elf-symbol-id='_PyRuntime'/>\r
+    <var-decl name='_PyRuntime' type-id='type-id-476' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='367' column='1' elf-symbol-id='_PyRuntime'/>\r
     <function-decl name='_PyRuntimeState_Init' filepath='./Include/internal/pycore_runtime.h' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
     <function-decl name='_PyRuntimeState_Fini' filepath='./Include/internal/pycore_runtime.h' line='370' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-171'/>\r
+      <parameter type-id='type-id-169'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySys_ClearAuditHooks' filepath='./Include/internal/pycore_sysmodule.h' line='25' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PySys_ClearAuditHooks' filepath='./Include/internal/pycore_sysmodule.h' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PySys_SetAttr' filepath='./Include/internal/pycore_sysmodule.h' line='27' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PySys_SetAttr' filepath='./Include/internal/pycore_sysmodule.h' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_Py_DumpHexadecimal' filepath='./Include/internal/pycore_traceback.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-427'/>\r
+      <parameter type-id='type-id-426'/>\r
       <parameter type-id='type-id-7'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
+    <function-decl name='_PyTraceMalloc_Init' filepath='./Include/internal/pycore_tracemalloc.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <return type-id='type-id-61'/>\r
+    </function-decl>\r
     <function-decl name='_PyTraceMalloc_Start' filepath='./Include/internal/pycore_tracemalloc.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
+    <function-decl name='_PyTraceMalloc_Stop' filepath='./Include/internal/pycore_tracemalloc.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+      <return type-id='type-id-3'/>\r
+    </function-decl>\r
     <function-decl name='_PyTypes_InitTypes' filepath='./Include/internal/pycore_typeobject.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-61'/>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InitState' filepath='./Include/internal/pycore_unicodeobject.h' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_InitState' filepath='./Include/internal/pycore_unicodeobject.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InitGlobalObjects' filepath='./Include/internal/pycore_unicodeobject.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_InitGlobalObjects' filepath='./Include/internal/pycore_unicodeobject.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_InitTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='274' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_InitTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_Fini' filepath='./Include/internal/pycore_unicodeobject.h' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_Fini' filepath='./Include/internal/pycore_unicodeobject.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_FiniTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_FiniTypes' filepath='./Include/internal/pycore_unicodeobject.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyUnicode_ClearInterned' filepath='./Include/internal/pycore_unicodeobject.h' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyUnicode_ClearInterned' filepath='./Include/internal/pycore_unicodeobject.h' line='341' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='nl_langinfo' filepath='/usr/include/langinfo.h' line='661' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1759'/>\r
+      <parameter type-id='type-id-1756'/>\r
       <return type-id='type-id-17'/>\r
     </function-decl>\r
     <function-decl name='sigemptyset' filepath='/usr/include/signal.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     </function-decl>\r
     <function-decl name='sigaction' filepath='/usr/include/signal.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-1763'/>\r
-      <parameter type-id='type-id-1765'/>\r
+      <parameter type-id='type-id-1760'/>\r
+      <parameter type-id='type-id-1762'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='vfprintf' filepath='/usr/include/stdio.h' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-402'/>\r
-      <parameter type-id='type-id-179'/>\r
-      <parameter type-id='type-id-302'/>\r
+      <parameter type-id='type-id-401'/>\r
+      <parameter type-id='type-id-177'/>\r
+      <parameter type-id='type-id-299'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='setenv' filepath='/usr/include/stdlib.h' line='660' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_IsFinalizing' mangled-name='Py_IsFinalizing' filepath='Python/pylifecycle.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFinalizing'>\r
+    <function-decl name='Py_IsFinalizing' mangled-name='Py_IsFinalizing' filepath='Python/pylifecycle.c' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFinalizing'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyInterpreterState_SetConfig' mangled-name='_PyInterpreterState_SetConfig' filepath='Python/pylifecycle.c' line='422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetConfig'>\r
-      <parameter type-id='type-id-270' name='src_config' filepath='Python/pylifecycle.c' line='422' column='1'/>\r
+    <function-decl name='_PyInterpreterState_SetConfig' mangled-name='_PyInterpreterState_SetConfig' filepath='Python/pylifecycle.c' line='439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetConfig'>\r
+      <parameter type-id='type-id-266' name='src_config' filepath='Python/pylifecycle.c' line='439' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_PreInitializeFromBytesArgs' mangled-name='Py_PreInitializeFromBytesArgs' filepath='Python/pylifecycle.c' line='999' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromBytesArgs'>\r
-      <parameter type-id='type-id-247' name='src_config' filepath='Python/pylifecycle.c' line='999' column='1'/>\r
-      <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='999' column='1'/>\r
-      <parameter type-id='type-id-248' name='argv' filepath='Python/pylifecycle.c' line='999' column='1'/>\r
+    <function-decl name='Py_PreInitializeFromBytesArgs' mangled-name='Py_PreInitializeFromBytesArgs' filepath='Python/pylifecycle.c' line='1021' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromBytesArgs'>\r
+      <parameter type-id='type-id-244' name='src_config' filepath='Python/pylifecycle.c' line='1021' column='1'/>\r
+      <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='1021' column='1'/>\r
+      <parameter type-id='type-id-245' name='argv' filepath='Python/pylifecycle.c' line='1021' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='Py_PreInitializeFromArgs' mangled-name='Py_PreInitializeFromArgs' filepath='Python/pylifecycle.c' line='1007' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromArgs'>\r
-      <parameter type-id='type-id-247' name='src_config' filepath='Python/pylifecycle.c' line='1007' column='1'/>\r
-      <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='1007' column='1'/>\r
-      <parameter type-id='type-id-241' name='argv' filepath='Python/pylifecycle.c' line='1007' column='1'/>\r
+    <function-decl name='Py_PreInitializeFromArgs' mangled-name='Py_PreInitializeFromArgs' filepath='Python/pylifecycle.c' line='1029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromArgs'>\r
+      <parameter type-id='type-id-244' name='src_config' filepath='Python/pylifecycle.c' line='1029' column='1'/>\r
+      <parameter type-id='type-id-7' name='argc' filepath='Python/pylifecycle.c' line='1029' column='1'/>\r
+      <parameter type-id='type-id-238' name='argv' filepath='Python/pylifecycle.c' line='1029' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='1015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitialize'>\r
-      <parameter type-id='type-id-247' name='src_config' filepath='Python/pylifecycle.c' line='1015' column='1'/>\r
+    <function-decl name='Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='1037' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitialize'>\r
+      <parameter type-id='type-id-244' name='src_config' filepath='Python/pylifecycle.c' line='1037' column='1'/>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='Py_InitializeEx' mangled-name='Py_InitializeEx' filepath='Python/pylifecycle.c' line='1423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_InitializeEx'>\r
-      <parameter type-id='type-id-5' name='install_sigs' filepath='Python/pylifecycle.c' line='1423' column='1'/>\r
+    <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'>\r
+      <parameter type-id='type-id-5' name='install_sigs' filepath='Python/pylifecycle.c' line='1456' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='Py_Initialize' mangled-name='Py_Initialize' filepath='Python/pylifecycle.c' line='1451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Initialize'>\r
+    <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'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Py_InitializeMain' mangled-name='_Py_InitializeMain' filepath='Python/pylifecycle.c' line='1458' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_InitializeMain'>\r
+    <function-decl name='_Py_InitializeMain' mangled-name='_Py_InitializeMain' filepath='Python/pylifecycle.c' line='1491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_InitializeMain'>\r
       <return type-id='type-id-61'/>\r
     </function-decl>\r
-    <function-decl name='Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2217' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Finalize'>\r
+    <function-decl name='Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='2265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Finalize'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>\r
+    <function-decl name='Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>\r
       <return type-id='type-id-27'/>\r
     </function-decl>\r
-    <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='3269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>\r
-      <parameter type-id='type-id-6' name='msg' filepath='Python/pylifecycle.c' line='3269' column='1'/>\r
+    <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='3383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>\r
+      <parameter type-id='type-id-6' name='msg' filepath='Python/pylifecycle.c' line='3383' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='3313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>\r
-      <parameter type-id='type-id-6' name='func' filepath='Python/pylifecycle.c' line='3313' column='1'/>\r
-      <parameter type-id='type-id-6' name='msg' filepath='Python/pylifecycle.c' line='3313' column='1'/>\r
+    <function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='3427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>\r
+      <parameter type-id='type-id-6' name='func' filepath='Python/pylifecycle.c' line='3427' column='1'/>\r
+      <parameter type-id='type-id-6' name='msg' filepath='Python/pylifecycle.c' line='3427' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='3363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>\r
-      <parameter type-id='type-id-233' name='func' filepath='Python/pylifecycle.c' line='3363' column='1'/>\r
+    <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='3477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>\r
+      <parameter type-id='type-id-230' name='func' filepath='Python/pylifecycle.c' line='3477' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='3400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>\r
-      <parameter type-id='type-id-5' name='sts' filepath='Python/pylifecycle.c' line='3400' column='1'/>\r
+    <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='3514' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>\r
+      <parameter type-id='type-id-5' name='sts' filepath='Python/pylifecycle.c' line='3514' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='3421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pylifecycle.c' line='3421' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/pylifecycle.c' line='3421' column='1'/>\r
+    <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='3535' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pylifecycle.c' line='3535' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/pylifecycle.c' line='3535' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='3453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>\r
-      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3453' column='1'/>\r
-      <return type-id='type-id-1758'/>\r
+    <function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='3567' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>\r
+      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3567' column='1'/>\r
+      <return type-id='type-id-1755'/>\r
     </function-decl>\r
-    <function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>\r
-      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3492' column='1'/>\r
-      <parameter type-id='type-id-1758' name='handler' filepath='Python/pylifecycle.c' line='3492' column='1'/>\r
-      <return type-id='type-id-1758'/>\r
+    <function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3606' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>\r
+      <parameter type-id='type-id-5' name='sig' filepath='Python/pylifecycle.c' line='3606' column='1'/>\r
+      <parameter type-id='type-id-1755' name='handler' filepath='Python/pylifecycle.c' line='3606' column='1'/>\r
+      <return type-id='type-id-1755'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pystate.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <pointer-type-def type-id='type-id-1154' size-in-bits='64' id='type-id-1766'/>\r
-    <pointer-type-def type-id='type-id-1344' size-in-bits='64' id='type-id-1767'/>\r
-    <pointer-type-def type-id='type-id-1166' size-in-bits='64' id='type-id-1768'/>\r
-    <pointer-type-def type-id='type-id-1311' size-in-bits='64' id='type-id-1769'/>\r
+  <abi-instr address-size='64' path='Python/pystate.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <pointer-type-def type-id='type-id-1150' size-in-bits='64' id='type-id-1763'/>\r
+    <pointer-type-def type-id='type-id-1341' size-in-bits='64' id='type-id-1764'/>\r
+    <pointer-type-def type-id='type-id-1162' size-in-bits='64' id='type-id-1765'/>\r
+    <pointer-type-def type-id='type-id-1308' size-in-bits='64' id='type-id-1766'/>\r
     <function-decl name='_PyEval_InitState' filepath='./Include/internal/pycore_ceval.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyGC_InitState' filepath='./Include/internal/pycore_gc.h' line='336' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1768'/>\r
+      <parameter type-id='type-id-1765'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyImport_ClearCore' filepath='./Include/internal/pycore_import.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyType_InitCache' filepath='./Include/internal/pycore_object.h' line='292' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyType_InitCache' filepath='./Include/internal/pycore_object.h' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyObject_FiniState' filepath='./Include/internal/pycore_object.h' line='295' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_PyObject_FiniState' filepath='./Include/internal/pycore_object.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-28'/>\r
-      <return type-id='type-id-352'/>\r
+      <return type-id='type-id-349'/>\r
     </function-decl>\r
     <function-decl name='_PyGC_Fini' filepath='./Include/internal/pycore_pylifecycle.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
     </function-decl>\r
     <var-decl name='_Py_tss_tstate' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_pystate.h' line='116' column='1'/>\r
     <function-decl name='_PyThread_at_fork_reinit' filepath='./Include/internal/pycore_pythread.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1766'/>\r
+      <parameter type-id='type-id-1763'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyThread_AfterFork' filepath='./Include/internal/pycore_pythread.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1769'/>\r
+      <parameter type-id='type-id-1766'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_Py_qsbr_fini' filepath='./Include/internal/pycore_qsbr.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_qsbr_fini' filepath='./Include/internal/pycore_qsbr.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
     <function-decl name='PyThread_allocate_lock' mangled-name='PyThread_allocate_lock' filepath='./Include/pythread.h' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_allocate_lock'>\r
-      <return type-id='type-id-1154'/>\r
+      <return type-id='type-id-1150'/>\r
     </function-decl>\r
     <function-decl name='PyThread_free_lock' mangled-name='PyThread_free_lock' filepath='./Include/pythread.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_free_lock'>\r
-      <parameter type-id='type-id-1154'/>\r
+      <parameter type-id='type-id-1150'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyThread_acquire_lock' mangled-name='PyThread_acquire_lock' filepath='./Include/pythread.h' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock'>\r
-      <parameter type-id='type-id-1154'/>\r
+      <parameter type-id='type-id-1150'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyThread_release_lock' mangled-name='PyThread_release_lock' filepath='./Include/pythread.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_release_lock'>\r
-      <parameter type-id='type-id-1154'/>\r
+      <parameter type-id='type-id-1150'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_is_created' mangled-name='PyThread_tss_is_created' filepath='./Include/pythread.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_is_created'>\r
-      <parameter type-id='type-id-1767'/>\r
+      <parameter type-id='type-id-1764'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_create' mangled-name='PyThread_tss_create' filepath='./Include/pythread.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_create'>\r
-      <parameter type-id='type-id-1767'/>\r
+      <parameter type-id='type-id-1764'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_delete' mangled-name='PyThread_tss_delete' filepath='./Include/pythread.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_delete'>\r
-      <parameter type-id='type-id-1767'/>\r
+      <parameter type-id='type-id-1764'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='./Include/pythread.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_set'>\r
-      <parameter type-id='type-id-1767'/>\r
+      <parameter type-id='type-id-1764'/>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='./Include/pythread.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_get'>\r
-      <parameter type-id='type-id-1767'/>\r
+      <parameter type-id='type-id-1764'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='_PyThreadState_GetCurrent' mangled-name='_PyThreadState_GetCurrent' filepath='Python/pystate.c' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetCurrent'>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_GetWhence' mangled-name='_PyInterpreterState_GetWhence' filepath='Python/pystate.c' line='1154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetWhence'>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1154' column='1'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='PyInterpreterState_GetDict' mangled-name='PyInterpreterState_GetDict' filepath='Python/pystate.c' line='1182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_GetDict'>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1182' column='1'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_ObjectToID' mangled-name='_PyInterpreterState_ObjectToID' filepath='Python/pystate.c' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_ObjectToID'>\r
       <parameter type-id='type-id-4' name='idobj' filepath='Python/pystate.c' line='1200' column='1'/>\r
-      <return type-id='type-id-460'/>\r
+      <return type-id='type-id-458'/>\r
     </function-decl>\r
     <function-decl name='_PyInterpreterState_GetIDObject' mangled-name='_PyInterpreterState_GetIDObject' filepath='Python/pystate.c' line='1244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetIDObject'>\r
       <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='1244' column='1'/>\r
       <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1645' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyThreadState_DeleteCurrent' mangled-name='PyThreadState_DeleteCurrent' filepath='Python/pystate.c' line='1867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_DeleteCurrent'>\r
+    <function-decl name='PyThreadState_DeleteCurrent' mangled-name='PyThreadState_DeleteCurrent' filepath='Python/pystate.c' line='1869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_DeleteCurrent'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyThreadState_GetDict' mangled-name='_PyThreadState_GetDict' filepath='Python/pystate.c' line='1944' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1944' column='1'/>\r
+    <function-decl name='_PyThreadState_GetDict' mangled-name='_PyThreadState_GetDict' filepath='Python/pystate.c' line='1946' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1946' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1993' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>\r
-      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1993' column='1'/>\r
-      <return type-id='type-id-108'/>\r
+    <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>\r
+      <parameter type-id='type-id-27' name='tstate' filepath='Python/pystate.c' line='1995' column='1'/>\r
+      <return type-id='type-id-106'/>\r
     </function-decl>\r
-    <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='2374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_SetAsyncExc'>\r
-      <parameter type-id='type-id-2' name='id' filepath='Python/pystate.c' line='2374' column='1'/>\r
-      <parameter type-id='type-id-4' name='exc' filepath='Python/pystate.c' line='2374' column='1'/>\r
+    <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='2376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_SetAsyncExc'>\r
+      <parameter type-id='type-id-2' name='id' filepath='Python/pystate.c' line='2376' column='1'/>\r
+      <parameter type-id='type-id-4' name='exc' filepath='Python/pystate.c' line='2376' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyThreadState_GetUnchecked' mangled-name='PyThreadState_GetUnchecked' filepath='Python/pystate.c' line='2415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetUnchecked'>\r
+    <function-decl name='PyThreadState_GetUnchecked' mangled-name='PyThreadState_GetUnchecked' filepath='Python/pystate.c' line='2417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetUnchecked'>\r
       <return type-id='type-id-27'/>\r
     </function-decl>\r
-    <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='2493' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>\r
+    <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='2495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>\r
       <return type-id='type-id-28'/>\r
     </function-decl>\r
-    <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='2524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>\r
+    <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='2526' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2854' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>\r
-      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='2854' column='1'/>\r
-      <return type-id='type-id-1032'/>\r
+    <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>\r
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='2856' column='1'/>\r
+      <return type-id='type-id-1028'/>\r
     </function-decl>\r
-    <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2864' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>\r
-      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='2864' column='1'/>\r
-      <parameter type-id='type-id-1032' name='eval_frame' filepath='Python/pystate.c' line='2865' column='1'/>\r
+    <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>\r
+      <parameter type-id='type-id-28' name='interp' filepath='Python/pystate.c' line='2866' column='1'/>\r
+      <parameter type-id='type-id-1028' name='eval_frame' filepath='Python/pystate.c' line='2867' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='_PyInterpreterState_GetConfigCopy' mangled-name='_PyInterpreterState_GetConfigCopy' filepath='Python/pystate.c' line='2891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfigCopy'>\r
-      <parameter type-id='type-id-60' name='config' filepath='Python/pystate.c' line='2891' column='1'/>\r
+    <function-decl name='_PyInterpreterState_GetConfigCopy' mangled-name='_PyInterpreterState_GetConfigCopy' filepath='Python/pystate.c' line='2893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfigCopy'>\r
+      <parameter type-id='type-id-60' name='config' filepath='Python/pystate.c' line='2893' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pystrcmp.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/pystrcmp.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='PyOS_mystricmp' mangled-name='PyOS_mystricmp' filepath='Python/pystrcmp.c' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_mystricmp'>\r
       <parameter type-id='type-id-6' name='s1' filepath='Python/pystrcmp.c' line='22' column='1'/>\r
       <parameter type-id='type-id-6' name='s2' filepath='Python/pystrcmp.c' line='22' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pystrhex.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/pystrhex.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_strhex' mangled-name='_Py_strhex' filepath='Python/pystrhex.c' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex'>\r
       <parameter type-id='type-id-6' name='argbuf' filepath='Python/pystrhex.c' line='146' column='1'/>\r
-      <parameter type-id='type-id-256' name='arglen' filepath='Python/pystrhex.c' line='146' column='1'/>\r
+      <parameter type-id='type-id-253' name='arglen' filepath='Python/pystrhex.c' line='146' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_Py_strhex_bytes_with_sep' mangled-name='_Py_strhex_bytes_with_sep' filepath='Python/pystrhex.c' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes_with_sep'>\r
       <parameter type-id='type-id-6' name='argbuf' filepath='Python/pystrhex.c' line='168' column='1'/>\r
-      <parameter type-id='type-id-256' name='arglen' filepath='Python/pystrhex.c' line='168' column='1'/>\r
+      <parameter type-id='type-id-253' name='arglen' filepath='Python/pystrhex.c' line='168' column='1'/>\r
       <parameter type-id='type-id-4' name='sep' filepath='Python/pystrhex.c' line='169' column='1'/>\r
-      <parameter type-id='type-id-271' name='bytes_per_group' filepath='Python/pystrhex.c' line='169' column='1'/>\r
+      <parameter type-id='type-id-267' name='bytes_per_group' filepath='Python/pystrhex.c' line='169' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pythonrun.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/pythonrun.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyImport_GetImportlibExternalLoader' filepath='./Include/internal/pycore_import.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-5'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-574'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-572'/>\r
     </function-decl>\r
     <function-decl name='_PyParser_ASTFromFile' filepath='./Include/internal/pycore_parser.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-574'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-572'/>\r
     </function-decl>\r
     <function-decl name='_PyParser_InteractiveASTFromFile' filepath='./Include/internal/pycore_parser.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-5'/>\r
       <parameter type-id='type-id-6'/>\r
       <parameter type-id='type-id-6'/>\r
-      <parameter type-id='type-id-209'/>\r
-      <parameter type-id='type-id-177'/>\r
-      <parameter type-id='type-id-238'/>\r
-      <parameter type-id='type-id-679'/>\r
-      <return type-id='type-id-574'/>\r
+      <parameter type-id='type-id-206'/>\r
+      <parameter type-id='type-id-175'/>\r
+      <parameter type-id='type-id-235'/>\r
+      <parameter type-id='type-id-677'/>\r
+      <return type-id='type-id-572'/>\r
     </function-decl>\r
     <function-decl name='_Py_FdIsInteractive' filepath='./Include/internal/pycore_pylifecycle.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-56'/>\r
       <parameter type-id='type-id-56'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_InteractiveLoopFlags' mangled-name='PyRun_InteractiveLoopFlags' filepath='Python/pythonrun.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoopFlags'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='161' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='161' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='161' column='1'/>\r
+    <function-decl name='PyRun_InteractiveLoopFlags' mangled-name='PyRun_InteractiveLoopFlags' filepath='Python/pythonrun.c' line='179' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoopFlags'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='179' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='179' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='179' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_InteractiveOneObject' mangled-name='PyRun_InteractiveOneObject' filepath='Python/pythonrun.c' line='326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneObject'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='326' column='1'/>\r
-      <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='326' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='326' column='1'/>\r
+    <function-decl name='PyRun_InteractiveOneObject' mangled-name='PyRun_InteractiveOneObject' filepath='Python/pythonrun.c' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneObject'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='353' column='1'/>\r
+      <parameter type-id='type-id-4' name='filename' filepath='Python/pythonrun.c' line='353' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='353' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_InteractiveOneFlags' mangled-name='PyRun_InteractiveOneFlags' filepath='Python/pythonrun.c' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneFlags'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='339' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename_str' filepath='Python/pythonrun.c' line='339' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='339' column='1'/>\r
+    <function-decl name='PyRun_InteractiveOneFlags' mangled-name='PyRun_InteractiveOneFlags' filepath='Python/pythonrun.c' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneFlags'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='366' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename_str' filepath='Python/pythonrun.c' line='366' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='366' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_SimpleFileExFlags' mangled-name='PyRun_SimpleFileExFlags' filepath='Python/pythonrun.c' line='517' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileExFlags'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='517' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='517' column='1'/>\r
-      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='517' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='518' column='1'/>\r
+    <function-decl name='PyRun_SimpleFileExFlags' mangled-name='PyRun_SimpleFileExFlags' filepath='Python/pythonrun.c' line='544' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileExFlags'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='544' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='544' column='1'/>\r
+      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='544' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='545' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_SimpleStringFlags' mangled-name='PyRun_SimpleStringFlags' filepath='Python/pythonrun.c' line='561' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleStringFlags'>\r
-      <parameter type-id='type-id-6' name='command' filepath='Python/pythonrun.c' line='561' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='561' column='1'/>\r
+    <function-decl name='PyRun_SimpleStringFlags' mangled-name='PyRun_SimpleStringFlags' filepath='Python/pythonrun.c' line='588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleStringFlags'>\r
+      <parameter type-id='type-id-6' name='command' filepath='Python/pythonrun.c' line='588' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='588' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>\r
-      <parameter type-id='type-id-4' name='unused' filepath='Python/pythonrun.c' line='1166' column='1'/>\r
-      <parameter type-id='type-id-4' name='value' filepath='Python/pythonrun.c' line='1166' column='1'/>\r
-      <parameter type-id='type-id-4' name='tb' filepath='Python/pythonrun.c' line='1166' column='1'/>\r
+    <function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>\r
+      <parameter type-id='type-id-4' name='unused' filepath='Python/pythonrun.c' line='1199' column='1'/>\r
+      <parameter type-id='type-id-4' name='value' filepath='Python/pythonrun.c' line='1199' column='1'/>\r
+      <parameter type-id='type-id-4' name='tb' filepath='Python/pythonrun.c' line='1199' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1267' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='1267' column='1'/>\r
-      <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1267' column='1'/>\r
-      <parameter type-id='type-id-4' name='globals' filepath='Python/pythonrun.c' line='1267' column='1'/>\r
-      <parameter type-id='type-id-4' name='locals' filepath='Python/pythonrun.c' line='1268' column='1'/>\r
-      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1268' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='1268' column='1'/>\r
+    <function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1307' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename' filepath='Python/pythonrun.c' line='1307' column='1'/>\r
+      <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1307' column='1'/>\r
+      <parameter type-id='type-id-4' name='globals' filepath='Python/pythonrun.c' line='1307' column='1'/>\r
+      <parameter type-id='type-id-4' name='locals' filepath='Python/pythonrun.c' line='1308' column='1'/>\r
+      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1308' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='1308' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='Py_CompileStringExFlags' mangled-name='Py_CompileStringExFlags' filepath='Python/pythonrun.c' line='1501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringExFlags'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1501' column='1'/>\r
-      <parameter type-id='type-id-6' name='filename_str' filepath='Python/pythonrun.c' line='1501' column='1'/>\r
-      <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1501' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='1502' column='1'/>\r
-      <parameter type-id='type-id-5' name='optimize' filepath='Python/pythonrun.c' line='1502' column='1'/>\r
+    <function-decl name='Py_CompileStringExFlags' mangled-name='Py_CompileStringExFlags' filepath='Python/pythonrun.c' line='1546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringExFlags'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1546' column='1'/>\r
+      <parameter type-id='type-id-6' name='filename_str' filepath='Python/pythonrun.c' line='1546' column='1'/>\r
+      <parameter type-id='type-id-5' name='start' filepath='Python/pythonrun.c' line='1546' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='1547' column='1'/>\r
+      <parameter type-id='type-id-5' name='optimize' filepath='Python/pythonrun.c' line='1547' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1603' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1603' column='1'/>\r
+    <function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1648' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1648' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1610' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1610' column='1'/>\r
-      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1610' column='1'/>\r
+    <function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1655' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1655' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1655' column='1'/>\r
+      <parameter type-id='type-id-5' name='closeit' filepath='Python/pythonrun.c' line='1655' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1617' column='1'/>\r
-      <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1617' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='1617' column='1'/>\r
+    <function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1662' column='1'/>\r
+      <parameter type-id='type-id-6' name='name' filepath='Python/pythonrun.c' line='1662' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='1662' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1624' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1624' column='1'/>\r
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1624' column='1'/>\r
-      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1624' column='1'/>\r
-      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1624' column='1'/>\r
+    <function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1669' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1669' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1669' column='1'/>\r
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1669' column='1'/>\r
+      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1669' column='1'/>\r
+      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1669' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1631' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1631' column='1'/>\r
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1631' column='1'/>\r
-      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1631' column='1'/>\r
-      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1631' column='1'/>\r
-      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1631' column='1'/>\r
+    <function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1676' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1676' column='1'/>\r
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1676' column='1'/>\r
+      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1676' column='1'/>\r
+      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1676' column='1'/>\r
+      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1676' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>\r
-      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1638' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1638' column='1'/>\r
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1638' column='1'/>\r
-      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1638' column='1'/>\r
-      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1638' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='1639' column='1'/>\r
+    <function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1683' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>\r
+      <parameter type-id='type-id-56' name='fp' filepath='Python/pythonrun.c' line='1683' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1683' column='1'/>\r
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1683' column='1'/>\r
+      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1683' column='1'/>\r
+      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1683' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='1684' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>\r
-      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1646' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1646' column='1'/>\r
+    <function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1691' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>\r
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1691' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1691' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1653' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>\r
-      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1653' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1653' column='1'/>\r
-      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1653' column='1'/>\r
+    <function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>\r
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1698' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1698' column='1'/>\r
+      <parameter type-id='type-id-5' name='c' filepath='Python/pythonrun.c' line='1698' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_String' mangled-name='PyRun_String' filepath='Python/pythonrun.c' line='1661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_String'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1661' column='1'/>\r
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1661' column='1'/>\r
-      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1661' column='1'/>\r
-      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1661' column='1'/>\r
+    <function-decl name='PyRun_String' mangled-name='PyRun_String' filepath='Python/pythonrun.c' line='1706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_String'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1706' column='1'/>\r
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1706' column='1'/>\r
+      <parameter type-id='type-id-4' name='g' filepath='Python/pythonrun.c' line='1706' column='1'/>\r
+      <parameter type-id='type-id-4' name='l' filepath='Python/pythonrun.c' line='1706' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_SimpleString' mangled-name='PyRun_SimpleString' filepath='Python/pythonrun.c' line='1668' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleString'>\r
-      <parameter type-id='type-id-6' name='s' filepath='Python/pythonrun.c' line='1668' column='1'/>\r
+    <function-decl name='PyRun_SimpleString' mangled-name='PyRun_SimpleString' filepath='Python/pythonrun.c' line='1713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleString'>\r
+      <parameter type-id='type-id-6' name='s' filepath='Python/pythonrun.c' line='1713' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='Py_CompileString' mangled-name='Py_CompileString' filepath='Python/pythonrun.c' line='1675' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileString'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1675' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1675' column='1'/>\r
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1675' column='1'/>\r
+    <function-decl name='Py_CompileString' mangled-name='Py_CompileString' filepath='Python/pythonrun.c' line='1720' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileString'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1720' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1720' column='1'/>\r
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1720' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='Py_CompileStringFlags' mangled-name='Py_CompileStringFlags' filepath='Python/pythonrun.c' line='1682' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringFlags'>\r
-      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1682' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1682' column='1'/>\r
-      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1682' column='1'/>\r
-      <parameter type-id='type-id-209' name='flags' filepath='Python/pythonrun.c' line='1683' column='1'/>\r
+    <function-decl name='Py_CompileStringFlags' mangled-name='Py_CompileStringFlags' filepath='Python/pythonrun.c' line='1727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringFlags'>\r
+      <parameter type-id='type-id-6' name='str' filepath='Python/pythonrun.c' line='1727' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1727' column='1'/>\r
+      <parameter type-id='type-id-5' name='s' filepath='Python/pythonrun.c' line='1727' column='1'/>\r
+      <parameter type-id='type-id-206' name='flags' filepath='Python/pythonrun.c' line='1728' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>\r
-      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1690' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1690' column='1'/>\r
+    <function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1735' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>\r
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1735' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1735' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='1697' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>\r
-      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1697' column='1'/>\r
-      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1697' column='1'/>\r
+    <function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='1742' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>\r
+      <parameter type-id='type-id-56' name='f' filepath='Python/pythonrun.c' line='1742' column='1'/>\r
+      <parameter type-id='type-id-6' name='p' filepath='Python/pythonrun.c' line='1742' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/pytime.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <class-decl name='_Py_clock_info_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1770' visibility='default' filepath='./Include/internal/pycore_time.h' line='245' column='1' id='type-id-1771'>\r
+  <abi-instr address-size='64' path='Python/pytime.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <class-decl name='_Py_clock_info_t' size-in-bits='192' is-struct='yes' naming-typedef-id='type-id-1767' visibility='default' filepath='./Include/internal/pycore_time.h' line='245' column='1' id='type-id-1768'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='implementation' type-id='type-id-6' visibility='default' filepath='./Include/internal/pycore_time.h' line='246' column='1'/>\r
       </data-member>\r
         <var-decl name='adjustable' type-id='type-id-5' visibility='default' filepath='./Include/internal/pycore_time.h' line='248' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='128'>\r
-        <var-decl name='resolution' type-id='type-id-172' visibility='default' filepath='./Include/internal/pycore_time.h' line='249' column='1'/>\r
+        <var-decl name='resolution' type-id='type-id-170' visibility='default' filepath='./Include/internal/pycore_time.h' line='249' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='_Py_clock_info_t' type-id='type-id-1771' filepath='./Include/internal/pycore_time.h' line='250' column='1' id='type-id-1770'/>\r
-    <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='7' column='1' id='type-id-218'>\r
+    <typedef-decl name='_Py_clock_info_t' type-id='type-id-1768' filepath='./Include/internal/pycore_time.h' line='250' column='1' id='type-id-1767'/>\r
+    <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='7' column='1' id='type-id-215'>\r
       <data-member access='public' layout-offset-in-bits='0'>\r
         <var-decl name='tm_sec' type-id='type-id-5' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='9' column='1'/>\r
       </data-member>\r
         <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'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='320'>\r
-        <var-decl name='tm_gmtoff' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='20' column='1'/>\r
+        <var-decl name='tm_gmtoff' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='20' column='1'/>\r
       </data-member>\r
       <data-member access='public' layout-offset-in-bits='384'>\r
         <var-decl name='tm_zone' type-id='type-id-6' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='21' column='1'/>\r
       </data-member>\r
     </class-decl>\r
-    <typedef-decl name='time_t' type-id='type-id-482' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='10' column='1' id='type-id-225'/>\r
-    <pointer-type-def type-id='type-id-1770' size-in-bits='64' id='type-id-223'/>\r
-    <qualified-type-def type-id='type-id-225' const='yes' id='type-id-1772'/>\r
-    <pointer-type-def type-id='type-id-1772' size-in-bits='64' id='type-id-1773'/>\r
-    <qualified-type-def type-id='type-id-1773' restrict='yes' id='type-id-1774'/>\r
-    <pointer-type-def type-id='type-id-225' size-in-bits='64' id='type-id-224'/>\r
-    <pointer-type-def type-id='type-id-198' size-in-bits='64' id='type-id-222'/>\r
-    <pointer-type-def type-id='type-id-218' size-in-bits='64' id='type-id-226'/>\r
-    <qualified-type-def type-id='type-id-226' restrict='yes' id='type-id-1775'/>\r
+    <typedef-decl name='time_t' type-id='type-id-480' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='10' column='1' id='type-id-222'/>\r
+    <pointer-type-def type-id='type-id-1767' size-in-bits='64' id='type-id-220'/>\r
+    <qualified-type-def type-id='type-id-222' const='yes' id='type-id-1769'/>\r
+    <pointer-type-def type-id='type-id-1769' size-in-bits='64' id='type-id-1770'/>\r
+    <qualified-type-def type-id='type-id-1770' restrict='yes' id='type-id-1771'/>\r
+    <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-221'/>\r
+    <pointer-type-def type-id='type-id-195' size-in-bits='64' id='type-id-219'/>\r
+    <pointer-type-def type-id='type-id-215' size-in-bits='64' id='type-id-223'/>\r
+    <qualified-type-def type-id='type-id-223' restrict='yes' id='type-id-1772'/>\r
     <function-decl name='gmtime_r' filepath='/usr/include/time.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1774'/>\r
-      <parameter type-id='type-id-1775'/>\r
-      <return type-id='type-id-226'/>\r
+      <parameter type-id='type-id-1771'/>\r
+      <parameter type-id='type-id-1772'/>\r
+      <return type-id='type-id-223'/>\r
     </function-decl>\r
     <function-decl name='localtime_r' filepath='/usr/include/time.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1774'/>\r
-      <parameter type-id='type-id-1775'/>\r
-      <return type-id='type-id-226'/>\r
+      <parameter type-id='type-id-1771'/>\r
+      <parameter type-id='type-id-1772'/>\r
+      <return type-id='type-id-223'/>\r
     </function-decl>\r
     <function-decl name='clock_getres' filepath='/usr/include/time.h' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-227'/>\r
-      <parameter type-id='type-id-178'/>\r
+      <parameter type-id='type-id-224'/>\r
+      <parameter type-id='type-id-176'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_AsTime_t' mangled-name='_PyLong_AsTime_t' filepath='Python/pytime.c' line='210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsTime_t'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='210' column='1'/>\r
-      <return type-id='type-id-225'/>\r
+      <return type-id='type-id-222'/>\r
     </function-decl>\r
     <function-decl name='_PyLong_FromTime_t' mangled-name='_PyLong_FromTime_t' filepath='Python/pytime.c' line='230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromTime_t'>\r
-      <parameter type-id='type-id-225' name='t' filepath='Python/pytime.c' line='230' column='1'/>\r
+      <parameter type-id='type-id-222' name='t' filepath='Python/pytime.c' line='230' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_ObjectToTime_t' mangled-name='_PyTime_ObjectToTime_t' filepath='Python/pytime.c' line='398' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTime_t'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='398' column='1'/>\r
-      <parameter type-id='type-id-224' name='sec' filepath='Python/pytime.c' line='398' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='398' column='1'/>\r
+      <parameter type-id='type-id-221' name='sec' filepath='Python/pytime.c' line='398' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='398' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line='433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimespec'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='433' column='1'/>\r
-      <parameter type-id='type-id-224' name='sec' filepath='Python/pytime.c' line='433' column='1'/>\r
-      <parameter type-id='type-id-170' name='nsec' filepath='Python/pytime.c' line='433' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='434' column='1'/>\r
+      <parameter type-id='type-id-221' name='sec' filepath='Python/pytime.c' line='433' column='1'/>\r
+      <parameter type-id='type-id-168' name='nsec' filepath='Python/pytime.c' line='433' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='434' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_ObjectToTimeval' mangled-name='_PyTime_ObjectToTimeval' filepath='Python/pytime.c' line='441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimeval'>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='441' column='1'/>\r
-      <parameter type-id='type-id-224' name='sec' filepath='Python/pytime.c' line='441' column='1'/>\r
-      <parameter type-id='type-id-170' name='usec' filepath='Python/pytime.c' line='441' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='442' column='1'/>\r
+      <parameter type-id='type-id-221' name='sec' filepath='Python/pytime.c' line='441' column='1'/>\r
+      <parameter type-id='type-id-168' name='usec' filepath='Python/pytime.c' line='441' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='442' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_FromSeconds' mangled-name='_PyTime_FromSeconds' filepath='Python/pytime.c' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSeconds'>\r
       <parameter type-id='type-id-5' name='seconds' filepath='Python/pytime.c' line='449' column='1'/>\r
-      <return type-id='type-id-213'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_FromLong' mangled-name='_PyTime_FromLong' filepath='Python/pytime.c' line='474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromLong'>\r
-      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='474' column='1'/>\r
+      <parameter type-id='type-id-172' name='tp' filepath='Python/pytime.c' line='474' column='1'/>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='474' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_FromSecondsObject' mangled-name='_PyTime_FromSecondsObject' filepath='Python/pytime.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSecondsObject'>\r
-      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='623' column='1'/>\r
+      <parameter type-id='type-id-172' name='tp' filepath='Python/pytime.c' line='623' column='1'/>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='623' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='623' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='623' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_FromMillisecondsObject' mangled-name='_PyTime_FromMillisecondsObject' filepath='Python/pytime.c' line='630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromMillisecondsObject'>\r
-      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='630' column='1'/>\r
+      <parameter type-id='type-id-172' name='tp' filepath='Python/pytime.c' line='630' column='1'/>\r
       <parameter type-id='type-id-4' name='obj' filepath='Python/pytime.c' line='630' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='630' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='630' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsLong' mangled-name='_PyTime_AsLong' filepath='Python/pytime.c' line='657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsLong'>\r
-      <parameter type-id='type-id-213' name='ns' filepath='Python/pytime.c' line='657' column='1'/>\r
+      <parameter type-id='type-id-210' name='ns' filepath='Python/pytime.c' line='657' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsMilliseconds' mangled-name='_PyTime_AsMilliseconds' filepath='Python/pytime.c' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMilliseconds'>\r
-      <parameter type-id='type-id-213' name='ns' filepath='Python/pytime.c' line='783' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='783' column='1'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210' name='ns' filepath='Python/pytime.c' line='783' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='783' column='1'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsTimeval' mangled-name='_PyTime_AsTimeval' filepath='Python/pytime.c' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval'>\r
-      <parameter type-id='type-id-213' name='t' filepath='Python/pytime.c' line='831' column='1'/>\r
-      <parameter type-id='type-id-222' name='tv' filepath='Python/pytime.c' line='831' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='831' column='1'/>\r
+      <parameter type-id='type-id-210' name='t' filepath='Python/pytime.c' line='831' column='1'/>\r
+      <parameter type-id='type-id-219' name='tv' filepath='Python/pytime.c' line='831' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='831' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsTimeval_clamp' mangled-name='_PyTime_AsTimeval_clamp' filepath='Python/pytime.c' line='838' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval_clamp'>\r
-      <parameter type-id='type-id-213' name='t' filepath='Python/pytime.c' line='838' column='1'/>\r
-      <parameter type-id='type-id-222' name='tv' filepath='Python/pytime.c' line='838' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='838' column='1'/>\r
+      <parameter type-id='type-id-210' name='t' filepath='Python/pytime.c' line='838' column='1'/>\r
+      <parameter type-id='type-id-219' name='tv' filepath='Python/pytime.c' line='838' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='838' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsTimevalTime_t' mangled-name='_PyTime_AsTimevalTime_t' filepath='Python/pytime.c' line='845' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimevalTime_t'>\r
-      <parameter type-id='type-id-213' name='t' filepath='Python/pytime.c' line='845' column='1'/>\r
-      <parameter type-id='type-id-224' name='p_secs' filepath='Python/pytime.c' line='845' column='1'/>\r
-      <parameter type-id='type-id-177' name='us' filepath='Python/pytime.c' line='845' column='1'/>\r
-      <parameter type-id='type-id-173' name='round' filepath='Python/pytime.c' line='846' column='1'/>\r
+      <parameter type-id='type-id-210' name='t' filepath='Python/pytime.c' line='845' column='1'/>\r
+      <parameter type-id='type-id-221' name='p_secs' filepath='Python/pytime.c' line='845' column='1'/>\r
+      <parameter type-id='type-id-175' name='us' filepath='Python/pytime.c' line='845' column='1'/>\r
+      <parameter type-id='type-id-171' name='round' filepath='Python/pytime.c' line='846' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_AsTimespec' mangled-name='_PyTime_AsTimespec' filepath='Python/pytime.c' line='889' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec'>\r
-      <parameter type-id='type-id-213' name='t' filepath='Python/pytime.c' line='889' column='1'/>\r
-      <parameter type-id='type-id-178' name='ts' filepath='Python/pytime.c' line='889' column='1'/>\r
+      <parameter type-id='type-id-210' name='t' filepath='Python/pytime.c' line='889' column='1'/>\r
+      <parameter type-id='type-id-176' name='ts' filepath='Python/pytime.c' line='889' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyTime_Time' mangled-name='PyTime_Time' filepath='Python/pytime.c' line='1012' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_Time'>\r
-      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1012' column='1'/>\r
+      <parameter type-id='type-id-172' name='result' filepath='Python/pytime.c' line='1012' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyTime_TimeRaw' mangled-name='PyTime_TimeRaw' filepath='Python/pytime.c' line='1023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_TimeRaw'>\r
-      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1023' column='1'/>\r
+      <parameter type-id='type-id-172' name='result' filepath='Python/pytime.c' line='1023' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyTime_Monotonic' mangled-name='PyTime_Monotonic' filepath='Python/pytime.c' line='1236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_Monotonic'>\r
-      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1236' column='1'/>\r
+      <parameter type-id='type-id-172' name='result' filepath='Python/pytime.c' line='1236' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_MonotonicWithInfo' mangled-name='_PyTime_MonotonicWithInfo' filepath='Python/pytime.c' line='1258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_MonotonicWithInfo'>\r
-      <parameter type-id='type-id-174' name='tp' filepath='Python/pytime.c' line='1258' column='1'/>\r
-      <parameter type-id='type-id-223' name='info' filepath='Python/pytime.c' line='1258' column='1'/>\r
+      <parameter type-id='type-id-172' name='tp' filepath='Python/pytime.c' line='1258' column='1'/>\r
+      <parameter type-id='type-id-220' name='info' filepath='Python/pytime.c' line='1258' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyTime_PerfCounter' mangled-name='PyTime_PerfCounter' filepath='Python/pytime.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTime_PerfCounter'>\r
-      <parameter type-id='type-id-174' name='result' filepath='Python/pytime.c' line='1272' column='1'/>\r
+      <parameter type-id='type-id-172' name='result' filepath='Python/pytime.c' line='1272' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_localtime' mangled-name='_PyTime_localtime' filepath='Python/pytime.c' line='1286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_localtime'>\r
-      <parameter type-id='type-id-225' name='t' filepath='Python/pytime.c' line='1286' column='1'/>\r
-      <parameter type-id='type-id-226' name='tm' filepath='Python/pytime.c' line='1286' column='1'/>\r
+      <parameter type-id='type-id-222' name='t' filepath='Python/pytime.c' line='1286' column='1'/>\r
+      <parameter type-id='type-id-223' name='tm' filepath='Python/pytime.c' line='1286' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyTime_gmtime' mangled-name='_PyTime_gmtime' filepath='Python/pytime.c' line='1325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_gmtime'>\r
-      <parameter type-id='type-id-225' name='t' filepath='Python/pytime.c' line='1325' column='1'/>\r
-      <parameter type-id='type-id-226' name='tm' filepath='Python/pytime.c' line='1325' column='1'/>\r
+      <parameter type-id='type-id-222' name='t' filepath='Python/pytime.c' line='1325' column='1'/>\r
+      <parameter type-id='type-id-223' name='tm' filepath='Python/pytime.c' line='1325' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='_PyDeadline_Init' mangled-name='_PyDeadline_Init' filepath='Python/pytime.c' line='1353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Init'>\r
-      <parameter type-id='type-id-213' name='timeout' filepath='Python/pytime.c' line='1353' column='1'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210' name='timeout' filepath='Python/pytime.c' line='1353' column='1'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/specialize.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/specialize.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyDictKeys_GetVersionForCurrentState' filepath='./Include/internal/pycore_dict.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-28'/>\r
-      <parameter type-id='type-id-415'/>\r
-      <return type-id='type-id-326'/>\r
+      <parameter type-id='type-id-414'/>\r
+      <return type-id='type-id-323'/>\r
     </function-decl>\r
     <function-decl name='_PyDict_LookupIndex' filepath='./Include/internal/pycore_dict.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-335'/>\r
+      <parameter type-id='type-id-332'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_PyDictKeys_StringLookup' filepath='./Include/internal/pycore_dict.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-415'/>\r
+      <parameter type-id='type-id-414'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
     <function-decl name='_PyFunction_GetVersionForCurrentState' filepath='./Include/internal/pycore_function.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-308'/>\r
-      <return type-id='type-id-326'/>\r
+      <parameter type-id='type-id-305'/>\r
+      <return type-id='type-id-323'/>\r
     </function-decl>\r
-    <function-decl name='_Py_slot_tp_getattro' filepath='./Include/internal/pycore_typeobject.h' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_slot_tp_getattro' filepath='./Include/internal/pycore_typeobject.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
-    <function-decl name='_Py_slot_tp_getattr_hook' filepath='./Include/internal/pycore_typeobject.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>\r
+    <function-decl name='_Py_slot_tp_getattr_hook' filepath='./Include/internal/pycore_typeobject.h' line='219' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-4'/>\r
       <parameter type-id='type-id-4'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/suggestions.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/suggestions.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_Py_UTF8_Edit_Cost' mangled-name='_Py_UTF8_Edit_Cost' filepath='Python/suggestions.c' line='180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_UTF8_Edit_Cost'>\r
       <parameter type-id='type-id-4' name='a' filepath='Python/suggestions.c' line='180' column='1'/>\r
       <parameter type-id='type-id-4' name='b' filepath='Python/suggestions.c' line='180' column='1'/>\r
       <return type-id='type-id-7'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/symtable.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <var-decl name='PySTEntry_Type' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='137' column='1'/>\r
+  <abi-instr address-size='64' path='Python/symtable.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <var-decl name='PySTEntry_Type' type-id='type-id-263' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='137' column='1'/>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/thread.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='448' id='type-id-1776'>\r
-      <subrange length='56' type-id='type-id-2' id='type-id-1777'/>\r
+  <abi-instr address-size='64' path='Python/thread.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <array-type-def dimensions='1' type-id='type-id-53' size-in-bits='448' id='type-id-1773'>\r
+      <subrange length='56' type-id='type-id-2' id='type-id-1774'/>\r
     </array-type-def>\r
-    <typedef-decl name='PyThread_handle_t' type-id='type-id-1778' filepath='./Include/internal/pycore_pythread.h' line='120' column='1' id='type-id-1779'/>\r
-    <typedef-decl name='Py_uintptr_t' type-id='type-id-427' filepath='./Include/pyport.h' line='116' column='1' id='type-id-1778'/>\r
-    <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-208'/>\r
-    <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-1780'>\r
+    <typedef-decl name='PyThread_handle_t' type-id='type-id-1775' filepath='./Include/internal/pycore_pythread.h' line='120' column='1' id='type-id-1776'/>\r
+    <typedef-decl name='Py_uintptr_t' type-id='type-id-426' filepath='./Include/pyport.h' line='116' column='1' id='type-id-1775'/>\r
+    <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-205'/>\r
+    <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-1777'>\r
       <data-member access='public'>\r
-        <var-decl name='__size' type-id='type-id-1776' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='58' column='1'/>\r
+        <var-decl name='__size' type-id='type-id-1773' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='58' column='1'/>\r
       </data-member>\r
       <data-member access='public'>\r
-        <var-decl name='__align' type-id='type-id-183' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='59' column='1'/>\r
+        <var-decl name='__align' type-id='type-id-181' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='59' column='1'/>\r
       </data-member>\r
     </union-decl>\r
-    <typedef-decl name='pthread_attr_t' type-id='type-id-1780' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='62' column='1' id='type-id-1781'/>\r
-    <pointer-type-def type-id='type-id-1779' size-in-bits='64' id='type-id-1782'/>\r
-    <pointer-type-def type-id='type-id-1667' size-in-bits='64' id='type-id-1783'/>\r
-    <qualified-type-def type-id='type-id-377' const='yes' id='type-id-1784'/>\r
-    <qualified-type-def type-id='type-id-1781' const='yes' id='type-id-1785'/>\r
+    <typedef-decl name='pthread_attr_t' type-id='type-id-1777' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='62' column='1' id='type-id-1778'/>\r
+    <pointer-type-def type-id='type-id-1776' size-in-bits='64' id='type-id-1779'/>\r
+    <pointer-type-def type-id='type-id-1664' size-in-bits='64' id='type-id-1780'/>\r
+    <qualified-type-def type-id='type-id-376' const='yes' id='type-id-1781'/>\r
+    <qualified-type-def type-id='type-id-1778' const='yes' id='type-id-1782'/>\r
+    <pointer-type-def type-id='type-id-1782' size-in-bits='64' id='type-id-1783'/>\r
+    <qualified-type-def type-id='type-id-1783' restrict='yes' id='type-id-1784'/>\r
+    <qualified-type-def type-id='type-id-1311' const='yes' id='type-id-1785'/>\r
     <pointer-type-def type-id='type-id-1785' size-in-bits='64' id='type-id-1786'/>\r
     <qualified-type-def type-id='type-id-1786' restrict='yes' id='type-id-1787'/>\r
-    <qualified-type-def type-id='type-id-1314' const='yes' id='type-id-1788'/>\r
-    <pointer-type-def type-id='type-id-1788' size-in-bits='64' id='type-id-1789'/>\r
-    <qualified-type-def type-id='type-id-1789' restrict='yes' id='type-id-1790'/>\r
-    <pointer-type-def type-id='type-id-377' size-in-bits='64' id='type-id-1791'/>\r
-    <pointer-type-def type-id='type-id-1781' size-in-bits='64' id='type-id-1792'/>\r
-    <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-1793'/>\r
-    <qualified-type-def type-id='type-id-1793' restrict='yes' id='type-id-1794'/>\r
-    <pointer-type-def type-id='type-id-1795' size-in-bits='64' id='type-id-1796'/>\r
-    <var-decl name='PY_TIMEOUT_MAX' type-id='type-id-1784' mangled-name='PY_TIMEOUT_MAX' visibility='default' filepath='./Include/cpython/pythread.h' line='11' column='1' elf-symbol-id='PY_TIMEOUT_MAX'/>\r
+    <pointer-type-def type-id='type-id-376' size-in-bits='64' id='type-id-1788'/>\r
+    <pointer-type-def type-id='type-id-1778' size-in-bits='64' id='type-id-1789'/>\r
+    <pointer-type-def type-id='type-id-205' size-in-bits='64' id='type-id-1790'/>\r
+    <qualified-type-def type-id='type-id-1790' restrict='yes' id='type-id-1791'/>\r
+    <pointer-type-def type-id='type-id-1792' size-in-bits='64' id='type-id-1793'/>\r
+    <var-decl name='PY_TIMEOUT_MAX' type-id='type-id-1781' mangled-name='PY_TIMEOUT_MAX' visibility='default' filepath='./Include/cpython/pythread.h' line='11' column='1' elf-symbol-id='PY_TIMEOUT_MAX'/>\r
     <function-decl name='_PyTime_FromMicrosecondsClamp' filepath='./Include/internal/pycore_time.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-213'/>\r
-      <return type-id='type-id-213'/>\r
+      <parameter type-id='type-id-210'/>\r
+      <return type-id='type-id-210'/>\r
     </function-decl>\r
     <function-decl name='pthread_create' filepath='/usr/include/pthread.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1794'/>\r
-      <parameter type-id='type-id-1787'/>\r
-      <parameter type-id='type-id-1796'/>\r
-      <parameter type-id='type-id-232'/>\r
+      <parameter type-id='type-id-1791'/>\r
+      <parameter type-id='type-id-1784'/>\r
+      <parameter type-id='type-id-1793'/>\r
+      <parameter type-id='type-id-229'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_exit' filepath='/usr/include/pthread.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
     <function-decl name='pthread_join' filepath='/usr/include/pthread.h' line='219' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-208'/>\r
-      <parameter type-id='type-id-262'/>\r
+      <parameter type-id='type-id-205'/>\r
+      <parameter type-id='type-id-259'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_detach' filepath='/usr/include/pthread.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-208'/>\r
+      <parameter type-id='type-id-205'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_self' filepath='/usr/include/pthread.h' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <return type-id='type-id-208'/>\r
+      <return type-id='type-id-205'/>\r
     </function-decl>\r
     <function-decl name='pthread_attr_init' filepath='/usr/include/pthread.h' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1792'/>\r
+      <parameter type-id='type-id-1789'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_attr_destroy' filepath='/usr/include/pthread.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1792'/>\r
+      <parameter type-id='type-id-1789'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_attr_setscope' filepath='/usr/include/pthread.h' line='349' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1792'/>\r
+      <parameter type-id='type-id-1789'/>\r
       <parameter type-id='type-id-5'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_attr_setstacksize' filepath='/usr/include/pthread.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1792'/>\r
+      <parameter type-id='type-id-1789'/>\r
       <parameter type-id='type-id-21'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_cond_init' filepath='/usr/include/pthread.h' line='1112' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1560'/>\r
-      <parameter type-id='type-id-1790'/>\r
+      <parameter type-id='type-id-1557'/>\r
+      <parameter type-id='type-id-1787'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_condattr_init' filepath='/usr/include/pthread.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1313'/>\r
+      <parameter type-id='type-id-1310'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_condattr_setclock' filepath='/usr/include/pthread.h' line='1219' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1313'/>\r
-      <parameter type-id='type-id-187'/>\r
+      <parameter type-id='type-id-1310'/>\r
+      <parameter type-id='type-id-185'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_key_delete' filepath='/usr/include/pthread.h' line='1302' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-507'/>\r
+      <parameter type-id='type-id-505'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='pthread_getspecific' filepath='/usr/include/pthread.h' line='1305' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-507'/>\r
+      <parameter type-id='type-id-505'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
     <function-decl name='sem_trywait' filepath='/usr/include/semaphore.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>\r
-      <parameter type-id='type-id-1733'/>\r
+      <parameter type-id='type-id-1730'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='perror' filepath='/usr/include/stdio.h' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>\r
     </function-decl>\r
     <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'>\r
       <parameter type-id='type-id-5'/>\r
-      <return type-id='type-id-183'/>\r
+      <return type-id='type-id-181'/>\r
     </function-decl>\r
     <function-decl name='PyThread_get_stacksize' mangled-name='PyThread_get_stacksize' filepath='Python/thread.c' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_stacksize'>\r
       <return type-id='type-id-21'/>\r
     <function-decl name='PyThread_ParseTimeoutArg' mangled-name='PyThread_ParseTimeoutArg' filepath='Python/thread.c' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_ParseTimeoutArg'>\r
       <parameter type-id='type-id-4' name='arg' filepath='Python/thread.c' line='97' column='1'/>\r
       <parameter type-id='type-id-5' name='blocking' filepath='Python/thread.c' line='97' column='1'/>\r
-      <parameter type-id='type-id-1791' name='timeout_p' filepath='Python/thread.c' line='97' column='1'/>\r
+      <parameter type-id='type-id-1788' name='timeout_p' filepath='Python/thread.c' line='97' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
     <function-decl name='PyThread_acquire_lock_timed_with_retries' mangled-name='PyThread_acquire_lock_timed_with_retries' filepath='Python/thread.c' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed_with_retries'>\r
-      <parameter type-id='type-id-1154' name='lock' filepath='Python/thread.c' line='131' column='1'/>\r
-      <parameter type-id='type-id-377' name='timeout' filepath='Python/thread.c' line='132' column='1'/>\r
-      <return type-id='type-id-480'/>\r
+      <parameter type-id='type-id-1150' name='lock' filepath='Python/thread.c' line='131' column='1'/>\r
+      <parameter type-id='type-id-376' name='timeout' filepath='Python/thread.c' line='132' column='1'/>\r
+      <return type-id='type-id-478'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_alloc'>\r
-      <return type-id='type-id-1767'/>\r
+      <return type-id='type-id-1764'/>\r
     </function-decl>\r
     <function-decl name='PyThread_tss_free' mangled-name='PyThread_tss_free' filepath='Python/thread.c' line='196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_free'>\r
-      <parameter type-id='type-id-1767' name='key' filepath='Python/thread.c' line='196' column='1'/>\r
+      <parameter type-id='type-id-1764' name='key' filepath='Python/thread.c' line='196' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_start_joinable_thread' mangled-name='PyThread_start_joinable_thread' filepath='Python/thread_pthread.h' line='311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_joinable_thread'>\r
-      <parameter type-id='type-id-510' name='func' filepath='Python/thread_pthread.h' line='311' column='1'/>\r
-      <parameter type-id='type-id-30' name='arg' filepath='Python/thread_pthread.h' line='311' column='1'/>\r
-      <parameter type-id='type-id-1783' name='ident' filepath='Python/thread_pthread.h' line='312' column='1'/>\r
-      <parameter type-id='type-id-1782' name='handle' filepath='Python/thread_pthread.h' line='312' column='1'/>\r
+    <function-decl name='PyThread_start_joinable_thread' mangled-name='PyThread_start_joinable_thread' filepath='Python/thread_pthread.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_joinable_thread'>\r
+      <parameter type-id='type-id-508' name='func' filepath='Python/thread_pthread.h' line='329' column='1'/>\r
+      <parameter type-id='type-id-30' name='arg' filepath='Python/thread_pthread.h' line='329' column='1'/>\r
+      <parameter type-id='type-id-1780' name='ident' filepath='Python/thread_pthread.h' line='330' column='1'/>\r
+      <parameter type-id='type-id-1779' name='handle' filepath='Python/thread_pthread.h' line='330' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_start_new_thread' mangled-name='PyThread_start_new_thread' filepath='Python/thread_pthread.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_new_thread'>\r
-      <parameter type-id='type-id-510' name='func' filepath='Python/thread_pthread.h' line='325' column='1'/>\r
-      <parameter type-id='type-id-30' name='arg' filepath='Python/thread_pthread.h' line='325' column='1'/>\r
+    <function-decl name='PyThread_start_new_thread' mangled-name='PyThread_start_new_thread' filepath='Python/thread_pthread.h' line='342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_start_new_thread'>\r
+      <parameter type-id='type-id-508' name='func' filepath='Python/thread_pthread.h' line='342' column='1'/>\r
+      <parameter type-id='type-id-30' name='arg' filepath='Python/thread_pthread.h' line='342' column='1'/>\r
       <return type-id='type-id-2'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_join_thread' mangled-name='PyThread_join_thread' filepath='Python/thread_pthread.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_join_thread'>\r
-      <parameter type-id='type-id-1779' name='th' filepath='Python/thread_pthread.h' line='340' column='1'/>\r
+    <function-decl name='PyThread_join_thread' mangled-name='PyThread_join_thread' filepath='Python/thread_pthread.h' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_join_thread'>\r
+      <parameter type-id='type-id-1776' name='th' filepath='Python/thread_pthread.h' line='353' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_detach_thread' mangled-name='PyThread_detach_thread' filepath='Python/thread_pthread.h' line='345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_detach_thread'>\r
-      <parameter type-id='type-id-1779' name='th' filepath='Python/thread_pthread.h' line='345' column='1'/>\r
+    <function-decl name='PyThread_detach_thread' mangled-name='PyThread_detach_thread' filepath='Python/thread_pthread.h' line='358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_detach_thread'>\r
+      <parameter type-id='type-id-1776' name='th' filepath='Python/thread_pthread.h' line='358' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pthread.h' line='482' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed'>\r
-      <parameter type-id='type-id-1154' name='lock' filepath='Python/thread_pthread.h' line='482' column='1'/>\r
-      <parameter type-id='type-id-377' name='microseconds' filepath='Python/thread_pthread.h' line='482' column='1'/>\r
-      <parameter type-id='type-id-5' name='intr_flag' filepath='Python/thread_pthread.h' line='483' column='1'/>\r
-      <return type-id='type-id-480'/>\r
+    <function-decl name='PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pthread.h' line='494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed'>\r
+      <parameter type-id='type-id-1150' name='lock' filepath='Python/thread_pthread.h' line='494' column='1'/>\r
+      <parameter type-id='type-id-376' name='microseconds' filepath='Python/thread_pthread.h' line='494' column='1'/>\r
+      <parameter type-id='type-id-5' name='intr_flag' filepath='Python/thread_pthread.h' line='495' column='1'/>\r
+      <return type-id='type-id-478'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_create_key'>\r
+    <function-decl name='PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='879' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_create_key'>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_delete_key' mangled-name='PyThread_delete_key' filepath='Python/thread_pthread.h' line='887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_delete_key'>\r
-      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='887' column='1'/>\r
+    <function-decl name='PyThread_delete_key' mangled-name='PyThread_delete_key' filepath='Python/thread_pthread.h' line='899' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_delete_key'>\r
+      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='899' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_delete_key_value' mangled-name='PyThread_delete_key_value' filepath='Python/thread_pthread.h' line='895' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_delete_key_value'>\r
-      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='895' column='1'/>\r
+    <function-decl name='PyThread_delete_key_value' mangled-name='PyThread_delete_key_value' filepath='Python/thread_pthread.h' line='907' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_delete_key_value'>\r
+      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='907' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' line='903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_set_key_value'>\r
-      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='903' column='1'/>\r
-      <parameter type-id='type-id-30' name='value' filepath='Python/thread_pthread.h' line='903' column='1'/>\r
+    <function-decl name='PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_set_key_value'>\r
+      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='915' column='1'/>\r
+      <parameter type-id='type-id-30' name='value' filepath='Python/thread_pthread.h' line='915' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_get_key_value' mangled-name='PyThread_get_key_value' filepath='Python/thread_pthread.h' line='914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_key_value'>\r
-      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='914' column='1'/>\r
+    <function-decl name='PyThread_get_key_value' mangled-name='PyThread_get_key_value' filepath='Python/thread_pthread.h' line='926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_get_key_value'>\r
+      <parameter type-id='type-id-5' name='key' filepath='Python/thread_pthread.h' line='926' column='1'/>\r
       <return type-id='type-id-30'/>\r
     </function-decl>\r
-    <function-decl name='PyThread_ReInitTLS' mangled-name='PyThread_ReInitTLS' filepath='Python/thread_pthread.h' line='925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_ReInitTLS'>\r
+    <function-decl name='PyThread_ReInitTLS' mangled-name='PyThread_ReInitTLS' filepath='Python/thread_pthread.h' line='937' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_ReInitTLS'>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
-    <function-type size-in-bits='64' id='type-id-1795'>\r
+    <function-type size-in-bits='64' id='type-id-1792'>\r
       <parameter type-id='type-id-30'/>\r
       <return type-id='type-id-30'/>\r
     </function-type>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/traceback.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
+  <abi-instr address-size='64' path='Python/traceback.c' comp-dir-path='/src' language='LANG_C11'>\r
     <function-decl name='_PyObject_CallMethodFormat' filepath='./Include/internal/pycore_call.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <parameter type-id='type-id-27'/>\r
       <parameter type-id='type-id-4'/>\r
     <function-decl name='_PyGILState_GetInterpreterStateUnsafe' filepath='./Include/internal/pycore_pystate.h' line='280' column='1' visibility='default' binding='global' size-in-bits='64'>\r
       <return type-id='type-id-28'/>\r
     </function-decl>\r
-    <var-decl name='PyTraceBack_Type' type-id='type-id-266' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>\r
+    <var-decl name='PyTraceBack_Type' type-id='type-id-263' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>\r
     <function-decl name='_PyTraceback_Add' mangled-name='_PyTraceback_Add' filepath='Python/traceback.c' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceback_Add'>\r
       <parameter type-id='type-id-6' name='funcname' filepath='Python/traceback.c' line='280' column='1'/>\r
       <parameter type-id='type-id-6' name='filename' filepath='Python/traceback.c' line='280' column='1'/>\r
       <return type-id='type-id-3'/>\r
     </function-decl>\r
   </abi-instr>\r
-  <abi-instr address-size='64' path='Python/tracemalloc.c' comp-dir-path='/home/runner/work/cpython/cpython' language='LANG_C11'>\r
-    <function-decl name='PyTraceMalloc_Track' mangled-name='PyTraceMalloc_Track' filepath='Python/tracemalloc.c' line='1307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>\r
-      <parameter type-id='type-id-101' name='domain' filepath='Python/tracemalloc.c' line='1307' column='1'/>\r
-      <parameter type-id='type-id-427' name='ptr' filepath='Python/tracemalloc.c' line='1307' column='1'/>\r
-      <parameter type-id='type-id-21' name='size' filepath='Python/tracemalloc.c' line='1308' column='1'/>\r
+  <abi-instr address-size='64' path='Python/tracemalloc.c' comp-dir-path='/src' language='LANG_C11'>\r
+    <function-decl name='PyTraceMalloc_Track' mangled-name='PyTraceMalloc_Track' filepath='Python/tracemalloc.c' line='1320' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>\r
+      <parameter type-id='type-id-99' name='domain' filepath='Python/tracemalloc.c' line='1320' column='1'/>\r
+      <parameter type-id='type-id-426' name='ptr' filepath='Python/tracemalloc.c' line='1320' column='1'/>\r
+      <parameter type-id='type-id-21' name='size' filepath='Python/tracemalloc.c' line='1321' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='Python/tracemalloc.c' line='1330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>\r
-      <parameter type-id='type-id-101' name='domain' filepath='Python/tracemalloc.c' line='1330' column='1'/>\r
-      <parameter type-id='type-id-427' name='ptr' filepath='Python/tracemalloc.c' line='1330' column='1'/>\r
+    <function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='Python/tracemalloc.c' line='1351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>\r
+      <parameter type-id='type-id-99' name='domain' filepath='Python/tracemalloc.c' line='1351' column='1'/>\r
+      <parameter type-id='type-id-426' name='ptr' filepath='Python/tracemalloc.c' line='1351' column='1'/>\r
       <return type-id='type-id-5'/>\r
     </function-decl>\r
-    <function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='Python/tracemalloc.c' line='1396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>\r
-      <parameter type-id='type-id-101' name='domain' filepath='Python/tracemalloc.c' line='1396' column='1'/>\r
-      <parameter type-id='type-id-427' name='ptr' filepath='Python/tracemalloc.c' line='1396' column='1'/>\r
+    <function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='Python/tracemalloc.c' line='1441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>\r
+      <parameter type-id='type-id-99' name='domain' filepath='Python/tracemalloc.c' line='1441' column='1'/>\r
+      <parameter type-id='type-id-426' name='ptr' filepath='Python/tracemalloc.c' line='1441' column='1'/>\r
       <return type-id='type-id-4'/>\r
     </function-decl>\r
   </abi-instr>\r
index dd6b0762370c92602a7e128f44b3d459cc6f70d3..e9593dbff1cc60aeb2ac5ee59a04f41b8a7fee5c 100644 (file)
@@ -117,7 +117,7 @@ extern int _PyMem_SetupAllocators(PyMemAllocatorName allocator);
 extern int _PyMem_DebugEnabled(void);
 
 // Enqueue a pointer to be freed possibly after some delay.
-extern void _PyMem_FreeDelayed(void *ptr);
+extern void _PyMem_FreeDelayed(void *ptr, size_t size);
 
 // Enqueue an object to be freed possibly after some delay
 extern void _PyObject_FreeDelayed(void *ptr);
index 20e643e172b38d7f38009323efefb35b6d756730..84e9d98dd21bda1460b0ecfd68a71c630f865ba8 100644 (file)
@@ -49,8 +49,21 @@ struct _qsbr_thread_state {
     // Thread state (or NULL)
     PyThreadState *tstate;
 
-    // Used to defer advancing write sequence a fixed number of times
-    int deferrals;
+    // Number of held items added by this thread since the last write sequence
+    // advance
+    int deferred_count;
+
+    // Estimate for the amount of memory that is held by this thread since
+    // the last write sequence advance
+    size_t deferred_memory;
+
+    // Amount of memory in mimalloc pages deferred from collection.  When
+    // deferred, they are prevented from being used for a different size class
+    // and in a different thread.
+    size_t deferred_page_memory;
+
+    // True if the deferred memory frees should be processed.
+    bool should_process;
 
     // Is this thread state allocated?
     bool allocated;
@@ -110,11 +123,17 @@ _Py_qbsr_goal_reached(struct _qsbr_thread_state *qsbr, uint64_t goal)
 extern uint64_t
 _Py_qsbr_advance(struct _qsbr_shared *shared);
 
-// Batches requests to advance the write sequence. This advances the write
-// sequence every N calls, which reduces overhead but increases time to
-// reclamation. Returns the new goal.
+// Return the next value for the write sequence (current plus the increment).
 extern uint64_t
-_Py_qsbr_deferred_advance(struct _qsbr_thread_state *qsbr);
+_Py_qsbr_shared_next(struct _qsbr_shared *shared);
+
+// Return true if deferred memory frees held by QSBR should be processed to
+// determine if they can be safely freed.
+static inline bool
+_Py_qsbr_should_process(struct _qsbr_thread_state *qsbr)
+{
+    return qsbr->should_process;
+}
 
 // Have the read sequences advanced to the given goal? If this returns true,
 // it safe to reclaim any memory tagged with the goal (or earlier goal).
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-06-03-21-06-22.gh-issue-133136.Usnvri.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-06-03-21-06-22.gh-issue-133136.Usnvri.rst
new file mode 100644 (file)
index 0000000..a9501c1
--- /dev/null
@@ -0,0 +1,2 @@
+Limit excess memory usage in the :term:`free threading` build when a
+large dictionary or list is resized and accessed by multiple threads.
index 69a69e13faefe661d82e40d84a53c7e89475b39b..6937a140f1a396830e0b1e5c1712848018770721 100644 (file)
@@ -851,7 +851,7 @@ free_keys_object(PyDictKeysObject *keys, bool use_qsbr)
 {
 #ifdef Py_GIL_DISABLED
     if (use_qsbr) {
-        _PyMem_FreeDelayed(keys);
+        _PyMem_FreeDelayed(keys, _PyDict_KeysSize(keys));
         return;
     }
 #endif
@@ -902,7 +902,7 @@ free_values(PyDictValues *values, bool use_qsbr)
     assert(values->embedded == 0);
 #ifdef Py_GIL_DISABLED
     if (use_qsbr) {
-        _PyMem_FreeDelayed(values);
+        _PyMem_FreeDelayed(values, values_size_from_count(values->capacity));
         return;
     }
 #endif
index 04a31f1f34a4bba68a0173b4225e232544314980..8af6964189ec3edec37f9469b81edf0157c4ef0a 100644 (file)
@@ -68,7 +68,8 @@ free_list_items(PyObject** items, bool use_qsbr)
 #ifdef Py_GIL_DISABLED
     _PyListArray *array = _Py_CONTAINER_OF(items, _PyListArray, ob_item);
     if (use_qsbr) {
-        _PyMem_FreeDelayed(array);
+        size_t size = sizeof(_PyListArray) + array->allocated * sizeof(PyObject *);
+        _PyMem_FreeDelayed(array, size);
     }
     else {
         PyMem_Free(array);
index 6f23639645000b1370898612cfd98ea716fbb452..3fdc9d01f2d21c9590c2515e3b4c12ddd757ee2f 100644 (file)
@@ -123,6 +123,33 @@ _PyMem_mi_page_is_safe_to_free(mi_page_t *page)
 
 }
 
+#ifdef Py_GIL_DISABLED
+
+// If we are deferring collection of more than this amount of memory for
+// mimalloc pages, advance the write sequence.  Advancing allows these
+// pages to be re-used in a different thread or for a different size class.
+#define QSBR_PAGE_MEM_LIMIT 4096*20
+
+// Return true if the global write sequence should be advanced for a mimalloc
+// page that is deferred from collection.
+static bool
+should_advance_qsbr_for_page(struct _qsbr_thread_state *qsbr, mi_page_t *page)
+{
+    size_t bsize = mi_page_block_size(page);
+    size_t page_size = page->capacity*bsize;
+    if (page_size > QSBR_PAGE_MEM_LIMIT) {
+        qsbr->deferred_page_memory = 0;
+        return true;
+    }
+    qsbr->deferred_page_memory += page_size;
+    if (qsbr->deferred_page_memory > QSBR_PAGE_MEM_LIMIT) {
+        qsbr->deferred_page_memory = 0;
+        return true;
+    }
+    return false;
+}
+#endif
+
 static bool
 _PyMem_mi_page_maybe_free(mi_page_t *page, mi_page_queue_t *pq, bool force)
 {
@@ -138,7 +165,14 @@ _PyMem_mi_page_maybe_free(mi_page_t *page, mi_page_queue_t *pq, bool force)
 
         _PyMem_mi_page_clear_qsbr(page);
         page->retire_expire = 0;
-        page->qsbr_goal = _Py_qsbr_deferred_advance(tstate->qsbr);
+
+        if (should_advance_qsbr_for_page(tstate->qsbr, page)) {
+            page->qsbr_goal = _Py_qsbr_advance(tstate->qsbr->shared);
+        }
+        else {
+            page->qsbr_goal = _Py_qsbr_shared_next(tstate->qsbr->shared);
+        }
+
         llist_insert_tail(&tstate->mimalloc.page_list, &page->qsbr_node);
         return false;
     }
@@ -1103,8 +1137,44 @@ free_work_item(uintptr_t ptr)
     }
 }
 
+
+#ifdef Py_GIL_DISABLED
+
+// For deferred advance on free: the number of deferred items before advancing
+// the write sequence.  This is based on WORK_ITEMS_PER_CHUNK.  We ideally
+// want to process a chunk before it overflows.
+#define QSBR_DEFERRED_LIMIT 127
+
+// If the deferred memory exceeds 1 MiB, advance the write sequence.  This
+// helps limit memory usage due to QSBR delaying frees too long.
+#define QSBR_FREE_MEM_LIMIT 1024*1024
+
+// Return true if the global write sequence should be advanced for a deferred
+// memory free.
+static bool
+should_advance_qsbr_for_free(struct _qsbr_thread_state *qsbr, size_t size)
+{
+    if (size > QSBR_FREE_MEM_LIMIT) {
+        qsbr->deferred_count = 0;
+        qsbr->deferred_memory = 0;
+        qsbr->should_process = true;
+        return true;
+    }
+    qsbr->deferred_count++;
+    qsbr->deferred_memory += size;
+    if (qsbr->deferred_count > QSBR_DEFERRED_LIMIT ||
+            qsbr->deferred_memory > QSBR_FREE_MEM_LIMIT) {
+        qsbr->deferred_count = 0;
+        qsbr->deferred_memory = 0;
+        qsbr->should_process = true;
+        return true;
+    }
+    return false;
+}
+#endif
+
 static void
-free_delayed(uintptr_t ptr)
+free_delayed(uintptr_t ptr, size_t size)
 {
 #ifndef Py_GIL_DISABLED
     free_work_item(ptr);
@@ -1145,23 +1215,32 @@ free_delayed(uintptr_t ptr)
     }
 
     assert(buf != NULL && buf->wr_idx < WORK_ITEMS_PER_CHUNK);
-    uint64_t seq = _Py_qsbr_deferred_advance(tstate->qsbr);
+    uint64_t seq;
+    if (should_advance_qsbr_for_free(tstate->qsbr, size)) {
+        seq = _Py_qsbr_advance(tstate->qsbr->shared);
+    }
+    else {
+        seq = _Py_qsbr_shared_next(tstate->qsbr->shared);
+    }
     buf->array[buf->wr_idx].ptr = ptr;
     buf->array[buf->wr_idx].qsbr_goal = seq;
     buf->wr_idx++;
 
     if (buf->wr_idx == WORK_ITEMS_PER_CHUNK) {
+        // Normally the processing of delayed items is done from the eval
+        // breaker.  Processing here is a safety measure to ensure too much
+        // work does not accumulate.
         _PyMem_ProcessDelayed((PyThreadState *)tstate);
     }
 #endif
 }
 
 void
-_PyMem_FreeDelayed(void *ptr)
+_PyMem_FreeDelayed(void *ptr, size_t size)
 {
     assert(!((uintptr_t)ptr & 0x01));
     if (ptr != NULL) {
-        free_delayed((uintptr_t)ptr);
+        free_delayed((uintptr_t)ptr, size);
     }
 }
 
@@ -1169,7 +1248,10 @@ void
 _PyObject_FreeDelayed(void *ptr)
 {
     assert(!((uintptr_t)ptr & 0x01));
-    free_delayed(((uintptr_t)ptr)|0x01);
+    // We use 0 as the size since we don't have an easy way to know the
+    // actual size.  If we are freeing many objects, the write sequence
+    // will be advanced due to QSBR_DEFERRED_LIMIT.
+    free_delayed(((uintptr_t)ptr)|0x01, 0);
 }
 
 static struct _mem_work_chunk *
@@ -1239,6 +1321,8 @@ _PyMem_ProcessDelayed(PyThreadState *tstate)
     PyInterpreterState *interp = tstate->interp;
     _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
 
+    tstate_impl->qsbr->should_process = false;
+
     // Process thread-local work
     process_queue(&tstate_impl->mem_free_queue, tstate_impl->qsbr, true);
 
index 0b45caba0d49ff8bd8efebd9ee88535f8f54a477..e82993b8f7ca7f2b16f801109af6c638f27bf30d 100644 (file)
@@ -1288,6 +1288,10 @@ _Py_HandlePending(PyThreadState *tstate)
         _Py_unset_eval_breaker_bit(tstate, _PY_EVAL_EXPLICIT_MERGE_BIT);
         _Py_brc_merge_refcounts(tstate);
     }
+    /* Process deferred memory frees held by QSBR */
+    if (_Py_qsbr_should_process(((_PyThreadStateImpl *)tstate)->qsbr)) {
+        _PyMem_ProcessDelayed(tstate);
+    }
 #endif
 
     /* GC scheduled to run */
index 386a8451dc40c0dabe5b474bb738017910e8c936..935226e36e84cd3e3cf95290fcbc84209553b885 100644 (file)
 // Starting size of the array of qsbr thread states
 #define MIN_ARRAY_SIZE 8
 
-// For _Py_qsbr_deferred_advance(): the number of deferrals before advancing
-// the write sequence.
-#define QSBR_DEFERRED_LIMIT 10
-
 // Allocate a QSBR thread state from the freelist
 static struct _qsbr_thread_state *
 qsbr_allocate(struct _qsbr_shared *shared)
@@ -117,13 +113,9 @@ _Py_qsbr_advance(struct _qsbr_shared *shared)
 }
 
 uint64_t
-_Py_qsbr_deferred_advance(struct _qsbr_thread_state *qsbr)
+_Py_qsbr_shared_next(struct _qsbr_shared *shared)
 {
-    if (++qsbr->deferrals < QSBR_DEFERRED_LIMIT) {
-        return _Py_qsbr_shared_current(qsbr->shared) + QSBR_INCR;
-    }
-    qsbr->deferrals = 0;
-    return _Py_qsbr_advance(qsbr->shared);
+    return _Py_qsbr_shared_current(shared) + QSBR_INCR;
 }
 
 static uint64_t