[Python-checkins] [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484)

pablogsal webhook-mailer at python.org
Tue May 31 22:13:34 EDT 2022


https://github.com/python/cpython/commit/00f8fe956491816f03f1cc76bc7ed297cd9c0930
commit: 00f8fe956491816f03f1cc76bc7ed297cd9c0930
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2022-06-01T03:13:27+01:00
summary:

[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484)

* gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
(cherry picked from commit 9d25db9db1617f012d7dba118b5b8f2b9e25e116)

Co-authored-by: Serhiy Storchaka <storchaka at gmail.com>

* Regenerate ABI file

Co-authored-by: Serhiy Storchaka <storchaka at gmail.com>
Co-authored-by: Pablo Galindo <pablogsal at gmail.com>

files:
M Doc/data/python3.11.abi
M Include/internal/pycore_global_strings.h
M Include/internal/pycore_runtime_init.h
M Lib/test/test_typing.py
M Lib/typing.py
M Objects/genericaliasobject.c

diff --git a/Doc/data/python3.11.abi b/Doc/data/python3.11.abi
index b0360f4121bc6..c5a1fdaea6fff 100644
--- a/Doc/data/python3.11.abi
+++ b/Doc/data/python3.11.abi
@@ -1637,7 +1637,7 @@
     <elf-symbol name='_PyNotImplemented_Type' size='408' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_PyOS_ReadlineTState' size='8' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_PyParser_TokenNames' size='520' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
-    <elf-symbol name='_PyRuntime' size='166496' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
+    <elf-symbol name='_PyRuntime' size='166592' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_PySet_Dummy' size='8' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_PyWeakref_CallableProxyType' size='408' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_PyWeakref_ProxyType' size='408' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
@@ -1658,7 +1658,7 @@
     <elf-symbol name='_Py_ctype_toupper' size='256' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
     <elf-symbol name='_Py_tracemalloc_config' size='12' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
   </elf-variable-symbols>
-  <abi-instr version='1.0' address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/getbuildinfo.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <type-decl name='char' size-in-bits='8' id='type-id-1'/>
     <qualified-type-def type-id='type-id-1' const='yes' id='type-id-2'/>
     <pointer-type-def type-id='type-id-2' size-in-bits='64' id='type-id-3'/>
@@ -1672,7 +1672,7 @@
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Parser/token.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Parser/token.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <qualified-type-def type-id='type-id-3' const='yes' id='type-id-4'/>
 
     <array-type-def dimensions='1' type-id='type-id-4' size-in-bits='infinite' id='type-id-5'>
@@ -1698,7 +1698,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Parser/myreadline.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Parser/myreadline.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <class-decl name='_ts' size-in-bits='2880' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='82' column='1' id='type-id-9'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='prev' type-id='type-id-10' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>
@@ -1823,169 +1823,169 @@
     </class-decl>
     <typedef-decl name='PyThreadState' type-id='type-id-9' filepath='./Include/pytypedefs.h' line='24' column='1' id='type-id-25'/>
     <pointer-type-def type-id='type-id-25' size-in-bits='64' id='type-id-10'/>
-    <class-decl name='_is' size-in-bits='861888' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='81' column='1' id='type-id-26'>
+    <class-decl name='_is' size-in-bits='861888' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='78' column='1' id='type-id-26'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_interp.h' line='83' column='1'/>
+        <var-decl name='next' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_interp.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='threads' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='96' column='1'/>
+        <var-decl name='threads' type-id='type-id-27' visibility='default' filepath='./Include/internal/pycore_interp.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='runtime' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_interp.h' line='101' column='1'/>
+        <var-decl name='runtime' type-id='type-id-28' visibility='default' filepath='./Include/internal/pycore_interp.h' line='98' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='id' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_interp.h' line='103' column='1'/>
+        <var-decl name='id' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_interp.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='id_refcount' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_interp.h' line='104' column='1'/>
+        <var-decl name='id_refcount' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_interp.h' line='101' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='requires_idref' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='105' column='1'/>
+        <var-decl name='requires_idref' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='102' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='id_mutex' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_interp.h' line='106' column='1'/>
+        <var-decl name='id_mutex' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_interp.h' line='103' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='112' column='1'/>
+        <var-decl name='_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='672'>
-        <var-decl name='finalizing' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='113' column='1'/>
+        <var-decl name='finalizing' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='_static' type-id='type-id-31' visibility='default' filepath='./Include/internal/pycore_interp.h' line='116' column='1'/>
+        <var-decl name='_static' type-id='type-id-31' visibility='default' filepath='./Include/internal/pycore_interp.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='ceval' type-id='type-id-32' visibility='default' filepath='./Include/internal/pycore_interp.h' line='118' column='1'/>
+        <var-decl name='ceval' type-id='type-id-32' visibility='default' filepath='./Include/internal/pycore_interp.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5184'>
-        <var-decl name='gc' type-id='type-id-33' visibility='default' filepath='./Include/internal/pycore_interp.h' line='119' column='1'/>
+        <var-decl name='gc' type-id='type-id-33' visibility='default' filepath='./Include/internal/pycore_interp.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7104'>
-        <var-decl name='modules' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='122' column='1'/>
+        <var-decl name='modules' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='119' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7168'>
-        <var-decl name='modules_by_index' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='123' column='1'/>
+        <var-decl name='modules_by_index' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='120' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7232'>
-        <var-decl name='sysdict' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='125' column='1'/>
+        <var-decl name='sysdict' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='122' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7296'>
-        <var-decl name='builtins' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='127' column='1'/>
+        <var-decl name='builtins' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='124' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7360'>
-        <var-decl name='importlib' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='129' column='1'/>
+        <var-decl name='importlib' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='126' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7424'>
-        <var-decl name='override_frozen_modules' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='132' column='1'/>
+        <var-decl name='override_frozen_modules' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='129' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7488'>
-        <var-decl name='codec_search_path' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='134' column='1'/>
+        <var-decl name='codec_search_path' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='131' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7552'>
-        <var-decl name='codec_search_cache' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='135' column='1'/>
+        <var-decl name='codec_search_cache' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7616'>
-        <var-decl name='codec_error_registry' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='136' column='1'/>
+        <var-decl name='codec_error_registry' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='133' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7680'>
-        <var-decl name='codecs_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='137' column='1'/>
+        <var-decl name='codecs_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='134' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='7744'>
-        <var-decl name='config' type-id='type-id-34' visibility='default' filepath='./Include/internal/pycore_interp.h' line='139' column='1'/>
+        <var-decl name='config' type-id='type-id-34' visibility='default' filepath='./Include/internal/pycore_interp.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11136'>
-        <var-decl name='dlopenflags' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='141' column='1'/>
+        <var-decl name='dlopenflags' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='138' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11200'>
-        <var-decl name='dict' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='144' column='1'/>
+        <var-decl name='dict' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='141' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11264'>
-        <var-decl name='builtins_copy' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='146' column='1'/>
+        <var-decl name='builtins_copy' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11328'>
-        <var-decl name='import_func' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='147' column='1'/>
+        <var-decl name='import_func' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='144' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11392'>
-        <var-decl name='eval_frame' type-id='type-id-35' visibility='default' filepath='./Include/internal/pycore_interp.h' line='149' column='1'/>
+        <var-decl name='eval_frame' type-id='type-id-35' visibility='default' filepath='./Include/internal/pycore_interp.h' line='146' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11456'>
-        <var-decl name='co_extra_user_count' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_interp.h' line='151' column='1'/>
+        <var-decl name='co_extra_user_count' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_interp.h' line='148' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='11520'>
-        <var-decl name='co_extra_freefuncs' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp.h' line='152' column='1'/>
+        <var-decl name='co_extra_freefuncs' type-id='type-id-37' visibility='default' filepath='./Include/internal/pycore_interp.h' line='149' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='27840'>
-        <var-decl name='before_forkers' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='155' column='1'/>
+        <var-decl name='before_forkers' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='152' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='27904'>
-        <var-decl name='after_forkers_parent' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='156' column='1'/>
+        <var-decl name='after_forkers_parent' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='153' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='27968'>
-        <var-decl name='after_forkers_child' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='157' column='1'/>
+        <var-decl name='after_forkers_child' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28032'>
-        <var-decl name='warnings' type-id='type-id-38' visibility='default' filepath='./Include/internal/pycore_interp.h' line='160' column='1'/>
+        <var-decl name='warnings' type-id='type-id-38' visibility='default' filepath='./Include/internal/pycore_interp.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28288'>
-        <var-decl name='atexit' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_interp.h' line='161' column='1'/>
+        <var-decl name='atexit' type-id='type-id-39' visibility='default' filepath='./Include/internal/pycore_interp.h' line='158' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28416'>
-        <var-decl name='audit_hooks' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='163' column='1'/>
+        <var-decl name='audit_hooks' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='160' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28480'>
-        <var-decl name='unicode' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp.h' line='165' column='1'/>
+        <var-decl name='unicode' type-id='type-id-40' visibility='default' filepath='./Include/internal/pycore_interp.h' line='162' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28864'>
-        <var-decl name='float_state' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_interp.h' line='166' column='1'/>
+        <var-decl name='float_state' type-id='type-id-41' visibility='default' filepath='./Include/internal/pycore_interp.h' line='163' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='28992'>
-        <var-decl name='slice_cache' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_interp.h' line='169' column='1'/>
+        <var-decl name='slice_cache' type-id='type-id-42' visibility='default' filepath='./Include/internal/pycore_interp.h' line='166' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='29056'>
-        <var-decl name='tuple' type-id='type-id-43' visibility='default' filepath='./Include/internal/pycore_interp.h' line='171' column='1'/>
+        <var-decl name='tuple' type-id='type-id-43' visibility='default' filepath='./Include/internal/pycore_interp.h' line='168' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='30976'>
-        <var-decl name='list' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_interp.h' line='172' column='1'/>
+        <var-decl name='list' type-id='type-id-44' visibility='default' filepath='./Include/internal/pycore_interp.h' line='169' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='36160'>
-        <var-decl name='dict_state' type-id='type-id-45' visibility='default' filepath='./Include/internal/pycore_interp.h' line='173' column='1'/>
+        <var-decl name='dict_state' type-id='type-id-45' visibility='default' filepath='./Include/internal/pycore_interp.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='46528'>
-        <var-decl name='async_gen' type-id='type-id-46' visibility='default' filepath='./Include/internal/pycore_interp.h' line='174' column='1'/>
+        <var-decl name='async_gen' type-id='type-id-46' visibility='default' filepath='./Include/internal/pycore_interp.h' line='171' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='56896'>
-        <var-decl name='context' type-id='type-id-47' visibility='default' filepath='./Include/internal/pycore_interp.h' line='175' column='1'/>
+        <var-decl name='context' type-id='type-id-47' visibility='default' filepath='./Include/internal/pycore_interp.h' line='172' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='57024'>
-        <var-decl name='exc_state' type-id='type-id-48' visibility='default' filepath='./Include/internal/pycore_interp.h' line='176' column='1'/>
+        <var-decl name='exc_state' type-id='type-id-48' visibility='default' filepath='./Include/internal/pycore_interp.h' line='173' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='57280'>
-        <var-decl name='ast' type-id='type-id-49' visibility='default' filepath='./Include/internal/pycore_interp.h' line='178' column='1'/>
+        <var-decl name='ast' type-id='type-id-49' visibility='default' filepath='./Include/internal/pycore_interp.h' line='175' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='72384'>
-        <var-decl name='type_cache' type-id='type-id-50' visibility='default' filepath='./Include/internal/pycore_interp.h' line='179' column='1'/>
+        <var-decl name='type_cache' type-id='type-id-50' visibility='default' filepath='./Include/internal/pycore_interp.h' line='176' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='858816'>
-        <var-decl name='callable_cache' type-id='type-id-51' visibility='default' filepath='./Include/internal/pycore_interp.h' line='180' column='1'/>
+        <var-decl name='callable_cache' type-id='type-id-51' visibility='default' filepath='./Include/internal/pycore_interp.h' line='177' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='859008'>
-        <var-decl name='_initial_thread' type-id='type-id-25' visibility='default' filepath='./Include/internal/pycore_interp.h' line='195' column='1'/>
+        <var-decl name='_initial_thread' type-id='type-id-25' visibility='default' filepath='./Include/internal/pycore_interp.h' line='192' column='1'/>
       </data-member>
     </class-decl>
     <typedef-decl name='PyInterpreterState' type-id='type-id-26' filepath='./Include/pytypedefs.h' line='25' column='1' id='type-id-52'/>
     <pointer-type-def type-id='type-id-52' size-in-bits='64' id='type-id-11'/>
-    <class-decl name='pythreads' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='85' column='1' id='type-id-27'>
+    <class-decl name='pythreads' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='82' column='1' id='type-id-27'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next_unique_id' type-id='type-id-19' visibility='default' filepath='./Include/internal/pycore_interp.h' line='86' column='1'/>
+        <var-decl name='next_unique_id' type-id='type-id-19' visibility='default' filepath='./Include/internal/pycore_interp.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-10' visibility='default' filepath='./Include/internal/pycore_interp.h' line='88' column='1'/>
+        <var-decl name='head' type-id='type-id-10' visibility='default' filepath='./Include/internal/pycore_interp.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='count' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_interp.h' line='90' column='1'/>
+        <var-decl name='count' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_interp.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='stacksize' type-id='type-id-54' visibility='default' filepath='./Include/internal/pycore_interp.h' line='95' column='1'/>
+        <var-decl name='stacksize' type-id='type-id-54' visibility='default' filepath='./Include/internal/pycore_interp.h' line='92' column='1'/>
       </data-member>
     </class-decl>
     <type-decl name='unsigned long int' size-in-bits='64' id='type-id-16'/>
@@ -1993,66 +1993,66 @@
     <typedef-decl name='uint64_t' type-id='type-id-55' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='27' column='1' id='type-id-19'/>
     <type-decl name='long int' size-in-bits='64' id='type-id-53'/>
     <typedef-decl name='size_t' type-id='type-id-16' filepath='/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h' line='209' column='1' id='type-id-54'/>
-    <class-decl name='pyruntimestate' size-in-bits='1331968' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='61' column='1' id='type-id-56'>
+    <class-decl name='pyruntimestate' size-in-bits='1332736' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='59' column='1' id='type-id-56'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='66' column='1'/>
+        <var-decl name='_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
-        <var-decl name='preinitializing' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='69' column='1'/>
+        <var-decl name='preinitializing' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='preinitialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='72' column='1'/>
+        <var-decl name='preinitialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='core_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='75' column='1'/>
+        <var-decl name='core_initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='78' column='1'/>
+        <var-decl name='initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='_finalizing' type-id='type-id-57' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='85' column='1'/>
+        <var-decl name='_finalizing' type-id='type-id-57' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='interpreters' type-id='type-id-58' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='104' column='1'/>
+        <var-decl name='interpreters' type-id='type-id-58' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='102' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='xidregistry' type-id='type-id-59' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='109' column='1'/>
+        <var-decl name='xidregistry' type-id='type-id-59' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
-        <var-decl name='main_thread' type-id='type-id-16' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='111' column='1'/>
+        <var-decl name='main_thread' type-id='type-id-16' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='109' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='exitfuncs' type-id='type-id-60' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='114' column='1'/>
+        <var-decl name='exitfuncs' type-id='type-id-60' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='112' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2752'>
-        <var-decl name='nexitfuncs' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='115' column='1'/>
+        <var-decl name='nexitfuncs' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='113' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2816'>
-        <var-decl name='ceval' type-id='type-id-61' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='117' column='1'/>
+        <var-decl name='ceval' type-id='type-id-61' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='115' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4544'>
-        <var-decl name='gilstate' type-id='type-id-62' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='118' column='1'/>
+        <var-decl name='gilstate' type-id='type-id-62' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='116' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4800'>
-        <var-decl name='preconfig' type-id='type-id-63' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='120' column='1'/>
+        <var-decl name='preconfig' type-id='type-id-63' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='118' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5120'>
-        <var-decl name='open_code_hook' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='124' column='1'/>
+        <var-decl name='open_code_hook' type-id='type-id-64' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='122' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5184'>
-        <var-decl name='open_code_userdata' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='125' column='1'/>
+        <var-decl name='open_code_userdata' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='123' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5248'>
-        <var-decl name='audit_hook_head' type-id='type-id-65' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='126' column='1'/>
+        <var-decl name='audit_hook_head' type-id='type-id-65' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='124' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5312'>
-        <var-decl name='unicode_ids' type-id='type-id-66' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='128' column='1'/>
+        <var-decl name='unicode_ids' type-id='type-id-66' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='126' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5440'>
-        <var-decl name='global_objects' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='131' column='1'/>
+        <var-decl name='global_objects' type-id='type-id-67' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='129' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='470080'>
-        <var-decl name='_main_interpreter' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='148' column='1'/>
+      <data-member access='public' layout-offset-in-bits='470848'>
+        <var-decl name='_main_interpreter' type-id='type-id-52' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='146' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_atomic_address' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atomic.h' line='45' column='1' id='type-id-68'>
@@ -2062,18 +2062,18 @@
     </class-decl>
     <type-decl name='atomic_uintptr_t' size-in-bits='64' id='type-id-69'/>
     <typedef-decl name='_Py_atomic_address' type-id='type-id-68' filepath='./Include/internal/pycore_atomic.h' line='47' column='1' id='type-id-57'/>
-    <class-decl name='pyinterpreters' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='87' column='1' id='type-id-58'>
+    <class-decl name='pyinterpreters' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='85' column='1' id='type-id-58'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='mutex' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='88' column='1'/>
+        <var-decl name='mutex' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='86' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='90' column='1'/>
+        <var-decl name='head' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='88' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='main' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='94' column='1'/>
+        <var-decl name='main' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='next_id' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='103' column='1'/>
+        <var-decl name='next_id' type-id='type-id-29' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='101' column='1'/>
       </data-member>
     </class-decl>
     <type-decl name='void' id='type-id-70'/>
@@ -2081,23 +2081,23 @@
     <typedef-decl name='PyThread_type_lock' type-id='type-id-18' filepath='./Include/pythread.h' line='4' column='1' id='type-id-30'/>
     <typedef-decl name='__int64_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='44' column='1' id='type-id-71'/>
     <typedef-decl name='int64_t' type-id='type-id-71' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-intn.h' line='27' column='1' id='type-id-29'/>
-    <class-decl name='_xidregistry' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='106' column='1' id='type-id-59'>
+    <class-decl name='_xidregistry' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='104' column='1' id='type-id-59'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='mutex' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='107' column='1'/>
+        <var-decl name='mutex' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='105' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='head' type-id='type-id-72' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='108' column='1'/>
+        <var-decl name='head' type-id='type-id-72' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='106' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_xidregitem' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='213' column='1' id='type-id-73'>
+    <class-decl name='_xidregitem' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='210' column='1' id='type-id-73'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='cls' type-id='type-id-74' visibility='default' filepath='./Include/internal/pycore_interp.h' line='214' column='1'/>
+        <var-decl name='cls' type-id='type-id-74' visibility='default' filepath='./Include/internal/pycore_interp.h' line='211' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='getdata' type-id='type-id-75' visibility='default' filepath='./Include/internal/pycore_interp.h' line='215' column='1'/>
+        <var-decl name='getdata' type-id='type-id-75' visibility='default' filepath='./Include/internal/pycore_interp.h' line='212' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='next' type-id='type-id-72' visibility='default' filepath='./Include/internal/pycore_interp.h' line='216' column='1'/>
+        <var-decl name='next' type-id='type-id-72' visibility='default' filepath='./Include/internal/pycore_interp.h' line='213' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_typeobject' size-in-bits='3264' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='148' column='1' id='type-id-76'>
@@ -2267,19 +2267,19 @@
     </class-decl>
     <typedef-decl name='__ssize_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='193' column='1' id='type-id-110'/>
     <typedef-decl name='ssize_t' type-id='type-id-110' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='108' column='1' id='type-id-111'/>
-    <typedef-decl name='Py_ssize_t' type-id='type-id-111' filepath='./Include/pyport.h' line='140' column='1' id='type-id-36'/>
+    <typedef-decl name='Py_ssize_t' type-id='type-id-111' filepath='./Include/pyport.h' line='162' column='1' id='type-id-36'/>
     <typedef-decl name='PyTypeObject' type-id='type-id-76' filepath='./Include/pytypedefs.h' line='20' column='1' id='type-id-112'/>
     <pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-74'/>
     <typedef-decl name='PyObject' type-id='type-id-109' filepath='./Include/pytypedefs.h' line='18' column='1' id='type-id-108'/>
     <typedef-decl name='PyVarObject' type-id='type-id-107' filepath='./Include/object.h' line='112' column='1' id='type-id-77'/>
     <pointer-type-def type-id='type-id-108' size-in-bits='64' id='type-id-14'/>
     <pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-114'/>
-    <typedef-decl name='destructor' type-id='type-id-114' filepath='./Include/object.h' line='212' column='1' id='type-id-78'/>
+    <typedef-decl name='destructor' type-id='type-id-114' filepath='./Include/object.h' line='213' column='1' id='type-id-78'/>
     <pointer-type-def type-id='type-id-1' size-in-bits='64' id='type-id-115'/>
     <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-117'/>
-    <typedef-decl name='getattrfunc' type-id='type-id-117' filepath='./Include/object.h' line='213' column='1' id='type-id-79'/>
+    <typedef-decl name='getattrfunc' type-id='type-id-117' filepath='./Include/object.h' line='214' column='1' id='type-id-79'/>
     <pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-119'/>
-    <typedef-decl name='setattrfunc' type-id='type-id-119' filepath='./Include/object.h' line='215' column='1' id='type-id-80'/>
+    <typedef-decl name='setattrfunc' type-id='type-id-119' filepath='./Include/object.h' line='216' column='1' id='type-id-80'/>
     <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-120' visibility='default' filepath='./Include/cpython/object.h' line='130' column='1' id='type-id-121'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='am_await' type-id='type-id-122' visibility='default' filepath='./Include/cpython/object.h' line='131' column='1'/>
@@ -2295,21 +2295,21 @@
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-124' size-in-bits='64' id='type-id-125'/>
-    <typedef-decl name='unaryfunc' type-id='type-id-125' filepath='./Include/object.h' line='195' column='1' id='type-id-122'/>
+    <typedef-decl name='unaryfunc' type-id='type-id-125' filepath='./Include/object.h' line='196' column='1' id='type-id-122'/>
     <type-decl name='unnamed-enum-underlying-type' is-anonymous='yes' size-in-bits='32' alignment-in-bits='32' id='type-id-126'/>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/object.h' line='675' column='1' id='type-id-127'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/object.h' line='676' column='1' id='type-id-127'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='PYGEN_RETURN' value='0'/>
       <enumerator name='PYGEN_ERROR' value='-1'/>
       <enumerator name='PYGEN_NEXT' value='1'/>
     </enum-decl>
-    <typedef-decl name='PySendResult' type-id='type-id-127' filepath='./Include/object.h' line='679' column='1' id='type-id-128'/>
+    <typedef-decl name='PySendResult' type-id='type-id-127' filepath='./Include/object.h' line='680' column='1' id='type-id-128'/>
     <pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-22'/>
     <pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-130'/>
     <typedef-decl name='sendfunc' type-id='type-id-130' filepath='./Include/cpython/object.h' line='128' column='1' id='type-id-123'/>
     <typedef-decl name='PyAsyncMethods' type-id='type-id-121' filepath='./Include/cpython/object.h' line='135' column='1' id='type-id-120'/>
     <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-81'/>
-    <typedef-decl name='reprfunc' type-id='type-id-125' filepath='./Include/object.h' line='217' column='1' id='type-id-82'/>
+    <typedef-decl name='reprfunc' type-id='type-id-125' filepath='./Include/object.h' line='218' column='1' id='type-id-82'/>
     <class-decl name='__anonymous_struct__' size-in-bits='2304' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-131' visibility='default' filepath='./Include/cpython/object.h' line='61' column='1' id='type-id-132'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='nb_add' type-id='type-id-133' visibility='default' filepath='./Include/cpython/object.h' line='66' column='1'/>
@@ -2421,11 +2421,11 @@
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-134' size-in-bits='64' id='type-id-135'/>
-    <typedef-decl name='binaryfunc' type-id='type-id-135' filepath='./Include/object.h' line='196' column='1' id='type-id-133'/>
+    <typedef-decl name='binaryfunc' type-id='type-id-135' filepath='./Include/object.h' line='197' column='1' id='type-id-133'/>
     <pointer-type-def type-id='type-id-136' size-in-bits='64' id='type-id-137'/>
-    <typedef-decl name='ternaryfunc' type-id='type-id-137' filepath='./Include/object.h' line='197' column='1' id='type-id-87'/>
+    <typedef-decl name='ternaryfunc' type-id='type-id-137' filepath='./Include/object.h' line='198' column='1' id='type-id-87'/>
     <pointer-type-def type-id='type-id-138' size-in-bits='64' id='type-id-139'/>
-    <typedef-decl name='inquiry' type-id='type-id-139' filepath='./Include/object.h' line='198' column='1' id='type-id-92'/>
+    <typedef-decl name='inquiry' type-id='type-id-139' filepath='./Include/object.h' line='199' column='1' id='type-id-92'/>
     <typedef-decl name='PyNumberMethods' type-id='type-id-132' filepath='./Include/cpython/object.h' line='106' column='1' id='type-id-131'/>
     <pointer-type-def type-id='type-id-131' size-in-bits='64' id='type-id-83'/>
     <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-140' visibility='default' filepath='./Include/cpython/object.h' line='108' column='1' id='type-id-141'>
@@ -2461,13 +2461,13 @@
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-146' size-in-bits='64' id='type-id-147'/>
-    <typedef-decl name='lenfunc' type-id='type-id-147' filepath='./Include/object.h' line='199' column='1' id='type-id-142'/>
+    <typedef-decl name='lenfunc' type-id='type-id-147' filepath='./Include/object.h' line='200' column='1' id='type-id-142'/>
     <pointer-type-def type-id='type-id-148' size-in-bits='64' id='type-id-149'/>
-    <typedef-decl name='ssizeargfunc' type-id='type-id-149' filepath='./Include/object.h' line='200' column='1' id='type-id-143'/>
+    <typedef-decl name='ssizeargfunc' type-id='type-id-149' filepath='./Include/object.h' line='201' column='1' id='type-id-143'/>
     <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-151'/>
-    <typedef-decl name='ssizeobjargproc' type-id='type-id-151' filepath='./Include/object.h' line='202' column='1' id='type-id-144'/>
+    <typedef-decl name='ssizeobjargproc' type-id='type-id-151' filepath='./Include/object.h' line='203' column='1' id='type-id-144'/>
     <pointer-type-def type-id='type-id-152' size-in-bits='64' id='type-id-153'/>
-    <typedef-decl name='objobjproc' type-id='type-id-153' filepath='./Include/object.h' line='206' column='1' id='type-id-145'/>
+    <typedef-decl name='objobjproc' type-id='type-id-153' filepath='./Include/object.h' line='207' column='1' id='type-id-145'/>
     <typedef-decl name='PySequenceMethods' type-id='type-id-141' filepath='./Include/cpython/object.h' line='120' column='1' id='type-id-140'/>
     <pointer-type-def type-id='type-id-140' size-in-bits='64' id='type-id-84'/>
     <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-154' visibility='default' filepath='./Include/cpython/object.h' line='122' column='1' id='type-id-155'>
@@ -2482,14 +2482,14 @@
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-157' size-in-bits='64' id='type-id-158'/>
-    <typedef-decl name='objobjargproc' type-id='type-id-158' filepath='./Include/object.h' line='204' column='1' id='type-id-156'/>
+    <typedef-decl name='objobjargproc' type-id='type-id-158' filepath='./Include/object.h' line='205' column='1' id='type-id-156'/>
     <typedef-decl name='PyMappingMethods' type-id='type-id-155' filepath='./Include/cpython/object.h' line='126' column='1' id='type-id-154'/>
     <pointer-type-def type-id='type-id-154' size-in-bits='64' id='type-id-85'/>
-    <typedef-decl name='Py_hash_t' type-id='type-id-36' filepath='./Include/pyport.h' line='154' column='1' id='type-id-159'/>
+    <typedef-decl name='Py_hash_t' type-id='type-id-36' filepath='./Include/pyport.h' line='176' column='1' id='type-id-159'/>
     <pointer-type-def type-id='type-id-160' size-in-bits='64' id='type-id-161'/>
-    <typedef-decl name='hashfunc' type-id='type-id-161' filepath='./Include/object.h' line='218' column='1' id='type-id-86'/>
-    <typedef-decl name='getattrofunc' type-id='type-id-135' filepath='./Include/object.h' line='214' column='1' id='type-id-88'/>
-    <typedef-decl name='setattrofunc' type-id='type-id-158' filepath='./Include/object.h' line='216' column='1' id='type-id-89'/>
+    <typedef-decl name='hashfunc' type-id='type-id-161' filepath='./Include/object.h' line='219' column='1' id='type-id-86'/>
+    <typedef-decl name='getattrofunc' type-id='type-id-135' filepath='./Include/object.h' line='215' column='1' id='type-id-88'/>
+    <typedef-decl name='setattrofunc' type-id='type-id-158' filepath='./Include/object.h' line='217' column='1' id='type-id-89'/>
     <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-162' visibility='default' filepath='./Include/cpython/object.h' line='137' column='1' id='type-id-163'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='bf_getbuffer' type-id='type-id-164' visibility='default' filepath='./Include/cpython/object.h' line='138' column='1'/>
@@ -2543,13 +2543,13 @@
     <typedef-decl name='PyBufferProcs' type-id='type-id-163' filepath='./Include/cpython/object.h' line='140' column='1' id='type-id-162'/>
     <pointer-type-def type-id='type-id-162' size-in-bits='64' id='type-id-90'/>
     <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-175'/>
-    <typedef-decl name='visitproc' type-id='type-id-175' filepath='./Include/object.h' line='207' column='1' id='type-id-176'/>
+    <typedef-decl name='visitproc' type-id='type-id-175' filepath='./Include/object.h' line='208' column='1' id='type-id-176'/>
     <pointer-type-def type-id='type-id-177' size-in-bits='64' id='type-id-178'/>
-    <typedef-decl name='traverseproc' type-id='type-id-178' filepath='./Include/object.h' line='208' column='1' id='type-id-91'/>
+    <typedef-decl name='traverseproc' type-id='type-id-178' filepath='./Include/object.h' line='209' column='1' id='type-id-91'/>
     <pointer-type-def type-id='type-id-179' size-in-bits='64' id='type-id-180'/>
-    <typedef-decl name='richcmpfunc' type-id='type-id-180' filepath='./Include/object.h' line='219' column='1' id='type-id-93'/>
-    <typedef-decl name='getiterfunc' type-id='type-id-125' filepath='./Include/object.h' line='220' column='1' id='type-id-94'/>
-    <typedef-decl name='iternextfunc' type-id='type-id-125' filepath='./Include/object.h' line='221' column='1' id='type-id-95'/>
+    <typedef-decl name='richcmpfunc' type-id='type-id-180' filepath='./Include/object.h' line='220' column='1' id='type-id-93'/>
+    <typedef-decl name='getiterfunc' type-id='type-id-125' filepath='./Include/object.h' line='221' column='1' id='type-id-94'/>
+    <typedef-decl name='iternextfunc' type-id='type-id-125' filepath='./Include/object.h' line='222' column='1' id='type-id-95'/>
     <class-decl name='PyMethodDef' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/methodobject.h' line='54' column='1' id='type-id-181'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ml_name' type-id='type-id-3' visibility='default' filepath='./Include/methodobject.h' line='55' column='1'/>
@@ -2593,15 +2593,15 @@
     <typedef-decl name='setter' type-id='type-id-192' filepath='./Include/descrobject.h' line='9' column='1' id='type-id-188'/>
     <typedef-decl name='PyGetSetDef' type-id='type-id-186' filepath='./Include/pytypedefs.h' line='15' column='1' id='type-id-193'/>
     <pointer-type-def type-id='type-id-193' size-in-bits='64' id='type-id-98'/>
-    <typedef-decl name='descrgetfunc' type-id='type-id-137' filepath='./Include/object.h' line='222' column='1' id='type-id-99'/>
-    <typedef-decl name='descrsetfunc' type-id='type-id-158' filepath='./Include/object.h' line='223' column='1' id='type-id-100'/>
-    <typedef-decl name='initproc' type-id='type-id-158' filepath='./Include/object.h' line='224' column='1' id='type-id-101'/>
+    <typedef-decl name='descrgetfunc' type-id='type-id-137' filepath='./Include/object.h' line='223' column='1' id='type-id-99'/>
+    <typedef-decl name='descrsetfunc' type-id='type-id-158' filepath='./Include/object.h' line='224' column='1' id='type-id-100'/>
+    <typedef-decl name='initproc' type-id='type-id-158' filepath='./Include/object.h' line='225' column='1' id='type-id-101'/>
     <pointer-type-def type-id='type-id-194' size-in-bits='64' id='type-id-195'/>
-    <typedef-decl name='allocfunc' type-id='type-id-195' filepath='./Include/object.h' line='226' column='1' id='type-id-102'/>
+    <typedef-decl name='allocfunc' type-id='type-id-195' filepath='./Include/object.h' line='227' column='1' id='type-id-102'/>
     <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-197'/>
-    <typedef-decl name='newfunc' type-id='type-id-197' filepath='./Include/object.h' line='225' column='1' id='type-id-103'/>
+    <typedef-decl name='newfunc' type-id='type-id-197' filepath='./Include/object.h' line='226' column='1' id='type-id-103'/>
     <pointer-type-def type-id='type-id-198' size-in-bits='64' id='type-id-17'/>
-    <typedef-decl name='freefunc' type-id='type-id-17' filepath='./Include/object.h' line='211' column='1' id='type-id-104'/>
+    <typedef-decl name='freefunc' type-id='type-id-17' filepath='./Include/object.h' line='212' column='1' id='type-id-104'/>
     <type-decl name='unsigned int' size-in-bits='32' id='type-id-105'/>
     <qualified-type-def type-id='type-id-14' const='yes' id='type-id-199'/>
     <pointer-type-def type-id='type-id-199' size-in-bits='64' id='type-id-200'/>
@@ -2641,7 +2641,7 @@
         <var-decl name='signals_pending' type-id='type-id-213' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='gil' type-id='type-id-214' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='27' column='1'/>
+        <var-decl name='gil' type-id='type-id-214' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='26' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_atomic_int' size-in-bits='32' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_atomic.h' line='49' column='1' id='type-id-215'>
@@ -2791,18 +2791,18 @@
 
     </array-type-def>
     <typedef-decl name='pthread_mutex_t' type-id='type-id-229' filepath='/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h' line='72' column='1' id='type-id-218'/>
-    <class-decl name='_gilstate_runtime_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='33' column='1' id='type-id-62'>
+    <class-decl name='_gilstate_runtime_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='31' column='1' id='type-id-62'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='check_enabled' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='36' column='1'/>
+        <var-decl name='check_enabled' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tstate_current' type-id='type-id-57' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='39' column='1'/>
+        <var-decl name='tstate_current' type-id='type-id-57' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='autoInterpreterState' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='44' column='1'/>
+        <var-decl name='autoInterpreterState' type-id='type-id-11' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='42' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='autoTSSkey' type-id='type-id-237' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='45' column='1'/>
+        <var-decl name='autoTSSkey' type-id='type-id-237' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='43' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='_Py_tss_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/cpython/pythread.h' line='31' column='1' id='type-id-238'>
@@ -2849,21 +2849,21 @@
     </class-decl>
     <typedef-decl name='PyPreConfig' type-id='type-id-240' filepath='./Include/cpython/initconfig.h' line='125' column='1' id='type-id-63'/>
     <typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-190' filepath='./Include/cpython/fileobject.h' line='12' column='1' id='type-id-64'/>
-    <class-decl name='_Py_AuditHookEntry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='50' column='1' id='type-id-241'>
+    <class-decl name='_Py_AuditHookEntry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='48' column='1' id='type-id-241'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next' type-id='type-id-65' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='51' column='1'/>
+        <var-decl name='next' type-id='type-id-65' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='hookCFunction' type-id='type-id-242' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='52' column='1'/>
+        <var-decl name='hookCFunction' type-id='type-id-242' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='userData' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='53' column='1'/>
+        <var-decl name='userData' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='51' column='1'/>
       </data-member>
     </class-decl>
     <pointer-type-def type-id='type-id-241' size-in-bits='64' id='type-id-65'/>
     <pointer-type-def type-id='type-id-243' size-in-bits='64' id='type-id-244'/>
     <typedef-decl name='Py_AuditHookFunction' type-id='type-id-244' filepath='./Include/cpython/sysmodule.h' line='10' column='1' id='type-id-242'/>
-    <typedef-decl name='_Py_AuditHookEntry' type-id='type-id-241' filepath='./Include/internal/pycore_runtime.h' line='54' column='1' id='type-id-245'/>
+    <typedef-decl name='_Py_AuditHookEntry' type-id='type-id-241' filepath='./Include/internal/pycore_runtime.h' line='52' column='1' id='type-id-245'/>
     <class-decl name='_Py_unicode_runtime_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='28' column='1' id='type-id-66'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='lock' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='29' column='1'/>
@@ -2872,12 +2872,12 @@
         <var-decl name='next_index' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='32' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_global_objects' size-in-bits='464640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='28' column='1' id='type-id-67'>
+    <class-decl name='_Py_global_objects' size-in-bits='465408' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='28' column='1' id='type-id-67'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='singletons' type-id='type-id-246' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='47' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='464640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='29' column='1' id='type-id-246'>
+    <class-decl name='__anonymous_struct__' size-in-bits='465408' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='29' column='1' id='type-id-246'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='small_ints' type-id='type-id-247' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='35' column='1'/>
       </data-member>
@@ -2890,10 +2890,10 @@
       <data-member access='public' layout-offset-in-bits='165696'>
         <var-decl name='strings' type-id='type-id-250' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='43' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='464256'>
+      <data-member access='public' layout-offset-in-bits='465024'>
         <var-decl name='_tuple_empty_gc_not_used' type-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='45' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='464384'>
+      <data-member access='public' layout-offset-in-bits='465152'>
         <var-decl name='tuple_empty' type-id='type-id-252' visibility='default' filepath='./Include/internal/pycore_global_objects.h' line='46' column='1'/>
       </data-member>
     </class-decl>
@@ -2949,18 +2949,18 @@
       <subrange length='256' type-id='type-id-16' id='type-id-264'/>
 
     </array-type-def>
-    <class-decl name='_Py_global_strings' size-in-bits='298560' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-250'>
+    <class-decl name='_Py_global_strings' size-in-bits='299328' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='29' column='1' id='type-id-250'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='literals' type-id='type-id-265' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='10112'>
-        <var-decl name='identifiers' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>
+        <var-decl name='identifiers' type-id='type-id-266' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='358' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='159296'>
-        <var-decl name='ascii' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='361' column='1'/>
+      <data-member access='public' layout-offset-in-bits='160064'>
+        <var-decl name='ascii' type-id='type-id-267' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='216640'>
-        <var-decl name='latin1' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>
+      <data-member access='public' layout-offset-in-bits='217408'>
+        <var-decl name='latin1' type-id='type-id-268' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='366' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__' size-in-bits='10112' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='30' column='1' id='type-id-265'>
@@ -3172,7 +3172,7 @@
       <subrange length='6' type-id='type-id-16' id='type-id-298'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='149184' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='54' column='1' id='type-id-266'>
+    <class-decl name='__anonymous_struct__' size-in-bits='149952' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='54' column='1' id='type-id-266'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_False' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='55' column='1'/>
       </data-member>
@@ -3621,463 +3621,466 @@
         <var-decl name='___trunc__' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='203' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='74816'>
-        <var-decl name='___typing_subst__' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
+        <var-decl name='___typing_is_unpacked_typevartuple__' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='75392'>
-        <var-decl name='___typing_unpacked__' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
+      <data-member access='public' layout-offset-in-bits='75520'>
+        <var-decl name='___typing_subst__' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='205' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='75968'>
-        <var-decl name='___warningregistry__' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
+      <data-member access='public' layout-offset-in-bits='76096'>
+        <var-decl name='___typing_unpacked_tuple_args__' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='76544'>
-        <var-decl name='___weakref__' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
+      <data-member access='public' layout-offset-in-bits='76736'>
+        <var-decl name='___warningregistry__' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='207' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='77056'>
-        <var-decl name='___xor__' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>
+      <data-member access='public' layout-offset-in-bits='77312'>
+        <var-decl name='___weakref__' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='208' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='77504'>
-        <var-decl name='__abc_impl' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>
+      <data-member access='public' layout-offset-in-bits='77824'>
+        <var-decl name='___xor__' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='209' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='78016'>
-        <var-decl name='__annotation' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
+      <data-member access='public' layout-offset-in-bits='78272'>
+        <var-decl name='__abc_impl' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='210' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='78528'>
-        <var-decl name='__blksize' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
+      <data-member access='public' layout-offset-in-bits='78784'>
+        <var-decl name='__annotation' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='211' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='79040'>
-        <var-decl name='__bootstrap' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>
+      <data-member access='public' layout-offset-in-bits='79296'>
+        <var-decl name='__blksize' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='212' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='79552'>
-        <var-decl name='__dealloc_warn' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>
+      <data-member access='public' layout-offset-in-bits='79808'>
+        <var-decl name='__bootstrap' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='213' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='80064'>
-        <var-decl name='__finalizing' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>
+      <data-member access='public' layout-offset-in-bits='80320'>
+        <var-decl name='__dealloc_warn' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='214' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='80576'>
-        <var-decl name='__find_and_load' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>
+      <data-member access='public' layout-offset-in-bits='80832'>
+        <var-decl name='__finalizing' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='215' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='81088'>
-        <var-decl name='__fix_up_module' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>
+      <data-member access='public' layout-offset-in-bits='81344'>
+        <var-decl name='__find_and_load' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='216' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='81600'>
-        <var-decl name='__get_sourcefile' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>
+      <data-member access='public' layout-offset-in-bits='81856'>
+        <var-decl name='__fix_up_module' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='217' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='82112'>
-        <var-decl name='__handle_fromlist' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
+      <data-member access='public' layout-offset-in-bits='82368'>
+        <var-decl name='__get_sourcefile' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='218' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='82688'>
-        <var-decl name='__initializing' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
+      <data-member access='public' layout-offset-in-bits='82880'>
+        <var-decl name='__handle_fromlist' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='219' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='83200'>
-        <var-decl name='__is_text_encoding' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>
+      <data-member access='public' layout-offset-in-bits='83456'>
+        <var-decl name='__initializing' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='220' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='83776'>
-        <var-decl name='__lock_unlock_module' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
+      <data-member access='public' layout-offset-in-bits='83968'>
+        <var-decl name='__is_text_encoding' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='221' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='84352'>
-        <var-decl name='__showwarnmsg' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
+      <data-member access='public' layout-offset-in-bits='84544'>
+        <var-decl name='__lock_unlock_module' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='222' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='84864'>
-        <var-decl name='__shutdown' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>
+      <data-member access='public' layout-offset-in-bits='85120'>
+        <var-decl name='__showwarnmsg' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='223' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='85376'>
-        <var-decl name='__slotnames' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>
+      <data-member access='public' layout-offset-in-bits='85632'>
+        <var-decl name='__shutdown' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='224' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='85888'>
-        <var-decl name='__strptime_time' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>
+      <data-member access='public' layout-offset-in-bits='86144'>
+        <var-decl name='__slotnames' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='225' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='86400'>
-        <var-decl name='__uninitialized_submodules' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
+      <data-member access='public' layout-offset-in-bits='86656'>
+        <var-decl name='__strptime_time' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='87040'>
-        <var-decl name='__warn_unawaited_coroutine' type-id='type-id-311' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
+      <data-member access='public' layout-offset-in-bits='87168'>
+        <var-decl name='__uninitialized_submodules' type-id='type-id-313' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='87680'>
-        <var-decl name='__xoptions' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
+      <data-member access='public' layout-offset-in-bits='87808'>
+        <var-decl name='__warn_unawaited_coroutine' type-id='type-id-313' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='228' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='88192'>
-        <var-decl name='_add' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
+      <data-member access='public' layout-offset-in-bits='88448'>
+        <var-decl name='__xoptions' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='88640'>
-        <var-decl name='_append' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
+      <data-member access='public' layout-offset-in-bits='88960'>
+        <var-decl name='_add' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='89088'>
-        <var-decl name='_big' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
+      <data-member access='public' layout-offset-in-bits='89408'>
+        <var-decl name='_append' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='231' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='89536'>
-        <var-decl name='_buffer' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>
+      <data-member access='public' layout-offset-in-bits='89856'>
+        <var-decl name='_big' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='232' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='89984'>
-        <var-decl name='_builtins' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>
+      <data-member access='public' layout-offset-in-bits='90304'>
+        <var-decl name='_buffer' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='233' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='90496'>
-        <var-decl name='_c_call' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>
+      <data-member access='public' layout-offset-in-bits='90752'>
+        <var-decl name='_builtins' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='234' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='90944'>
-        <var-decl name='_c_exception' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>
+      <data-member access='public' layout-offset-in-bits='91264'>
+        <var-decl name='_c_call' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='235' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='91456'>
-        <var-decl name='_c_return' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>
+      <data-member access='public' layout-offset-in-bits='91712'>
+        <var-decl name='_c_exception' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='236' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='91968'>
-        <var-decl name='_call' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>
+      <data-member access='public' layout-offset-in-bits='92224'>
+        <var-decl name='_c_return' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='237' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='92416'>
-        <var-decl name='_clear' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>
+      <data-member access='public' layout-offset-in-bits='92736'>
+        <var-decl name='_call' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='238' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='92864'>
-        <var-decl name='_close' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>
+      <data-member access='public' layout-offset-in-bits='93184'>
+        <var-decl name='_clear' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='239' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='93312'>
-        <var-decl name='_closed' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>
+      <data-member access='public' layout-offset-in-bits='93632'>
+        <var-decl name='_close' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='240' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='93760'>
-        <var-decl name='_code' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>
+      <data-member access='public' layout-offset-in-bits='94080'>
+        <var-decl name='_closed' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='241' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='94208'>
-        <var-decl name='_copy' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>
+      <data-member access='public' layout-offset-in-bits='94528'>
+        <var-decl name='_code' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='242' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='94656'>
-        <var-decl name='_copyreg' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>
+      <data-member access='public' layout-offset-in-bits='94976'>
+        <var-decl name='_copy' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='243' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='95104'>
-        <var-decl name='_decode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>
+      <data-member access='public' layout-offset-in-bits='95424'>
+        <var-decl name='_copyreg' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='244' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='95552'>
-        <var-decl name='_default' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>
+      <data-member access='public' layout-offset-in-bits='95872'>
+        <var-decl name='_decode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='245' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='96000'>
-        <var-decl name='_defaultaction' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>
+      <data-member access='public' layout-offset-in-bits='96320'>
+        <var-decl name='_default' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='246' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='96512'>
-        <var-decl name='_dictcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>
+      <data-member access='public' layout-offset-in-bits='96768'>
+        <var-decl name='_defaultaction' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='247' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='97024'>
-        <var-decl name='_difference_update' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>
+      <data-member access='public' layout-offset-in-bits='97280'>
+        <var-decl name='_dictcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='248' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='97600'>
-        <var-decl name='_dispatch_table' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
+      <data-member access='public' layout-offset-in-bits='97792'>
+        <var-decl name='_difference_update' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='249' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='98112'>
-        <var-decl name='_displayhook' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
+      <data-member access='public' layout-offset-in-bits='98368'>
+        <var-decl name='_dispatch_table' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='250' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='98624'>
-        <var-decl name='_enable' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>
+      <data-member access='public' layout-offset-in-bits='98880'>
+        <var-decl name='_displayhook' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='251' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='99072'>
-        <var-decl name='_encode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>
+      <data-member access='public' layout-offset-in-bits='99392'>
+        <var-decl name='_enable' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='252' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='99520'>
-        <var-decl name='_encoding' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>
+      <data-member access='public' layout-offset-in-bits='99840'>
+        <var-decl name='_encode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='253' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='100032'>
-        <var-decl name='_end_lineno' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>
+      <data-member access='public' layout-offset-in-bits='100288'>
+        <var-decl name='_encoding' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='254' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='100544'>
-        <var-decl name='_end_offset' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>
+      <data-member access='public' layout-offset-in-bits='100800'>
+        <var-decl name='_end_lineno' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='255' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='101056'>
-        <var-decl name='_errors' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>
+      <data-member access='public' layout-offset-in-bits='101312'>
+        <var-decl name='_end_offset' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='256' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='101504'>
-        <var-decl name='_excepthook' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>
+      <data-member access='public' layout-offset-in-bits='101824'>
+        <var-decl name='_errors' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='257' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='102016'>
-        <var-decl name='_exception' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>
+      <data-member access='public' layout-offset-in-bits='102272'>
+        <var-decl name='_excepthook' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='258' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='102528'>
-        <var-decl name='_extend' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>
+      <data-member access='public' layout-offset-in-bits='102784'>
+        <var-decl name='_exception' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='259' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='102976'>
-        <var-decl name='_filename' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>
+      <data-member access='public' layout-offset-in-bits='103296'>
+        <var-decl name='_extend' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='260' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='103488'>
-        <var-decl name='_fileno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>
+      <data-member access='public' layout-offset-in-bits='103744'>
+        <var-decl name='_filename' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='261' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='103936'>
-        <var-decl name='_fillvalue' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>
+      <data-member access='public' layout-offset-in-bits='104256'>
+        <var-decl name='_fileno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='262' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='104448'>
-        <var-decl name='_filters' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>
+      <data-member access='public' layout-offset-in-bits='104704'>
+        <var-decl name='_fillvalue' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='263' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='104896'>
-        <var-decl name='_find_class' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>
+      <data-member access='public' layout-offset-in-bits='105216'>
+        <var-decl name='_filters' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='264' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='105408'>
-        <var-decl name='_flush' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>
+      <data-member access='public' layout-offset-in-bits='105664'>
+        <var-decl name='_find_class' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='265' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='105856'>
-        <var-decl name='_genexpr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
+      <data-member access='public' layout-offset-in-bits='106176'>
+        <var-decl name='_flush' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='266' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='106304'>
-        <var-decl name='_get' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
+      <data-member access='public' layout-offset-in-bits='106624'>
+        <var-decl name='_genexpr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='267' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='106752'>
-        <var-decl name='_get_source' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>
+      <data-member access='public' layout-offset-in-bits='107072'>
+        <var-decl name='_get' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='268' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='107264'>
-        <var-decl name='_getattr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>
+      <data-member access='public' layout-offset-in-bits='107520'>
+        <var-decl name='_get_source' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='269' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='107712'>
-        <var-decl name='_getstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>
+      <data-member access='public' layout-offset-in-bits='108032'>
+        <var-decl name='_getattr' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='270' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='108224'>
-        <var-decl name='_ignore' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>
+      <data-member access='public' layout-offset-in-bits='108480'>
+        <var-decl name='_getstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='271' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='108672'>
-        <var-decl name='_importlib' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>
+      <data-member access='public' layout-offset-in-bits='108992'>
+        <var-decl name='_ignore' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='272' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='109184'>
-        <var-decl name='_inf' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>
+      <data-member access='public' layout-offset-in-bits='109440'>
+        <var-decl name='_importlib' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='273' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='109632'>
-        <var-decl name='_intersection' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>
+      <data-member access='public' layout-offset-in-bits='109952'>
+        <var-decl name='_inf' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='274' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='110144'>
-        <var-decl name='_isatty' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>
+      <data-member access='public' layout-offset-in-bits='110400'>
+        <var-decl name='_intersection' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='275' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='110592'>
-        <var-decl name='_isinstance' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>
+      <data-member access='public' layout-offset-in-bits='110912'>
+        <var-decl name='_isatty' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='276' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='111104'>
-        <var-decl name='_items' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>
+      <data-member access='public' layout-offset-in-bits='111360'>
+        <var-decl name='_isinstance' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='277' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='111552'>
-        <var-decl name='_iter' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>
+      <data-member access='public' layout-offset-in-bits='111872'>
+        <var-decl name='_items' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='278' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='112000'>
-        <var-decl name='_join' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>
+      <data-member access='public' layout-offset-in-bits='112320'>
+        <var-decl name='_iter' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='279' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='112448'>
-        <var-decl name='_keys' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>
+      <data-member access='public' layout-offset-in-bits='112768'>
+        <var-decl name='_join' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='280' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='112896'>
-        <var-decl name='_lambda' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>
+      <data-member access='public' layout-offset-in-bits='113216'>
+        <var-decl name='_keys' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='281' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='113344'>
-        <var-decl name='_last_traceback' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>
+      <data-member access='public' layout-offset-in-bits='113664'>
+        <var-decl name='_lambda' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='282' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='113856'>
-        <var-decl name='_last_type' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>
+      <data-member access='public' layout-offset-in-bits='114112'>
+        <var-decl name='_last_traceback' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='283' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='114368'>
-        <var-decl name='_last_value' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>
+      <data-member access='public' layout-offset-in-bits='114624'>
+        <var-decl name='_last_type' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='284' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='114880'>
-        <var-decl name='_latin1' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>
+      <data-member access='public' layout-offset-in-bits='115136'>
+        <var-decl name='_last_value' type-id='type-id-269' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='285' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='115328'>
-        <var-decl name='_len' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>
+      <data-member access='public' layout-offset-in-bits='115648'>
+        <var-decl name='_latin1' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='286' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='115776'>
-        <var-decl name='_line' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>
+      <data-member access='public' layout-offset-in-bits='116096'>
+        <var-decl name='_len' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='287' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='116224'>
-        <var-decl name='_lineno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>
+      <data-member access='public' layout-offset-in-bits='116544'>
+        <var-decl name='_line' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='288' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='116672'>
-        <var-decl name='_listcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>
+      <data-member access='public' layout-offset-in-bits='116992'>
+        <var-decl name='_lineno' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='289' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='117184'>
-        <var-decl name='_little' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>
+      <data-member access='public' layout-offset-in-bits='117440'>
+        <var-decl name='_listcomp' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='290' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='117632'>
-        <var-decl name='_locale' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>
+      <data-member access='public' layout-offset-in-bits='117952'>
+        <var-decl name='_little' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='291' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='118080'>
-        <var-decl name='_match' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>
+      <data-member access='public' layout-offset-in-bits='118400'>
+        <var-decl name='_locale' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='292' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='118528'>
-        <var-decl name='_metaclass' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>
+      <data-member access='public' layout-offset-in-bits='118848'>
+        <var-decl name='_match' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='293' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='119040'>
-        <var-decl name='_mode' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>
+      <data-member access='public' layout-offset-in-bits='119296'>
+        <var-decl name='_metaclass' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='294' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='119488'>
-        <var-decl name='_modules' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>
+      <data-member access='public' layout-offset-in-bits='119808'>
+        <var-decl name='_mode' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='295' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='119936'>
-        <var-decl name='_mro' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>
+      <data-member access='public' layout-offset-in-bits='120256'>
+        <var-decl name='_modules' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='296' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='120384'>
-        <var-decl name='_msg' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>
+      <data-member access='public' layout-offset-in-bits='120704'>
+        <var-decl name='_mro' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='297' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='120832'>
-        <var-decl name='_n_fields' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>
+      <data-member access='public' layout-offset-in-bits='121152'>
+        <var-decl name='_msg' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='298' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='121344'>
-        <var-decl name='_n_sequence_fields' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>
+      <data-member access='public' layout-offset-in-bits='121600'>
+        <var-decl name='_n_fields' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='299' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='121920'>
-        <var-decl name='_n_unnamed_fields' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>
+      <data-member access='public' layout-offset-in-bits='122112'>
+        <var-decl name='_n_sequence_fields' type-id='type-id-306' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='300' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='122496'>
-        <var-decl name='_name' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>
+      <data-member access='public' layout-offset-in-bits='122688'>
+        <var-decl name='_n_unnamed_fields' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='301' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='122944'>
-        <var-decl name='_newlines' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>
+      <data-member access='public' layout-offset-in-bits='123264'>
+        <var-decl name='_name' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='302' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='123456'>
-        <var-decl name='_next' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>
+      <data-member access='public' layout-offset-in-bits='123712'>
+        <var-decl name='_newlines' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='303' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='123904'>
-        <var-decl name='_obj' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>
+      <data-member access='public' layout-offset-in-bits='124224'>
+        <var-decl name='_next' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='304' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='124352'>
-        <var-decl name='_offset' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>
+      <data-member access='public' layout-offset-in-bits='124672'>
+        <var-decl name='_obj' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='305' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='124800'>
-        <var-decl name='_onceregistry' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>
+      <data-member access='public' layout-offset-in-bits='125120'>
+        <var-decl name='_offset' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='306' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='125312'>
-        <var-decl name='_opcode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>
+      <data-member access='public' layout-offset-in-bits='125568'>
+        <var-decl name='_onceregistry' type-id='type-id-305' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='307' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='125760'>
-        <var-decl name='_open' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>
+      <data-member access='public' layout-offset-in-bits='126080'>
+        <var-decl name='_opcode' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='308' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='126208'>
-        <var-decl name='_parent' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>
+      <data-member access='public' layout-offset-in-bits='126528'>
+        <var-decl name='_open' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='309' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='126656'>
-        <var-decl name='_partial' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>
+      <data-member access='public' layout-offset-in-bits='126976'>
+        <var-decl name='_parent' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='310' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='127104'>
-        <var-decl name='_path' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>
+      <data-member access='public' layout-offset-in-bits='127424'>
+        <var-decl name='_partial' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='311' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='127552'>
-        <var-decl name='_peek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
+      <data-member access='public' layout-offset-in-bits='127872'>
+        <var-decl name='_path' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='312' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='128000'>
-        <var-decl name='_persistent_id' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
+      <data-member access='public' layout-offset-in-bits='128320'>
+        <var-decl name='_peek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='313' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='128512'>
-        <var-decl name='_persistent_load' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>
+      <data-member access='public' layout-offset-in-bits='128768'>
+        <var-decl name='_persistent_id' type-id='type-id-300' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='314' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='129024'>
-        <var-decl name='_print_file_and_line' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>
+      <data-member access='public' layout-offset-in-bits='129280'>
+        <var-decl name='_persistent_load' type-id='type-id-303' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='315' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='129600'>
-        <var-decl name='_ps1' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>
+      <data-member access='public' layout-offset-in-bits='129792'>
+        <var-decl name='_print_file_and_line' type-id='type-id-304' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='316' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='130048'>
-        <var-decl name='_ps2' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>
+      <data-member access='public' layout-offset-in-bits='130368'>
+        <var-decl name='_ps1' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='317' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='130496'>
-        <var-decl name='_raw' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>
+      <data-member access='public' layout-offset-in-bits='130816'>
+        <var-decl name='_ps2' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='318' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='130944'>
-        <var-decl name='_read' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>
+      <data-member access='public' layout-offset-in-bits='131264'>
+        <var-decl name='_raw' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='319' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='131392'>
-        <var-decl name='_read1' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>
+      <data-member access='public' layout-offset-in-bits='131712'>
+        <var-decl name='_read' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='320' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='131840'>
-        <var-decl name='_readable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>
+      <data-member access='public' layout-offset-in-bits='132160'>
+        <var-decl name='_read1' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='321' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='132352'>
-        <var-decl name='_readall' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>
+      <data-member access='public' layout-offset-in-bits='132608'>
+        <var-decl name='_readable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='322' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='132800'>
-        <var-decl name='_readinto' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>
+      <data-member access='public' layout-offset-in-bits='133120'>
+        <var-decl name='_readall' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='323' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='133312'>
-        <var-decl name='_readinto1' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>
+      <data-member access='public' layout-offset-in-bits='133568'>
+        <var-decl name='_readinto' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='324' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='133824'>
-        <var-decl name='_readline' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>
+      <data-member access='public' layout-offset-in-bits='134080'>
+        <var-decl name='_readinto1' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='325' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='134336'>
-        <var-decl name='_reducer_override' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>
+      <data-member access='public' layout-offset-in-bits='134592'>
+        <var-decl name='_readline' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='326' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='134912'>
-        <var-decl name='_reload' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>
+      <data-member access='public' layout-offset-in-bits='135104'>
+        <var-decl name='_reducer_override' type-id='type-id-309' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='327' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='135360'>
-        <var-decl name='_replace' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>
+      <data-member access='public' layout-offset-in-bits='135680'>
+        <var-decl name='_reload' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='328' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='135808'>
-        <var-decl name='_reset' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>
+      <data-member access='public' layout-offset-in-bits='136128'>
+        <var-decl name='_replace' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='329' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='136256'>
-        <var-decl name='_return' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>
+      <data-member access='public' layout-offset-in-bits='136576'>
+        <var-decl name='_reset' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='330' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='136704'>
-        <var-decl name='_reversed' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
+      <data-member access='public' layout-offset-in-bits='137024'>
+        <var-decl name='_return' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='331' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='137216'>
-        <var-decl name='_seek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>
+      <data-member access='public' layout-offset-in-bits='137472'>
+        <var-decl name='_reversed' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='332' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='137664'>
-        <var-decl name='_seekable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>
+      <data-member access='public' layout-offset-in-bits='137984'>
+        <var-decl name='_seek' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='333' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='138176'>
-        <var-decl name='_send' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>
+      <data-member access='public' layout-offset-in-bits='138432'>
+        <var-decl name='_seekable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='334' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='138624'>
-        <var-decl name='_setcomp' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>
+      <data-member access='public' layout-offset-in-bits='138944'>
+        <var-decl name='_send' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='335' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='139072'>
-        <var-decl name='_setstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>
+      <data-member access='public' layout-offset-in-bits='139392'>
+        <var-decl name='_setcomp' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='336' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='139584'>
-        <var-decl name='_sort' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>
+      <data-member access='public' layout-offset-in-bits='139840'>
+        <var-decl name='_setstate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='337' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='140032'>
-        <var-decl name='_stderr' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>
+      <data-member access='public' layout-offset-in-bits='140352'>
+        <var-decl name='_sort' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='338' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='140480'>
-        <var-decl name='_stdin' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>
+      <data-member access='public' layout-offset-in-bits='140800'>
+        <var-decl name='_stderr' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='339' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='140928'>
-        <var-decl name='_stdout' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>
+      <data-member access='public' layout-offset-in-bits='141248'>
+        <var-decl name='_stdin' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='340' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='141376'>
-        <var-decl name='_strict' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>
+      <data-member access='public' layout-offset-in-bits='141696'>
+        <var-decl name='_stdout' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='341' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='141824'>
-        <var-decl name='_symmetric_difference_update' type-id='type-id-313' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
+      <data-member access='public' layout-offset-in-bits='142144'>
+        <var-decl name='_strict' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='142464'>
-        <var-decl name='_tell' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+      <data-member access='public' layout-offset-in-bits='142592'>
+        <var-decl name='_symmetric_difference_update' type-id='type-id-315' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='142912'>
-        <var-decl name='_text' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
+      <data-member access='public' layout-offset-in-bits='143232'>
+        <var-decl name='_tell' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='344' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='143360'>
-        <var-decl name='_threading' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>
+      <data-member access='public' layout-offset-in-bits='143680'>
+        <var-decl name='_text' type-id='type-id-301' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='345' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='143872'>
-        <var-decl name='_throw' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>
+      <data-member access='public' layout-offset-in-bits='144128'>
+        <var-decl name='_threading' type-id='type-id-270' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='346' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='144320'>
-        <var-decl name='_top' type-id='type-id-312' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>
+      <data-member access='public' layout-offset-in-bits='144640'>
+        <var-decl name='_throw' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='347' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='144768'>
-        <var-decl name='_truncate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>
+      <data-member access='public' layout-offset-in-bits='145088'>
+        <var-decl name='_top' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='348' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='145280'>
-        <var-decl name='_unraisablehook' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>
+      <data-member access='public' layout-offset-in-bits='145536'>
+        <var-decl name='_truncate' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='349' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='145792'>
-        <var-decl name='_values' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>
+      <data-member access='public' layout-offset-in-bits='146048'>
+        <var-decl name='_unraisablehook' type-id='type-id-302' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='350' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='146240'>
-        <var-decl name='_version' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>
+      <data-member access='public' layout-offset-in-bits='146560'>
+        <var-decl name='_values' type-id='type-id-308' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='351' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='146688'>
-        <var-decl name='_warnings' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>
+      <data-member access='public' layout-offset-in-bits='147008'>
+        <var-decl name='_version' type-id='type-id-299' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='352' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='147200'>
-        <var-decl name='_warnoptions' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>
+      <data-member access='public' layout-offset-in-bits='147456'>
+        <var-decl name='_warnings' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='353' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='147712'>
-        <var-decl name='_writable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>
+      <data-member access='public' layout-offset-in-bits='147968'>
+        <var-decl name='_warnoptions' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='354' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='148224'>
-        <var-decl name='_write' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>
+      <data-member access='public' layout-offset-in-bits='148480'>
+        <var-decl name='_writable' type-id='type-id-271' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='355' column='1'/>
       </data-member>
-      <data-member access='public' layout-offset-in-bits='148672'>
-        <var-decl name='_zipimporter' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>
+      <data-member access='public' layout-offset-in-bits='148992'>
+        <var-decl name='_write' type-id='type-id-276' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='356' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='149440'>
+        <var-decl name='_zipimporter' type-id='type-id-307' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='357' column='1'/>
       </data-member>
     </class-decl>
     <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1' id='type-id-299'>
@@ -4085,12 +4088,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-314' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
+        <var-decl name='_data' type-id='type-id-316' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='56' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='64' id='type-id-314'>
-      <subrange length='8' type-id='type-id-16' id='type-id-315'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='64' id='type-id-316'>
+      <subrange length='8' type-id='type-id-16' id='type-id-317'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1' id='type-id-300'>
@@ -4098,12 +4101,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-316' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
+        <var-decl name='_data' type-id='type-id-318' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='57' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='112' id='type-id-316'>
-      <subrange length='14' type-id='type-id-16' id='type-id-317'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='112' id='type-id-318'>
+      <subrange length='14' type-id='type-id-16' id='type-id-319'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1' id='type-id-301'>
@@ -4111,12 +4114,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-318' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
+        <var-decl name='_data' type-id='type-id-320' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='58' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='40' id='type-id-318'>
-      <subrange length='5' type-id='type-id-16' id='type-id-319'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='40' id='type-id-320'>
+      <subrange length='5' type-id='type-id-16' id='type-id-321'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1' id='type-id-302'>
@@ -4124,12 +4127,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-320' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
+        <var-decl name='_data' type-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='59' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='120' id='type-id-320'>
-      <subrange length='15' type-id='type-id-16' id='type-id-321'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='120' id='type-id-322'>
+      <subrange length='15' type-id='type-id-16' id='type-id-323'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1' id='type-id-303'>
@@ -4137,12 +4140,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-322' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
+        <var-decl name='_data' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='61' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='128' id='type-id-322'>
-      <subrange length='16' type-id='type-id-16' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='128' id='type-id-324'>
+      <subrange length='16' type-id='type-id-16' id='type-id-325'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1' id='type-id-304'>
@@ -4150,12 +4153,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-324' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
+        <var-decl name='_data' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='64' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='160' id='type-id-324'>
-      <subrange length='20' type-id='type-id-16' id='type-id-325'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='160' id='type-id-326'>
+      <subrange length='20' type-id='type-id-16' id='type-id-327'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1' id='type-id-305'>
@@ -4163,12 +4166,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-326' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
+        <var-decl name='_data' type-id='type-id-328' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='78' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='104' id='type-id-326'>
-      <subrange length='13' type-id='type-id-16' id='type-id-327'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='104' id='type-id-328'>
+      <subrange length='13' type-id='type-id-16' id='type-id-329'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1' id='type-id-306'>
@@ -4176,12 +4179,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-328' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
+        <var-decl name='_data' type-id='type-id-330' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='83' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='144' id='type-id-328'>
-      <subrange length='18' type-id='type-id-16' id='type-id-329'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='144' id='type-id-330'>
+      <subrange length='18' type-id='type-id-16' id='type-id-331'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1' id='type-id-307'>
@@ -4189,12 +4192,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-330' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
+        <var-decl name='_data' type-id='type-id-332' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='85' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='96' id='type-id-330'>
-      <subrange length='12' type-id='type-id-16' id='type-id-331'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='96' id='type-id-332'>
+      <subrange length='12' type-id='type-id-16' id='type-id-333'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1' id='type-id-308'>
@@ -4202,12 +4205,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-332' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
+        <var-decl name='_data' type-id='type-id-334' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='97' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='56' id='type-id-332'>
-      <subrange length='7' type-id='type-id-16' id='type-id-333'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='56' id='type-id-334'>
+      <subrange length='7' type-id='type-id-16' id='type-id-335'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1' id='type-id-309'>
@@ -4215,12 +4218,12 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-334' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
+        <var-decl name='_data' type-id='type-id-336' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='107' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='136' id='type-id-334'>
-      <subrange length='17' type-id='type-id-16' id='type-id-335'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='136' id='type-id-336'>
+      <subrange length='17' type-id='type-id-16' id='type-id-337'/>
 
     </array-type-def>
     <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1' id='type-id-310'>
@@ -4228,67 +4231,93 @@
         <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-336' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
+        <var-decl name='_data' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='132' column='1'/>
+      </data-member>
+    </class-decl>
+
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='168' id='type-id-338'>
+      <subrange length='21' type-id='type-id-16' id='type-id-339'/>
+
+    </array-type-def>
+    <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1' id='type-id-311'>
+      <data-member access='public' layout-offset-in-bits='0'>
+        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='384'>
+        <var-decl name='_data' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='204' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='168' id='type-id-336'>
-      <subrange length='21' type-id='type-id-16' id='type-id-337'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='288' id='type-id-340'>
+      <subrange length='36' type-id='type-id-16' id='type-id-341'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1' id='type-id-311'>
+    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1' id='type-id-312'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-338' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='226' column='1'/>
+        <var-decl name='_data' type-id='type-id-342' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='206' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='208' id='type-id-338'>
-      <subrange length='26' type-id='type-id-16' id='type-id-339'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='248' id='type-id-342'>
+      <subrange length='31' type-id='type-id-16' id='type-id-343'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1' id='type-id-312'>
+    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1' id='type-id-313'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-340' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='229' column='1'/>
+        <var-decl name='_data' type-id='type-id-344' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='227' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='32' id='type-id-340'>
-      <subrange length='4' type-id='type-id-16' id='type-id-341'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='208' id='type-id-344'>
+      <subrange length='26' type-id='type-id-16' id='type-id-345'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1' id='type-id-313'>
+    <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1' id='type-id-314'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
+        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_data' type-id='type-id-342' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='342' column='1'/>
+        <var-decl name='_data' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='230' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='224' id='type-id-342'>
-      <subrange length='28' type-id='type-id-16' id='type-id-343'/>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='32' id='type-id-346'>
+      <subrange length='4' type-id='type-id-16' id='type-id-347'/>
+
+    </array-type-def>
+    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1' id='type-id-315'>
+      <data-member access='public' layout-offset-in-bits='0'>
+        <var-decl name='_ascii' type-id='type-id-277' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+      </data-member>
+      <data-member access='public' layout-offset-in-bits='384'>
+        <var-decl name='_data' type-id='type-id-348' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='343' column='1'/>
+      </data-member>
+    </class-decl>
+
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='224' id='type-id-348'>
+      <subrange length='28' type-id='type-id-16' id='type-id-349'/>
 
     </array-type-def>
 
     <array-type-def dimensions='1' type-id='type-id-272' size-in-bits='57344' id='type-id-267'>
-      <subrange length='128' type-id='type-id-16' id='type-id-344'/>
+      <subrange length='128' type-id='type-id-16' id='type-id-350'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='362' column='1' id='type-id-345'>
+    <class-decl name='__anonymous_struct__' size-in-bits='640' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1' id='type-id-351'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_latin1' type-id='type-id-346' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='363' column='1'/>
+        <var-decl name='_latin1' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='_data' type-id='type-id-291' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='364' column='1'/>
+        <var-decl name='_data' type-id='type-id-291' visibility='default' filepath='./Include/internal/pycore_global_strings.h' line='365' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-346' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='211' column='1' id='type-id-347'>
+    <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-352' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='211' column='1' id='type-id-353'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_base' type-id='type-id-277' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='212' column='1'/>
       </data-member>
@@ -4302,36 +4331,36 @@
         <var-decl name='wstr_length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='216' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-347' filepath='./Include/cpython/unicodeobject.h' line='218' column='1' id='type-id-346'/>
+    <typedef-decl name='PyCompactUnicodeObject' type-id='type-id-353' filepath='./Include/cpython/unicodeobject.h' line='218' column='1' id='type-id-352'/>
 
-    <array-type-def dimensions='1' type-id='type-id-345' size-in-bits='81920' id='type-id-268'>
-      <subrange length='128' type-id='type-id-16' id='type-id-344'/>
+    <array-type-def dimensions='1' type-id='type-id-351' size-in-bits='81920' id='type-id-268'>
+      <subrange length='128' type-id='type-id-16' id='type-id-350'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_gc.h' line='12' column='1' id='type-id-348'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_gc.h' line='12' column='1' id='type-id-354'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_gc_next' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_gc.h' line='15' column='1'/>
+        <var-decl name='_gc_next' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_gc.h' line='15' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='_gc_prev' type-id='type-id-349' visibility='default' filepath='./Include/internal/pycore_gc.h' line='19' column='1'/>
+        <var-decl name='_gc_prev' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_gc.h' line='19' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='uintptr_t' type-id='type-id-16' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-349'/>
-    <typedef-decl name='PyGC_Head' type-id='type-id-348' filepath='./Include/internal/pycore_gc.h' line='20' column='1' id='type-id-251'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-252' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-350'>
+    <typedef-decl name='uintptr_t' type-id='type-id-16' filepath='/usr/include/stdint.h' line='90' column='1' id='type-id-355'/>
+    <typedef-decl name='PyGC_Head' type-id='type-id-354' filepath='./Include/internal/pycore_gc.h' line='20' column='1' id='type-id-251'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-252' visibility='default' filepath='./Include/cpython/tupleobject.h' line='5' column='1' id='type-id-356'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-77' visibility='default' filepath='./Include/cpython/tupleobject.h' line='6' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='ob_item' type-id='type-id-351' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>
+        <var-decl name='ob_item' type-id='type-id-357' visibility='default' filepath='./Include/cpython/tupleobject.h' line='10' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-14' size-in-bits='64' id='type-id-351'>
+    <array-type-def dimensions='1' type-id='type-id-14' size-in-bits='64' id='type-id-357'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='PyTupleObject' type-id='type-id-350' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-252'/>
+    <typedef-decl name='PyTupleObject' type-id='type-id-356' filepath='./Include/cpython/tupleobject.h' line='11' column='1' id='type-id-252'/>
     <pointer-type-def type-id='type-id-56' size-in-bits='64' id='type-id-28'/>
     <type-decl name='bool' size-in-bits='8' id='type-id-31'/>
     <class-decl name='_ceval_state' size-in-bits='4416' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='46' column='1' id='type-id-32'>
@@ -4345,10 +4374,10 @@
         <var-decl name='gil_drop_request' type-id='type-id-213' visibility='default' filepath='./Include/internal/pycore_interp.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='pending' type-id='type-id-352' visibility='default' filepath='./Include/internal/pycore_interp.h' line='53' column='1'/>
+        <var-decl name='pending' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_interp.h' line='53' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_pending_calls' size-in-bits='4288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='29' column='1' id='type-id-352'>
+    <class-decl name='_pending_calls' size-in-bits='4288' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='29' column='1' id='type-id-358'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='lock' type-id='type-id-30' visibility='default' filepath='./Include/internal/pycore_interp.h' line='30' column='1'/>
       </data-member>
@@ -4359,7 +4388,7 @@
         <var-decl name='async_exc' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='calls' type-id='type-id-353' visibility='default' filepath='./Include/internal/pycore_interp.h' line='41' column='1'/>
+        <var-decl name='calls' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_interp.h' line='41' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='4224'>
         <var-decl name='first' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='42' column='1'/>
@@ -4368,17 +4397,17 @@
         <var-decl name='last' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='43' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='38' column='1' id='type-id-354'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='38' column='1' id='type-id-360'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-355' visibility='default' filepath='./Include/internal/pycore_interp.h' line='39' column='1'/>
+        <var-decl name='func' type-id='type-id-361' visibility='default' filepath='./Include/internal/pycore_interp.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='arg' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_interp.h' line='40' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-355'/>
+    <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-361'/>
 
-    <array-type-def dimensions='1' type-id='type-id-354' size-in-bits='4096' id='type-id-353'>
+    <array-type-def dimensions='1' type-id='type-id-360' size-in-bits='4096' id='type-id-359'>
       <subrange length='32' type-id='type-id-16' id='type-id-212'/>
 
     </array-type-def>
@@ -4396,16 +4425,16 @@
         <var-decl name='debug' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_gc.h' line='140' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='generations' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_gc.h' line='142' column='1'/>
+        <var-decl name='generations' type-id='type-id-363' visibility='default' filepath='./Include/internal/pycore_gc.h' line='142' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='generation0' type-id='type-id-358' visibility='default' filepath='./Include/internal/pycore_gc.h' line='143' column='1'/>
+        <var-decl name='generation0' type-id='type-id-364' visibility='default' filepath='./Include/internal/pycore_gc.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='permanent_generation' type-id='type-id-359' visibility='default' filepath='./Include/internal/pycore_gc.h' line='145' column='1'/>
+        <var-decl name='permanent_generation' type-id='type-id-365' visibility='default' filepath='./Include/internal/pycore_gc.h' line='145' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='generation_stats' type-id='type-id-360' visibility='default' filepath='./Include/internal/pycore_gc.h' line='146' column='1'/>
+        <var-decl name='generation_stats' type-id='type-id-366' visibility='default' filepath='./Include/internal/pycore_gc.h' line='146' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1600'>
         <var-decl name='collecting' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_gc.h' line='148' column='1'/>
@@ -4423,7 +4452,7 @@
         <var-decl name='long_lived_pending' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_gc.h' line='163' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='gc_generation' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='114' column='1' id='type-id-359'>
+    <class-decl name='gc_generation' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='114' column='1' id='type-id-365'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='head' type-id='type-id-251' visibility='default' filepath='./Include/internal/pycore_gc.h' line='115' column='1'/>
       </data-member>
@@ -4435,12 +4464,12 @@
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-359' size-in-bits='576' id='type-id-357'>
+    <array-type-def dimensions='1' type-id='type-id-365' size-in-bits='576' id='type-id-363'>
       <subrange length='3' type-id='type-id-16' id='type-id-293'/>
 
     </array-type-def>
-    <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-358'/>
-    <class-decl name='gc_generation_stats' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='122' column='1' id='type-id-361'>
+    <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-364'/>
+    <class-decl name='gc_generation_stats' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_gc.h' line='122' column='1' id='type-id-367'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='collections' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_gc.h' line='124' column='1'/>
       </data-member>
@@ -4452,11 +4481,11 @@
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-361' size-in-bits='576' id='type-id-360'>
+    <array-type-def dimensions='1' type-id='type-id-367' size-in-bits='576' id='type-id-366'>
       <subrange length='3' type-id='type-id-16' id='type-id-293'/>
 
     </array-type-def>
-    <class-decl name='PyConfig' size-in-bits='3392' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='134' column='1' id='type-id-362'>
+    <class-decl name='PyConfig' size-in-bits='3392' is-struct='yes' visibility='default' filepath='./Include/cpython/initconfig.h' line='134' column='1' id='type-id-368'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_config_init' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='135' column='1'/>
       </data-member>
@@ -4515,16 +4544,16 @@
         <var-decl name='parse_argv' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='orig_argv' type-id='type-id-363' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>
+        <var-decl name='orig_argv' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='155' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='argv' type-id='type-id-363' visibility='default' filepath='./Include/cpython/initconfig.h' line='156' column='1'/>
+        <var-decl name='argv' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='156' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='xoptions' type-id='type-id-363' visibility='default' filepath='./Include/cpython/initconfig.h' line='157' column='1'/>
+        <var-decl name='xoptions' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
-        <var-decl name='warnoptions' type-id='type-id-363' visibility='default' filepath='./Include/cpython/initconfig.h' line='158' column='1'/>
+        <var-decl name='warnoptions' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='158' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1344'>
         <var-decl name='site_import' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='159' column='1'/>
@@ -4599,7 +4628,7 @@
         <var-decl name='module_search_paths_set' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2432'>
-        <var-decl name='module_search_paths' type-id='type-id-363' visibility='default' filepath='./Include/cpython/initconfig.h' line='190' column='1'/>
+        <var-decl name='module_search_paths' type-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='2560'>
         <var-decl name='stdlib_dir' type-id='type-id-281' visibility='default' filepath='./Include/cpython/initconfig.h' line='191' column='1'/>
@@ -4647,24 +4676,24 @@
         <var-decl name='_is_python_build' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='219' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-363' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-364'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-369' visibility='default' filepath='./Include/cpython/initconfig.h' line='31' column='1' id='type-id-370'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/initconfig.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='items' type-id='type-id-365' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
+        <var-decl name='items' type-id='type-id-371' visibility='default' filepath='./Include/cpython/initconfig.h' line='35' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-281' size-in-bits='64' id='type-id-365'/>
-    <typedef-decl name='PyWideStringList' type-id='type-id-364' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-363'/>
-    <typedef-decl name='PyConfig' type-id='type-id-362' filepath='./Include/cpython/initconfig.h' line='220' column='1' id='type-id-34'/>
-    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-366'/>
-    <pointer-type-def type-id='type-id-366' size-in-bits='64' id='type-id-367'/>
-    <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-369'/>
-    <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-369' filepath='./Include/cpython/pystate.h' line='264' column='1' id='type-id-35'/>
+    <pointer-type-def type-id='type-id-281' size-in-bits='64' id='type-id-371'/>
+    <typedef-decl name='PyWideStringList' type-id='type-id-370' filepath='./Include/cpython/initconfig.h' line='36' column='1' id='type-id-369'/>
+    <typedef-decl name='PyConfig' type-id='type-id-368' filepath='./Include/cpython/initconfig.h' line='220' column='1' id='type-id-34'/>
+    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-372'/>
+    <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-373'/>
+    <pointer-type-def type-id='type-id-374' size-in-bits='64' id='type-id-375'/>
+    <typedef-decl name='_PyFrameEvalFunction' type-id='type-id-375' filepath='./Include/cpython/pystate.h' line='264' column='1' id='type-id-35'/>
 
     <array-type-def dimensions='1' type-id='type-id-104' size-in-bits='16320' id='type-id-37'>
-      <subrange length='255' type-id='type-id-16' id='type-id-370'/>
+      <subrange length='255' type-id='type-id-16' id='type-id-376'/>
 
     </array-type-def>
     <class-decl name='_warnings_runtime_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='11' column='1' id='type-id-38'>
@@ -4681,40 +4710,40 @@
         <var-decl name='filters_version' type-id='type-id-53' visibility='default' filepath='./Include/internal/pycore_warnings.h' line='17' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='atexit_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='67' column='1' id='type-id-39'>
+    <class-decl name='atexit_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_interp.h' line='64' column='1' id='type-id-39'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='callbacks' type-id='type-id-371' visibility='default' filepath='./Include/internal/pycore_interp.h' line='68' column='1'/>
+        <var-decl name='callbacks' type-id='type-id-377' visibility='default' filepath='./Include/internal/pycore_interp.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ncallbacks' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='69' column='1'/>
+        <var-decl name='ncallbacks' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='callback_len' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='70' column='1'/>
+        <var-decl name='callback_len' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_interp.h' line='67' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-372' visibility='default' filepath='./Include/internal/pycore_interp.h' line='61' column='1' id='type-id-373'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-378' visibility='default' filepath='./Include/internal/pycore_interp.h' line='58' column='1' id='type-id-379'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='62' column='1'/>
+        <var-decl name='func' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='args' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='63' column='1'/>
+        <var-decl name='args' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='60' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='kwargs' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='64' column='1'/>
+        <var-decl name='kwargs' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_interp.h' line='61' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='atexit_callback' type-id='type-id-373' filepath='./Include/internal/pycore_interp.h' line='65' column='1' id='type-id-372'/>
-    <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-374'/>
-    <pointer-type-def type-id='type-id-374' size-in-bits='64' id='type-id-371'/>
+    <typedef-decl name='atexit_callback' type-id='type-id-379' filepath='./Include/internal/pycore_interp.h' line='62' column='1' id='type-id-378'/>
+    <pointer-type-def type-id='type-id-378' size-in-bits='64' id='type-id-380'/>
+    <pointer-type-def type-id='type-id-380' size-in-bits='64' id='type-id-377'/>
     <class-decl name='_Py_unicode_state' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='49' column='1' id='type-id-40'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='fs_codec' type-id='type-id-375' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='50' column='1'/>
+        <var-decl name='fs_codec' type-id='type-id-381' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='ids' type-id='type-id-376' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='53' column='1'/>
+        <var-decl name='ids' type-id='type-id-382' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='53' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='37' column='1' id='type-id-375'>
+    <class-decl name='_Py_unicode_fs_codec' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='37' column='1' id='type-id-381'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='encoding' type-id='type-id-115' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='38' column='1'/>
       </data-member>
@@ -4725,10 +4754,10 @@
         <var-decl name='errors' type-id='type-id-115' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='error_handler' type-id='type-id-377' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='41' column='1'/>
+        <var-decl name='error_handler' type-id='type-id-383' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='41' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_fileutils.h' line='13' column='1' id='type-id-378'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_fileutils.h' line='13' column='1' id='type-id-384'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='_Py_ERROR_UNKNOWN' value='0'/>
       <enumerator name='_Py_ERROR_STRICT' value='1'/>
@@ -4740,8 +4769,8 @@
       <enumerator name='_Py_ERROR_XMLCHARREFREPLACE' value='7'/>
       <enumerator name='_Py_ERROR_OTHER' value='8'/>
     </enum-decl>
-    <typedef-decl name='_Py_error_handler' type-id='type-id-378' filepath='./Include/internal/pycore_fileutils.h' line='23' column='1' id='type-id-377'/>
-    <class-decl name='_Py_unicode_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='44' column='1' id='type-id-376'>
+    <typedef-decl name='_Py_error_handler' type-id='type-id-384' filepath='./Include/internal/pycore_fileutils.h' line='23' column='1' id='type-id-383'/>
+    <class-decl name='_Py_unicode_ids' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='44' column='1' id='type-id-382'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='45' column='1'/>
       </data-member>
@@ -4754,21 +4783,21 @@
         <var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='36' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='free_list' type-id='type-id-379' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='37' column='1'/>
+        <var-decl name='free_list' type-id='type-id-385' visibility='default' filepath='./Include/internal/pycore_floatobject.h' line='37' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-380' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-381'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-386' visibility='default' filepath='./Include/cpython/floatobject.h' line='5' column='1' id='type-id-387'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/floatobject.h' line='6' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ob_fval' type-id='type-id-382' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>
+        <var-decl name='ob_fval' type-id='type-id-388' visibility='default' filepath='./Include/cpython/floatobject.h' line='7' column='1'/>
       </data-member>
     </class-decl>
-    <type-decl name='double' size-in-bits='64' id='type-id-382'/>
-    <typedef-decl name='PyFloatObject' type-id='type-id-381' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-380'/>
-    <pointer-type-def type-id='type-id-380' size-in-bits='64' id='type-id-379'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-383' visibility='default' filepath='./Include/sliceobject.h' line='22' column='1' id='type-id-384'>
+    <type-decl name='double' size-in-bits='64' id='type-id-388'/>
+    <typedef-decl name='PyFloatObject' type-id='type-id-387' filepath='./Include/cpython/floatobject.h' line='8' column='1' id='type-id-386'/>
+    <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-385'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-389' visibility='default' filepath='./Include/sliceobject.h' line='22' column='1' id='type-id-390'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/sliceobject.h' line='23' column='1'/>
       </data-member>
@@ -4782,36 +4811,36 @@
         <var-decl name='step' type-id='type-id-14' visibility='default' filepath='./Include/sliceobject.h' line='24' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PySliceObject' type-id='type-id-384' filepath='./Include/sliceobject.h' line='25' column='1' id='type-id-383'/>
-    <pointer-type-def type-id='type-id-383' size-in-bits='64' id='type-id-42'/>
+    <typedef-decl name='PySliceObject' type-id='type-id-390' filepath='./Include/sliceobject.h' line='25' column='1' id='type-id-389'/>
+    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-42'/>
     <class-decl name='_Py_tuple_state' size-in-bits='1920' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='48' column='1' id='type-id-43'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='free_list' type-id='type-id-385' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='58' column='1'/>
+        <var-decl name='free_list' type-id='type-id-391' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='numfree' type-id='type-id-386' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='59' column='1'/>
+        <var-decl name='numfree' type-id='type-id-392' visibility='default' filepath='./Include/internal/pycore_tuple.h' line='59' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-387'/>
+    <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-393'/>
 
-    <array-type-def dimensions='1' type-id='type-id-387' size-in-bits='1280' id='type-id-385'>
-      <subrange length='20' type-id='type-id-16' id='type-id-325'/>
+    <array-type-def dimensions='1' type-id='type-id-393' size-in-bits='1280' id='type-id-391'>
+      <subrange length='20' type-id='type-id-16' id='type-id-327'/>
 
     </array-type-def>
 
-    <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='640' id='type-id-386'>
-      <subrange length='20' type-id='type-id-16' id='type-id-325'/>
+    <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='640' id='type-id-392'>
+      <subrange length='20' type-id='type-id-16' id='type-id-327'/>
 
     </array-type-def>
     <class-decl name='_Py_list_state' size-in-bits='5184' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_list.h' line='31' column='1' id='type-id-44'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='free_list' type-id='type-id-388' visibility='default' filepath='./Include/internal/pycore_list.h' line='33' column='1'/>
+        <var-decl name='free_list' type-id='type-id-394' visibility='default' filepath='./Include/internal/pycore_list.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5120'>
         <var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_list.h' line='34' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-389' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-390'>
+    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-395' visibility='default' filepath='./Include/cpython/listobject.h' line='5' column='1' id='type-id-396'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-77' visibility='default' filepath='./Include/cpython/listobject.h' line='6' column='1'/>
       </data-member>
@@ -4822,28 +4851,28 @@
         <var-decl name='allocated' type-id='type-id-36' visibility='default' filepath='./Include/cpython/listobject.h' line='21' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyListObject' type-id='type-id-390' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-389'/>
-    <pointer-type-def type-id='type-id-389' size-in-bits='64' id='type-id-391'/>
+    <typedef-decl name='PyListObject' type-id='type-id-396' filepath='./Include/cpython/listobject.h' line='22' column='1' id='type-id-395'/>
+    <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-397'/>
 
-    <array-type-def dimensions='1' type-id='type-id-391' size-in-bits='5120' id='type-id-388'>
-      <subrange length='80' type-id='type-id-16' id='type-id-392'/>
+    <array-type-def dimensions='1' type-id='type-id-397' size-in-bits='5120' id='type-id-394'>
+      <subrange length='80' type-id='type-id-16' id='type-id-398'/>
 
     </array-type-def>
     <class-decl name='_Py_dict_state' size-in-bits='10368' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='29' column='1' id='type-id-45'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='free_list' type-id='type-id-393' visibility='default' filepath='./Include/internal/pycore_dict.h' line='32' column='1'/>
+        <var-decl name='free_list' type-id='type-id-399' visibility='default' filepath='./Include/internal/pycore_dict.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5120'>
         <var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_dict.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5184'>
-        <var-decl name='keys_free_list' type-id='type-id-394' visibility='default' filepath='./Include/internal/pycore_dict.h' line='34' column='1'/>
+        <var-decl name='keys_free_list' type-id='type-id-400' visibility='default' filepath='./Include/internal/pycore_dict.h' line='34' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='10304'>
         <var-decl name='keys_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_dict.h' line='35' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-395' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-396'>
+    <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-401' visibility='default' filepath='./Include/cpython/dictobject.h' line='11' column='1' id='type-id-402'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/dictobject.h' line='12' column='1'/>
       </data-member>
@@ -4854,13 +4883,13 @@
         <var-decl name='ma_version_tag' type-id='type-id-19' visibility='default' filepath='./Include/cpython/dictobject.h' line='19' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='ma_keys' type-id='type-id-397' visibility='default' filepath='./Include/cpython/dictobject.h' line='21' column='1'/>
+        <var-decl name='ma_keys' type-id='type-id-403' visibility='default' filepath='./Include/cpython/dictobject.h' line='21' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='ma_values' type-id='type-id-398' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>
+        <var-decl name='ma_values' type-id='type-id-404' visibility='default' filepath='./Include/cpython/dictobject.h' line='28' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='87' column='1' id='type-id-399'>
+    <class-decl name='_dictkeysobject' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='87' column='1' id='type-id-405'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='dk_refcnt' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_dict.h' line='88' column='1'/>
       </data-member>
@@ -4883,80 +4912,80 @@
         <var-decl name='dk_nentries' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_dict.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='dk_indices' type-id='type-id-400' visibility='default' filepath='./Include/internal/pycore_dict.h' line='121' column='1'/>
+        <var-decl name='dk_indices' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_dict.h' line='121' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='infinite' id='type-id-400'>
+    <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='infinite' id='type-id-406'>
       <subrange length='infinite' type-id='type-id-16' id='type-id-6'/>
 
     </array-type-def>
-    <typedef-decl name='PyDictKeysObject' type-id='type-id-399' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-401'/>
-    <pointer-type-def type-id='type-id-401' size-in-bits='64' id='type-id-397'/>
-    <class-decl name='_dictvalues' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='137' column='1' id='type-id-402'>
+    <typedef-decl name='PyDictKeysObject' type-id='type-id-405' filepath='./Include/cpython/dictobject.h' line='5' column='1' id='type-id-407'/>
+    <pointer-type-def type-id='type-id-407' size-in-bits='64' id='type-id-403'/>
+    <class-decl name='_dictvalues' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_dict.h' line='137' column='1' id='type-id-408'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='values' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_dict.h' line='138' column='1'/>
+        <var-decl name='values' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_dict.h' line='138' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyDictValues' type-id='type-id-402' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-403'/>
-    <pointer-type-def type-id='type-id-403' size-in-bits='64' id='type-id-398'/>
-    <typedef-decl name='PyDictObject' type-id='type-id-396' filepath='./Include/cpython/dictobject.h' line='29' column='1' id='type-id-395'/>
-    <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-404'/>
+    <typedef-decl name='PyDictValues' type-id='type-id-408' filepath='./Include/cpython/dictobject.h' line='6' column='1' id='type-id-409'/>
+    <pointer-type-def type-id='type-id-409' size-in-bits='64' id='type-id-404'/>
+    <typedef-decl name='PyDictObject' type-id='type-id-402' filepath='./Include/cpython/dictobject.h' line='29' column='1' id='type-id-401'/>
+    <pointer-type-def type-id='type-id-401' size-in-bits='64' id='type-id-410'/>
 
-    <array-type-def dimensions='1' type-id='type-id-404' size-in-bits='5120' id='type-id-393'>
-      <subrange length='80' type-id='type-id-16' id='type-id-392'/>
+    <array-type-def dimensions='1' type-id='type-id-410' size-in-bits='5120' id='type-id-399'>
+      <subrange length='80' type-id='type-id-16' id='type-id-398'/>
 
     </array-type-def>
 
-    <array-type-def dimensions='1' type-id='type-id-397' size-in-bits='5120' id='type-id-394'>
-      <subrange length='80' type-id='type-id-16' id='type-id-392'/>
+    <array-type-def dimensions='1' type-id='type-id-403' size-in-bits='5120' id='type-id-400'>
+      <subrange length='80' type-id='type-id-16' id='type-id-398'/>
 
     </array-type-def>
     <class-decl name='_Py_async_gen_state' size-in-bits='10368' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='31' column='1' id='type-id-46'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value_freelist' type-id='type-id-405' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='37' column='1'/>
+        <var-decl name='value_freelist' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5120'>
         <var-decl name='value_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='5184'>
-        <var-decl name='asend_freelist' type-id='type-id-406' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='40' column='1'/>
+        <var-decl name='asend_freelist' type-id='type-id-412' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='10304'>
         <var-decl name='asend_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_genobject.h' line='41' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-407'/>
-    <pointer-type-def type-id='type-id-407' size-in-bits='64' id='type-id-408'/>
+    <class-decl name='_PyAsyncGenWrappedValue' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-413'/>
+    <pointer-type-def type-id='type-id-413' size-in-bits='64' id='type-id-414'/>
 
-    <array-type-def dimensions='1' type-id='type-id-408' size-in-bits='5120' id='type-id-405'>
-      <subrange length='80' type-id='type-id-16' id='type-id-392'/>
+    <array-type-def dimensions='1' type-id='type-id-414' size-in-bits='5120' id='type-id-411'>
+      <subrange length='80' type-id='type-id-16' id='type-id-398'/>
 
     </array-type-def>
-    <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-409'/>
-    <pointer-type-def type-id='type-id-409' size-in-bits='64' id='type-id-410'/>
+    <class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-415'/>
+    <pointer-type-def type-id='type-id-415' size-in-bits='64' id='type-id-416'/>
 
-    <array-type-def dimensions='1' type-id='type-id-410' size-in-bits='5120' id='type-id-406'>
-      <subrange length='80' type-id='type-id-16' id='type-id-392'/>
+    <array-type-def dimensions='1' type-id='type-id-416' size-in-bits='5120' id='type-id-412'>
+      <subrange length='80' type-id='type-id-16' id='type-id-398'/>
 
     </array-type-def>
     <class-decl name='_Py_context_state' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='30' column='1' id='type-id-47'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='freelist' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_context.h' line='33' column='1'/>
+        <var-decl name='freelist' type-id='type-id-417' visibility='default' filepath='./Include/internal/pycore_context.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_context.h' line='34' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='38' column='1' id='type-id-412'>
+    <class-decl name='_pycontextobject' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_context.h' line='38' column='1' id='type-id-418'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_context.h' line='39' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ctx_prev' type-id='type-id-411' visibility='default' filepath='./Include/internal/pycore_context.h' line='40' column='1'/>
+        <var-decl name='ctx_prev' type-id='type-id-417' visibility='default' filepath='./Include/internal/pycore_context.h' line='40' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='ctx_vars' type-id='type-id-413' visibility='default' filepath='./Include/internal/pycore_context.h' line='41' column='1'/>
+        <var-decl name='ctx_vars' type-id='type-id-419' visibility='default' filepath='./Include/internal/pycore_context.h' line='41' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='ctx_weakreflist' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_context.h' line='42' column='1'/>
@@ -4965,37 +4994,37 @@
         <var-decl name='ctx_entered' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_context.h' line='43' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyContext' type-id='type-id-412' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-414'/>
-    <pointer-type-def type-id='type-id-414' size-in-bits='64' id='type-id-411'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-415' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='36' column='1' id='type-id-416'>
+    <typedef-decl name='PyContext' type-id='type-id-418' filepath='./Include/cpython/context.h' line='9' column='1' id='type-id-420'/>
+    <pointer-type-def type-id='type-id-420' size-in-bits='64' id='type-id-417'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-421' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='48' column='1' id='type-id-422'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='37' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='h_root' type-id='type-id-417' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='38' column='1'/>
+        <var-decl name='h_root' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='50' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='h_weakreflist' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='39' column='1'/>
+        <var-decl name='h_weakreflist' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='h_count' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='40' column='1'/>
+        <var-decl name='h_count' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='52' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-418' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='30' column='1' id='type-id-419'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-424' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='42' column='1' id='type-id-425'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='31' column='1'/>
+        <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='43' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyHamtNode' type-id='type-id-419' filepath='./Include/internal/pycore_hamt.h' line='32' column='1' id='type-id-418'/>
-    <pointer-type-def type-id='type-id-418' size-in-bits='64' id='type-id-417'/>
-    <typedef-decl name='PyHamtObject' type-id='type-id-416' filepath='./Include/internal/pycore_hamt.h' line='41' column='1' id='type-id-415'/>
-    <pointer-type-def type-id='type-id-415' size-in-bits='64' id='type-id-413'/>
+    <typedef-decl name='PyHamtNode' type-id='type-id-425' filepath='./Include/internal/pycore_hamt.h' line='44' column='1' id='type-id-424'/>
+    <pointer-type-def type-id='type-id-424' size-in-bits='64' id='type-id-423'/>
+    <typedef-decl name='PyHamtObject' type-id='type-id-422' filepath='./Include/internal/pycore_hamt.h' line='53' column='1' id='type-id-421'/>
+    <pointer-type-def type-id='type-id-421' size-in-bits='64' id='type-id-419'/>
     <class-decl name='_Py_exc_state' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='22' column='1' id='type-id-48'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='errnomap' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='24' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='memerrors_freelist' type-id='type-id-420' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='25' column='1'/>
+        <var-decl name='memerrors_freelist' type-id='type-id-426' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='memerrors_numfree' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='26' column='1'/>
@@ -5004,7 +5033,7 @@
         <var-decl name='PyExc_ExceptionGroup' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_exceptions.h' line='28' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-421' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-422'>
+    <class-decl name='__anonymous_struct__' size-in-bits='576' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-427' visibility='default' filepath='./Include/cpython/pyerrors.h' line='13' column='1' id='type-id-428'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
       </data-member>
@@ -5030,8 +5059,8 @@
         <var-decl name='suppress_context' type-id='type-id-1' visibility='default' filepath='./Include/cpython/pyerrors.h' line='14' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyBaseExceptionObject' type-id='type-id-422' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-421'/>
-    <pointer-type-def type-id='type-id-421' size-in-bits='64' id='type-id-420'/>
+    <typedef-decl name='PyBaseExceptionObject' type-id='type-id-428' filepath='./Include/cpython/pyerrors.h' line='15' column='1' id='type-id-427'/>
+    <pointer-type-def type-id='type-id-427' size-in-bits='64' id='type-id-426'/>
     <class-decl name='ast_state' size-in-bits='15104' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='13' column='1' id='type-id-49'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='initialized' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast_state.h' line='14' column='1'/>
@@ -5744,10 +5773,10 @@
     </class-decl>
     <class-decl name='type_cache' size-in-bits='786432' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='33' column='1' id='type-id-50'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='hashtable' type-id='type-id-423' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='34' column='1'/>
+        <var-decl name='hashtable' type-id='type-id-429' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='34' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='24' column='1' id='type-id-424'>
+    <class-decl name='type_cache_entry' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='24' column='1' id='type-id-430'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='version' type-id='type-id-105' visibility='default' filepath='./Include/internal/pycore_typeobject.h' line='25' column='1'/>
       </data-member>
@@ -5759,8 +5788,8 @@
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-424' size-in-bits='786432' id='type-id-423'>
-      <subrange length='4096' type-id='type-id-16' id='type-id-425'/>
+    <array-type-def dimensions='1' type-id='type-id-430' size-in-bits='786432' id='type-id-429'>
+      <subrange length='4096' type-id='type-id-16' id='type-id-431'/>
 
     </array-type-def>
     <class-decl name='callable_cache' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='118' column='1' id='type-id-51'>
@@ -5774,44 +5803,44 @@
         <var-decl name='list_append' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_code.h' line='121' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_PyCFrame' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='38' column='1' id='type-id-426'>
+    <class-decl name='_PyCFrame' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='38' column='1' id='type-id-432'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='use_tracing' type-id='type-id-285' visibility='default' filepath='./Include/cpython/pystate.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='current_frame' type-id='type-id-367' visibility='default' filepath='./Include/cpython/pystate.h' line='51' column='1'/>
+        <var-decl name='current_frame' type-id='type-id-373' visibility='default' filepath='./Include/cpython/pystate.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='previous' type-id='type-id-12' visibility='default' filepath='./Include/cpython/pystate.h' line='52' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-426' size-in-bits='64' id='type-id-12'/>
-    <typedef-decl name='_PyCFrame' type-id='type-id-426' filepath='./Include/cpython/pystate.h' line='53' column='1' id='type-id-24'/>
-    <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-427'/>
-    <typedef-decl name='PyFrameObject' type-id='type-id-427' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-428'/>
-    <pointer-type-def type-id='type-id-428' size-in-bits='64' id='type-id-429'/>
-    <pointer-type-def type-id='type-id-430' size-in-bits='64' id='type-id-431'/>
-    <typedef-decl name='Py_tracefunc' type-id='type-id-431' filepath='./Include/cpython/pystate.h' line='14' column='1' id='type-id-13'/>
-    <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='55' column='1' id='type-id-432'>
+    <pointer-type-def type-id='type-id-432' size-in-bits='64' id='type-id-12'/>
+    <typedef-decl name='_PyCFrame' type-id='type-id-432' filepath='./Include/cpython/pystate.h' line='53' column='1' id='type-id-24'/>
+    <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-433'/>
+    <typedef-decl name='PyFrameObject' type-id='type-id-433' filepath='./Include/pytypedefs.h' line='22' column='1' id='type-id-434'/>
+    <pointer-type-def type-id='type-id-434' size-in-bits='64' id='type-id-435'/>
+    <pointer-type-def type-id='type-id-436' size-in-bits='64' id='type-id-437'/>
+    <typedef-decl name='Py_tracefunc' type-id='type-id-437' filepath='./Include/cpython/pystate.h' line='14' column='1' id='type-id-13'/>
+    <class-decl name='_err_stackitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='55' column='1' id='type-id-438'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='exc_value' type-id='type-id-14' visibility='default' filepath='./Include/cpython/pystate.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='previous_item' type-id='type-id-433' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1'/>
+        <var-decl name='previous_item' type-id='type-id-439' visibility='default' filepath='./Include/cpython/pystate.h' line='71' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-432' size-in-bits='64' id='type-id-433'/>
-    <typedef-decl name='_PyErr_StackItem' type-id='type-id-432' filepath='./Include/cpython/pystate.h' line='73' column='1' id='type-id-23'/>
+    <pointer-type-def type-id='type-id-438' size-in-bits='64' id='type-id-439'/>
+    <typedef-decl name='_PyErr_StackItem' type-id='type-id-438' filepath='./Include/cpython/pystate.h' line='73' column='1' id='type-id-23'/>
     <pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-15'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-20' visibility='default' filepath='./Include/cpython/pystate.h' line='31' column='1' id='type-id-434'>
+    <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-20' visibility='default' filepath='./Include/cpython/pystate.h' line='31' column='1' id='type-id-440'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='code' type-id='type-id-435' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1'/>
+        <var-decl name='code' type-id='type-id-441' visibility='default' filepath='./Include/cpython/pystate.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='bounds' type-id='type-id-436' visibility='default' filepath='./Include/cpython/pystate.h' line='33' column='1'/>
+        <var-decl name='bounds' type-id='type-id-442' visibility='default' filepath='./Include/cpython/pystate.h' line='33' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='PyCodeObject' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1' id='type-id-437'>
+    <class-decl name='PyCodeObject' size-in-bits='1344' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1' id='type-id-443'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-77' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1'/>
       </data-member>
@@ -5888,9 +5917,9 @@
         <var-decl name='co_code_adaptive' type-id='type-id-262' visibility='default' filepath='./Include/cpython/code.h' line='99' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCodeObject' type-id='type-id-437' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-438'/>
-    <pointer-type-def type-id='type-id-438' size-in-bits='64' id='type-id-435'/>
-    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='175' column='1' id='type-id-439'>
+    <typedef-decl name='PyCodeObject' type-id='type-id-443' filepath='./Include/pytypedefs.h' line='21' column='1' id='type-id-444'/>
+    <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-441'/>
+    <class-decl name='_line_offsets' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='175' column='1' id='type-id-445'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ar_start' type-id='type-id-8' visibility='default' filepath='./Include/cpython/code.h' line='176' column='1'/>
       </data-member>
@@ -5901,27 +5930,27 @@
         <var-decl name='ar_line' type-id='type-id-8' visibility='default' filepath='./Include/cpython/code.h' line='178' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='opaque' type-id='type-id-440' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1'/>
+        <var-decl name='opaque' type-id='type-id-446' visibility='default' filepath='./Include/cpython/code.h' line='179' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='169' column='1' id='type-id-440'>
+    <class-decl name='_opaque' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/cpython/code.h' line='169' column='1' id='type-id-446'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='computed_line' type-id='type-id-8' visibility='default' filepath='./Include/cpython/code.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='lo_next' type-id='type-id-441' visibility='default' filepath='./Include/cpython/code.h' line='171' column='1'/>
+        <var-decl name='lo_next' type-id='type-id-447' visibility='default' filepath='./Include/cpython/code.h' line='171' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='limit' type-id='type-id-441' visibility='default' filepath='./Include/cpython/code.h' line='172' column='1'/>
+        <var-decl name='limit' type-id='type-id-447' visibility='default' filepath='./Include/cpython/code.h' line='172' column='1'/>
       </data-member>
     </class-decl>
-    <qualified-type-def type-id='type-id-285' const='yes' id='type-id-442'/>
-    <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-441'/>
-    <typedef-decl name='PyCodeAddressRange' type-id='type-id-439' filepath='./Include/cpython/code.h' line='180' column='1' id='type-id-436'/>
-    <typedef-decl name='PyTraceInfo' type-id='type-id-434' filepath='./Include/cpython/pystate.h' line='34' column='1' id='type-id-20'/>
-    <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='75' column='1' id='type-id-443'>
+    <qualified-type-def type-id='type-id-285' const='yes' id='type-id-448'/>
+    <pointer-type-def type-id='type-id-448' size-in-bits='64' id='type-id-447'/>
+    <typedef-decl name='PyCodeAddressRange' type-id='type-id-445' filepath='./Include/cpython/code.h' line='180' column='1' id='type-id-442'/>
+    <typedef-decl name='PyTraceInfo' type-id='type-id-440' filepath='./Include/cpython/pystate.h' line='34' column='1' id='type-id-20'/>
+    <class-decl name='_stack_chunk' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='75' column='1' id='type-id-449'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='previous' type-id='type-id-444' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
+        <var-decl name='previous' type-id='type-id-450' visibility='default' filepath='./Include/cpython/pystate.h' line='76' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='size' type-id='type-id-54' visibility='default' filepath='./Include/cpython/pystate.h' line='77' column='1'/>
@@ -5930,16 +5959,16 @@
         <var-decl name='top' type-id='type-id-54' visibility='default' filepath='./Include/cpython/pystate.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='data' type-id='type-id-351' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>
+        <var-decl name='data' type-id='type-id-357' visibility='default' filepath='./Include/cpython/pystate.h' line='79' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-444'/>
-    <typedef-decl name='_PyStackChunk' type-id='type-id-443' filepath='./Include/cpython/pystate.h' line='80' column='1' id='type-id-445'/>
-    <pointer-type-def type-id='type-id-445' size-in-bits='64' id='type-id-21'/>
+    <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-450'/>
+    <typedef-decl name='_PyStackChunk' type-id='type-id-449' filepath='./Include/cpython/pystate.h' line='80' column='1' id='type-id-451'/>
+    <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-21'/>
     <var-decl name='_PyOS_ReadlineTState' type-id='type-id-10' mangled-name='_PyOS_ReadlineTState' visibility='default' filepath='./Include/cpython/pythonrun.h' line='120' column='1' elf-symbol-id='_PyOS_ReadlineTState'/>
-    <pointer-type-def type-id='type-id-446' size-in-bits='64' id='type-id-447'/>
-    <var-decl name='PyOS_InputHook' type-id='type-id-447' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='18' column='1' elf-symbol-id='PyOS_InputHook'/>
-    <class-decl name='_IO_FILE' size-in-bits='1728' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='49' column='1' id='type-id-448'>
+    <pointer-type-def type-id='type-id-452' size-in-bits='64' id='type-id-453'/>
+    <var-decl name='PyOS_InputHook' type-id='type-id-453' mangled-name='PyOS_InputHook' visibility='default' filepath='./Include/pythonrun.h' line='18' column='1' elf-symbol-id='PyOS_InputHook'/>
+    <class-decl name='_IO_FILE' size-in-bits='1728' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='49' column='1' id='type-id-454'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='_flags' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='51' column='1'/>
       </data-member>
@@ -5977,10 +6006,10 @@
         <var-decl name='_IO_save_end' type-id='type-id-115' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='768'>
-        <var-decl name='_markers' type-id='type-id-449' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>
+        <var-decl name='_markers' type-id='type-id-455' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='_chain' type-id='type-id-450' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='70' column='1'/>
+        <var-decl name='_chain' type-id='type-id-456' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
         <var-decl name='_fileno' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='72' column='1'/>
@@ -5989,31 +6018,31 @@
         <var-decl name='_flags2' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='73' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='_old_offset' type-id='type-id-451' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>
+        <var-decl name='_old_offset' type-id='type-id-457' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1024'>
-        <var-decl name='_cur_column' type-id='type-id-452' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>
+        <var-decl name='_cur_column' type-id='type-id-458' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1040'>
-        <var-decl name='_vtable_offset' type-id='type-id-453' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>
+        <var-decl name='_vtable_offset' type-id='type-id-459' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1048'>
         <var-decl name='_shortbuf' type-id='type-id-262' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1088'>
-        <var-decl name='_lock' type-id='type-id-454' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>
+        <var-decl name='_lock' type-id='type-id-460' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='81' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1152'>
-        <var-decl name='_offset' type-id='type-id-455' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>
+        <var-decl name='_offset' type-id='type-id-461' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='89' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1216'>
-        <var-decl name='_codecvt' type-id='type-id-456' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>
+        <var-decl name='_codecvt' type-id='type-id-462' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1280'>
-        <var-decl name='_wide_data' type-id='type-id-457' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='92' column='1'/>
+        <var-decl name='_wide_data' type-id='type-id-463' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1344'>
-        <var-decl name='_freeres_list' type-id='type-id-450' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='93' column='1'/>
+        <var-decl name='_freeres_list' type-id='type-id-456' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1408'>
         <var-decl name='_freeres_buf' type-id='type-id-18' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='94' column='1'/>
@@ -6025,34 +6054,34 @@
         <var-decl name='_mode' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='96' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='1568'>
-        <var-decl name='_unused2' type-id='type-id-458' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>
+        <var-decl name='_unused2' type-id='type-id-464' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='98' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-459'/>
-    <pointer-type-def type-id='type-id-459' size-in-bits='64' id='type-id-449'/>
-    <pointer-type-def type-id='type-id-448' size-in-bits='64' id='type-id-450'/>
-    <typedef-decl name='__off_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-451'/>
-    <type-decl name='unsigned short int' size-in-bits='16' id='type-id-452'/>
-    <type-decl name='signed char' size-in-bits='8' id='type-id-453'/>
-    <typedef-decl name='_IO_lock_t' type-id='type-id-70' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='43' column='1' id='type-id-460'/>
-    <pointer-type-def type-id='type-id-460' size-in-bits='64' id='type-id-454'/>
-    <typedef-decl name='__off64_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-455'/>
-    <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-461'/>
-    <pointer-type-def type-id='type-id-461' size-in-bits='64' id='type-id-456'/>
-    <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-462'/>
-    <pointer-type-def type-id='type-id-462' size-in-bits='64' id='type-id-457'/>
+    <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-465'/>
+    <pointer-type-def type-id='type-id-465' size-in-bits='64' id='type-id-455'/>
+    <pointer-type-def type-id='type-id-454' size-in-bits='64' id='type-id-456'/>
+    <typedef-decl name='__off_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='152' column='1' id='type-id-457'/>
+    <type-decl name='unsigned short int' size-in-bits='16' id='type-id-458'/>
+    <type-decl name='signed char' size-in-bits='8' id='type-id-459'/>
+    <typedef-decl name='_IO_lock_t' type-id='type-id-70' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h' line='43' column='1' id='type-id-466'/>
+    <pointer-type-def type-id='type-id-466' size-in-bits='64' id='type-id-460'/>
+    <typedef-decl name='__off64_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='153' column='1' id='type-id-461'/>
+    <class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-467'/>
+    <pointer-type-def type-id='type-id-467' size-in-bits='64' id='type-id-462'/>
+    <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-468'/>
+    <pointer-type-def type-id='type-id-468' size-in-bits='64' id='type-id-463'/>
 
-    <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='160' id='type-id-458'>
-      <subrange length='20' type-id='type-id-16' id='type-id-325'/>
+    <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='160' id='type-id-464'>
+      <subrange length='20' type-id='type-id-16' id='type-id-327'/>
 
     </array-type-def>
-    <typedef-decl name='FILE' type-id='type-id-448' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-463'/>
-    <pointer-type-def type-id='type-id-463' size-in-bits='64' id='type-id-464'/>
-    <pointer-type-def type-id='type-id-465' size-in-bits='64' id='type-id-466'/>
-    <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-466' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='121' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>
+    <typedef-decl name='FILE' type-id='type-id-454' filepath='/usr/include/x86_64-linux-gnu/bits/types/FILE.h' line='7' column='1' id='type-id-469'/>
+    <pointer-type-def type-id='type-id-469' size-in-bits='64' id='type-id-470'/>
+    <pointer-type-def type-id='type-id-471' size-in-bits='64' id='type-id-472'/>
+    <var-decl name='PyOS_ReadlineFunctionPointer' type-id='type-id-472' mangled-name='PyOS_ReadlineFunctionPointer' visibility='default' filepath='./Include/cpython/pythonrun.h' line='121' column='1' elf-symbol-id='PyOS_ReadlineFunctionPointer'/>
     <function-decl name='PyOS_Readline' mangled-name='PyOS_Readline' filepath='Parser/myreadline.c' line='355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_Readline'>
-      <parameter type-id='type-id-464' name='sys_stdin' filepath='Parser/myreadline.c' line='355' column='1'/>
-      <parameter type-id='type-id-464' name='sys_stdout' filepath='Parser/myreadline.c' line='355' column='1'/>
+      <parameter type-id='type-id-470' name='sys_stdin' filepath='Parser/myreadline.c' line='355' column='1'/>
+      <parameter type-id='type-id-470' name='sys_stdout' filepath='Parser/myreadline.c' line='355' column='1'/>
       <parameter type-id='type-id-3' name='prompt' filepath='Parser/myreadline.c' line='355' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
@@ -6099,9 +6128,9 @@
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-14'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-368'>
+    <function-type size-in-bits='64' id='type-id-374'>
       <parameter type-id='type-id-10'/>
-      <parameter type-id='type-id-367'/>
+      <parameter type-id='type-id-373'/>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-14'/>
     </function-type>
@@ -6120,22 +6149,22 @@
       <parameter type-id='type-id-206'/>
       <return type-id='type-id-14'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-465'>
-      <parameter type-id='type-id-464'/>
-      <parameter type-id='type-id-464'/>
+    <function-type size-in-bits='64' id='type-id-471'>
+      <parameter type-id='type-id-470'/>
+      <parameter type-id='type-id-470'/>
       <parameter type-id='type-id-3'/>
       <return type-id='type-id-115'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-446'>
+    <function-type size-in-bits='64' id='type-id-452'>
       <return type-id='type-id-8'/>
     </function-type>
     <function-type size-in-bits='64' id='type-id-138'>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-8'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-430'>
+    <function-type size-in-bits='64' id='type-id-436'>
       <parameter type-id='type-id-14'/>
-      <parameter type-id='type-id-429'/>
+      <parameter type-id='type-id-435'/>
       <parameter type-id='type-id-8'/>
       <parameter type-id='type-id-14'/>
       <return type-id='type-id-8'/>
@@ -6197,7 +6226,7 @@
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-8'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-356'>
+    <function-type size-in-bits='64' id='type-id-362'>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-8'/>
     </function-type>
@@ -6232,16 +6261,16 @@
       <return type-id='type-id-70'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/abstract.c' comp-dir-path='/src' language='LANG_C99'>
-    <qualified-type-def type-id='type-id-115' const='yes' id='type-id-467'/>
-    <pointer-type-def type-id='type-id-467' size-in-bits='64' id='type-id-468'/>
+  <abi-instr version='1.0' address-size='64' path='Objects/abstract.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <qualified-type-def type-id='type-id-115' const='yes' id='type-id-473'/>
+    <pointer-type-def type-id='type-id-473' size-in-bits='64' id='type-id-474'/>
     <function-decl name='_Py_FreeCharPArray' mangled-name='_Py_FreeCharPArray' filepath='Objects/abstract.c' line='2969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FreeCharPArray'>
-      <parameter type-id='type-id-468' name='array' filepath='Objects/abstract.c' line='2969' column='1'/>
+      <parameter type-id='type-id-474' name='array' filepath='Objects/abstract.c' line='2969' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PySequence_BytesToCharpArray' mangled-name='_PySequence_BytesToCharpArray' filepath='Objects/abstract.c' line='2910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PySequence_BytesToCharpArray'>
       <parameter type-id='type-id-14' name='self' filepath='Objects/abstract.c' line='2910' column='1'/>
-      <return type-id='type-id-468'/>
+      <return type-id='type-id-474'/>
     </function-decl>
     <function-decl name='PyIter_Send' mangled-name='PyIter_Send' filepath='Objects/abstract.c' line='2877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyIter_Send'>
       <parameter type-id='type-id-14' name='iter' filepath='Objects/abstract.c' line='2877' column='1'/>
@@ -6658,10 +6687,10 @@
       <parameter type-id='type-id-14' name='src' filepath='Objects/abstract.c' line='621' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-166' const='yes' id='type-id-469'/>
-    <pointer-type-def type-id='type-id-469' size-in-bits='64' id='type-id-470'/>
+    <qualified-type-def type-id='type-id-166' const='yes' id='type-id-475'/>
+    <pointer-type-def type-id='type-id-475' size-in-bits='64' id='type-id-476'/>
     <function-decl name='PyBuffer_FromContiguous' mangled-name='PyBuffer_FromContiguous' filepath='Objects/abstract.c' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_FromContiguous'>
-      <parameter type-id='type-id-470' name='view' filepath='Objects/abstract.c' line='569' column='1'/>
+      <parameter type-id='type-id-476' name='view' filepath='Objects/abstract.c' line='569' column='1'/>
       <parameter type-id='type-id-18' name='buf' filepath='Objects/abstract.c' line='569' column='1'/>
       <parameter type-id='type-id-36' name='len' filepath='Objects/abstract.c' line='569' column='1'/>
       <parameter type-id='type-id-1' name='fort' filepath='Objects/abstract.c' line='569' column='1'/>
@@ -6671,27 +6700,27 @@
       <parameter type-id='type-id-3' name='format' filepath='Objects/abstract.c' line='527' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-36' const='yes' id='type-id-471'/>
-    <pointer-type-def type-id='type-id-471' size-in-bits='64' id='type-id-472'/>
+    <qualified-type-def type-id='type-id-36' const='yes' id='type-id-477'/>
+    <pointer-type-def type-id='type-id-477' size-in-bits='64' id='type-id-478'/>
     <function-decl name='_Py_add_one_to_index_C' mangled-name='_Py_add_one_to_index_C' filepath='Objects/abstract.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_add_one_to_index_C'>
       <parameter type-id='type-id-8' name='nd' filepath='Objects/abstract.c' line='511' column='1'/>
       <parameter type-id='type-id-168' name='index' filepath='Objects/abstract.c' line='511' column='1'/>
-      <parameter type-id='type-id-472' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
+      <parameter type-id='type-id-478' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_Py_add_one_to_index_F' mangled-name='_Py_add_one_to_index_F' filepath='Objects/abstract.c' line='495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_add_one_to_index_F'>
       <parameter type-id='type-id-8' name='nd' filepath='Objects/abstract.c' line='511' column='1'/>
       <parameter type-id='type-id-168' name='index' filepath='Objects/abstract.c' line='511' column='1'/>
-      <parameter type-id='type-id-472' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
+      <parameter type-id='type-id-478' name='shape' filepath='Objects/abstract.c' line='511' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyBuffer_GetPointer' mangled-name='PyBuffer_GetPointer' filepath='Objects/abstract.c' line='479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_GetPointer'>
-      <parameter type-id='type-id-470' name='view' filepath='Objects/abstract.c' line='479' column='1'/>
-      <parameter type-id='type-id-472' name='indices' filepath='Objects/abstract.c' line='479' column='1'/>
+      <parameter type-id='type-id-476' name='view' filepath='Objects/abstract.c' line='479' column='1'/>
+      <parameter type-id='type-id-478' name='indices' filepath='Objects/abstract.c' line='479' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='PyBuffer_IsContiguous' mangled-name='PyBuffer_IsContiguous' filepath='Objects/abstract.c' line='463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_IsContiguous'>
-      <parameter type-id='type-id-470' name='view' filepath='Objects/abstract.c' line='463' column='1'/>
+      <parameter type-id='type-id-476' name='view' filepath='Objects/abstract.c' line='463' column='1'/>
       <parameter type-id='type-id-1' name='order' filepath='Objects/abstract.c' line='463' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -6701,23 +6730,23 @@
       <parameter type-id='type-id-8' name='flags' filepath='Objects/abstract.c' line='380' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-18' size-in-bits='64' id='type-id-473'/>
+    <pointer-type-def type-id='type-id-18' size-in-bits='64' id='type-id-479'/>
     <function-decl name='PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsWriteBuffer'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='351' column='1'/>
-      <parameter type-id='type-id-473' name='buffer' filepath='Objects/abstract.c' line='352' column='1'/>
+      <parameter type-id='type-id-479' name='buffer' filepath='Objects/abstract.c' line='352' column='1'/>
       <parameter type-id='type-id-168' name='buffer_len' filepath='Objects/abstract.c' line='353' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsReadBuffer'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='344' column='1'/>
-      <parameter type-id='type-id-473' name='buffer' filepath='Objects/abstract.c' line='345' column='1'/>
+      <parameter type-id='type-id-479' name='buffer' filepath='Objects/abstract.c' line='345' column='1'/>
       <parameter type-id='type-id-168' name='buffer_len' filepath='Objects/abstract.c' line='346' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-474'/>
+    <pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-480'/>
     <function-decl name='PyObject_AsCharBuffer' mangled-name='PyObject_AsCharBuffer' filepath='Objects/abstract.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_AsCharBuffer'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='337' column='1'/>
-      <parameter type-id='type-id-474' name='buffer' filepath='Objects/abstract.c' line='338' column='1'/>
+      <parameter type-id='type-id-480' name='buffer' filepath='Objects/abstract.c' line='338' column='1'/>
       <parameter type-id='type-id-168' name='buffer_len' filepath='Objects/abstract.c' line='339' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -6772,8 +6801,8 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/accu.c' comp-dir-path='/src' language='LANG_C99'>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-475' visibility='default' filepath='./Include/internal/pycore_accu.h' line='24' column='1' id='type-id-476'>
+  <abi-instr version='1.0' address-size='64' path='Objects/accu.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-481' visibility='default' filepath='./Include/internal/pycore_accu.h' line='24' column='1' id='type-id-482'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='large' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_accu.h' line='25' column='1'/>
       </data-member>
@@ -6781,31 +6810,31 @@
         <var-decl name='small' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_accu.h' line='26' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyAccu' type-id='type-id-476' filepath='./Include/internal/pycore_accu.h' line='27' column='1' id='type-id-475'/>
-    <pointer-type-def type-id='type-id-475' size-in-bits='64' id='type-id-477'/>
+    <typedef-decl name='_PyAccu' type-id='type-id-482' filepath='./Include/internal/pycore_accu.h' line='27' column='1' id='type-id-481'/>
+    <pointer-type-def type-id='type-id-481' size-in-bits='64' id='type-id-483'/>
     <function-decl name='_PyAccu_Destroy' mangled-name='_PyAccu_Destroy' filepath='Objects/accu.c' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Destroy'>
-      <parameter type-id='type-id-477' name='acc' filepath='Objects/accu.c' line='111' column='1'/>
+      <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='111' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyAccu_Finish' mangled-name='_PyAccu_Finish' filepath='Objects/accu.c' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Finish'>
-      <parameter type-id='type-id-477' name='acc' filepath='Objects/accu.c' line='93' column='1'/>
+      <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='93' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyAccu_FinishAsList' mangled-name='_PyAccu_FinishAsList' filepath='Objects/accu.c' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_FinishAsList'>
-      <parameter type-id='type-id-477' name='acc' filepath='Objects/accu.c' line='76' column='1'/>
+      <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='76' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyAccu_Accumulate' mangled-name='_PyAccu_Accumulate' filepath='Objects/accu.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Accumulate'>
-      <parameter type-id='type-id-477' name='acc' filepath='Objects/accu.c' line='55' column='1'/>
+      <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='55' column='1'/>
       <parameter type-id='type-id-14' name='unicode' filepath='Objects/accu.c' line='55' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyAccu_Init' mangled-name='_PyAccu_Init' filepath='Objects/accu.c' line='18' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAccu_Init'>
-      <parameter type-id='type-id-477' name='acc' filepath='Objects/accu.c' line='18' column='1'/>
+      <parameter type-id='type-id-483' name='acc' filepath='Objects/accu.c' line='18' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/boolobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/boolobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyBool_Type' type-id='type-id-112' mangled-name='PyBool_Type' visibility='default' filepath='./Include/boolobject.h' line='10' column='1' elf-symbol-id='PyBool_Type'/>
     <var-decl name='_Py_FalseStruct' type-id='type-id-259' mangled-name='_Py_FalseStruct' visibility='default' filepath='./Include/boolobject.h' line='18' column='1' elf-symbol-id='_Py_FalseStruct'/>
     <var-decl name='_Py_TrueStruct' type-id='type-id-259' mangled-name='_Py_TrueStruct' visibility='default' filepath='./Include/boolobject.h' line='19' column='1' elf-symbol-id='_Py_TrueStruct'/>
@@ -6814,37 +6843,37 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/bytes_methods.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='infinite' id='type-id-478'>
+    <array-type-def dimensions='1' type-id='type-id-2' size-in-bits='infinite' id='type-id-484'>
       <subrange length='infinite' id='type-id-6'/>
 
     </array-type-def>
-    <qualified-type-def type-id='type-id-478' const='yes' id='type-id-479'/>
-    <var-decl name='_Py_isspace__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='42' column='1'/>
-    <var-decl name='_Py_isalpha__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='43' column='1'/>
-    <var-decl name='_Py_isalnum__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='44' column='1'/>
-    <var-decl name='_Py_isascii__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='45' column='1'/>
-    <var-decl name='_Py_isdigit__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='46' column='1'/>
-    <var-decl name='_Py_islower__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='47' column='1'/>
-    <var-decl name='_Py_isupper__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='48' column='1'/>
-    <var-decl name='_Py_istitle__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='49' column='1'/>
-    <var-decl name='_Py_lower__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='50' column='1'/>
-    <var-decl name='_Py_upper__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
-    <var-decl name='_Py_title__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
-    <var-decl name='_Py_capitalize__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
-    <var-decl name='_Py_swapcase__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
-    <var-decl name='_Py_maketrans__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
-    <var-decl name='_Py_find__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
-    <var-decl name='_Py_index__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
-    <var-decl name='_Py_rfind__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
-    <var-decl name='_Py_rindex__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
-    <var-decl name='_Py_count__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
-    <var-decl name='_Py_startswith__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
-    <var-decl name='_Py_endswith__doc__' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
+    <qualified-type-def type-id='type-id-484' const='yes' id='type-id-485'/>
+    <var-decl name='_Py_isspace__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='42' column='1'/>
+    <var-decl name='_Py_isalpha__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='43' column='1'/>
+    <var-decl name='_Py_isalnum__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='44' column='1'/>
+    <var-decl name='_Py_isascii__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='45' column='1'/>
+    <var-decl name='_Py_isdigit__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='46' column='1'/>
+    <var-decl name='_Py_islower__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='47' column='1'/>
+    <var-decl name='_Py_isupper__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='48' column='1'/>
+    <var-decl name='_Py_istitle__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='49' column='1'/>
+    <var-decl name='_Py_lower__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='50' column='1'/>
+    <var-decl name='_Py_upper__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='51' column='1'/>
+    <var-decl name='_Py_title__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='52' column='1'/>
+    <var-decl name='_Py_capitalize__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='53' column='1'/>
+    <var-decl name='_Py_swapcase__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='54' column='1'/>
+    <var-decl name='_Py_maketrans__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='62' column='1'/>
+    <var-decl name='_Py_find__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='56' column='1'/>
+    <var-decl name='_Py_index__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='57' column='1'/>
+    <var-decl name='_Py_rfind__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='58' column='1'/>
+    <var-decl name='_Py_rindex__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='59' column='1'/>
+    <var-decl name='_Py_count__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='55' column='1'/>
+    <var-decl name='_Py_startswith__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='60' column='1'/>
+    <var-decl name='_Py_endswith__doc__' type-id='type-id-485' visibility='default' filepath='./Include/internal/pycore_bytes_methods.h' line='61' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/src' language='LANG_C99'>
-    <var-decl name='_PyByteArray_empty_string' type-id='type-id-400' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
+  <abi-instr version='1.0' address-size='64' path='Objects/bytearrayobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <var-decl name='_PyByteArray_empty_string' type-id='type-id-406' mangled-name='_PyByteArray_empty_string' visibility='default' filepath='./Include/cpython/bytearrayobject.h' line='14' column='1' elf-symbol-id='_PyByteArray_empty_string'/>
     <var-decl name='PyByteArray_Type' type-id='type-id-112' mangled-name='PyByteArray_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='20' column='1' elf-symbol-id='PyByteArray_Type'/>
     <var-decl name='PyByteArrayIter_Type' type-id='type-id-112' mangled-name='PyByteArrayIter_Type' visibility='default' filepath='./Include/bytearrayobject.h' line='21' column='1' elf-symbol-id='PyByteArrayIter_Type'/>
     <function-decl name='PyByteArray_Concat' mangled-name='PyByteArray_Concat' filepath='Objects/bytearrayobject.c' line='249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyByteArray_Concat'>
@@ -6875,7 +6904,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/bytesobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/bytesobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyBytes_Type' type-id='type-id-112' mangled-name='PyBytes_Type' visibility='default' filepath='./Include/bytesobject.h' line='27' column='1' elf-symbol-id='PyBytes_Type'/>
     <var-decl name='PyBytesIter_Type' type-id='type-id-112' mangled-name='PyBytesIter_Type' visibility='default' filepath='./Include/bytesobject.h' line='28' column='1' elf-symbol-id='PyBytesIter_Type'/>
     <function-decl name='_PyBytes_Repeat' mangled-name='_PyBytes_Repeat' filepath='Objects/bytesobject.c' line='3566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Repeat'>
@@ -6885,7 +6914,7 @@
       <parameter type-id='type-id-36' name='len_src' filepath='Objects/bytesobject.c' line='3567' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='4416' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-480' visibility='default' filepath='./Include/cpython/bytesobject.h' line='59' column='1' id='type-id-481'>
+    <class-decl name='__anonymous_struct__' size-in-bits='4416' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-486' visibility='default' filepath='./Include/cpython/bytesobject.h' line='59' column='1' id='type-id-487'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='buffer' type-id='type-id-14' visibility='default' filepath='./Include/cpython/bytesobject.h' line='61' column='1'/>
       </data-member>
@@ -6905,51 +6934,51 @@
         <var-decl name='use_small_buffer' type-id='type-id-8' visibility='default' filepath='./Include/cpython/bytesobject.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288'>
-        <var-decl name='small_buffer' type-id='type-id-482' visibility='default' filepath='./Include/cpython/bytesobject.h' line='79' column='1'/>
+        <var-decl name='small_buffer' type-id='type-id-488' visibility='default' filepath='./Include/cpython/bytesobject.h' line='79' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='4096' id='type-id-482'>
-      <subrange length='512' type-id='type-id-16' id='type-id-483'/>
+    <array-type-def dimensions='1' type-id='type-id-1' size-in-bits='4096' id='type-id-488'>
+      <subrange length='512' type-id='type-id-16' id='type-id-489'/>
 
     </array-type-def>
-    <typedef-decl name='_PyBytesWriter' type-id='type-id-481' filepath='./Include/cpython/bytesobject.h' line='80' column='1' id='type-id-480'/>
-    <pointer-type-def type-id='type-id-480' size-in-bits='64' id='type-id-484'/>
+    <typedef-decl name='_PyBytesWriter' type-id='type-id-487' filepath='./Include/cpython/bytesobject.h' line='80' column='1' id='type-id-486'/>
+    <pointer-type-def type-id='type-id-486' size-in-bits='64' id='type-id-490'/>
     <function-decl name='_PyBytesWriter_WriteBytes' mangled-name='_PyBytesWriter_WriteBytes' filepath='Objects/bytesobject.c' line='3549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_WriteBytes'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3549' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3549' column='1'/>
       <parameter type-id='type-id-18' name='ptr' filepath='Objects/bytesobject.c' line='3549' column='1'/>
       <parameter type-id='type-id-18' name='bytes' filepath='Objects/bytesobject.c' line='3550' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3550' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Finish' mangled-name='_PyBytesWriter_Finish' filepath='Objects/bytesobject.c' line='3505' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Finish'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3505' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3505' column='1'/>
       <parameter type-id='type-id-18' name='str' filepath='Objects/bytesobject.c' line='3505' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Alloc' mangled-name='_PyBytesWriter_Alloc' filepath='Objects/bytesobject.c' line='3475' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Alloc'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3475' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3475' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3475' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Prepare' mangled-name='_PyBytesWriter_Prepare' filepath='Objects/bytesobject.c' line='3445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Prepare'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3445' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3445' column='1'/>
       <parameter type-id='type-id-18' name='str' filepath='Objects/bytesobject.c' line='3445' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3445' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Resize' mangled-name='_PyBytesWriter_Resize' filepath='Objects/bytesobject.c' line='3375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Resize'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3375' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3375' column='1'/>
       <parameter type-id='type-id-18' name='str' filepath='Objects/bytesobject.c' line='3375' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Objects/bytesobject.c' line='3375' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Dealloc' mangled-name='_PyBytesWriter_Dealloc' filepath='Objects/bytesobject.c' line='3305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Dealloc'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3305' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3305' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyBytesWriter_Init' mangled-name='_PyBytesWriter_Init' filepath='Objects/bytesobject.c' line='3294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytesWriter_Init'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/bytesobject.c' line='3294' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/bytesobject.c' line='3294' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyBytes_Resize' mangled-name='_PyBytes_Resize' filepath='Objects/bytesobject.c' line='3055' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_Resize'>
@@ -7002,10 +7031,10 @@
       <parameter type-id='type-id-36' name='offset' filepath='Objects/bytesobject.c' line='1295' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-485'/>
+    <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-491'/>
     <function-decl name='PyBytes_AsStringAndSize' mangled-name='PyBytes_AsStringAndSize' filepath='Objects/bytesobject.c' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_AsStringAndSize'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/bytesobject.c' line='1237' column='1'/>
-      <parameter type-id='type-id-485' name='s' filepath='Objects/bytesobject.c' line='1238' column='1'/>
+      <parameter type-id='type-id-491' name='s' filepath='Objects/bytesobject.c' line='1238' column='1'/>
       <parameter type-id='type-id-168' name='len' filepath='Objects/bytesobject.c' line='1239' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -7029,7 +7058,7 @@
       <parameter type-id='type-id-3' name='s' filepath='Objects/bytesobject.c' line='1062' column='1'/>
       <parameter type-id='type-id-36' name='len' filepath='Objects/bytesobject.c' line='1063' column='1'/>
       <parameter type-id='type-id-3' name='errors' filepath='Objects/bytesobject.c' line='1064' column='1'/>
-      <parameter type-id='type-id-474' name='first_invalid_escape' filepath='Objects/bytesobject.c' line='1065' column='1'/>
+      <parameter type-id='type-id-480' name='first_invalid_escape' filepath='Objects/bytesobject.c' line='1065' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyBytes_FormatEx' mangled-name='_PyBytes_FormatEx' filepath='Objects/bytesobject.c' line='581' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyBytes_FormatEx'>
@@ -7044,7 +7073,7 @@
       <parameter is-variadic='yes'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-486'>
+    <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='type-id-492'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='gp_offset' type-id='type-id-105' visibility='default'/>
       </data-member>
@@ -7058,10 +7087,10 @@
         <var-decl name='reg_save_area' type-id='type-id-18' visibility='default'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-486' size-in-bits='64' id='type-id-487'/>
+    <pointer-type-def type-id='type-id-492' size-in-bits='64' id='type-id-493'/>
     <function-decl name='PyBytes_FromFormatV' mangled-name='PyBytes_FromFormatV' filepath='Objects/bytesobject.c' line='184' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromFormatV'>
       <parameter type-id='type-id-3' name='format' filepath='Objects/bytesobject.c' line='184' column='1'/>
-      <parameter type-id='type-id-487' name='vargs' filepath='Objects/bytesobject.c' line='184' column='1'/>
+      <parameter type-id='type-id-493' name='vargs' filepath='Objects/bytesobject.c' line='184' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyBytes_FromString' mangled-name='PyBytes_FromString' filepath='Objects/bytesobject.c' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBytes_FromString'>
@@ -7074,7 +7103,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/call.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/call.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyStack_AsDict' mangled-name='_PyStack_AsDict' filepath='Objects/call.c' line='935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStack_AsDict'>
       <parameter type-id='type-id-200' name='values' filepath='Objects/call.c' line='935' column='1'/>
       <parameter type-id='type-id-14' name='kwnames' filepath='Objects/call.c' line='935' column='1'/>
@@ -7085,7 +7114,7 @@
       <parameter is-variadic='yes'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <class-decl name='_Py_Identifier' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='37' column='1' id='type-id-488'>
+    <class-decl name='_Py_Identifier' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/object.h' line='37' column='1' id='type-id-494'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='string' type-id='type-id-3' visibility='default' filepath='./Include/cpython/object.h' line='38' column='1'/>
       </data-member>
@@ -7093,11 +7122,11 @@
         <var-decl name='index' type-id='type-id-36' visibility='default' filepath='./Include/cpython/object.h' line='41' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_Identifier' type-id='type-id-488' filepath='./Include/cpython/object.h' line='42' column='1' id='type-id-489'/>
-    <pointer-type-def type-id='type-id-489' size-in-bits='64' id='type-id-490'/>
+    <typedef-decl name='_Py_Identifier' type-id='type-id-494' filepath='./Include/cpython/object.h' line='42' column='1' id='type-id-495'/>
+    <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-496'/>
     <function-decl name='_PyObject_CallMethodIdObjArgs' mangled-name='_PyObject_CallMethodIdObjArgs' filepath='Objects/call.c' line='888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodIdObjArgs'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/call.c' line='888' column='1'/>
-      <parameter type-id='type-id-490' name='name' filepath='Objects/call.c' line='888' column='1'/>
+      <parameter type-id='type-id-496' name='name' filepath='Objects/call.c' line='888' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -7116,7 +7145,7 @@
     </function-decl>
     <function-decl name='_PyObject_CallMethodId_SizeT' mangled-name='_PyObject_CallMethodId_SizeT' filepath='Objects/call.c' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodId_SizeT'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/call.c' line='745' column='1'/>
-      <parameter type-id='type-id-490' name='name' filepath='Objects/call.c' line='745' column='1'/>
+      <parameter type-id='type-id-496' name='name' filepath='Objects/call.c' line='745' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Objects/call.c' line='746' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-14'/>
@@ -7130,7 +7159,7 @@
     </function-decl>
     <function-decl name='_PyObject_CallMethodId' mangled-name='_PyObject_CallMethodId' filepath='Objects/call.c' line='686' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CallMethodId'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/call.c' line='745' column='1'/>
-      <parameter type-id='type-id-490' name='name' filepath='Objects/call.c' line='745' column='1'/>
+      <parameter type-id='type-id-496' name='name' filepath='Objects/call.c' line='745' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Objects/call.c' line='746' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-14'/>
@@ -7282,7 +7311,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/capsule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/capsule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyCapsule_Type' type-id='type-id-112' mangled-name='PyCapsule_Type' visibility='default' filepath='./Include/pycapsule.h' line='21' column='1' elf-symbol-id='PyCapsule_Type'/>
     <function-decl name='PyCapsule_Import' mangled-name='PyCapsule_Import' filepath='Objects/capsule.c' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_Import'>
       <parameter type-id='type-id-3' name='name' filepath='Objects/capsule.c' line='195' column='1'/>
@@ -7294,10 +7323,10 @@
       <parameter type-id='type-id-18' name='context' filepath='Objects/capsule.c' line='181' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-114' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-491'/>
+    <typedef-decl name='PyCapsule_Destructor' type-id='type-id-114' filepath='./Include/pycapsule.h' line='23' column='1' id='type-id-497'/>
     <function-decl name='PyCapsule_SetDestructor' mangled-name='PyCapsule_SetDestructor' filepath='Objects/capsule.c' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetDestructor'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='167' column='1'/>
-      <parameter type-id='type-id-491' name='destructor' filepath='Objects/capsule.c' line='167' column='1'/>
+      <parameter type-id='type-id-497' name='destructor' filepath='Objects/capsule.c' line='167' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyCapsule_SetName' mangled-name='PyCapsule_SetName' filepath='Objects/capsule.c' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_SetName'>
@@ -7316,7 +7345,7 @@
     </function-decl>
     <function-decl name='PyCapsule_GetDestructor' mangled-name='PyCapsule_GetDestructor' filepath='Objects/capsule.c' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetDestructor'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='110' column='1'/>
-      <return type-id='type-id-491'/>
+      <return type-id='type-id-497'/>
     </function-decl>
     <function-decl name='PyCapsule_GetName' mangled-name='PyCapsule_GetName' filepath='Objects/capsule.c' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_GetName'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='98' column='1'/>
@@ -7335,11 +7364,11 @@
     <function-decl name='PyCapsule_New' mangled-name='PyCapsule_New' filepath='Objects/capsule.c' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCapsule_New'>
       <parameter type-id='type-id-18' name='pointer' filepath='Objects/capsule.c' line='44' column='1'/>
       <parameter type-id='type-id-3' name='name' filepath='Objects/capsule.c' line='44' column='1'/>
-      <parameter type-id='type-id-491' name='destructor' filepath='Objects/capsule.c' line='44' column='1'/>
+      <parameter type-id='type-id-497' name='destructor' filepath='Objects/capsule.c' line='44' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/cellobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/cellobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyCell_Type' type-id='type-id-112' mangled-name='PyCell_Type' visibility='default' filepath='./Include/cpython/cellobject.h' line='16' column='1' elf-symbol-id='PyCell_Type'/>
     <function-decl name='PyCell_Set' mangled-name='PyCell_Set' filepath='Objects/cellobject.c' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCell_Set'>
       <parameter type-id='type-id-14' name='derived' filepath='Objects/abstract.c' line='2770' column='1'/>
@@ -7355,7 +7384,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/classobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/classobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <class-decl name='PyMemberDef' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/structmember.h' line='18' column='1' id='type-id-184'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/structmember.h' line='19' column='1'/>
@@ -7397,14 +7426,14 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/codeobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/codeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyCode_Type' type-id='type-id-112' mangled-name='PyCode_Type' visibility='default' filepath='./Include/cpython/code.h' line='136' column='1' elf-symbol-id='PyCode_Type'/>
     <function-decl name='_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='1950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_ConstantKey'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/codeobject.c' line='1950' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyCode_GetCode' mangled-name='PyCode_GetCode' filepath='Objects/codeobject.c' line='1380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_GetCode'>
-      <parameter type-id='type-id-435' name='co' filepath='Objects/codeobject.c' line='1380' column='1'/>
+      <parameter type-id='type-id-441' name='co' filepath='Objects/codeobject.c' line='1380' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyCode_SetExtra' mangled-name='_PyCode_SetExtra' filepath='Objects/codeobject.c' line='1290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_SetExtra'>
@@ -7416,27 +7445,27 @@
     <function-decl name='_PyCode_GetExtra' mangled-name='_PyCode_GetExtra' filepath='Objects/codeobject.c' line='1269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_GetExtra'>
       <parameter type-id='type-id-14' name='code' filepath='Objects/codeobject.c' line='1269' column='1'/>
       <parameter type-id='type-id-36' name='index' filepath='Objects/codeobject.c' line='1269' column='1'/>
-      <parameter type-id='type-id-473' name='extra' filepath='Objects/codeobject.c' line='1269' column='1'/>
+      <parameter type-id='type-id-479' name='extra' filepath='Objects/codeobject.c' line='1269' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-492'/>
+    <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-498'/>
     <function-decl name='PyCode_Addr2Location' mangled-name='PyCode_Addr2Location' filepath='Objects/codeobject.c' line='905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Location'>
-      <parameter type-id='type-id-435' name='co' filepath='Objects/codeobject.c' line='905' column='1'/>
+      <parameter type-id='type-id-441' name='co' filepath='Objects/codeobject.c' line='905' column='1'/>
       <parameter type-id='type-id-8' name='addrq' filepath='Objects/codeobject.c' line='905' column='1'/>
-      <parameter type-id='type-id-492' name='start_line' filepath='Objects/codeobject.c' line='906' column='1'/>
-      <parameter type-id='type-id-492' name='start_column' filepath='Objects/codeobject.c' line='906' column='1'/>
-      <parameter type-id='type-id-492' name='end_line' filepath='Objects/codeobject.c' line='907' column='1'/>
-      <parameter type-id='type-id-492' name='end_column' filepath='Objects/codeobject.c' line='907' column='1'/>
+      <parameter type-id='type-id-498' name='start_line' filepath='Objects/codeobject.c' line='906' column='1'/>
+      <parameter type-id='type-id-498' name='start_column' filepath='Objects/codeobject.c' line='906' column='1'/>
+      <parameter type-id='type-id-498' name='end_line' filepath='Objects/codeobject.c' line='907' column='1'/>
+      <parameter type-id='type-id-498' name='end_column' filepath='Objects/codeobject.c' line='907' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-436' size-in-bits='64' id='type-id-493'/>
+    <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-499'/>
     <function-decl name='_PyCode_CheckLineNumber' mangled-name='_PyCode_CheckLineNumber' filepath='Objects/codeobject.c' line='733' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_CheckLineNumber'>
       <parameter type-id='type-id-8' name='lasti' filepath='Objects/codeobject.c' line='733' column='1'/>
-      <parameter type-id='type-id-493' name='bounds' filepath='Objects/codeobject.c' line='733' column='1'/>
+      <parameter type-id='type-id-499' name='bounds' filepath='Objects/codeobject.c' line='733' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Addr2Line'>
-      <parameter type-id='type-id-435' name='co' filepath='Objects/codeobject.c' line='698' column='1'/>
+      <parameter type-id='type-id-441' name='co' filepath='Objects/codeobject.c' line='698' column='1'/>
       <parameter type-id='type-id-8' name='addrq' filepath='Objects/codeobject.c' line='698' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -7444,7 +7473,7 @@
       <parameter type-id='type-id-3' name='filename' filepath='Objects/codeobject.c' line='638' column='1'/>
       <parameter type-id='type-id-3' name='funcname' filepath='Objects/codeobject.c' line='638' column='1'/>
       <parameter type-id='type-id-8' name='firstlineno' filepath='Objects/codeobject.c' line='638' column='1'/>
-      <return type-id='type-id-435'/>
+      <return type-id='type-id-441'/>
     </function-decl>
     <function-decl name='PyCode_New' mangled-name='PyCode_New' filepath='Objects/codeobject.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_New'>
       <parameter type-id='type-id-8' name='argcount' filepath='Objects/codeobject.c' line='613' column='1'/>
@@ -7464,7 +7493,7 @@
       <parameter type-id='type-id-8' name='firstlineno' filepath='Objects/codeobject.c' line='618' column='1'/>
       <parameter type-id='type-id-14' name='linetable' filepath='Objects/codeobject.c' line='619' column='1'/>
       <parameter type-id='type-id-14' name='exceptiontable' filepath='Objects/codeobject.c' line='620' column='1'/>
-      <return type-id='type-id-435'/>
+      <return type-id='type-id-441'/>
     </function-decl>
     <function-decl name='PyCode_NewWithPosOnlyArgs' mangled-name='PyCode_NewWithPosOnlyArgs' filepath='Objects/codeobject.c' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_NewWithPosOnlyArgs'>
       <parameter type-id='type-id-8' name='argcount' filepath='Objects/codeobject.c' line='489' column='1'/>
@@ -7485,9 +7514,9 @@
       <parameter type-id='type-id-8' name='firstlineno' filepath='Objects/codeobject.c' line='494' column='1'/>
       <parameter type-id='type-id-14' name='linetable' filepath='Objects/codeobject.c' line='495' column='1'/>
       <parameter type-id='type-id-14' name='exceptiontable' filepath='Objects/codeobject.c' line='496' column='1'/>
-      <return type-id='type-id-435'/>
+      <return type-id='type-id-441'/>
     </function-decl>
-    <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='168' column='1' id='type-id-494'>
+    <class-decl name='_PyCodeConstructor' size-in-bits='896' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_code.h' line='168' column='1' id='type-id-500'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='filename' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_code.h' line='170' column='1'/>
       </data-member>
@@ -7537,83 +7566,83 @@
         <var-decl name='exceptiontable' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_code.h' line='198' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-495'/>
+    <pointer-type-def type-id='type-id-500' size-in-bits='64' id='type-id-501'/>
     <function-decl name='_PyCode_New' mangled-name='_PyCode_New' filepath='Objects/codeobject.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_New'>
-      <parameter type-id='type-id-495' name='con' filepath='Objects/codeobject.c' line='437' column='1'/>
-      <return type-id='type-id-435'/>
+      <parameter type-id='type-id-501' name='con' filepath='Objects/codeobject.c' line='437' column='1'/>
+      <return type-id='type-id-441'/>
     </function-decl>
     <function-decl name='_PyCode_Validate' mangled-name='_PyCode_Validate' filepath='Objects/codeobject.c' line='231' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCode_Validate'>
-      <parameter type-id='type-id-495' name='con' filepath='Objects/codeobject.c' line='231' column='1'/>
+      <parameter type-id='type-id-501' name='con' filepath='Objects/codeobject.c' line='231' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/complexobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/complexobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyComplex_Type' type-id='type-id-112' mangled-name='PyComplex_Type' visibility='default' filepath='./Include/complexobject.h' line='11' column='1' elf-symbol-id='PyComplex_Type'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-496' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-497'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-502' visibility='default' filepath='./Include/cpython/complexobject.h' line='5' column='1' id='type-id-503'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='real' type-id='type-id-382' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>
+        <var-decl name='real' type-id='type-id-388' visibility='default' filepath='./Include/cpython/complexobject.h' line='6' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='imag' type-id='type-id-382' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
+        <var-decl name='imag' type-id='type-id-388' visibility='default' filepath='./Include/cpython/complexobject.h' line='7' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='Py_complex' type-id='type-id-497' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-496'/>
+    <typedef-decl name='Py_complex' type-id='type-id-503' filepath='./Include/cpython/complexobject.h' line='8' column='1' id='type-id-502'/>
     <function-decl name='PyComplex_AsCComplex' mangled-name='PyComplex_AsCComplex' filepath='Objects/complexobject.c' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_AsCComplex'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/complexobject.c' line='314' column='1'/>
-      <return type-id='type-id-496'/>
+      <return type-id='type-id-502'/>
     </function-decl>
     <function-decl name='PyComplex_ImagAsDouble' mangled-name='PyComplex_ImagAsDouble' filepath='Objects/complexobject.c' line='270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_ImagAsDouble'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/complexobject.c' line='270' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyComplex_RealAsDouble' mangled-name='PyComplex_RealAsDouble' filepath='Objects/complexobject.c' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_RealAsDouble'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/complexobject.c' line='270' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyComplex_FromDoubles' mangled-name='PyComplex_FromDoubles' filepath='Objects/complexobject.c' line='250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromDoubles'>
-      <parameter type-id='type-id-382' name='real' filepath='Objects/complexobject.c' line='250' column='1'/>
-      <parameter type-id='type-id-382' name='imag' filepath='Objects/complexobject.c' line='250' column='1'/>
+      <parameter type-id='type-id-388' name='real' filepath='Objects/complexobject.c' line='250' column='1'/>
+      <parameter type-id='type-id-388' name='imag' filepath='Objects/complexobject.c' line='250' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyComplex_FromCComplex' mangled-name='PyComplex_FromCComplex' filepath='Objects/complexobject.c' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyComplex_FromCComplex'>
-      <parameter type-id='type-id-496' name='cval' filepath='Objects/complexobject.c' line='228' column='1'/>
+      <parameter type-id='type-id-502' name='cval' filepath='Objects/complexobject.c' line='228' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_Py_c_abs' mangled-name='_Py_c_abs' filepath='Objects/complexobject.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_abs'>
-      <parameter type-id='type-id-496' name='z' filepath='Objects/complexobject.c' line='185' column='1'/>
-      <return type-id='type-id-382'/>
+      <parameter type-id='type-id-502' name='z' filepath='Objects/complexobject.c' line='185' column='1'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='_Py_c_pow' mangled-name='_Py_c_pow' filepath='Objects/complexobject.c' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_pow'>
-      <parameter type-id='type-id-496' name='a' filepath='Objects/complexobject.c' line='129' column='1'/>
-      <parameter type-id='type-id-496' name='b' filepath='Objects/complexobject.c' line='129' column='1'/>
-      <return type-id='type-id-496'/>
+      <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='129' column='1'/>
+      <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='129' column='1'/>
+      <return type-id='type-id-502'/>
     </function-decl>
     <function-decl name='_Py_c_quot' mangled-name='_Py_c_quot' filepath='Objects/complexobject.c' line='68' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_quot'>
-      <parameter type-id='type-id-496' name='a' filepath='Objects/complexobject.c' line='68' column='1'/>
-      <parameter type-id='type-id-496' name='b' filepath='Objects/complexobject.c' line='68' column='1'/>
-      <return type-id='type-id-496'/>
+      <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='68' column='1'/>
+      <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='68' column='1'/>
+      <return type-id='type-id-502'/>
     </function-decl>
     <function-decl name='_Py_c_prod' mangled-name='_Py_c_prod' filepath='Objects/complexobject.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_prod'>
-      <parameter type-id='type-id-496' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <parameter type-id='type-id-496' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <return type-id='type-id-496'/>
+      <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <return type-id='type-id-502'/>
     </function-decl>
     <function-decl name='_Py_c_neg' mangled-name='_Py_c_neg' filepath='Objects/complexobject.c' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_neg'>
-      <parameter type-id='type-id-496' name='a' filepath='Objects/complexobject.c' line='46' column='1'/>
-      <return type-id='type-id-496'/>
+      <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='46' column='1'/>
+      <return type-id='type-id-502'/>
     </function-decl>
     <function-decl name='_Py_c_diff' mangled-name='_Py_c_diff' filepath='Objects/complexobject.c' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_diff'>
-      <parameter type-id='type-id-496' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <parameter type-id='type-id-496' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <return type-id='type-id-496'/>
+      <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <return type-id='type-id-502'/>
     </function-decl>
     <function-decl name='_Py_c_sum' mangled-name='_Py_c_sum' filepath='Objects/complexobject.c' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_c_sum'>
-      <parameter type-id='type-id-496' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <parameter type-id='type-id-496' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
-      <return type-id='type-id-496'/>
+      <parameter type-id='type-id-502' name='a' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <parameter type-id='type-id-502' name='b' filepath='Objects/complexobject.c' line='55' column='1'/>
+      <return type-id='type-id-502'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/descrobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/descrobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyMethodDescr_Type' type-id='type-id-112' mangled-name='PyMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='22' column='1' elf-symbol-id='PyMethodDescr_Type'/>
     <var-decl name='PyClassMethodDescr_Type' type-id='type-id-112' mangled-name='PyClassMethodDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='19' column='1' elf-symbol-id='PyClassMethodDescr_Type'/>
     <var-decl name='PyMemberDescr_Type' type-id='type-id-112' mangled-name='PyMemberDescr_Type' visibility='default' filepath='./Include/descrobject.h' line='21' column='1' elf-symbol-id='PyMemberDescr_Type'/>
@@ -7635,7 +7664,7 @@
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <class-decl name='wrapperbase' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/cpython/descrobject.h' line='11' column='1' id='type-id-498'>
+    <class-decl name='wrapperbase' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/cpython/descrobject.h' line='11' column='1' id='type-id-504'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/cpython/descrobject.h' line='12' column='1'/>
       </data-member>
@@ -7646,7 +7675,7 @@
         <var-decl name='function' type-id='type-id-18' visibility='default' filepath='./Include/cpython/descrobject.h' line='14' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='wrapper' type-id='type-id-499' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>
+        <var-decl name='wrapper' type-id='type-id-505' visibility='default' filepath='./Include/cpython/descrobject.h' line='15' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='doc' type-id='type-id-3' visibility='default' filepath='./Include/cpython/descrobject.h' line='16' column='1'/>
@@ -7658,12 +7687,12 @@
         <var-decl name='name_strobj' type-id='type-id-14' visibility='default' filepath='./Include/cpython/descrobject.h' line='18' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-500' size-in-bits='64' id='type-id-501'/>
-    <typedef-decl name='wrapperfunc' type-id='type-id-501' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-499'/>
-    <pointer-type-def type-id='type-id-498' size-in-bits='64' id='type-id-502'/>
+    <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-507'/>
+    <typedef-decl name='wrapperfunc' type-id='type-id-507' filepath='./Include/cpython/descrobject.h' line='5' column='1' id='type-id-505'/>
+    <pointer-type-def type-id='type-id-504' size-in-bits='64' id='type-id-508'/>
     <function-decl name='PyDescr_NewWrapper' mangled-name='PyDescr_NewWrapper' filepath='Objects/descrobject.c' line='1003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDescr_NewWrapper'>
       <parameter type-id='type-id-74' name='type' filepath='Objects/descrobject.c' line='1003' column='1'/>
-      <parameter type-id='type-id-502' name='base' filepath='Objects/descrobject.c' line='1003' column='1'/>
+      <parameter type-id='type-id-508' name='base' filepath='Objects/descrobject.c' line='1003' column='1'/>
       <parameter type-id='type-id-18' name='wrapped' filepath='Objects/descrobject.c' line='1003' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -7687,18 +7716,18 @@
       <parameter type-id='type-id-96' name='method' filepath='Objects/descrobject.c' line='921' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-500'>
+    <function-type size-in-bits='64' id='type-id-506'>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-14'/>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-14'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/enumobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/enumobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyEnum_Type' type-id='type-id-112' mangled-name='PyEnum_Type' visibility='default' filepath='./Include/enumobject.h' line='10' column='1' elf-symbol-id='PyEnum_Type'/>
     <var-decl name='PyReversed_Type' type-id='type-id-112' mangled-name='PyReversed_Type' visibility='default' filepath='./Include/enumobject.h' line='11' column='1' elf-symbol-id='PyReversed_Type'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/exceptions.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/exceptions.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyExc_EnvironmentError' type-id='type-id-14' mangled-name='PyExc_EnvironmentError' visibility='default' filepath='./Include/pyerrors.h' line='139' column='1' elf-symbol-id='PyExc_EnvironmentError'/>
     <var-decl name='PyExc_IOError' type-id='type-id-14' mangled-name='PyExc_IOError' visibility='default' filepath='./Include/pyerrors.h' line='140' column='1' elf-symbol-id='PyExc_IOError'/>
     <var-decl name='PyExc_BaseException' type-id='type-id-14' mangled-name='PyExc_BaseException' visibility='default' filepath='./Include/pyerrors.h' line='72' column='1' elf-symbol-id='PyExc_BaseException'/>
@@ -7927,15 +7956,15 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/genericaliasobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='Py_GenericAliasType' type-id='type-id-112' mangled-name='Py_GenericAliasType' visibility='default' filepath='./Include/genericaliasobject.h' line='9' column='1' elf-symbol-id='Py_GenericAliasType'/>
-    <function-decl name='Py_GenericAlias' mangled-name='Py_GenericAlias' filepath='Objects/genericaliasobject.c' line='859' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GenericAlias'>
+    <function-decl name='Py_GenericAlias' mangled-name='Py_GenericAlias' filepath='Objects/genericaliasobject.c' line='954' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GenericAlias'>
       <parameter type-id='type-id-14' name='callable' filepath='Objects/call.c' line='438' column='1'/>
       <parameter type-id='type-id-14' name='args' filepath='Objects/call.c' line='438' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/genobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/genobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyGen_Type' type-id='type-id-112' mangled-name='PyGen_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='38' column='1' elf-symbol-id='PyGen_Type'/>
     <var-decl name='PyCoro_Type' type-id='type-id-112' mangled-name='PyCoro_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='57' column='1' elf-symbol-id='PyCoro_Type'/>
     <var-decl name='_PyCoroWrapper_Type' type-id='type-id-112' mangled-name='_PyCoroWrapper_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='58' column='1' elf-symbol-id='_PyCoroWrapper_Type'/>
@@ -7943,15 +7972,15 @@
     <var-decl name='_PyAsyncGenASend_Type' type-id='type-id-112' mangled-name='_PyAsyncGenASend_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='72' column='1' elf-symbol-id='_PyAsyncGenASend_Type'/>
     <var-decl name='_PyAsyncGenWrappedValue_Type' type-id='type-id-112' mangled-name='_PyAsyncGenWrappedValue_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='73' column='1' elf-symbol-id='_PyAsyncGenWrappedValue_Type'/>
     <var-decl name='_PyAsyncGenAThrow_Type' type-id='type-id-112' mangled-name='_PyAsyncGenAThrow_Type' visibility='default' filepath='./Include/cpython/genobject.h' line='74' column='1' elf-symbol-id='_PyAsyncGenAThrow_Type'/>
-    <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='15' column='1' id='type-id-427'>
+    <class-decl name='_frame' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='15' column='1' id='type-id-433'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_frame.h' line='16' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='f_back' type-id='type-id-429' visibility='default' filepath='./Include/internal/pycore_frame.h' line='17' column='1'/>
+        <var-decl name='f_back' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_frame.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='f_frame' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_frame.h' line='18' column='1'/>
+        <var-decl name='f_frame' type-id='type-id-373' visibility='default' filepath='./Include/internal/pycore_frame.h' line='18' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='f_trace' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_frame.h' line='19' column='1'/>
@@ -7969,12 +7998,12 @@
         <var-decl name='f_fast_as_locals' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_frame.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='_f_frame_data' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
+        <var-decl name='_f_frame_data' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_frame.h' line='25' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='47' column='1' id='type-id-366'>
+    <class-decl name='_PyInterpreterFrame' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_frame.h' line='47' column='1' id='type-id-372'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='f_func' type-id='type-id-503' visibility='default' filepath='./Include/internal/pycore_frame.h' line='49' column='1'/>
+        <var-decl name='f_func' type-id='type-id-509' visibility='default' filepath='./Include/internal/pycore_frame.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='f_globals' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_frame.h' line='50' column='1'/>
@@ -7986,16 +8015,16 @@
         <var-decl name='f_locals' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_frame.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='f_code' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_frame.h' line='53' column='1'/>
+        <var-decl name='f_code' type-id='type-id-441' visibility='default' filepath='./Include/internal/pycore_frame.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='frame_obj' type-id='type-id-429' visibility='default' filepath='./Include/internal/pycore_frame.h' line='54' column='1'/>
+        <var-decl name='frame_obj' type-id='type-id-435' visibility='default' filepath='./Include/internal/pycore_frame.h' line='54' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='previous' type-id='type-id-367' visibility='default' filepath='./Include/internal/pycore_frame.h' line='56' column='1'/>
+        <var-decl name='previous' type-id='type-id-373' visibility='default' filepath='./Include/internal/pycore_frame.h' line='56' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='prev_instr' type-id='type-id-504' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1'/>
+        <var-decl name='prev_instr' type-id='type-id-510' visibility='default' filepath='./Include/internal/pycore_frame.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
         <var-decl name='stacktop' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_frame.h' line='62' column='1'/>
@@ -8007,10 +8036,10 @@
         <var-decl name='owner' type-id='type-id-1' visibility='default' filepath='./Include/internal/pycore_frame.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='localsplus' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_frame.h' line='66' column='1'/>
+        <var-decl name='localsplus' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_frame.h' line='66' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='1088' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-505' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-506'>
+    <class-decl name='__anonymous_struct__' size-in-bits='1088' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-511' visibility='default' filepath='./Include/cpython/funcobject.h' line='36' column='1' id='type-id-512'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/funcobject.h' line='37' column='1'/>
       </data-member>
@@ -8060,30 +8089,30 @@
         <var-decl name='func_version' type-id='type-id-256' visibility='default' filepath='./Include/cpython/funcobject.h' line='52' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyFunctionObject' type-id='type-id-506' filepath='./Include/cpython/funcobject.h' line='59' column='1' id='type-id-505'/>
-    <pointer-type-def type-id='type-id-505' size-in-bits='64' id='type-id-503'/>
-    <typedef-decl name='__uint16_t' type-id='type-id-452' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-507'/>
-    <typedef-decl name='uint16_t' type-id='type-id-507' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-508'/>
-    <typedef-decl name='_Py_CODEUNIT' type-id='type-id-508' filepath='./Include/cpython/code.h' line='19' column='1' id='type-id-509'/>
-    <pointer-type-def type-id='type-id-509' size-in-bits='64' id='type-id-504'/>
+    <typedef-decl name='PyFunctionObject' type-id='type-id-512' filepath='./Include/cpython/funcobject.h' line='59' column='1' id='type-id-511'/>
+    <pointer-type-def type-id='type-id-511' size-in-bits='64' id='type-id-509'/>
+    <typedef-decl name='__uint16_t' type-id='type-id-458' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='40' column='1' id='type-id-513'/>
+    <typedef-decl name='uint16_t' type-id='type-id-513' filepath='/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h' line='25' column='1' id='type-id-514'/>
+    <typedef-decl name='_Py_CODEUNIT' type-id='type-id-514' filepath='./Include/cpython/code.h' line='19' column='1' id='type-id-515'/>
+    <pointer-type-def type-id='type-id-515' size-in-bits='64' id='type-id-510'/>
     <function-decl name='PyAsyncGen_New' mangled-name='PyAsyncGen_New' filepath='Objects/genobject.c' line='1641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyAsyncGen_New'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1641' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1641' column='1'/>
       <parameter type-id='type-id-14' name='name' filepath='Objects/genobject.c' line='1641' column='1'/>
       <parameter type-id='type-id-14' name='qualname' filepath='Objects/genobject.c' line='1641' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyCoro_New' mangled-name='PyCoro_New' filepath='Objects/genobject.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCoro_New'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1360' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1360' column='1'/>
       <parameter type-id='type-id-14' name='name' filepath='Objects/genobject.c' line='1360' column='1'/>
       <parameter type-id='type-id-14' name='qualname' filepath='Objects/genobject.c' line='1360' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyGen_New' mangled-name='PyGen_New' filepath='Objects/genobject.c' line='1009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_New'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyGen_NewWithQualName' mangled-name='PyGen_NewWithQualName' filepath='Objects/genobject.c' line='1003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGen_NewWithQualName'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1003' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1003' column='1'/>
       <parameter type-id='type-id-14' name='name' filepath='Objects/genobject.c' line='1003' column='1'/>
       <parameter type-id='type-id-14' name='qualname' filepath='Objects/genobject.c' line='1003' column='1'/>
       <return type-id='type-id-14'/>
@@ -8101,7 +8130,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/fileobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/fileobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyStdPrinter_Type' type-id='type-id-112' mangled-name='PyStdPrinter_Type' visibility='default' filepath='./Include/cpython/fileobject.h' line='10' column='1' elf-symbol-id='PyStdPrinter_Type'/>
     <function-decl name='PyFile_OpenCode' mangled-name='PyFile_OpenCode' filepath='Objects/fileobject.c' line='516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFile_OpenCode'>
       <parameter type-id='type-id-3' name='str' filepath='Objects/bytesobject.c' line='147' column='1'/>
@@ -8123,7 +8152,7 @@
     <function-decl name='Py_UniversalNewlineFgets' mangled-name='Py_UniversalNewlineFgets' filepath='Objects/fileobject.c' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_UniversalNewlineFgets'>
       <parameter type-id='type-id-115' name='buf' filepath='Objects/fileobject.c' line='242' column='1'/>
       <parameter type-id='type-id-8' name='n' filepath='Objects/fileobject.c' line='242' column='1'/>
-      <parameter type-id='type-id-464' name='stream' filepath='Objects/fileobject.c' line='242' column='1'/>
+      <parameter type-id='type-id-470' name='stream' filepath='Objects/fileobject.c' line='242' column='1'/>
       <parameter type-id='type-id-14' name='fobj' filepath='Objects/fileobject.c' line='242' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
@@ -8164,127 +8193,127 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/floatobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/floatobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyFloat_Type' type-id='type-id-112' mangled-name='PyFloat_Type' visibility='default' filepath='./Include/floatobject.h' line='14' column='1' elf-symbol-id='PyFloat_Type'/>
     <function-decl name='PyFloat_Unpack8' mangled-name='PyFloat_Unpack8' filepath='Objects/floatobject.c' line='2547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack8'>
       <parameter type-id='type-id-3' name='data' filepath='Objects/floatobject.c' line='2547' column='1'/>
       <parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2547' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyFloat_Unpack4' mangled-name='PyFloat_Unpack4' filepath='Objects/floatobject.c' line='2468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack4'>
       <parameter type-id='type-id-3' name='data' filepath='Objects/floatobject.c' line='2547' column='1'/>
       <parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2547' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyFloat_Unpack2' mangled-name='PyFloat_Unpack2' filepath='Objects/floatobject.c' line='2405' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Unpack2'>
       <parameter type-id='type-id-3' name='data' filepath='Objects/floatobject.c' line='2405' column='1'/>
       <parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2405' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyFloat_Pack8' mangled-name='PyFloat_Pack8' filepath='Objects/floatobject.c' line='2275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack8'>
-      <parameter type-id='type-id-382' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
+      <parameter type-id='type-id-388' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
       <parameter type-id='type-id-115' name='data' filepath='Objects/floatobject.c' line='2275' column='1'/>
       <parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2275' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyFloat_Pack4' mangled-name='PyFloat_Pack4' filepath='Objects/floatobject.c' line='2167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack4'>
-      <parameter type-id='type-id-382' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
+      <parameter type-id='type-id-388' name='x' filepath='Objects/floatobject.c' line='2275' column='1'/>
       <parameter type-id='type-id-115' name='data' filepath='Objects/floatobject.c' line='2275' column='1'/>
       <parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2275' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyFloat_Pack2' mangled-name='PyFloat_Pack2' filepath='Objects/floatobject.c' line='2062' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_Pack2'>
-      <parameter type-id='type-id-382' name='x' filepath='Objects/floatobject.c' line='2062' column='1'/>
+      <parameter type-id='type-id-388' name='x' filepath='Objects/floatobject.c' line='2062' column='1'/>
       <parameter type-id='type-id-115' name='data' filepath='Objects/floatobject.c' line='2062' column='1'/>
       <parameter type-id='type-id-8' name='le' filepath='Objects/floatobject.c' line='2062' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyFloat_DebugMallocStats' mangled-name='_PyFloat_DebugMallocStats' filepath='Objects/floatobject.c' line='2039' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFloat_DebugMallocStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyFloat_AsDouble' mangled-name='PyFloat_AsDouble' filepath='Objects/floatobject.c' line='282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_AsDouble'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/floatobject.c' line='282' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyFloat_FromString' mangled-name='PyFloat_FromString' filepath='Objects/floatobject.c' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_FromString'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/floatobject.c' line='193' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFloat_FromDouble' mangled-name='PyFloat_FromDouble' filepath='Objects/floatobject.c' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_FromDouble'>
-      <parameter type-id='type-id-382' name='fval' filepath='Objects/floatobject.c' line='131' column='1'/>
+      <parameter type-id='type-id-388' name='fval' filepath='Objects/floatobject.c' line='131' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFloat_GetInfo' mangled-name='PyFloat_GetInfo' filepath='Objects/floatobject.c' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetInfo'>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFloat_GetMin' mangled-name='PyFloat_GetMin' filepath='Objects/floatobject.c' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMin'>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyFloat_GetMax' mangled-name='PyFloat_GetMax' filepath='Objects/floatobject.c' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFloat_GetMax'>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/frameobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/frameobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyFrame_Type' type-id='type-id-112' mangled-name='PyFrame_Type' visibility='default' filepath='./Include/cpython/frameobject.h' line='9' column='1' elf-symbol-id='PyFrame_Type'/>
     <function-decl name='PyFrame_GetGenerator' mangled-name='PyFrame_GetGenerator' filepath='Objects/frameobject.c' line='1172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGenerator'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFrame_GetLasti' mangled-name='PyFrame_GetLasti' filepath='Objects/frameobject.c' line='1162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLasti'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBuiltins'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFrame_GetGlobals' mangled-name='PyFrame_GetGlobals' filepath='Objects/frameobject.c' line='1150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetGlobals'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='1144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLocals'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/genobject.c' line='1009' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='1132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetBack'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1132' column='1'/>
-      <return type-id='type-id-429'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1132' column='1'/>
+      <return type-id='type-id-435'/>
     </function-decl>
     <function-decl name='PyFrame_GetCode' mangled-name='PyFrame_GetCode' filepath='Objects/frameobject.c' line='1121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetCode'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1121' column='1'/>
-      <return type-id='type-id-435'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1121' column='1'/>
+      <return type-id='type-id-441'/>
     </function-decl>
     <function-decl name='_PyFrame_IsEntryFrame' mangled-name='_PyFrame_IsEntryFrame' filepath='Objects/frameobject.c' line='1113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFrame_IsEntryFrame'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='1104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_LocalsToFast'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/frameobject.c' line='1104' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/frameobject.c' line='1104' column='1'/>
       <parameter type-id='type-id-8' name='clear' filepath='Objects/frameobject.c' line='1104' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='1025' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocals'>
-      <parameter type-id='type-id-429' name='f' filepath='Objects/frameobject.c' line='1025' column='1'/>
+      <parameter type-id='type-id-435' name='f' filepath='Objects/frameobject.c' line='1025' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/frameobject.c' line='1011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_FastToLocalsWithError'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1162' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyFrame_New' mangled-name='PyFrame_New' filepath='Objects/frameobject.c' line='858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_New'>
       <parameter type-id='type-id-10' name='tstate' filepath='Objects/frameobject.c' line='858' column='1'/>
-      <parameter type-id='type-id-435' name='code' filepath='Objects/frameobject.c' line='858' column='1'/>
+      <parameter type-id='type-id-441' name='code' filepath='Objects/frameobject.c' line='858' column='1'/>
       <parameter type-id='type-id-14' name='globals' filepath='Objects/frameobject.c' line='859' column='1'/>
       <parameter type-id='type-id-14' name='locals' filepath='Objects/frameobject.c' line='859' column='1'/>
-      <return type-id='type-id-429'/>
+      <return type-id='type-id-435'/>
     </function-decl>
     <function-decl name='PyFrame_GetLineNumber' mangled-name='PyFrame_GetLineNumber' filepath='Objects/frameobject.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyFrame_GetLineNumber'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1113' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/funcobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/funcobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyFunction_Type' type-id='type-id-112' mangled-name='PyFunction_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='61' column='1' elf-symbol-id='PyFunction_Type'/>
     <var-decl name='PyClassMethod_Type' type-id='type-id-112' mangled-name='PyClassMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='103' column='1' elf-symbol-id='PyClassMethod_Type'/>
     <var-decl name='PyStaticMethod_Type' type-id='type-id-112' mangled-name='PyStaticMethod_Type' visibility='default' filepath='./Include/cpython/funcobject.h' line='104' column='1' elf-symbol-id='PyStaticMethod_Type'/>
@@ -8356,7 +8385,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/interpreteridobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/interpreteridobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_PyInterpreterID_Type' type-id='type-id-112' mangled-name='_PyInterpreterID_Type' visibility='default' filepath='./Include/internal/pycore_interpreteridobject.h' line='13' column='1' elf-symbol-id='_PyInterpreterID_Type'/>
     <function-decl name='_PyInterpreterID_LookUp' mangled-name='_PyInterpreterID_LookUp' filepath='Objects/interpreteridobject.c' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterID_LookUp'>
       <parameter type-id='type-id-14' name='requested_id' filepath='Objects/interpreteridobject.c' line='287' column='1'/>
@@ -8371,7 +8400,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/iterobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/iterobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PySeqIter_Type' type-id='type-id-112' mangled-name='PySeqIter_Type' visibility='default' filepath='./Include/iterobject.h' line='8' column='1' elf-symbol-id='PySeqIter_Type'/>
     <var-decl name='PyCallIter_Type' type-id='type-id-112' mangled-name='PyCallIter_Type' visibility='default' filepath='./Include/iterobject.h' line='9' column='1' elf-symbol-id='PyCallIter_Type'/>
     <var-decl name='_PyAnextAwaitable_Type' type-id='type-id-112' visibility='default' filepath='./Include/iterobject.h' line='11' column='1'/>
@@ -8385,7 +8414,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/listobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/listobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyList_Type' type-id='type-id-112' mangled-name='PyList_Type' visibility='default' filepath='./Include/listobject.h' line='20' column='1' elf-symbol-id='PyList_Type'/>
     <var-decl name='PyListIter_Type' type-id='type-id-112' mangled-name='PyListIter_Type' visibility='default' filepath='./Include/listobject.h' line='21' column='1' elf-symbol-id='PyListIter_Type'/>
     <var-decl name='PyListRevIter_Type' type-id='type-id-112' mangled-name='PyListRevIter_Type' visibility='default' filepath='./Include/listobject.h' line='22' column='1' elf-symbol-id='PyListRevIter_Type'/>
@@ -8402,7 +8431,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyList_Extend' mangled-name='_PyList_Extend' filepath='Objects/listobject.c' line='990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_Extend'>
-      <parameter type-id='type-id-391' name='self' filepath='Objects/listobject.c' line='990' column='1'/>
+      <parameter type-id='type-id-397' name='self' filepath='Objects/listobject.c' line='990' column='1'/>
       <parameter type-id='type-id-14' name='iterable' filepath='Objects/listobject.c' line='990' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -8450,17 +8479,17 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyList_DebugMallocStats' mangled-name='_PyList_DebugMallocStats' filepath='Objects/listobject.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyList_DebugMallocStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/longobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/longobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='2048' id='type-id-510'>
+    <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='2048' id='type-id-516'>
       <subrange length='256' type-id='type-id-16' id='type-id-264'/>
 
     </array-type-def>
-    <var-decl name='_PyLong_DigitValue' type-id='type-id-510' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='52' column='1' elf-symbol-id='_PyLong_DigitValue'/>
+    <var-decl name='_PyLong_DigitValue' type-id='type-id-516' mangled-name='_PyLong_DigitValue' visibility='default' filepath='./Include/internal/pycore_long.h' line='52' column='1' elf-symbol-id='_PyLong_DigitValue'/>
     <var-decl name='PyLong_Type' type-id='type-id-112' mangled-name='PyLong_Type' visibility='default' filepath='./Include/longobject.h' line='10' column='1' elf-symbol-id='PyLong_Type'/>
     <function-decl name='PyLong_GetInfo' mangled-name='PyLong_GetInfo' filepath='Objects/longobject.c' line='6072' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_GetInfo'>
       <return type-id='type-id-14'/>
@@ -8487,13 +8516,13 @@
     </function-decl>
     <function-decl name='PyLong_AsDouble' mangled-name='PyLong_AsDouble' filepath='Objects/longobject.c' line='3023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsDouble'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/longobject.c' line='3023' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-511'/>
+    <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-517'/>
     <function-decl name='_PyLong_Frexp' mangled-name='_PyLong_Frexp' filepath='Objects/longobject.c' line='2911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Frexp'>
-      <parameter type-id='type-id-511' name='a' filepath='Objects/longobject.c' line='2911' column='1'/>
+      <parameter type-id='type-id-517' name='a' filepath='Objects/longobject.c' line='2911' column='1'/>
       <parameter type-id='type-id-168' name='e' filepath='Objects/longobject.c' line='2911' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='PyLong_FromUnicodeObject' mangled-name='PyLong_FromUnicodeObject' filepath='Objects/longobject.c' line='2620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromUnicodeObject'>
       <parameter type-id='type-id-14' name='u' filepath='Objects/longobject.c' line='2620' column='1'/>
@@ -8508,62 +8537,62 @@
     </function-decl>
     <function-decl name='PyLong_FromString' mangled-name='PyLong_FromString' filepath='Objects/longobject.c' line='2239' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromString'>
       <parameter type-id='type-id-3' name='str' filepath='Objects/longobject.c' line='2239' column='1'/>
-      <parameter type-id='type-id-485' name='pend' filepath='Objects/longobject.c' line='2239' column='1'/>
+      <parameter type-id='type-id-491' name='pend' filepath='Objects/longobject.c' line='2239' column='1'/>
       <parameter type-id='type-id-8' name='base' filepath='Objects/longobject.c' line='2239' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyLong_FormatBytesWriter' mangled-name='_PyLong_FormatBytesWriter' filepath='Objects/longobject.c' line='2088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FormatBytesWriter'>
-      <parameter type-id='type-id-484' name='writer' filepath='Objects/longobject.c' line='2088' column='1'/>
+      <parameter type-id='type-id-490' name='writer' filepath='Objects/longobject.c' line='2088' column='1'/>
       <parameter type-id='type-id-115' name='str' filepath='Objects/longobject.c' line='2088' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/longobject.c' line='2089' column='1'/>
       <parameter type-id='type-id-8' name='base' filepath='Objects/longobject.c' line='2090' column='1'/>
       <parameter type-id='type-id-8' name='alternate' filepath='Objects/longobject.c' line='2090' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-512' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='707' column='1' id='type-id-513'>
+    <class-decl name='__anonymous_struct__' size-in-bits='448' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-518' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='718' column='1' id='type-id-519'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='buffer' type-id='type-id-14' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='708' column='1'/>
+        <var-decl name='buffer' type-id='type-id-14' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='719' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='data' type-id='type-id-18' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='709' column='1'/>
+        <var-decl name='data' type-id='type-id-18' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='720' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='kind' type-id='type-id-514' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='710' column='1'/>
+        <var-decl name='kind' type-id='type-id-520' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='721' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='maxchar' type-id='type-id-515' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='711' column='1'/>
+        <var-decl name='maxchar' type-id='type-id-521' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='722' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='712' column='1'/>
+        <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='723' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='pos' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='713' column='1'/>
+        <var-decl name='pos' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='724' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='min_length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='716' column='1'/>
+        <var-decl name='min_length' type-id='type-id-36' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='727' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='min_char' type-id='type-id-515' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='719' column='1'/>
+        <var-decl name='min_char' type-id='type-id-521' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='730' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='416'>
-        <var-decl name='overallocate' type-id='type-id-283' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='722' column='1'/>
+        <var-decl name='overallocate' type-id='type-id-283' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='733' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='424'>
-        <var-decl name='readonly' type-id='type-id-283' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='726' column='1'/>
+        <var-decl name='readonly' type-id='type-id-283' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='737' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='PyUnicode_Kind' filepath='./Include/cpython/unicodeobject.h' line='304' column='1' id='type-id-514'>
+    <enum-decl name='PyUnicode_Kind' filepath='./Include/cpython/unicodeobject.h' line='304' column='1' id='type-id-520'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='PyUnicode_WCHAR_KIND' value='0'/>
       <enumerator name='PyUnicode_1BYTE_KIND' value='1'/>
       <enumerator name='PyUnicode_2BYTE_KIND' value='2'/>
       <enumerator name='PyUnicode_4BYTE_KIND' value='4'/>
     </enum-decl>
-    <typedef-decl name='Py_UCS4' type-id='type-id-256' filepath='./Include/unicodeobject.h' line='102' column='1' id='type-id-515'/>
-    <typedef-decl name='_PyUnicodeWriter' type-id='type-id-513' filepath='./Include/cpython/unicodeobject.h' line='727' column='1' id='type-id-512'/>
-    <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-516'/>
+    <typedef-decl name='Py_UCS4' type-id='type-id-256' filepath='./Include/unicodeobject.h' line='102' column='1' id='type-id-521'/>
+    <typedef-decl name='_PyUnicodeWriter' type-id='type-id-519' filepath='./Include/cpython/unicodeobject.h' line='738' column='1' id='type-id-518'/>
+    <pointer-type-def type-id='type-id-518' size-in-bits='64' id='type-id-522'/>
     <function-decl name='_PyLong_FormatWriter' mangled-name='_PyLong_FormatWriter' filepath='Objects/longobject.c' line='2075' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FormatWriter'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/longobject.c' line='2075' column='1'/>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/longobject.c' line='2075' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/longobject.c' line='2076' column='1'/>
       <parameter type-id='type-id-8' name='base' filepath='Objects/longobject.c' line='2077' column='1'/>
       <parameter type-id='type-id-8' name='alternate' filepath='Objects/longobject.c' line='2077' column='1'/>
@@ -8601,7 +8630,7 @@
     </function-decl>
     <function-decl name='PyLong_AsLongLongAndOverflow' mangled-name='PyLong_AsLongLongAndOverflow' filepath='Objects/longobject.c' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongLongAndOverflow'>
       <parameter type-id='type-id-14' name='vv' filepath='Objects/longobject.c' line='1348' column='1'/>
-      <parameter type-id='type-id-492' name='overflow' filepath='Objects/longobject.c' line='1348' column='1'/>
+      <parameter type-id='type-id-498' name='overflow' filepath='Objects/longobject.c' line='1348' column='1'/>
       <return type-id='type-id-222'/>
     </function-decl>
     <function-decl name='PyLong_AsUnsignedLongLongMask' mangled-name='PyLong_AsUnsignedLongLongMask' filepath='Objects/longobject.c' line='1314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsUnsignedLongLongMask'>
@@ -8632,19 +8661,19 @@
       <parameter type-id='type-id-18' name='p' filepath='Objects/longobject.c' line='1058' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-283' size-in-bits='64' id='type-id-517'/>
+    <pointer-type-def type-id='type-id-283' size-in-bits='64' id='type-id-523'/>
     <function-decl name='_PyLong_AsByteArray' mangled-name='_PyLong_AsByteArray' filepath='Objects/longobject.c' line='923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsByteArray'>
-      <parameter type-id='type-id-511' name='v' filepath='Objects/longobject.c' line='923' column='1'/>
-      <parameter type-id='type-id-517' name='bytes' filepath='Objects/longobject.c' line='924' column='1'/>
+      <parameter type-id='type-id-517' name='v' filepath='Objects/longobject.c' line='923' column='1'/>
+      <parameter type-id='type-id-523' name='bytes' filepath='Objects/longobject.c' line='924' column='1'/>
       <parameter type-id='type-id-54' name='n' filepath='Objects/longobject.c' line='924' column='1'/>
       <parameter type-id='type-id-8' name='little_endian' filepath='Objects/longobject.c' line='925' column='1'/>
       <parameter type-id='type-id-8' name='is_signed' filepath='Objects/longobject.c' line='925' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-283' const='yes' id='type-id-518'/>
-    <pointer-type-def type-id='type-id-518' size-in-bits='64' id='type-id-519'/>
+    <qualified-type-def type-id='type-id-283' const='yes' id='type-id-524'/>
+    <pointer-type-def type-id='type-id-524' size-in-bits='64' id='type-id-525'/>
     <function-decl name='_PyLong_FromByteArray' mangled-name='_PyLong_FromByteArray' filepath='Objects/longobject.c' line='812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromByteArray'>
-      <parameter type-id='type-id-519' name='bytes' filepath='Objects/longobject.c' line='812' column='1'/>
+      <parameter type-id='type-id-525' name='bytes' filepath='Objects/longobject.c' line='812' column='1'/>
       <parameter type-id='type-id-54' name='n' filepath='Objects/longobject.c' line='812' column='1'/>
       <parameter type-id='type-id-8' name='little_endian' filepath='Objects/longobject.c' line='813' column='1'/>
       <parameter type-id='type-id-8' name='is_signed' filepath='Objects/longobject.c' line='813' column='1'/>
@@ -8684,11 +8713,11 @@
     </function-decl>
     <function-decl name='PyLong_AsLongAndOverflow' mangled-name='PyLong_AsLongAndOverflow' filepath='Objects/longobject.c' line='451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_AsLongAndOverflow'>
       <parameter type-id='type-id-14' name='vv' filepath='Objects/longobject.c' line='451' column='1'/>
-      <parameter type-id='type-id-492' name='overflow' filepath='Objects/longobject.c' line='451' column='1'/>
+      <parameter type-id='type-id-498' name='overflow' filepath='Objects/longobject.c' line='451' column='1'/>
       <return type-id='type-id-53'/>
     </function-decl>
     <function-decl name='PyLong_FromDouble' mangled-name='PyLong_FromDouble' filepath='Objects/longobject.c' line='374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromDouble'>
-      <parameter type-id='type-id-382' name='dval' filepath='Objects/longobject.c' line='374' column='1'/>
+      <parameter type-id='type-id-388' name='dval' filepath='Objects/longobject.c' line='374' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyLong_FromSize_t' mangled-name='PyLong_FromSize_t' filepath='Objects/longobject.c' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyLong_FromSize_t'>
@@ -8708,15 +8737,15 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyLong_Copy' mangled-name='_PyLong_Copy' filepath='Objects/longobject.c' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_Copy'>
-      <parameter type-id='type-id-511' name='src' filepath='Objects/longobject.c' line='169' column='1'/>
+      <parameter type-id='type-id-517' name='src' filepath='Objects/longobject.c' line='169' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyLong_New' mangled-name='_PyLong_New' filepath='Objects/longobject.c' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_New'>
       <parameter type-id='type-id-36' name='size' filepath='Objects/longobject.c' line='142' column='1'/>
-      <return type-id='type-id-511'/>
+      <return type-id='type-id-517'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/dictobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/dictobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_pydict_global_version' type-id='type-id-19' visibility='default' filepath='./Include/internal/pycore_dict.h' line='162' column='1'/>
     <var-decl name='PyDict_Type' type-id='type-id-112' mangled-name='PyDict_Type' visibility='default' filepath='./Include/dictobject.h' line='15' column='1' elf-symbol-id='PyDict_Type'/>
     <var-decl name='PyDictIterKey_Type' type-id='type-id-112' mangled-name='PyDictIterKey_Type' visibility='default' filepath='./Include/dictobject.h' line='79' column='1' elf-symbol-id='PyDictIterKey_Type'/>
@@ -8750,7 +8779,7 @@
     </function-decl>
     <function-decl name='_PyDict_DelItemId' mangled-name='_PyDict_DelItemId' filepath='Objects/dictobject.c' line='3926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DelItemId'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/dictobject.c' line='3926' column='1'/>
-      <parameter type-id='type-id-490' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
+      <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyDict_SetItemString' mangled-name='PyDict_SetItemString' filepath='Objects/dictobject.c' line='3912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetItemString'>
@@ -8761,7 +8790,7 @@
     </function-decl>
     <function-decl name='_PyDict_SetItemId' mangled-name='_PyDict_SetItemId' filepath='Objects/dictobject.c' line='3902' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SetItemId'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/dictobject.c' line='3902' column='1'/>
-      <parameter type-id='type-id-490' name='key' filepath='Objects/dictobject.c' line='3902' column='1'/>
+      <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='3902' column='1'/>
       <parameter type-id='type-id-14' name='item' filepath='Objects/dictobject.c' line='3902' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -8772,7 +8801,7 @@
     </function-decl>
     <function-decl name='_PyDict_ContainsId' mangled-name='_PyDict_ContainsId' filepath='Objects/dictobject.c' line='3724' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_ContainsId'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/dictobject.c' line='3926' column='1'/>
-      <parameter type-id='type-id-490' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
+      <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='3926' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyDict_Contains_KnownHash' mangled-name='_PyDict_Contains_KnownHash' filepath='Objects/dictobject.c' line='3711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Contains_KnownHash'>
@@ -8787,7 +8816,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyDict_SizeOf' mangled-name='_PyDict_SizeOf' filepath='Objects/dictobject.c' line='3573' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_SizeOf'>
-      <parameter type-id='type-id-404' name='mp' filepath='Objects/dictobject.c' line='3573' column='1'/>
+      <parameter type-id='type-id-410' name='mp' filepath='Objects/dictobject.c' line='3573' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
     <function-decl name='PyDict_SetDefault' mangled-name='PyDict_SetDefault' filepath='Objects/dictobject.c' line='3298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_SetDefault'>
@@ -8852,13 +8881,13 @@
       <parameter type-id='type-id-22' name='pvalue' filepath='Objects/dictobject.c' line='2200' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-159' size-in-bits='64' id='type-id-520'/>
+    <pointer-type-def type-id='type-id-159' size-in-bits='64' id='type-id-526'/>
     <function-decl name='_PyDict_Next' mangled-name='_PyDict_Next' filepath='Objects/dictobject.c' line='2119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_Next'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/dictobject.c' line='2119' column='1'/>
       <parameter type-id='type-id-168' name='ppos' filepath='Objects/dictobject.c' line='2119' column='1'/>
       <parameter type-id='type-id-22' name='pkey' filepath='Objects/dictobject.c' line='2119' column='1'/>
       <parameter type-id='type-id-22' name='pvalue' filepath='Objects/dictobject.c' line='2120' column='1'/>
-      <parameter type-id='type-id-520' name='phash' filepath='Objects/dictobject.c' line='2120' column='1'/>
+      <parameter type-id='type-id-526' name='phash' filepath='Objects/dictobject.c' line='2120' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyDict_Clear' mangled-name='PyDict_Clear' filepath='Objects/dictobject.c' line='2077' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyDict_Clear'>
@@ -8902,7 +8931,7 @@
     </function-decl>
     <function-decl name='_PyDict_GetItemIdWithError' mangled-name='_PyDict_GetItemIdWithError' filepath='Objects/dictobject.c' line='1806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemIdWithError'>
       <parameter type-id='type-id-14' name='dp' filepath='Objects/dictobject.c' line='1806' column='1'/>
-      <parameter type-id='type-id-490' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
+      <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyDict_GetItemWithError' mangled-name='_PyDict_GetItemWithError' filepath='Objects/dictobject.c' line='1795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_GetItemWithError'>
@@ -8947,11 +8976,11 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyDict_DebugMallocStats' mangled-name='_PyDict_DebugMallocStats' filepath='Objects/dictobject.c' line='294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDict_DebugMallocStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/floatobject.c' line='2039' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/odictobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/odictobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyODict_Type' type-id='type-id-112' mangled-name='PyODict_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='15' column='1' elf-symbol-id='PyODict_Type'/>
     <var-decl name='PyODictIter_Type' type-id='type-id-112' mangled-name='PyODictIter_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='16' column='1' elf-symbol-id='PyODictIter_Type'/>
     <var-decl name='PyODictKeys_Type' type-id='type-id-112' mangled-name='PyODictKeys_Type' visibility='default' filepath='./Include/cpython/odictobject.h' line='17' column='1' elf-symbol-id='PyODictKeys_Type'/>
@@ -8972,12 +9001,12 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/memoryobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/memoryobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_PyManagedBuffer_Type' type-id='type-id-112' mangled-name='_PyManagedBuffer_Type' visibility='default' filepath='./Include/memoryobject.h' line='10' column='1' elf-symbol-id='_PyManagedBuffer_Type'/>
     <var-decl name='PyMemoryView_Type' type-id='type-id-112' mangled-name='PyMemoryView_Type' visibility='default' filepath='./Include/memoryobject.h' line='12' column='1' elf-symbol-id='PyMemoryView_Type'/>
     <function-decl name='PyBuffer_ToContiguous' mangled-name='PyBuffer_ToContiguous' filepath='Objects/memoryobject.c' line='977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyBuffer_ToContiguous'>
       <parameter type-id='type-id-18' name='buf' filepath='Objects/memoryobject.c' line='977' column='1'/>
-      <parameter type-id='type-id-470' name='src' filepath='Objects/memoryobject.c' line='977' column='1'/>
+      <parameter type-id='type-id-476' name='src' filepath='Objects/memoryobject.c' line='977' column='1'/>
       <parameter type-id='type-id-36' name='len' filepath='Objects/memoryobject.c' line='977' column='1'/>
       <parameter type-id='type-id-1' name='order' filepath='Objects/memoryobject.c' line='977' column='1'/>
       <return type-id='type-id-8'/>
@@ -8993,7 +9022,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyMemoryView_FromBuffer' mangled-name='PyMemoryView_FromBuffer' filepath='Objects/memoryobject.c' line='750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromBuffer'>
-      <parameter type-id='type-id-470' name='info' filepath='Objects/memoryobject.c' line='750' column='1'/>
+      <parameter type-id='type-id-476' name='info' filepath='Objects/memoryobject.c' line='750' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyMemoryView_FromMemory' mangled-name='PyMemoryView_FromMemory' filepath='Objects/memoryobject.c' line='721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMemoryView_FromMemory'>
@@ -9003,7 +9032,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/methodobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/methodobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyCFunction_Type' type-id='type-id-112' mangled-name='PyCFunction_Type' visibility='default' filepath='./Include/methodobject.h' line='14' column='1' elf-symbol-id='PyCFunction_Type'/>
     <var-decl name='PyCMethod_Type' type-id='type-id-112' mangled-name='PyCMethod_Type' visibility='default' filepath='./Include/cpython/methodobject.h' line='32' column='1' elf-symbol-id='PyCMethod_Type'/>
     <function-decl name='PyCFunction_GetFlags' mangled-name='PyCFunction_GetFlags' filepath='Objects/methodobject.c' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCFunction_GetFlags'>
@@ -9037,7 +9066,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/moduleobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/moduleobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyModuleDef_Type' type-id='type-id-112' mangled-name='PyModuleDef_Type' visibility='default' filepath='./Include/moduleobject.h' line='41' column='1' elf-symbol-id='PyModuleDef_Type'/>
     <var-decl name='PyModule_Type' type-id='type-id-112' mangled-name='PyModule_Type' visibility='default' filepath='./Include/moduleobject.h' line='10' column='1' elf-symbol-id='PyModule_Type'/>
     <function-decl name='_PyModuleSpec_IsInitializing' mangled-name='_PyModuleSpec_IsInitializing' filepath='Objects/moduleobject.c' line='718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyModuleSpec_IsInitializing'>
@@ -9056,9 +9085,9 @@
       <parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='568' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
-    <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='74' column='1' id='type-id-521'>
+    <class-decl name='PyModuleDef' size-in-bits='832' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='74' column='1' id='type-id-527'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='m_base' type-id='type-id-522' visibility='default' filepath='./Include/moduleobject.h' line='75' column='1'/>
+        <var-decl name='m_base' type-id='type-id-528' visibility='default' filepath='./Include/moduleobject.h' line='75' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='m_name' type-id='type-id-3' visibility='default' filepath='./Include/moduleobject.h' line='76' column='1'/>
@@ -9073,7 +9102,7 @@
         <var-decl name='m_methods' type-id='type-id-96' visibility='default' filepath='./Include/moduleobject.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='m_slots' type-id='type-id-523' visibility='default' filepath='./Include/moduleobject.h' line='80' column='1'/>
+        <var-decl name='m_slots' type-id='type-id-529' visibility='default' filepath='./Include/moduleobject.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='640'>
         <var-decl name='m_traverse' type-id='type-id-91' visibility='default' filepath='./Include/moduleobject.h' line='81' column='1'/>
@@ -9085,12 +9114,12 @@
         <var-decl name='m_free' type-id='type-id-104' visibility='default' filepath='./Include/moduleobject.h' line='83' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='44' column='1' id='type-id-524'>
+    <class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='44' column='1' id='type-id-530'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/moduleobject.h' line='45' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='m_init' type-id='type-id-525' visibility='default' filepath='./Include/moduleobject.h' line='46' column='1'/>
+        <var-decl name='m_init' type-id='type-id-531' visibility='default' filepath='./Include/moduleobject.h' line='46' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='m_index' type-id='type-id-36' visibility='default' filepath='./Include/moduleobject.h' line='47' column='1'/>
@@ -9099,9 +9128,9 @@
         <var-decl name='m_copy' type-id='type-id-14' visibility='default' filepath='./Include/moduleobject.h' line='48' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-526' size-in-bits='64' id='type-id-525'/>
-    <typedef-decl name='PyModuleDef_Base' type-id='type-id-524' filepath='./Include/moduleobject.h' line='49' column='1' id='type-id-522'/>
-    <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='60' column='1' id='type-id-527'>
+    <pointer-type-def type-id='type-id-532' size-in-bits='64' id='type-id-531'/>
+    <typedef-decl name='PyModuleDef_Base' type-id='type-id-530' filepath='./Include/moduleobject.h' line='49' column='1' id='type-id-528'/>
+    <class-decl name='PyModuleDef_Slot' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/moduleobject.h' line='60' column='1' id='type-id-533'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='slot' type-id='type-id-8' visibility='default' filepath='./Include/moduleobject.h' line='61' column='1'/>
       </data-member>
@@ -9109,13 +9138,13 @@
         <var-decl name='value' type-id='type-id-18' visibility='default' filepath='./Include/moduleobject.h' line='62' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyModuleDef_Slot' type-id='type-id-527' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-528'/>
-    <pointer-type-def type-id='type-id-528' size-in-bits='64' id='type-id-523'/>
-    <typedef-decl name='PyModuleDef' type-id='type-id-521' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-529'/>
-    <pointer-type-def type-id='type-id-529' size-in-bits='64' id='type-id-530'/>
+    <typedef-decl name='PyModuleDef_Slot' type-id='type-id-533' filepath='./Include/pytypedefs.h' line='13' column='1' id='type-id-534'/>
+    <pointer-type-def type-id='type-id-534' size-in-bits='64' id='type-id-529'/>
+    <typedef-decl name='PyModuleDef' type-id='type-id-527' filepath='./Include/pytypedefs.h' line='12' column='1' id='type-id-535'/>
+    <pointer-type-def type-id='type-id-535' size-in-bits='64' id='type-id-536'/>
     <function-decl name='PyModule_GetDef' mangled-name='PyModule_GetDef' filepath='Objects/moduleobject.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetDef'>
       <parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='558' column='1'/>
-      <return type-id='type-id-530'/>
+      <return type-id='type-id-536'/>
     </function-decl>
     <function-decl name='PyModule_GetFilename' mangled-name='PyModule_GetFilename' filepath='Objects/moduleobject.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_GetFilename'>
       <parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='545' column='1'/>
@@ -9149,22 +9178,22 @@
     </function-decl>
     <function-decl name='PyModule_ExecDef' mangled-name='PyModule_ExecDef' filepath='Objects/moduleobject.c' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_ExecDef'>
       <parameter type-id='type-id-14' name='module' filepath='Objects/moduleobject.c' line='384' column='1'/>
-      <parameter type-id='type-id-530' name='def' filepath='Objects/moduleobject.c' line='384' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Objects/moduleobject.c' line='384' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyModule_FromDefAndSpec2' mangled-name='PyModule_FromDefAndSpec2' filepath='Objects/moduleobject.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_FromDefAndSpec2'>
-      <parameter type-id='type-id-530' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Objects/moduleobject.c' line='260' column='1'/>
       <parameter type-id='type-id-14' name='spec' filepath='Objects/moduleobject.c' line='260' column='1'/>
       <parameter type-id='type-id-8' name='module_api_version' filepath='Objects/moduleobject.c' line='260' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyModule_CreateInitialized' mangled-name='_PyModule_CreateInitialized' filepath='Objects/moduleobject.c' line='197' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyModule_CreateInitialized'>
-      <parameter type-id='type-id-530' name='module' filepath='Objects/moduleobject.c' line='197' column='1'/>
+      <parameter type-id='type-id-536' name='module' filepath='Objects/moduleobject.c' line='197' column='1'/>
       <parameter type-id='type-id-8' name='module_api_version' filepath='Objects/moduleobject.c' line='197' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyModule_Create2' mangled-name='PyModule_Create2' filepath='Objects/moduleobject.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_Create2'>
-      <parameter type-id='type-id-530' name='module' filepath='Objects/moduleobject.c' line='186' column='1'/>
+      <parameter type-id='type-id-536' name='module' filepath='Objects/moduleobject.c' line='186' column='1'/>
       <parameter type-id='type-id-8' name='module_api_version' filepath='Objects/moduleobject.c' line='186' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -9177,101 +9206,101 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyModuleDef_Init' mangled-name='PyModuleDef_Init' filepath='Objects/moduleobject.c' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModuleDef_Init'>
-      <parameter type-id='type-id-530' name='def' filepath='Objects/moduleobject.c' line='42' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Objects/moduleobject.c' line='42' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-526'>
+    <function-type size-in-bits='64' id='type-id-532'>
       <return type-id='type-id-14'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/namespaceobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_PyNamespace_Type' type-id='type-id-112' mangled-name='_PyNamespace_Type' visibility='default' filepath='./Include/internal/pycore_namespace.h' line='13' column='1' elf-symbol-id='_PyNamespace_Type'/>
     <function-decl name='_PyNamespace_New' mangled-name='_PyNamespace_New' filepath='Objects/namespaceobject.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyNamespace_New'>
       <parameter type-id='type-id-14' name='item' filepath='Objects/abstract.c' line='1408' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/object.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/object.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='infinite' id='type-id-531'>
+    <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='infinite' id='type-id-537'>
       <subrange length='infinite' id='type-id-6'/>
 
     </array-type-def>
-    <var-decl name='_Py_SwappedOp' type-id='type-id-531' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/cpython/object.h' line='352' column='1' elf-symbol-id='_Py_SwappedOp'/>
+    <var-decl name='_Py_SwappedOp' type-id='type-id-537' mangled-name='_Py_SwappedOp' visibility='default' filepath='./Include/cpython/object.h' line='352' column='1' elf-symbol-id='_Py_SwappedOp'/>
     <var-decl name='_PyNone_Type' type-id='type-id-112' mangled-name='_PyNone_Type' visibility='default' filepath='./Include/cpython/object.h' line='346' column='1' elf-symbol-id='_PyNone_Type'/>
-    <var-decl name='_Py_NoneStruct' type-id='type-id-108' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='645' column='1' elf-symbol-id='_Py_NoneStruct'/>
+    <var-decl name='_Py_NoneStruct' type-id='type-id-108' mangled-name='_Py_NoneStruct' visibility='default' filepath='./Include/object.h' line='646' column='1' elf-symbol-id='_Py_NoneStruct'/>
     <var-decl name='_PyNotImplemented_Type' type-id='type-id-112' mangled-name='_PyNotImplemented_Type' visibility='default' filepath='./Include/cpython/object.h' line='347' column='1' elf-symbol-id='_PyNotImplemented_Type'/>
-    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-108' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='659' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>
-    <function-decl name='Py_IsFalse' mangled-name='Py_IsFalse' filepath='Objects/object.c' line='2454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFalse'>
+    <var-decl name='_Py_NotImplementedStruct' type-id='type-id-108' mangled-name='_Py_NotImplementedStruct' visibility='default' filepath='./Include/object.h' line='660' column='1' elf-symbol-id='_Py_NotImplementedStruct'/>
+    <function-decl name='Py_IsFalse' mangled-name='Py_IsFalse' filepath='Objects/object.c' line='2456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsFalse'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_IsTrue' mangled-name='Py_IsTrue' filepath='Objects/object.c' line='2449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsTrue'>
+    <function-decl name='Py_IsTrue' mangled-name='Py_IsTrue' filepath='Objects/object.c' line='2451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsTrue'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_IsNone' mangled-name='Py_IsNone' filepath='Objects/object.c' line='2444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsNone'>
+    <function-decl name='Py_IsNone' mangled-name='Py_IsNone' filepath='Objects/object.c' line='2446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IsNone'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_Is' mangled-name='Py_Is' filepath='Objects/object.c' line='2439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Is'>
+    <function-decl name='Py_Is' mangled-name='Py_Is' filepath='Objects/object.c' line='2441' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Is'>
       <parameter type-id='type-id-14' name='derived' filepath='Objects/abstract.c' line='2784' column='1'/>
       <parameter type-id='type-id-14' name='cls' filepath='Objects/abstract.c' line='2784' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_XNewRef' mangled-name='Py_XNewRef' filepath='Objects/object.c' line='2427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_XNewRef'>
+    <function-decl name='Py_XNewRef' mangled-name='Py_XNewRef' filepath='Objects/object.c' line='2429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_XNewRef'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='2421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>
+    <function-decl name='Py_NewRef' mangled-name='Py_NewRef' filepath='Objects/object.c' line='2423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewRef'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyObject_GET_WEAKREFS_LISTPTR' mangled-name='PyObject_GET_WEAKREFS_LISTPTR' filepath='Objects/object.c' line='2410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2410' column='1'/>
+    <function-decl name='PyObject_GET_WEAKREFS_LISTPTR' mangled-name='PyObject_GET_WEAKREFS_LISTPTR' filepath='Objects/object.c' line='2412' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GET_WEAKREFS_LISTPTR'>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2412' column='1'/>
       <return type-id='type-id-22'/>
     </function-decl>
-    <function-decl name='_Py_Dealloc' mangled-name='_Py_Dealloc' filepath='Objects/object.c' line='2365' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Dealloc'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2365' column='1'/>
+    <function-decl name='_Py_Dealloc' mangled-name='_Py_Dealloc' filepath='Objects/object.c' line='2367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Dealloc'>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2367' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyObject_AssertFailed' mangled-name='_PyObject_AssertFailed' filepath='Objects/object.c' line='2309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_AssertFailed'>
-      <parameter type-id='type-id-14' name='obj' filepath='Objects/object.c' line='2309' column='1'/>
-      <parameter type-id='type-id-3' name='expr' filepath='Objects/object.c' line='2309' column='1'/>
-      <parameter type-id='type-id-3' name='msg' filepath='Objects/object.c' line='2309' column='1'/>
-      <parameter type-id='type-id-3' name='file' filepath='Objects/object.c' line='2310' column='1'/>
-      <parameter type-id='type-id-8' name='line' filepath='Objects/object.c' line='2310' column='1'/>
-      <parameter type-id='type-id-3' name='function' filepath='Objects/object.c' line='2310' column='1'/>
+    <function-decl name='_PyObject_AssertFailed' mangled-name='_PyObject_AssertFailed' filepath='Objects/object.c' line='2311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_AssertFailed'>
+      <parameter type-id='type-id-14' name='obj' filepath='Objects/object.c' line='2311' column='1'/>
+      <parameter type-id='type-id-3' name='expr' filepath='Objects/object.c' line='2311' column='1'/>
+      <parameter type-id='type-id-3' name='msg' filepath='Objects/object.c' line='2311' column='1'/>
+      <parameter type-id='type-id-3' name='file' filepath='Objects/object.c' line='2312' column='1'/>
+      <parameter type-id='type-id-8' name='line' filepath='Objects/object.c' line='2312' column='1'/>
+      <parameter type-id='type-id-3' name='function' filepath='Objects/object.c' line='2312' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyTrash_cond' mangled-name='_PyTrash_cond' filepath='Objects/object.c' line='2302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_cond'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2302' column='1'/>
-      <parameter type-id='type-id-78' name='dealloc' filepath='Objects/object.c' line='2302' column='1'/>
+    <function-decl name='_PyTrash_cond' mangled-name='_PyTrash_cond' filepath='Objects/object.c' line='2304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_cond'>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2304' column='1'/>
+      <parameter type-id='type-id-78' name='dealloc' filepath='Objects/object.c' line='2304' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyTrash_end' mangled-name='_PyTrash_end' filepath='Objects/object.c' line='2290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_end'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+    <function-decl name='_PyTrash_end' mangled-name='_PyTrash_end' filepath='Objects/object.c' line='2292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_end'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyTrash_begin' mangled-name='_PyTrash_begin' filepath='Objects/object.c' line='2276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_begin'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2276' column='1'/>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2276' column='1'/>
+    <function-decl name='_PyTrash_begin' mangled-name='_PyTrash_begin' filepath='Objects/object.c' line='2278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTrash_begin'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2278' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2278' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_ReprLeave' mangled-name='Py_ReprLeave' filepath='Objects/object.c' line='2185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ReprLeave'>
-      <parameter type-id='type-id-14' name='obj' filepath='Objects/object.c' line='2185' column='1'/>
+    <function-decl name='Py_ReprLeave' mangled-name='Py_ReprLeave' filepath='Objects/object.c' line='2187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ReprLeave'>
+      <parameter type-id='type-id-14' name='obj' filepath='Objects/object.c' line='2187' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_ReprEnter' mangled-name='Py_ReprEnter' filepath='Objects/object.c' line='2151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ReprEnter'>
+    <function-decl name='Py_ReprEnter' mangled-name='Py_ReprEnter' filepath='Objects/object.c' line='2153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ReprEnter'>
       <parameter type-id='type-id-14' name='dict' filepath='Objects/dictobject.c' line='1091' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyObject_DebugTypeStats' mangled-name='_PyObject_DebugTypeStats' filepath='Objects/object.c' line='2130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugTypeStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/object.c' line='2130' column='1'/>
+    <function-decl name='_PyObject_DebugTypeStats' mangled-name='_PyObject_DebugTypeStats' filepath='Objects/object.c' line='2132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugTypeStats'>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/object.c' line='2132' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_NewReference' mangled-name='_Py_NewReference' filepath='Objects/object.c' line='2015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_NewReference'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2015' column='1'/>
+    <function-decl name='_Py_NewReference' mangled-name='_Py_NewReference' filepath='Objects/object.c' line='2017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_NewReference'>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2017' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyObject_Dir' mangled-name='PyObject_Dir' filepath='Objects/object.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Dir'>
@@ -9352,7 +9381,7 @@
     </function-decl>
     <function-decl name='_PyObject_LookupAttrId' mangled-name='_PyObject_LookupAttrId' filepath='Objects/object.c' line='988' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupAttrId'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/object.c' line='988' column='1'/>
-      <parameter type-id='type-id-490' name='name' filepath='Objects/object.c' line='988' column='1'/>
+      <parameter type-id='type-id-496' name='name' filepath='Objects/object.c' line='988' column='1'/>
       <parameter type-id='type-id-22' name='result' filepath='Objects/object.c' line='988' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -9369,13 +9398,13 @@
     </function-decl>
     <function-decl name='_PyObject_SetAttrId' mangled-name='_PyObject_SetAttrId' filepath='Objects/object.c' line='864' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_SetAttrId'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/object.c' line='864' column='1'/>
-      <parameter type-id='type-id-490' name='name' filepath='Objects/object.c' line='864' column='1'/>
+      <parameter type-id='type-id-496' name='name' filepath='Objects/object.c' line='864' column='1'/>
       <parameter type-id='type-id-14' name='w' filepath='Objects/object.c' line='864' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyObject_GetAttrId' mangled-name='_PyObject_GetAttrId' filepath='Objects/object.c' line='853' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetAttrId'>
       <parameter type-id='type-id-14' name='dp' filepath='Objects/dictobject.c' line='1806' column='1'/>
-      <parameter type-id='type-id-490' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
+      <parameter type-id='type-id-496' name='key' filepath='Objects/dictobject.c' line='1806' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyObject_IsAbstract' mangled-name='_PyObject_IsAbstract' filepath='Objects/object.c' line='836' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_IsAbstract'>
@@ -9451,7 +9480,7 @@
     </function-decl>
     <function-decl name='PyObject_Print' mangled-name='PyObject_Print' filepath='Objects/object.c' line='258' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Print'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='258' column='1'/>
-      <parameter type-id='type-id-464' name='fp' filepath='Objects/object.c' line='258' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Objects/object.c' line='258' column='1'/>
       <parameter type-id='type-id-8' name='flags' filepath='Objects/object.c' line='258' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -9463,21 +9492,21 @@
       <parameter type-id='type-id-14' name='m' filepath='Objects/moduleobject.c' line='578' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-77' size-in-bits='64' id='type-id-532'/>
+    <pointer-type-def type-id='type-id-77' size-in-bits='64' id='type-id-538'/>
     <function-decl name='_PyObject_NewVar' mangled-name='_PyObject_NewVar' filepath='Objects/object.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_NewVar'>
       <parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='186' column='1'/>
       <parameter type-id='type-id-36' name='nitems' filepath='Objects/object.c' line='186' column='1'/>
-      <return type-id='type-id-532'/>
+      <return type-id='type-id-538'/>
     </function-decl>
     <function-decl name='_PyObject_New' mangled-name='_PyObject_New' filepath='Objects/object.c' line='175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_New'>
       <parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='175' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_InitVar'>
-      <parameter type-id='type-id-532' name='op' filepath='Objects/object.c' line='164' column='1'/>
+      <parameter type-id='type-id-538' name='op' filepath='Objects/object.c' line='164' column='1'/>
       <parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='164' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Objects/object.c' line='164' column='1'/>
-      <return type-id='type-id-532'/>
+      <return type-id='type-id-538'/>
     </function-decl>
     <function-decl name='PyObject_Init' mangled-name='PyObject_Init' filepath='Objects/object.c' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_Init'>
       <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='153' column='1'/>
@@ -9485,19 +9514,19 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_Py_DecRef' mangled-name='_Py_DecRef' filepath='Objects/object.c' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecRef'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2015' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2017' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_Py_IncRef' mangled-name='_Py_IncRef' filepath='Objects/object.c' line='141' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_IncRef'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2015' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2017' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='Py_DecRef' mangled-name='Py_DecRef' filepath='Objects/object.c' line='135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_DecRef'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2015' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2017' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='Py_IncRef' mangled-name='Py_IncRef' filepath='Objects/object.c' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_IncRef'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2015' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2017' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyObject_CheckConsistency' mangled-name='_PyObject_CheckConsistency' filepath='Objects/object.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CheckConsistency'>
@@ -9506,10 +9535,10 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/obmalloc.c' comp-dir-path='/src' language='LANG_C99'>
-    <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='72' column='1' id='type-id-533'>
+  <abi-instr version='1.0' address-size='64' path='Objects/obmalloc.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <class-decl name='_PyTraceMalloc_Config' size-in-bits='96' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='72' column='1' id='type-id-539'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='initialized' type-id='type-id-534' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='79' column='1'/>
+        <var-decl name='initialized' type-id='type-id-540' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='79' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='32'>
         <var-decl name='tracing' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='83' column='1'/>
@@ -9518,19 +9547,19 @@
         <var-decl name='max_nframe' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='87' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_pymem.h' line='75' column='1' id='type-id-534'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/internal/pycore_pymem.h' line='75' column='1' id='type-id-540'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='TRACEMALLOC_NOT_INITIALIZED' value='0'/>
       <enumerator name='TRACEMALLOC_INITIALIZED' value='1'/>
       <enumerator name='TRACEMALLOC_FINALIZED' value='2'/>
     </enum-decl>
-    <var-decl name='_Py_tracemalloc_config' type-id='type-id-533' mangled-name='_Py_tracemalloc_config' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='95' column='1' elf-symbol-id='_Py_tracemalloc_config'/>
+    <var-decl name='_Py_tracemalloc_config' type-id='type-id-539' mangled-name='_Py_tracemalloc_config' visibility='default' filepath='./Include/internal/pycore_pymem.h' line='95' column='1' elf-symbol-id='_Py_tracemalloc_config'/>
     <function-decl name='_PyObject_DebugMallocStats' mangled-name='_PyObject_DebugMallocStats' filepath='Objects/obmalloc.c' line='2958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_DebugMallocStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/obmalloc.c' line='2958' column='1'/>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/obmalloc.c' line='2958' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyDebugAllocatorStats' mangled-name='_PyDebugAllocatorStats' filepath='Objects/obmalloc.c' line='2913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDebugAllocatorStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/obmalloc.c' line='2913' column='1'/>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/obmalloc.c' line='2913' column='1'/>
       <parameter type-id='type-id-3' name='block_name' filepath='Objects/obmalloc.c' line='2914' column='1'/>
       <parameter type-id='type-id-8' name='num_blocks' filepath='Objects/obmalloc.c' line='2914' column='1'/>
       <parameter type-id='type-id-54' name='sizeof_block' filepath='Objects/obmalloc.c' line='2914' column='1'/>
@@ -9565,10 +9594,10 @@
       <parameter type-id='type-id-3' name='str' filepath='Objects/obmalloc.c' line='690' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-282' const='yes' id='type-id-535'/>
-    <pointer-type-def type-id='type-id-535' size-in-bits='64' id='type-id-536'/>
+    <qualified-type-def type-id='type-id-282' const='yes' id='type-id-541'/>
+    <pointer-type-def type-id='type-id-541' size-in-bits='64' id='type-id-542'/>
     <function-decl name='_PyMem_RawWcsdup' mangled-name='_PyMem_RawWcsdup' filepath='Objects/obmalloc.c' line='657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_RawWcsdup'>
-      <parameter type-id='type-id-536' name='str' filepath='Objects/obmalloc.c' line='657' column='1'/>
+      <parameter type-id='type-id-542' name='str' filepath='Objects/obmalloc.c' line='657' column='1'/>
       <return type-id='type-id-281'/>
     </function-decl>
     <function-decl name='PyMem_Free' mangled-name='PyMem_Free' filepath='Objects/obmalloc.c' line='649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_Free'>
@@ -9607,66 +9636,66 @@
       <parameter type-id='type-id-54' name='size' filepath='Objects/obmalloc.c' line='703' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-537' visibility='default' filepath='./Include/cpython/objimpl.h' line='56' column='1' id='type-id-538'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-543' visibility='default' filepath='./Include/cpython/objimpl.h' line='56' column='1' id='type-id-544'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ctx' type-id='type-id-18' visibility='default' filepath='./Include/cpython/objimpl.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='alloc' type-id='type-id-539' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
+        <var-decl name='alloc' type-id='type-id-545' visibility='default' filepath='./Include/cpython/objimpl.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='free' type-id='type-id-540' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>
+        <var-decl name='free' type-id='type-id-546' visibility='default' filepath='./Include/cpython/objimpl.h' line='64' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-541' size-in-bits='64' id='type-id-539'/>
-    <pointer-type-def type-id='type-id-542' size-in-bits='64' id='type-id-540'/>
-    <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-538' filepath='./Include/cpython/objimpl.h' line='65' column='1' id='type-id-537'/>
-    <pointer-type-def type-id='type-id-537' size-in-bits='64' id='type-id-543'/>
+    <pointer-type-def type-id='type-id-547' size-in-bits='64' id='type-id-545'/>
+    <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-546'/>
+    <typedef-decl name='PyObjectArenaAllocator' type-id='type-id-544' filepath='./Include/cpython/objimpl.h' line='65' column='1' id='type-id-543'/>
+    <pointer-type-def type-id='type-id-543' size-in-bits='64' id='type-id-549'/>
     <function-decl name='PyObject_SetArenaAllocator' mangled-name='PyObject_SetArenaAllocator' filepath='Objects/obmalloc.c' line='570' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_SetArenaAllocator'>
-      <parameter type-id='type-id-543' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
+      <parameter type-id='type-id-549' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyObject_GetArenaAllocator' mangled-name='PyObject_GetArenaAllocator' filepath='Objects/obmalloc.c' line='552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GetArenaAllocator'>
-      <parameter type-id='type-id-543' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
+      <parameter type-id='type-id-549' name='allocator' filepath='Objects/obmalloc.c' line='570' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='23' column='1' id='type-id-544'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='23' column='1' id='type-id-550'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='PYMEM_DOMAIN_RAW' value='0'/>
       <enumerator name='PYMEM_DOMAIN_MEM' value='1'/>
       <enumerator name='PYMEM_DOMAIN_OBJ' value='2'/>
     </enum-decl>
-    <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-544' filepath='./Include/cpython/pymem.h' line='32' column='1' id='type-id-545'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-546' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1' id='type-id-547'>
+    <typedef-decl name='PyMemAllocatorDomain' type-id='type-id-550' filepath='./Include/cpython/pymem.h' line='32' column='1' id='type-id-551'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-552' visibility='default' filepath='./Include/cpython/pymem.h' line='47' column='1' id='type-id-553'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ctx' type-id='type-id-18' visibility='default' filepath='./Include/cpython/pymem.h' line='49' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='malloc' type-id='type-id-539' visibility='default' filepath='./Include/cpython/pymem.h' line='52' column='1'/>
+        <var-decl name='malloc' type-id='type-id-545' visibility='default' filepath='./Include/cpython/pymem.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='calloc' type-id='type-id-548' visibility='default' filepath='./Include/cpython/pymem.h' line='55' column='1'/>
+        <var-decl name='calloc' type-id='type-id-554' visibility='default' filepath='./Include/cpython/pymem.h' line='55' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='realloc' type-id='type-id-549' visibility='default' filepath='./Include/cpython/pymem.h' line='58' column='1'/>
+        <var-decl name='realloc' type-id='type-id-555' visibility='default' filepath='./Include/cpython/pymem.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='free' type-id='type-id-550' visibility='default' filepath='./Include/cpython/pymem.h' line='61' column='1'/>
+        <var-decl name='free' type-id='type-id-556' visibility='default' filepath='./Include/cpython/pymem.h' line='61' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-551' size-in-bits='64' id='type-id-548'/>
-    <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-549'/>
-    <pointer-type-def type-id='type-id-553' size-in-bits='64' id='type-id-550'/>
-    <typedef-decl name='PyMemAllocatorEx' type-id='type-id-547' filepath='./Include/cpython/pymem.h' line='62' column='1' id='type-id-546'/>
-    <pointer-type-def type-id='type-id-546' size-in-bits='64' id='type-id-554'/>
+    <pointer-type-def type-id='type-id-557' size-in-bits='64' id='type-id-554'/>
+    <pointer-type-def type-id='type-id-558' size-in-bits='64' id='type-id-555'/>
+    <pointer-type-def type-id='type-id-559' size-in-bits='64' id='type-id-556'/>
+    <typedef-decl name='PyMemAllocatorEx' type-id='type-id-553' filepath='./Include/cpython/pymem.h' line='62' column='1' id='type-id-552'/>
+    <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-560'/>
     <function-decl name='PyMem_SetAllocator' mangled-name='PyMem_SetAllocator' filepath='Objects/obmalloc.c' line='540' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetAllocator'>
-      <parameter type-id='type-id-545' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
-      <parameter type-id='type-id-554' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
+      <parameter type-id='type-id-551' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
+      <parameter type-id='type-id-560' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyMem_GetAllocator' mangled-name='PyMem_GetAllocator' filepath='Objects/obmalloc.c' line='522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_GetAllocator'>
-      <parameter type-id='type-id-545' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
-      <parameter type-id='type-id-554' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
+      <parameter type-id='type-id-551' name='domain' filepath='Objects/obmalloc.c' line='540' column='1'/>
+      <parameter type-id='type-id-560' name='allocator' filepath='Objects/obmalloc.c' line='540' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyMem_SetupDebugHooks' mangled-name='PyMem_SetupDebugHooks' filepath='Objects/obmalloc.c' line='514' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMem_SetupDebugHooks'>
@@ -9675,7 +9704,7 @@
     <function-decl name='_PyMem_GetCurrentAllocatorName' mangled-name='_PyMem_GetCurrentAllocatorName' filepath='Objects/obmalloc.c' line='376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetCurrentAllocatorName'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='34' column='1' id='type-id-555'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pymem.h' line='34' column='1' id='type-id-561'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='PYMEM_ALLOCATOR_NOT_SET' value='0'/>
       <enumerator name='PYMEM_ALLOCATOR_DEFAULT' value='1'/>
@@ -9685,52 +9714,52 @@
       <enumerator name='PYMEM_ALLOCATOR_PYMALLOC' value='5'/>
       <enumerator name='PYMEM_ALLOCATOR_PYMALLOC_DEBUG' value='6'/>
     </enum-decl>
-    <typedef-decl name='PyMemAllocatorName' type-id='type-id-555' filepath='./Include/cpython/pymem.h' line='44' column='1' id='type-id-556'/>
+    <typedef-decl name='PyMemAllocatorName' type-id='type-id-561' filepath='./Include/cpython/pymem.h' line='44' column='1' id='type-id-562'/>
     <function-decl name='_PyMem_SetupAllocators' mangled-name='_PyMem_SetupAllocators' filepath='Objects/obmalloc.c' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_SetupAllocators'>
-      <parameter type-id='type-id-556' name='allocator' filepath='Objects/obmalloc.c' line='309' column='1'/>
+      <parameter type-id='type-id-562' name='allocator' filepath='Objects/obmalloc.c' line='309' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-556' size-in-bits='64' id='type-id-557'/>
+    <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-563'/>
     <function-decl name='_PyMem_GetAllocatorName' mangled-name='_PyMem_GetAllocatorName' filepath='Objects/obmalloc.c' line='273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_GetAllocatorName'>
       <parameter type-id='type-id-3' name='name' filepath='Objects/obmalloc.c' line='273' column='1'/>
-      <parameter type-id='type-id-557' name='allocator' filepath='Objects/obmalloc.c' line='273' column='1'/>
+      <parameter type-id='type-id-563' name='allocator' filepath='Objects/obmalloc.c' line='273' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyMem_SetDefaultAllocator' mangled-name='_PyMem_SetDefaultAllocator' filepath='Objects/obmalloc.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyMem_SetDefaultAllocator'>
-      <parameter type-id='type-id-545' name='domain' filepath='Objects/obmalloc.c' line='260' column='1'/>
-      <parameter type-id='type-id-554' name='old_alloc' filepath='Objects/obmalloc.c' line='261' column='1'/>
+      <parameter type-id='type-id-551' name='domain' filepath='Objects/obmalloc.c' line='260' column='1'/>
+      <parameter type-id='type-id-560' name='old_alloc' filepath='Objects/obmalloc.c' line='261' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-553'>
+    <function-type size-in-bits='64' id='type-id-559'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-70'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-542'>
+    <function-type size-in-bits='64' id='type-id-548'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-54'/>
       <return type-id='type-id-70'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-541'>
+    <function-type size-in-bits='64' id='type-id-547'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-54'/>
       <return type-id='type-id-18'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-551'>
+    <function-type size-in-bits='64' id='type-id-557'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-54'/>
       <parameter type-id='type-id-54'/>
       <return type-id='type-id-18'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-552'>
+    <function-type size-in-bits='64' id='type-id-558'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-54'/>
       <return type-id='type-id-18'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/picklebufobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyPickleBuffer_Type' type-id='type-id-112' mangled-name='PyPickleBuffer_Type' visibility='default' filepath='./Include/cpython/picklebufobject.h' line='13' column='1' elf-symbol-id='PyPickleBuffer_Type'/>
     <function-decl name='PyPickleBuffer_Release' mangled-name='PyPickleBuffer_Release' filepath='Objects/picklebufobject.c' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_Release'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='2845' column='1'/>
@@ -9738,19 +9767,19 @@
     </function-decl>
     <function-decl name='PyPickleBuffer_GetBuffer' mangled-name='PyPickleBuffer_GetBuffer' filepath='Objects/picklebufobject.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_GetBuffer'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/picklebufobject.c' line='36' column='1'/>
-      <return type-id='type-id-470'/>
+      <return type-id='type-id-476'/>
     </function-decl>
     <function-decl name='PyPickleBuffer_FromObject' mangled-name='PyPickleBuffer_FromObject' filepath='Objects/picklebufobject.c' line='17' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPickleBuffer_FromObject'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='2122' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/rangeobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/rangeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyRange_Type' type-id='type-id-112' mangled-name='PyRange_Type' visibility='default' filepath='./Include/rangeobject.h' line='18' column='1' elf-symbol-id='PyRange_Type'/>
     <var-decl name='PyRangeIter_Type' type-id='type-id-112' mangled-name='PyRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='19' column='1' elf-symbol-id='PyRangeIter_Type'/>
     <var-decl name='PyLongRangeIter_Type' type-id='type-id-112' mangled-name='PyLongRangeIter_Type' visibility='default' filepath='./Include/rangeobject.h' line='20' column='1' elf-symbol-id='PyLongRangeIter_Type'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/setobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/setobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PySetIter_Type' type-id='type-id-112' mangled-name='PySetIter_Type' visibility='default' filepath='./Include/setobject.h' line='11' column='1' elf-symbol-id='PySetIter_Type'/>
     <var-decl name='PySet_Type' type-id='type-id-112' mangled-name='PySet_Type' visibility='default' filepath='./Include/setobject.h' line='9' column='1' elf-symbol-id='PySet_Type'/>
     <var-decl name='PyFrozenSet_Type' type-id='type-id-112' mangled-name='PyFrozenSet_Type' visibility='default' filepath='./Include/setobject.h' line='10' column='1' elf-symbol-id='PyFrozenSet_Type'/>
@@ -9768,7 +9797,7 @@
       <parameter type-id='type-id-14' name='set' filepath='Objects/setobject.c' line='2341' column='1'/>
       <parameter type-id='type-id-168' name='pos' filepath='Objects/setobject.c' line='2341' column='1'/>
       <parameter type-id='type-id-22' name='key' filepath='Objects/setobject.c' line='2341' column='1'/>
-      <parameter type-id='type-id-520' name='hash' filepath='Objects/setobject.c' line='2341' column='1'/>
+      <parameter type-id='type-id-526' name='hash' filepath='Objects/setobject.c' line='2341' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PySet_Add' mangled-name='PySet_Add' filepath='Objects/setobject.c' line='2330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySet_Add'>
@@ -9803,7 +9832,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/sliceobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/sliceobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyEllipsis_Type' type-id='type-id-112' mangled-name='PyEllipsis_Type' visibility='default' filepath='./Include/sliceobject.h' line='29' column='1' elf-symbol-id='PyEllipsis_Type'/>
     <var-decl name='_Py_EllipsisObject' type-id='type-id-108' mangled-name='_Py_EllipsisObject' visibility='default' filepath='./Include/sliceobject.h' line='9' column='1' elf-symbol-id='_Py_EllipsisObject'/>
     <var-decl name='PySlice_Type' type-id='type-id-112' mangled-name='PySlice_Type' visibility='default' filepath='./Include/sliceobject.h' line='28' column='1' elf-symbol-id='PySlice_Type'/>
@@ -9858,9 +9887,9 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/structseq.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/structseq.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyStructSequence_UnnamedField' type-id='type-id-4' mangled-name='PyStructSequence_UnnamedField' visibility='default' filepath='./Include/structseq.h' line='22' column='1' elf-symbol-id='PyStructSequence_UnnamedField'/>
-    <class-decl name='PyStructSequence_Desc' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='15' column='1' id='type-id-558'>
+    <class-decl name='PyStructSequence_Desc' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='15' column='1' id='type-id-564'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='16' column='1'/>
       </data-member>
@@ -9868,13 +9897,13 @@
         <var-decl name='doc' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='17' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='fields' type-id='type-id-559' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>
+        <var-decl name='fields' type-id='type-id-565' visibility='default' filepath='./Include/structseq.h' line='18' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='n_in_sequence' type-id='type-id-8' visibility='default' filepath='./Include/structseq.h' line='19' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='PyStructSequence_Field' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='10' column='1' id='type-id-560'>
+    <class-decl name='PyStructSequence_Field' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/structseq.h' line='10' column='1' id='type-id-566'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='11' column='1'/>
       </data-member>
@@ -9882,32 +9911,32 @@
         <var-decl name='doc' type-id='type-id-3' visibility='default' filepath='./Include/structseq.h' line='12' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyStructSequence_Field' type-id='type-id-560' filepath='./Include/structseq.h' line='13' column='1' id='type-id-561'/>
-    <pointer-type-def type-id='type-id-561' size-in-bits='64' id='type-id-559'/>
-    <typedef-decl name='PyStructSequence_Desc' type-id='type-id-558' filepath='./Include/structseq.h' line='20' column='1' id='type-id-562'/>
-    <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-563'/>
+    <typedef-decl name='PyStructSequence_Field' type-id='type-id-566' filepath='./Include/structseq.h' line='13' column='1' id='type-id-567'/>
+    <pointer-type-def type-id='type-id-567' size-in-bits='64' id='type-id-565'/>
+    <typedef-decl name='PyStructSequence_Desc' type-id='type-id-564' filepath='./Include/structseq.h' line='20' column='1' id='type-id-568'/>
+    <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-569'/>
     <function-decl name='PyStructSequence_NewType' mangled-name='PyStructSequence_NewType' filepath='Objects/structseq.c' line='616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_NewType'>
-      <parameter type-id='type-id-563' name='desc' filepath='Objects/structseq.c' line='616' column='1'/>
+      <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='616' column='1'/>
       <return type-id='type-id-74'/>
     </function-decl>
     <function-decl name='_PyStructSequence_NewType' mangled-name='_PyStructSequence_NewType' filepath='Objects/structseq.c' line='563' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStructSequence_NewType'>
-      <parameter type-id='type-id-563' name='desc' filepath='Objects/structseq.c' line='563' column='1'/>
+      <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='563' column='1'/>
       <parameter type-id='type-id-16' name='tp_flags' filepath='Objects/structseq.c' line='563' column='1'/>
       <return type-id='type-id-74'/>
     </function-decl>
     <function-decl name='PyStructSequence_InitType' mangled-name='PyStructSequence_InitType' filepath='Objects/structseq.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType'>
       <parameter type-id='type-id-74' name='type' filepath='Objects/structseq.c' line='524' column='1'/>
-      <parameter type-id='type-id-563' name='desc' filepath='Objects/structseq.c' line='524' column='1'/>
+      <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='524' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyStructSequence_InitType2' mangled-name='PyStructSequence_InitType2' filepath='Objects/structseq.c' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStructSequence_InitType2'>
       <parameter type-id='type-id-74' name='type' filepath='Objects/structseq.c' line='518' column='1'/>
-      <parameter type-id='type-id-563' name='desc' filepath='Objects/structseq.c' line='518' column='1'/>
+      <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='518' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyStructSequence_InitType' mangled-name='_PyStructSequence_InitType' filepath='Objects/structseq.c' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyStructSequence_InitType'>
       <parameter type-id='type-id-74' name='type' filepath='Objects/structseq.c' line='460' column='1'/>
-      <parameter type-id='type-id-563' name='desc' filepath='Objects/structseq.c' line='460' column='1'/>
+      <parameter type-id='type-id-569' name='desc' filepath='Objects/structseq.c' line='460' column='1'/>
       <parameter type-id='type-id-16' name='tp_flags' filepath='Objects/structseq.c' line='461' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -9927,11 +9956,11 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/tupleobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/tupleobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyTuple_Type' type-id='type-id-112' mangled-name='PyTuple_Type' visibility='default' filepath='./Include/tupleobject.h' line='23' column='1' elf-symbol-id='PyTuple_Type'/>
     <var-decl name='PyTupleIter_Type' type-id='type-id-112' mangled-name='PyTupleIter_Type' visibility='default' filepath='./Include/tupleobject.h' line='24' column='1' elf-symbol-id='PyTupleIter_Type'/>
     <function-decl name='_PyTuple_DebugMallocStats' mangled-name='_PyTuple_DebugMallocStats' filepath='Objects/tupleobject.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_DebugMallocStats'>
-      <parameter type-id='type-id-464' name='out' filepath='Objects/tupleobject.c' line='1254' column='1'/>
+      <parameter type-id='type-id-470' name='out' filepath='Objects/tupleobject.c' line='1254' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyTuple_Resize' mangled-name='_PyTuple_Resize' filepath='Objects/tupleobject.c' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTuple_Resize'>
@@ -9974,1024 +10003,1024 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/typeobject.c' comp-dir-path='/src' language='LANG_C99'>
-    <var-decl name='PyType_Type' type-id='type-id-112' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='268' column='1' elf-symbol-id='PyType_Type'/>
-    <var-decl name='PyBaseObject_Type' type-id='type-id-112' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='269' column='1' elf-symbol-id='PyBaseObject_Type'/>
-    <var-decl name='PySuper_Type' type-id='type-id-112' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='270' column='1' elf-symbol-id='PySuper_Type'/>
-    <function-decl name='PyType_Ready' mangled-name='PyType_Ready' filepath='Objects/typeobject.c' line='6474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Ready'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='6474' column='1'/>
+  <abi-instr version='1.0' address-size='64' path='Objects/typeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <var-decl name='PyType_Type' type-id='type-id-112' mangled-name='PyType_Type' visibility='default' filepath='./Include/object.h' line='269' column='1' elf-symbol-id='PyType_Type'/>
+    <var-decl name='PyBaseObject_Type' type-id='type-id-112' mangled-name='PyBaseObject_Type' visibility='default' filepath='./Include/object.h' line='270' column='1' elf-symbol-id='PyBaseObject_Type'/>
+    <var-decl name='PySuper_Type' type-id='type-id-112' mangled-name='PySuper_Type' visibility='default' filepath='./Include/object.h' line='271' column='1' elf-symbol-id='PySuper_Type'/>
+    <function-decl name='PyType_Ready' mangled-name='PyType_Ready' filepath='Objects/typeobject.c' line='6468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Ready'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='6468' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyObject_GetState' mangled-name='_PyObject_GetState' filepath='Objects/typeobject.c' line='5115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetState'>
+    <function-decl name='_PyObject_GetState' mangled-name='_PyObject_GetState' filepath='Objects/typeobject.c' line='5109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetState'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyType_LookupId' mangled-name='_PyType_LookupId' filepath='Objects/typeobject.c' line='3874' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_LookupId'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3874' column='1'/>
-      <parameter type-id='type-id-490' name='name' filepath='Objects/typeobject.c' line='3874' column='1'/>
+    <function-decl name='_PyType_LookupId' mangled-name='_PyType_LookupId' filepath='Objects/typeobject.c' line='3869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_LookupId'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3869' column='1'/>
+      <parameter type-id='type-id-496' name='name' filepath='Objects/typeobject.c' line='3869' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='3816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3816' column='1'/>
-      <parameter type-id='type-id-14' name='name' filepath='Objects/typeobject.c' line='3816' column='1'/>
+    <function-decl name='_PyType_Lookup' mangled-name='_PyType_Lookup' filepath='Objects/typeobject.c' line='3811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Lookup'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3811' column='1'/>
+      <parameter type-id='type-id-14' name='name' filepath='Objects/typeobject.c' line='3811' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='3721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3721' column='1'/>
-      <parameter type-id='type-id-530' name='def' filepath='Objects/typeobject.c' line='3721' column='1'/>
+    <function-decl name='PyType_GetModuleByDef' mangled-name='PyType_GetModuleByDef' filepath='Objects/typeobject.c' line='3716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleByDef'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3716' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Objects/typeobject.c' line='3716' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='3707' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3707' column='1'/>
+    <function-decl name='PyType_GetModuleState' mangled-name='PyType_GetModuleState' filepath='Objects/typeobject.c' line='3702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModuleState'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3702' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
-    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='3683' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModule'>
+    <function-decl name='PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='3678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetModule'>
       <parameter type-id='type-id-74' name='tp' filepath='Objects/object.c' line='175' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='3661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetSlot'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3661' column='1'/>
-      <parameter type-id='type-id-8' name='slot' filepath='Objects/typeobject.c' line='3661' column='1'/>
+    <function-decl name='PyType_GetSlot' mangled-name='PyType_GetSlot' filepath='Objects/typeobject.c' line='3656' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetSlot'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3656' column='1'/>
+      <parameter type-id='type-id-8' name='slot' filepath='Objects/typeobject.c' line='3656' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
-    <function-decl name='PyType_GetQualName' mangled-name='PyType_GetQualName' filepath='Objects/typeobject.c' line='3655' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetQualName'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3655' column='1'/>
+    <function-decl name='PyType_GetQualName' mangled-name='PyType_GetQualName' filepath='Objects/typeobject.c' line='3650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetQualName'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3650' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='3649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetName'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3655' column='1'/>
+    <function-decl name='PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='3644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetName'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='3650' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-564' visibility='default' filepath='./Include/object.h' line='233' column='1' id='type-id-565'>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-570' visibility='default' filepath='./Include/object.h' line='234' column='1' id='type-id-571'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/object.h' line='234' column='1'/>
+        <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/object.h' line='235' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='basicsize' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='235' column='1'/>
+        <var-decl name='basicsize' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='236' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='96'>
-        <var-decl name='itemsize' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='236' column='1'/>
+        <var-decl name='itemsize' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='237' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='flags' type-id='type-id-105' visibility='default' filepath='./Include/object.h' line='237' column='1'/>
+        <var-decl name='flags' type-id='type-id-105' visibility='default' filepath='./Include/object.h' line='238' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='slots' type-id='type-id-566' visibility='default' filepath='./Include/object.h' line='238' column='1'/>
+        <var-decl name='slots' type-id='type-id-572' visibility='default' filepath='./Include/object.h' line='239' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-567' visibility='default' filepath='./Include/object.h' line='228' column='1' id='type-id-568'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-573' visibility='default' filepath='./Include/object.h' line='229' column='1' id='type-id-574'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='slot' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='229' column='1'/>
+        <var-decl name='slot' type-id='type-id-8' visibility='default' filepath='./Include/object.h' line='230' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='pfunc' type-id='type-id-18' visibility='default' filepath='./Include/object.h' line='230' column='1'/>
+        <var-decl name='pfunc' type-id='type-id-18' visibility='default' filepath='./Include/object.h' line='231' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyType_Slot' type-id='type-id-568' filepath='./Include/object.h' line='231' column='1' id='type-id-567'/>
-    <pointer-type-def type-id='type-id-567' size-in-bits='64' id='type-id-566'/>
-    <typedef-decl name='PyType_Spec' type-id='type-id-565' filepath='./Include/object.h' line='239' column='1' id='type-id-564'/>
-    <pointer-type-def type-id='type-id-564' size-in-bits='64' id='type-id-569'/>
-    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='3643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
-      <parameter type-id='type-id-569' name='spec' filepath='Objects/typeobject.c' line='3643' column='1'/>
+    <typedef-decl name='PyType_Slot' type-id='type-id-574' filepath='./Include/object.h' line='232' column='1' id='type-id-573'/>
+    <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-572'/>
+    <typedef-decl name='PyType_Spec' type-id='type-id-571' filepath='./Include/object.h' line='240' column='1' id='type-id-570'/>
+    <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-575'/>
+    <function-decl name='PyType_FromSpec' mangled-name='PyType_FromSpec' filepath='Objects/typeobject.c' line='3638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpec'>
+      <parameter type-id='type-id-575' name='spec' filepath='Objects/typeobject.c' line='3638' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='3375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
-      <parameter type-id='type-id-14' name='module' filepath='Objects/typeobject.c' line='3375' column='1'/>
-      <parameter type-id='type-id-569' name='spec' filepath='Objects/typeobject.c' line='3375' column='1'/>
-      <parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='3375' column='1'/>
+    <function-decl name='PyType_FromModuleAndSpec' mangled-name='PyType_FromModuleAndSpec' filepath='Objects/typeobject.c' line='3370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromModuleAndSpec'>
+      <parameter type-id='type-id-14' name='module' filepath='Objects/typeobject.c' line='3370' column='1'/>
+      <parameter type-id='type-id-575' name='spec' filepath='Objects/typeobject.c' line='3370' column='1'/>
+      <parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='3370' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_FromSpecWithBases' mangled-name='PyType_FromSpecWithBases' filepath='Objects/typeobject.c' line='3369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpecWithBases'>
-      <parameter type-id='type-id-569' name='spec' filepath='Objects/typeobject.c' line='3369' column='1'/>
-      <parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='3369' column='1'/>
+    <function-decl name='PyType_FromSpecWithBases' mangled-name='PyType_FromSpecWithBases' filepath='Objects/typeobject.c' line='3364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_FromSpecWithBases'>
+      <parameter type-id='type-id-575' name='spec' filepath='Objects/typeobject.c' line='3364' column='1'/>
+      <parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='3364' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyType_CalculateMetaclass' mangled-name='_PyType_CalculateMetaclass' filepath='Objects/typeobject.c' line='2478' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_CalculateMetaclass'>
-      <parameter type-id='type-id-74' name='metatype' filepath='Objects/typeobject.c' line='2478' column='1'/>
-      <parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='2478' column='1'/>
+    <function-decl name='_PyType_CalculateMetaclass' mangled-name='_PyType_CalculateMetaclass' filepath='Objects/typeobject.c' line='2473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_CalculateMetaclass'>
+      <parameter type-id='type-id-74' name='metatype' filepath='Objects/typeobject.c' line='2473' column='1'/>
+      <parameter type-id='type-id-14' name='bases' filepath='Objects/typeobject.c' line='2473' column='1'/>
       <return type-id='type-id-74'/>
     </function-decl>
-    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='2470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_SUPPORTS_WEAKREFS'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='6474' column='1'/>
+    <function-decl name='PyType_SUPPORTS_WEAKREFS' mangled-name='PyType_SUPPORTS_WEAKREFS' filepath='Objects/typeobject.c' line='2465' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_SUPPORTS_WEAKREFS'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='6468' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='2463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFlags'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='2463' column='1'/>
+    <function-decl name='PyType_GetFlags' mangled-name='PyType_GetFlags' filepath='Objects/typeobject.c' line='2458' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GetFlags'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='2458' column='1'/>
       <return type-id='type-id-16'/>
     </function-decl>
-    <function-decl name='_PyObject_LookupSpecialId' mangled-name='_PyObject_LookupSpecialId' filepath='Objects/typeobject.c' line='1600' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecialId'>
-      <parameter type-id='type-id-14' name='self' filepath='Objects/typeobject.c' line='1600' column='1'/>
-      <parameter type-id='type-id-490' name='attrid' filepath='Objects/typeobject.c' line='1600' column='1'/>
+    <function-decl name='_PyObject_LookupSpecialId' mangled-name='_PyObject_LookupSpecialId' filepath='Objects/typeobject.c' line='1595' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecialId'>
+      <parameter type-id='type-id-14' name='self' filepath='Objects/typeobject.c' line='1595' column='1'/>
+      <parameter type-id='type-id-496' name='attrid' filepath='Objects/typeobject.c' line='1595' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyObject_LookupSpecial' mangled-name='_PyObject_LookupSpecial' filepath='Objects/typeobject.c' line='1584' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecial'>
+    <function-decl name='_PyObject_LookupSpecial' mangled-name='_PyObject_LookupSpecial' filepath='Objects/typeobject.c' line='1579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_LookupSpecial'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='1282' column='1'/>
       <parameter type-id='type-id-14' name='w' filepath='Objects/abstract.c' line='1282' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_IsSubtype' mangled-name='PyType_IsSubtype' filepath='Objects/typeobject.c' line='1546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_IsSubtype'>
-      <parameter type-id='type-id-74' name='a' filepath='Objects/typeobject.c' line='1546' column='1'/>
-      <parameter type-id='type-id-74' name='b' filepath='Objects/typeobject.c' line='1546' column='1'/>
+    <function-decl name='PyType_IsSubtype' mangled-name='PyType_IsSubtype' filepath='Objects/typeobject.c' line='1541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_IsSubtype'>
+      <parameter type-id='type-id-74' name='a' filepath='Objects/typeobject.c' line='1541' column='1'/>
+      <parameter type-id='type-id-74' name='b' filepath='Objects/typeobject.c' line='1541' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyType_GenericNew' mangled-name='PyType_GenericNew' filepath='Objects/typeobject.c' line='1175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GenericNew'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='1175' column='1'/>
-      <parameter type-id='type-id-14' name='args' filepath='Objects/typeobject.c' line='1175' column='1'/>
-      <parameter type-id='type-id-14' name='kwds' filepath='Objects/typeobject.c' line='1175' column='1'/>
+    <function-decl name='PyType_GenericNew' mangled-name='PyType_GenericNew' filepath='Objects/typeobject.c' line='1170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GenericNew'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='1170' column='1'/>
+      <parameter type-id='type-id-14' name='args' filepath='Objects/typeobject.c' line='1170' column='1'/>
+      <parameter type-id='type-id-14' name='kwds' filepath='Objects/typeobject.c' line='1170' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyType_GenericAlloc' mangled-name='PyType_GenericAlloc' filepath='Objects/typeobject.c' line='1161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GenericAlloc'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='1161' column='1'/>
-      <parameter type-id='type-id-36' name='nitems' filepath='Objects/typeobject.c' line='1161' column='1'/>
+    <function-decl name='PyType_GenericAlloc' mangled-name='PyType_GenericAlloc' filepath='Objects/typeobject.c' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_GenericAlloc'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='1156' column='1'/>
+      <parameter type-id='type-id-36' name='nitems' filepath='Objects/typeobject.c' line='1156' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyType_Name' mangled-name='_PyType_Name' filepath='Objects/typeobject.c' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Name'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='456' column='1'/>
+    <function-decl name='_PyType_Name' mangled-name='_PyType_Name' filepath='Objects/typeobject.c' line='451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_Name'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='451' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Modified'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='290' column='1'/>
+    <function-decl name='PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_Modified'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='285' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>
+    <function-decl name='PyType_ClearCache' mangled-name='PyType_ClearCache' filepath='Objects/typeobject.c' line='266' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyType_ClearCache'>
       <return type-id='type-id-105'/>
     </function-decl>
-    <function-decl name='_PyType_GetTextSignatureFromInternalDoc' mangled-name='_PyType_GetTextSignatureFromInternalDoc' filepath='Objects/typeobject.c' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetTextSignatureFromInternalDoc'>
-      <parameter type-id='type-id-3' name='name' filepath='Objects/typeobject.c' line='187' column='1'/>
-      <parameter type-id='type-id-3' name='internal_doc' filepath='Objects/typeobject.c' line='187' column='1'/>
+    <function-decl name='_PyType_GetTextSignatureFromInternalDoc' mangled-name='_PyType_GetTextSignatureFromInternalDoc' filepath='Objects/typeobject.c' line='182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetTextSignatureFromInternalDoc'>
+      <parameter type-id='type-id-3' name='name' filepath='Objects/typeobject.c' line='182' column='1'/>
+      <parameter type-id='type-id-3' name='internal_doc' filepath='Objects/typeobject.c' line='182' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyType_GetDocFromInternalDoc' mangled-name='_PyType_GetDocFromInternalDoc' filepath='Objects/typeobject.c' line='175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetDocFromInternalDoc'>
-      <parameter type-id='type-id-3' name='name' filepath='Objects/typeobject.c' line='175' column='1'/>
-      <parameter type-id='type-id-3' name='internal_doc' filepath='Objects/typeobject.c' line='175' column='1'/>
+    <function-decl name='_PyType_GetDocFromInternalDoc' mangled-name='_PyType_GetDocFromInternalDoc' filepath='Objects/typeobject.c' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_GetDocFromInternalDoc'>
+      <parameter type-id='type-id-3' name='name' filepath='Objects/typeobject.c' line='170' column='1'/>
+      <parameter type-id='type-id-3' name='internal_doc' filepath='Objects/typeobject.c' line='170' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyType_CheckConsistency' mangled-name='_PyType_CheckConsistency' filepath='Objects/typeobject.c' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_CheckConsistency'>
-      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='128' column='1'/>
+    <function-decl name='_PyType_CheckConsistency' mangled-name='_PyType_CheckConsistency' filepath='Objects/typeobject.c' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyType_CheckConsistency'>
+      <parameter type-id='type-id-74' name='type' filepath='Objects/typeobject.c' line='123' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/unicodeobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-518' size-in-bits='infinite' id='type-id-570'>
+    <array-type-def dimensions='1' type-id='type-id-524' size-in-bits='infinite' id='type-id-576'>
       <subrange length='infinite' id='type-id-6'/>
 
     </array-type-def>
-    <qualified-type-def type-id='type-id-570' const='yes' id='type-id-571'/>
-    <var-decl name='_Py_ascii_whitespace' type-id='type-id-571' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='1018' column='1' elf-symbol-id='_Py_ascii_whitespace'/>
+    <qualified-type-def type-id='type-id-576' const='yes' id='type-id-577'/>
+    <var-decl name='_Py_ascii_whitespace' type-id='type-id-577' mangled-name='_Py_ascii_whitespace' visibility='default' filepath='./Include/cpython/unicodeobject.h' line='1029' column='1' elf-symbol-id='_Py_ascii_whitespace'/>
     <var-decl name='PyUnicode_Type' type-id='type-id-112' mangled-name='PyUnicode_Type' visibility='default' filepath='./Include/unicodeobject.h' line='111' column='1' elf-symbol-id='PyUnicode_Type'/>
     <var-decl name='PyUnicodeIter_Type' type-id='type-id-112' mangled-name='PyUnicodeIter_Type' visibility='default' filepath='./Include/unicodeobject.h' line='112' column='1' elf-symbol-id='PyUnicodeIter_Type'/>
     <var-decl name='_PyUnicodeASCIIIter_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_unicodeobject.h' line='24' column='1'/>
-    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='16200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>
+    <function-decl name='PyInit__string' mangled-name='PyInit__string' filepath='Objects/unicodeobject.c' line='16182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__string'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternFromString' mangled-name='PyUnicode_InternFromString' filepath='Objects/unicodeobject.c' line='15623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternFromString'>
-      <parameter type-id='type-id-3' name='cp' filepath='Objects/unicodeobject.c' line='15623' column='1'/>
+    <function-decl name='PyUnicode_InternFromString' mangled-name='PyUnicode_InternFromString' filepath='Objects/unicodeobject.c' line='15605' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternFromString'>
+      <parameter type-id='type-id-3' name='cp' filepath='Objects/unicodeobject.c' line='15605' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='15604' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>
-      <parameter type-id='type-id-22' name='p' filepath='Objects/unicodeobject.c' line='15604' column='1'/>
+    <function-decl name='PyUnicode_InternImmortal' mangled-name='PyUnicode_InternImmortal' filepath='Objects/unicodeobject.c' line='15586' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternImmortal'>
+      <parameter type-id='type-id-22' name='p' filepath='Objects/unicodeobject.c' line='15586' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>
-      <parameter type-id='type-id-22' name='p' filepath='Objects/unicodeobject.c' line='15543' column='1'/>
+    <function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c' line='15531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_InternInPlace'>
+      <parameter type-id='type-id-22' name='p' filepath='Objects/unicodeobject.c' line='15531' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>
-      <parameter type-id='type-id-14' name='format' filepath='Objects/unicodeobject.c' line='15199' column='1'/>
-      <parameter type-id='type-id-14' name='args' filepath='Objects/unicodeobject.c' line='15199' column='1'/>
+    <function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Format'>
+      <parameter type-id='type-id-14' name='format' filepath='Objects/unicodeobject.c' line='15187' column='1'/>
+      <parameter type-id='type-id-14' name='args' filepath='Objects/unicodeobject.c' line='15187' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_FormatLong' mangled-name='_PyUnicode_FormatLong' filepath='Objects/unicodeobject.c' line='14437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FormatLong'>
-      <parameter type-id='type-id-14' name='val' filepath='Objects/unicodeobject.c' line='14437' column='1'/>
-      <parameter type-id='type-id-8' name='alt' filepath='Objects/unicodeobject.c' line='14437' column='1'/>
-      <parameter type-id='type-id-8' name='prec' filepath='Objects/unicodeobject.c' line='14437' column='1'/>
-      <parameter type-id='type-id-8' name='type' filepath='Objects/unicodeobject.c' line='14437' column='1'/>
+    <function-decl name='_PyUnicode_FormatLong' mangled-name='_PyUnicode_FormatLong' filepath='Objects/unicodeobject.c' line='14425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FormatLong'>
+      <parameter type-id='type-id-14' name='val' filepath='Objects/unicodeobject.c' line='14425' column='1'/>
+      <parameter type-id='type-id-8' name='alt' filepath='Objects/unicodeobject.c' line='14425' column='1'/>
+      <parameter type-id='type-id-8' name='prec' filepath='Objects/unicodeobject.c' line='14425' column='1'/>
+      <parameter type-id='type-id-8' name='type' filepath='Objects/unicodeobject.c' line='14425' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_Dealloc' mangled-name='_PyUnicodeWriter_Dealloc' filepath='Objects/unicodeobject.c' line='14078' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Dealloc'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='14078' column='1'/>
+    <function-decl name='_PyUnicodeWriter_Dealloc' mangled-name='_PyUnicodeWriter_Dealloc' filepath='Objects/unicodeobject.c' line='14066' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Dealloc'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='14066' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_Finish' mangled-name='_PyUnicodeWriter_Finish' filepath='Objects/unicodeobject.c' line='14046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Finish'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='14046' column='1'/>
+    <function-decl name='_PyUnicodeWriter_Finish' mangled-name='_PyUnicodeWriter_Finish' filepath='Objects/unicodeobject.c' line='14034' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Finish'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='14034' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='14032' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='14032' column='1'/>
-      <parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='14033' column='1'/>
-      <parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='14033' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteLatin1String' mangled-name='_PyUnicodeWriter_WriteLatin1String' filepath='Objects/unicodeobject.c' line='14020' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteLatin1String'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='14020' column='1'/>
+      <parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='14021' column='1'/>
+      <parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='14021' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='Objects/unicodeobject.c' line='13972' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13972' column='1'/>
-      <parameter type-id='type-id-3' name='ascii' filepath='Objects/unicodeobject.c' line='13973' column='1'/>
-      <parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='13973' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='Objects/unicodeobject.c' line='13960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteASCIIString'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13960' column='1'/>
+      <parameter type-id='type-id-3' name='ascii' filepath='Objects/unicodeobject.c' line='13961' column='1'/>
+      <parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='13961' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13937' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13937' column='1'/>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='13937' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='13938' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='13938' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/unicodeobject.c' line='13925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteSubstring'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13925' column='1'/>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='13925' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='13926' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='13926' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteStr' mangled-name='_PyUnicodeWriter_WriteStr' filepath='Objects/unicodeobject.c' line='13906' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteStr'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13906' column='1'/>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='13906' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteStr' mangled-name='_PyUnicodeWriter_WriteStr' filepath='Objects/unicodeobject.c' line='13894' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteStr'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='13894' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='Objects/unicodeobject.c' line='13900' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13900' column='1'/>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodeobject.c' line='13900' column='1'/>
+    <function-decl name='_PyUnicodeWriter_WriteChar' mangled-name='_PyUnicodeWriter_WriteChar' filepath='Objects/unicodeobject.c' line='13888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_WriteChar'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13888' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodeobject.c' line='13888' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13868' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13868' column='1'/>
-      <parameter type-id='type-id-514' name='kind' filepath='Objects/unicodeobject.c' line='13869' column='1'/>
+    <function-decl name='_PyUnicodeWriter_PrepareKindInternal' mangled-name='_PyUnicodeWriter_PrepareKindInternal' filepath='Objects/unicodeobject.c' line='13856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareKindInternal'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13856' column='1'/>
+      <parameter type-id='type-id-520' name='kind' filepath='Objects/unicodeobject.c' line='13857' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='Objects/unicodeobject.c' line='13791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareInternal'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13791' column='1'/>
-      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='13792' column='1'/>
-      <parameter type-id='type-id-515' name='maxchar' filepath='Objects/unicodeobject.c' line='13792' column='1'/>
+    <function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='Objects/unicodeobject.c' line='13779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_PrepareInternal'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13779' column='1'/>
+      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='13780' column='1'/>
+      <parameter type-id='type-id-521' name='maxchar' filepath='Objects/unicodeobject.c' line='13780' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicodeWriter_Init' mangled-name='_PyUnicodeWriter_Init' filepath='Objects/unicodeobject.c' line='13767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Init'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='13767' column='1'/>
+    <function-decl name='_PyUnicodeWriter_Init' mangled-name='_PyUnicodeWriter_Init' filepath='Objects/unicodeobject.c' line='13755' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicodeWriter_Init'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='13755' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='13350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>
-      <parameter type-id='type-id-14' name='s' filepath='Objects/unicodeobject.c' line='13350' column='1'/>
-      <parameter type-id='type-id-14' name='sep' filepath='Objects/unicodeobject.c' line='13350' column='1'/>
-      <parameter type-id='type-id-36' name='maxsplit' filepath='Objects/unicodeobject.c' line='13350' column='1'/>
+    <function-decl name='PyUnicode_RSplit' mangled-name='PyUnicode_RSplit' filepath='Objects/unicodeobject.c' line='13338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RSplit'>
+      <parameter type-id='type-id-14' name='s' filepath='Objects/unicodeobject.c' line='13338' column='1'/>
+      <parameter type-id='type-id-14' name='sep' filepath='Objects/unicodeobject.c' line='13338' column='1'/>
+      <parameter type-id='type-id-36' name='maxsplit' filepath='Objects/unicodeobject.c' line='13338' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_RPartition' mangled-name='PyUnicode_RPartition' filepath='Objects/unicodeobject.c' line='13256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RPartition'>
-      <parameter type-id='type-id-14' name='str_obj' filepath='Objects/unicodeobject.c' line='13256' column='1'/>
-      <parameter type-id='type-id-14' name='sep_obj' filepath='Objects/unicodeobject.c' line='13256' column='1'/>
+    <function-decl name='PyUnicode_RPartition' mangled-name='PyUnicode_RPartition' filepath='Objects/unicodeobject.c' line='13244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RPartition'>
+      <parameter type-id='type-id-14' name='str_obj' filepath='Objects/unicodeobject.c' line='13244' column='1'/>
+      <parameter type-id='type-id-14' name='sep_obj' filepath='Objects/unicodeobject.c' line='13244' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Partition' mangled-name='PyUnicode_Partition' filepath='Objects/unicodeobject.c' line='13204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Partition'>
-      <parameter type-id='type-id-14' name='str_obj' filepath='Objects/unicodeobject.c' line='13256' column='1'/>
-      <parameter type-id='type-id-14' name='sep_obj' filepath='Objects/unicodeobject.c' line='13256' column='1'/>
+    <function-decl name='PyUnicode_Partition' mangled-name='PyUnicode_Partition' filepath='Objects/unicodeobject.c' line='13192' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Partition'>
+      <parameter type-id='type-id-14' name='str_obj' filepath='Objects/unicodeobject.c' line='13244' column='1'/>
+      <parameter type-id='type-id-14' name='sep_obj' filepath='Objects/unicodeobject.c' line='13244' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Split' mangled-name='PyUnicode_Split' filepath='Objects/unicodeobject.c' line='13159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Split'>
-      <parameter type-id='type-id-14' name='s' filepath='Objects/unicodeobject.c' line='13350' column='1'/>
-      <parameter type-id='type-id-14' name='sep' filepath='Objects/unicodeobject.c' line='13350' column='1'/>
-      <parameter type-id='type-id-36' name='maxsplit' filepath='Objects/unicodeobject.c' line='13350' column='1'/>
+    <function-decl name='PyUnicode_Split' mangled-name='PyUnicode_Split' filepath='Objects/unicodeobject.c' line='13147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Split'>
+      <parameter type-id='type-id-14' name='s' filepath='Objects/unicodeobject.c' line='13338' column='1'/>
+      <parameter type-id='type-id-14' name='sep' filepath='Objects/unicodeobject.c' line='13338' column='1'/>
+      <parameter type-id='type-id-36' name='maxsplit' filepath='Objects/unicodeobject.c' line='13338' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Replace'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='12807' column='1'/>
-      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='12808' column='1'/>
-      <parameter type-id='type-id-14' name='replstr' filepath='Objects/unicodeobject.c' line='12809' column='1'/>
-      <parameter type-id='type-id-36' name='maxcount' filepath='Objects/unicodeobject.c' line='12810' column='1'/>
+    <function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Replace'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='12795' column='1'/>
+      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='12796' column='1'/>
+      <parameter type-id='type-id-14' name='replstr' filepath='Objects/unicodeobject.c' line='12797' column='1'/>
+      <parameter type-id='type-id-36' name='maxcount' filepath='Objects/unicodeobject.c' line='12798' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Substring' mangled-name='PyUnicode_Substring' filepath='Objects/unicodeobject.c' line='12572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Substring'>
-      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12572' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='12572' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='12572' column='1'/>
+    <function-decl name='PyUnicode_Substring' mangled-name='PyUnicode_Substring' filepath='Objects/unicodeobject.c' line='12560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Substring'>
+      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12560' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='12560' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='12560' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_XStrip' mangled-name='_PyUnicode_XStrip' filepath='Objects/unicodeobject.c' line='12522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_XStrip'>
-      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12522' column='1'/>
-      <parameter type-id='type-id-8' name='striptype' filepath='Objects/unicodeobject.c' line='12522' column='1'/>
-      <parameter type-id='type-id-14' name='sepobj' filepath='Objects/unicodeobject.c' line='12522' column='1'/>
+    <function-decl name='_PyUnicode_XStrip' mangled-name='_PyUnicode_XStrip' filepath='Objects/unicodeobject.c' line='12510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_XStrip'>
+      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12510' column='1'/>
+      <parameter type-id='type-id-8' name='striptype' filepath='Objects/unicodeobject.c' line='12510' column='1'/>
+      <parameter type-id='type-id-14' name='sepobj' filepath='Objects/unicodeobject.c' line='12510' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_IsIdentifier' mangled-name='PyUnicode_IsIdentifier' filepath='Objects/unicodeobject.c' line='12336' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_IsIdentifier'>
-      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12336' column='1'/>
+    <function-decl name='PyUnicode_IsIdentifier' mangled-name='PyUnicode_IsIdentifier' filepath='Objects/unicodeobject.c' line='12324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_IsIdentifier'>
+      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12324' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicode_ScanIdentifier' mangled-name='_PyUnicode_ScanIdentifier' filepath='Objects/unicodeobject.c' line='12299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ScanIdentifier'>
-      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12299' column='1'/>
+    <function-decl name='_PyUnicode_ScanIdentifier' mangled-name='_PyUnicode_ScanIdentifier' filepath='Objects/unicodeobject.c' line='12287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ScanIdentifier'>
+      <parameter type-id='type-id-14' name='self' filepath='Objects/unicodeobject.c' line='12287' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11571' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>
+    <function-decl name='PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' line='11559' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AppendAndDel'>
       <parameter type-id='type-id-22' name='pv' filepath='Objects/bytesobject.c' line='3033' column='1'/>
       <parameter type-id='type-id-14' name='w' filepath='Objects/bytesobject.c' line='3033' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>
-      <parameter type-id='type-id-22' name='p_left' filepath='Objects/unicodeobject.c' line='11488' column='1'/>
-      <parameter type-id='type-id-14' name='right' filepath='Objects/unicodeobject.c' line='11488' column='1'/>
+    <function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Append'>
+      <parameter type-id='type-id-22' name='p_left' filepath='Objects/unicodeobject.c' line='11476' column='1'/>
+      <parameter type-id='type-id-14' name='right' filepath='Objects/unicodeobject.c' line='11476' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>
-      <parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11437' column='1'/>
-      <parameter type-id='type-id-14' name='right' filepath='Objects/unicodeobject.c' line='11437' column='1'/>
+    <function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Concat'>
+      <parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11425' column='1'/>
+      <parameter type-id='type-id-14' name='right' filepath='Objects/unicodeobject.c' line='11425' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Contains' mangled-name='PyUnicode_Contains' filepath='Objects/unicodeobject.c' line='11374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Contains'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='11374' column='1'/>
-      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='11374' column='1'/>
+    <function-decl name='PyUnicode_Contains' mangled-name='PyUnicode_Contains' filepath='Objects/unicodeobject.c' line='11362' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Contains'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='11362' column='1'/>
+      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='11362' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EQ' mangled-name='_PyUnicode_EQ' filepath='Objects/unicodeobject.c' line='11368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EQ'>
+    <function-decl name='_PyUnicode_EQ' mangled-name='_PyUnicode_EQ' filepath='Objects/unicodeobject.c' line='11356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EQ'>
       <parameter type-id='type-id-14' name='derived' filepath='Objects/abstract.c' line='2784' column='1'/>
       <parameter type-id='type-id-14' name='cls' filepath='Objects/abstract.c' line='2784' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_RichCompare' mangled-name='PyUnicode_RichCompare' filepath='Objects/unicodeobject.c' line='11329' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RichCompare'>
-      <parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11329' column='1'/>
-      <parameter type-id='type-id-14' name='right' filepath='Objects/unicodeobject.c' line='11329' column='1'/>
-      <parameter type-id='type-id-8' name='op' filepath='Objects/unicodeobject.c' line='11329' column='1'/>
+    <function-decl name='PyUnicode_RichCompare' mangled-name='PyUnicode_RichCompare' filepath='Objects/unicodeobject.c' line='11317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_RichCompare'>
+      <parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11317' column='1'/>
+      <parameter type-id='type-id-14' name='right' filepath='Objects/unicodeobject.c' line='11317' column='1'/>
+      <parameter type-id='type-id-8' name='op' filepath='Objects/unicodeobject.c' line='11317' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EqualToASCIIId' mangled-name='_PyUnicode_EqualToASCIIId' filepath='Objects/unicodeobject.c' line='11283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIId'>
-      <parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11283' column='1'/>
-      <parameter type-id='type-id-490' name='right' filepath='Objects/unicodeobject.c' line='11283' column='1'/>
+    <function-decl name='_PyUnicode_EqualToASCIIId' mangled-name='_PyUnicode_EqualToASCIIId' filepath='Objects/unicodeobject.c' line='11273' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIId'>
+      <parameter type-id='type-id-14' name='left' filepath='Objects/unicodeobject.c' line='11273' column='1'/>
+      <parameter type-id='type-id-496' name='right' filepath='Objects/unicodeobject.c' line='11273' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EqualToASCIIString' mangled-name='_PyUnicode_EqualToASCIIString' filepath='Objects/unicodeobject.c' line='11260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIString'>
+    <function-decl name='_PyUnicode_EqualToASCIIString' mangled-name='_PyUnicode_EqualToASCIIString' filepath='Objects/unicodeobject.c' line='11250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EqualToASCIIString'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2378' column='1'/>
       <parameter type-id='type-id-3' name='key' filepath='Objects/abstract.c' line='2378' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_CompareWithASCIIString' mangled-name='PyUnicode_CompareWithASCIIString' filepath='Objects/unicodeobject.c' line='11181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CompareWithASCIIString'>
-      <parameter type-id='type-id-14' name='uni' filepath='Objects/unicodeobject.c' line='11181' column='1'/>
-      <parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='11181' column='1'/>
+    <function-decl name='PyUnicode_CompareWithASCIIString' mangled-name='PyUnicode_CompareWithASCIIString' filepath='Objects/unicodeobject.c' line='11171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CompareWithASCIIString'>
+      <parameter type-id='type-id-14' name='uni' filepath='Objects/unicodeobject.c' line='11171' column='1'/>
+      <parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='11171' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_Compare' mangled-name='PyUnicode_Compare' filepath='Objects/unicodeobject.c' line='11160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Compare'>
+    <function-decl name='PyUnicode_Compare' mangled-name='PyUnicode_Compare' filepath='Objects/unicodeobject.c' line='11150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Compare'>
       <parameter type-id='type-id-14' name='derived' filepath='Objects/abstract.c' line='2784' column='1'/>
       <parameter type-id='type-id-14' name='cls' filepath='Objects/abstract.c' line='2784' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicode_Equal' mangled-name='_PyUnicode_Equal' filepath='Objects/unicodeobject.c' line='11145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Equal'>
+    <function-decl name='_PyUnicode_Equal' mangled-name='_PyUnicode_Equal' filepath='Objects/unicodeobject.c' line='11135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Equal'>
       <parameter type-id='type-id-14' name='derived' filepath='Objects/abstract.c' line='2784' column='1'/>
       <parameter type-id='type-id-14' name='cls' filepath='Objects/abstract.c' line='2784' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='10335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>
-      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='10335' column='1'/>
-      <parameter type-id='type-id-8' name='keepends' filepath='Objects/unicodeobject.c' line='10335' column='1'/>
+    <function-decl name='PyUnicode_Splitlines' mangled-name='PyUnicode_Splitlines' filepath='Objects/unicodeobject.c' line='10325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Splitlines'>
+      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='10325' column='1'/>
+      <parameter type-id='type-id-8' name='keepends' filepath='Objects/unicodeobject.c' line='10325' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='10259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Fill'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='10259' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='10259' column='1'/>
-      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='10259' column='1'/>
-      <parameter type-id='type-id-515' name='fill_char' filepath='Objects/unicodeobject.c' line='10260' column='1'/>
+    <function-decl name='PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='10249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Fill'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='10249' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='10249' column='1'/>
+      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='10249' column='1'/>
+      <parameter type-id='type-id-521' name='fill_char' filepath='Objects/unicodeobject.c' line='10250' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='_PyUnicode_FastFill' mangled-name='_PyUnicode_FastFill' filepath='Objects/unicodeobject.c' line='10245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FastFill'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='10245' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='10245' column='1'/>
-      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='10245' column='1'/>
-      <parameter type-id='type-id-515' name='fill_char' filepath='Objects/unicodeobject.c' line='10246' column='1'/>
+    <function-decl name='_PyUnicode_FastFill' mangled-name='_PyUnicode_FastFill' filepath='Objects/unicodeobject.c' line='10235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FastFill'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='10235' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='10235' column='1'/>
+      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='10235' column='1'/>
+      <parameter type-id='type-id-521' name='fill_char' filepath='Objects/unicodeobject.c' line='10236' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='10073' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>
-      <parameter type-id='type-id-14' name='separator' filepath='Objects/unicodeobject.c' line='10073' column='1'/>
-      <parameter type-id='type-id-200' name='items' filepath='Objects/unicodeobject.c' line='10073' column='1'/>
-      <parameter type-id='type-id-36' name='seqlen' filepath='Objects/unicodeobject.c' line='10073' column='1'/>
+    <function-decl name='_PyUnicode_JoinArray' mangled-name='_PyUnicode_JoinArray' filepath='Objects/unicodeobject.c' line='10063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_JoinArray'>
+      <parameter type-id='type-id-14' name='separator' filepath='Objects/unicodeobject.c' line='10063' column='1'/>
+      <parameter type-id='type-id-200' name='items' filepath='Objects/unicodeobject.c' line='10063' column='1'/>
+      <parameter type-id='type-id-36' name='seqlen' filepath='Objects/unicodeobject.c' line='10063' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Join' mangled-name='PyUnicode_Join' filepath='Objects/unicodeobject.c' line='10049' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Join'>
+    <function-decl name='PyUnicode_Join' mangled-name='PyUnicode_Join' filepath='Objects/unicodeobject.c' line='10039' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Join'>
       <parameter type-id='type-id-14' name='func' filepath='Objects/call.c' line='368' column='1'/>
       <parameter type-id='type-id-14' name='arg' filepath='Objects/call.c' line='368' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Tailmatch' mangled-name='PyUnicode_Tailmatch' filepath='Objects/unicodeobject.c' line='9802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Tailmatch'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9802' column='1'/>
-      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='9803' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9804' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9805' column='1'/>
-      <parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9806' column='1'/>
+    <function-decl name='PyUnicode_Tailmatch' mangled-name='PyUnicode_Tailmatch' filepath='Objects/unicodeobject.c' line='9792' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Tailmatch'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9792' column='1'/>
+      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='9793' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9794' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9795' column='1'/>
+      <parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9796' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9713' column='1'/>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodeobject.c' line='9713' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9714' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9714' column='1'/>
-      <parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9715' column='1'/>
+    <function-decl name='PyUnicode_FindChar' mangled-name='PyUnicode_FindChar' filepath='Objects/unicodeobject.c' line='9703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FindChar'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9703' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodeobject.c' line='9703' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9704' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9704' column='1'/>
+      <parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9705' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Find'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9802' column='1'/>
-      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='9803' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9804' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9805' column='1'/>
-      <parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9806' column='1'/>
+    <function-decl name='PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Find'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9792' column='1'/>
+      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='9793' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9794' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9795' column='1'/>
+      <parameter type-id='type-id-8' name='direction' filepath='Objects/unicodeobject.c' line='9796' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyUnicode_Count' mangled-name='PyUnicode_Count' filepath='Objects/unicodeobject.c' line='9626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Count'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9626' column='1'/>
-      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='9627' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9628' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9629' column='1'/>
+    <function-decl name='PyUnicode_Count' mangled-name='PyUnicode_Count' filepath='Objects/unicodeobject.c' line='9616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Count'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9616' column='1'/>
+      <parameter type-id='type-id-14' name='substr' filepath='Objects/unicodeobject.c' line='9617' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='9618' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='9619' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-515' size-in-bits='64' id='type-id-572'/>
-    <function-decl name='_PyUnicode_InsertThousandsGrouping' mangled-name='_PyUnicode_InsertThousandsGrouping' filepath='Objects/unicodeobject.c' line='9506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InsertThousandsGrouping'>
-      <parameter type-id='type-id-516' name='writer' filepath='Objects/unicodeobject.c' line='9507' column='1'/>
-      <parameter type-id='type-id-36' name='n_buffer' filepath='Objects/unicodeobject.c' line='9508' column='1'/>
-      <parameter type-id='type-id-14' name='digits' filepath='Objects/unicodeobject.c' line='9509' column='1'/>
-      <parameter type-id='type-id-36' name='d_pos' filepath='Objects/unicodeobject.c' line='9510' column='1'/>
-      <parameter type-id='type-id-36' name='n_digits' filepath='Objects/unicodeobject.c' line='9511' column='1'/>
-      <parameter type-id='type-id-36' name='min_width' filepath='Objects/unicodeobject.c' line='9512' column='1'/>
-      <parameter type-id='type-id-3' name='grouping' filepath='Objects/unicodeobject.c' line='9513' column='1'/>
-      <parameter type-id='type-id-14' name='thousands_sep' filepath='Objects/unicodeobject.c' line='9514' column='1'/>
-      <parameter type-id='type-id-572' name='maxchar' filepath='Objects/unicodeobject.c' line='9515' column='1'/>
+    <pointer-type-def type-id='type-id-521' size-in-bits='64' id='type-id-578'/>
+    <function-decl name='_PyUnicode_InsertThousandsGrouping' mangled-name='_PyUnicode_InsertThousandsGrouping' filepath='Objects/unicodeobject.c' line='9496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_InsertThousandsGrouping'>
+      <parameter type-id='type-id-522' name='writer' filepath='Objects/unicodeobject.c' line='9497' column='1'/>
+      <parameter type-id='type-id-36' name='n_buffer' filepath='Objects/unicodeobject.c' line='9498' column='1'/>
+      <parameter type-id='type-id-14' name='digits' filepath='Objects/unicodeobject.c' line='9499' column='1'/>
+      <parameter type-id='type-id-36' name='d_pos' filepath='Objects/unicodeobject.c' line='9500' column='1'/>
+      <parameter type-id='type-id-36' name='n_digits' filepath='Objects/unicodeobject.c' line='9501' column='1'/>
+      <parameter type-id='type-id-36' name='min_width' filepath='Objects/unicodeobject.c' line='9502' column='1'/>
+      <parameter type-id='type-id-3' name='grouping' filepath='Objects/unicodeobject.c' line='9503' column='1'/>
+      <parameter type-id='type-id-14' name='thousands_sep' filepath='Objects/unicodeobject.c' line='9504' column='1'/>
+      <parameter type-id='type-id-578' name='maxchar' filepath='Objects/unicodeobject.c' line='9505' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='Objects/unicodeobject.c' line='9331' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='9331' column='1'/>
+    <function-decl name='_PyUnicode_TransformDecimalAndSpaceToASCII' mangled-name='_PyUnicode_TransformDecimalAndSpaceToASCII' filepath='Objects/unicodeobject.c' line='9321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_TransformDecimalAndSpaceToASCII'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='9321' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Translate'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9321' column='1'/>
-      <parameter type-id='type-id-14' name='mapping' filepath='Objects/unicodeobject.c' line='9322' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='9323' column='1'/>
+    <function-decl name='PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Translate'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='9311' column='1'/>
+      <parameter type-id='type-id-14' name='mapping' filepath='Objects/unicodeobject.c' line='9312' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='9313' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobject.c' line='8897' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsCharmapString'>
+    <function-decl name='PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobject.c' line='8887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsCharmapString'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='1256' column='1'/>
       <parameter type-id='type-id-14' name='w' filepath='Objects/abstract.c' line='1256' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EncodeCharmap' mangled-name='_PyUnicode_EncodeCharmap' filepath='Objects/unicodeobject.c' line='8826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeCharmap'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='8826' column='1'/>
-      <parameter type-id='type-id-14' name='mapping' filepath='Objects/unicodeobject.c' line='8827' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='8828' column='1'/>
+    <function-decl name='_PyUnicode_EncodeCharmap' mangled-name='_PyUnicode_EncodeCharmap' filepath='Objects/unicodeobject.c' line='8816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeCharmap'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='8816' column='1'/>
+      <parameter type-id='type-id-14' name='mapping' filepath='Objects/unicodeobject.c' line='8817' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='8818' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_BuildEncodingMap' mangled-name='PyUnicode_BuildEncodingMap' filepath='Objects/unicodeobject.c' line='8413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_BuildEncodingMap'>
-      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='8413' column='1'/>
+    <function-decl name='PyUnicode_BuildEncodingMap' mangled-name='PyUnicode_BuildEncodingMap' filepath='Objects/unicodeobject.c' line='8403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_BuildEncodingMap'>
+      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='8403' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeCharmap' mangled-name='PyUnicode_DecodeCharmap' filepath='Objects/unicodeobject.c' line='8337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeCharmap'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='8337' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='8338' column='1'/>
-      <parameter type-id='type-id-14' name='mapping' filepath='Objects/unicodeobject.c' line='8339' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='8340' column='1'/>
+    <function-decl name='PyUnicode_DecodeCharmap' mangled-name='PyUnicode_DecodeCharmap' filepath='Objects/unicodeobject.c' line='8327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeCharmap'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='8327' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='8328' column='1'/>
+      <parameter type-id='type-id-14' name='mapping' filepath='Objects/unicodeobject.c' line='8329' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='8330' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsASCIIString' mangled-name='PyUnicode_AsASCIIString' filepath='Objects/unicodeobject.c' line='7383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsASCIIString'>
+    <function-decl name='PyUnicode_AsASCIIString' mangled-name='PyUnicode_AsASCIIString' filepath='Objects/unicodeobject.c' line='7373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsASCIIString'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_AsASCIIString' mangled-name='_PyUnicode_AsASCIIString' filepath='Objects/unicodeobject.c' line='7366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsASCIIString'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
+    <function-decl name='_PyUnicode_AsASCIIString' mangled-name='_PyUnicode_AsASCIIString' filepath='Objects/unicodeobject.c' line='7356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsASCIIString'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeASCII' mangled-name='PyUnicode_DecodeASCII' filepath='Objects/unicodeobject.c' line='7267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeASCII'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='7267' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='7268' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7269' column='1'/>
+    <function-decl name='PyUnicode_DecodeASCII' mangled-name='PyUnicode_DecodeASCII' filepath='Objects/unicodeobject.c' line='7257' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeASCII'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='7257' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='7258' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7259' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsLatin1String' mangled-name='PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsLatin1String'>
+    <function-decl name='PyUnicode_AsLatin1String' mangled-name='PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsLatin1String'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_AsLatin1String' mangled-name='_PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsLatin1String'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
+    <function-decl name='_PyUnicode_AsLatin1String' mangled-name='_PyUnicode_AsLatin1String' filepath='Objects/unicodeobject.c' line='7230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsLatin1String'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeLatin1' mangled-name='PyUnicode_DecodeLatin1' filepath='Objects/unicodeobject.c' line='6947' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLatin1'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6947' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6948' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6949' column='1'/>
+    <function-decl name='PyUnicode_DecodeLatin1' mangled-name='PyUnicode_DecodeLatin1' filepath='Objects/unicodeobject.c' line='6937' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLatin1'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6937' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6938' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6939' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsRawUnicodeEscapeString' mangled-name='PyUnicode_AsRawUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6866' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsRawUnicodeEscapeString'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='6866' column='1'/>
+    <function-decl name='PyUnicode_AsRawUnicodeEscapeString' mangled-name='PyUnicode_AsRawUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsRawUnicodeEscapeString'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='6856' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeRawUnicodeEscape' mangled-name='PyUnicode_DecodeRawUnicodeEscape' filepath='Objects/unicodeobject.c' line='6857' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeRawUnicodeEscape'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6947' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6948' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6949' column='1'/>
+    <function-decl name='PyUnicode_DecodeRawUnicodeEscape' mangled-name='PyUnicode_DecodeRawUnicodeEscape' filepath='Objects/unicodeobject.c' line='6847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeRawUnicodeEscape'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6937' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6938' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6939' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_DecodeRawUnicodeEscapeStateful' mangled-name='_PyUnicode_DecodeRawUnicodeEscapeStateful' filepath='Objects/unicodeobject.c' line='6721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeRawUnicodeEscapeStateful'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6721' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6722' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6723' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6724' column='1'/>
+    <function-decl name='_PyUnicode_DecodeRawUnicodeEscapeStateful' mangled-name='_PyUnicode_DecodeRawUnicodeEscapeStateful' filepath='Objects/unicodeobject.c' line='6711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeRawUnicodeEscapeStateful'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6711' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6712' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6713' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6714' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUnicodeEscapeString' mangled-name='PyUnicode_AsUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6601' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeEscapeString'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='6866' column='1'/>
+    <function-decl name='PyUnicode_AsUnicodeEscapeString' mangled-name='PyUnicode_AsUnicodeEscapeString' filepath='Objects/unicodeobject.c' line='6591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeEscapeString'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='6856' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUnicodeEscape' mangled-name='PyUnicode_DecodeUnicodeEscape' filepath='Objects/unicodeobject.c' line='6591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUnicodeEscape'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6947' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6948' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6949' column='1'/>
+    <function-decl name='PyUnicode_DecodeUnicodeEscape' mangled-name='PyUnicode_DecodeUnicodeEscape' filepath='Objects/unicodeobject.c' line='6581' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUnicodeEscape'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6937' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6938' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6939' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_DecodeUnicodeEscapeStateful' mangled-name='_PyUnicode_DecodeUnicodeEscapeStateful' filepath='Objects/unicodeobject.c' line='6555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeStateful'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6555' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6556' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6557' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6558' column='1'/>
+    <function-decl name='_PyUnicode_DecodeUnicodeEscapeStateful' mangled-name='_PyUnicode_DecodeUnicodeEscapeStateful' filepath='Objects/unicodeobject.c' line='6545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeStateful'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6545' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6546' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6547' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6548' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal' filepath='Objects/unicodeobject.c' line='6311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6311' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6312' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6313' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6314' column='1'/>
-      <parameter type-id='type-id-474' name='first_invalid_escape' filepath='Objects/unicodeobject.c' line='6315' column='1'/>
+    <function-decl name='_PyUnicode_DecodeUnicodeEscapeInternal' mangled-name='_PyUnicode_DecodeUnicodeEscapeInternal' filepath='Objects/unicodeobject.c' line='6301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_DecodeUnicodeEscapeInternal'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6301' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6302' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6303' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='6304' column='1'/>
+      <parameter type-id='type-id-480' name='first_invalid_escape' filepath='Objects/unicodeobject.c' line='6305' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>
+    <function-decl name='PyUnicode_AsUTF16String' mangled-name='PyUnicode_AsUTF16String' filepath='Objects/unicodeobject.c' line='6291' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF16String'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' line='6133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF16'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='6133' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6134' column='1'/>
-      <parameter type-id='type-id-8' name='byteorder' filepath='Objects/unicodeobject.c' line='6135' column='1'/>
+    <function-decl name='_PyUnicode_EncodeUTF16' mangled-name='_PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' line='6123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF16'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='6123' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6124' column='1'/>
+      <parameter type-id='type-id-8' name='byteorder' filepath='Objects/unicodeobject.c' line='6125' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='5978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5978' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5979' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5980' column='1'/>
-      <parameter type-id='type-id-492' name='byteorder' filepath='Objects/unicodeobject.c' line='5981' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5982' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF16Stateful' mangled-name='PyUnicode_DecodeUTF16Stateful' filepath='Objects/unicodeobject.c' line='5968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16Stateful'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5968' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5969' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5970' column='1'/>
+      <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5971' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5972' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' line='5969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5969' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5970' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5971' column='1'/>
-      <parameter type-id='type-id-492' name='byteorder' filepath='Objects/unicodeobject.c' line='5972' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' line='5959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF16'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5959' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5960' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5961' column='1'/>
+      <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5961' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>
+    <function-decl name='PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c' line='5951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF32String'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' line='5812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF32'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='5812' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5813' column='1'/>
-      <parameter type-id='type-id-8' name='byteorder' filepath='Objects/unicodeobject.c' line='5814' column='1'/>
+    <function-decl name='_PyUnicode_EncodeUTF32' mangled-name='_PyUnicode_EncodeUTF32' filepath='Objects/unicodeobject.c' line='5802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF32'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='5802' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5803' column='1'/>
+      <parameter type-id='type-id-8' name='byteorder' filepath='Objects/unicodeobject.c' line='5804' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5667' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5668' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5669' column='1'/>
-      <parameter type-id='type-id-492' name='byteorder' filepath='Objects/unicodeobject.c' line='5670' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5671' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unicodeobject.c' line='5657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32Stateful'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5657' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5658' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5659' column='1'/>
+      <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5660' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5661' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' line='5658' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5969' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5970' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5971' column='1'/>
-      <parameter type-id='type-id-492' name='byteorder' filepath='Objects/unicodeobject.c' line='5972' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' line='5648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF32'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5959' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5960' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5961' column='1'/>
+      <parameter type-id='type-id-498' name='byteorder' filepath='Objects/unicodeobject.c' line='5962' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF8String' mangled-name='PyUnicode_AsUTF8String' filepath='Objects/unicodeobject.c' line='5650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8String'>
+    <function-decl name='PyUnicode_AsUTF8String' mangled-name='PyUnicode_AsUTF8String' filepath='Objects/unicodeobject.c' line='5640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8String'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_AsUTF8String' mangled-name='_PyUnicode_AsUTF8String' filepath='Objects/unicodeobject.c' line='5643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8String'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
+    <function-decl name='_PyUnicode_AsUTF8String' mangled-name='_PyUnicode_AsUTF8String' filepath='Objects/unicodeobject.c' line='5633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUTF8String'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-573'/>
-    <function-decl name='_Py_EncodeUTF8Ex' mangled-name='_Py_EncodeUTF8Ex' filepath='Objects/unicodeobject.c' line='5413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeUTF8Ex'>
-      <parameter type-id='type-id-536' name='text' filepath='Objects/unicodeobject.c' line='5413' column='1'/>
-      <parameter type-id='type-id-485' name='str' filepath='Objects/unicodeobject.c' line='5413' column='1'/>
-      <parameter type-id='type-id-573' name='error_pos' filepath='Objects/unicodeobject.c' line='5413' column='1'/>
-      <parameter type-id='type-id-474' name='reason' filepath='Objects/unicodeobject.c' line='5414' column='1'/>
-      <parameter type-id='type-id-8' name='raw_malloc' filepath='Objects/unicodeobject.c' line='5414' column='1'/>
-      <parameter type-id='type-id-377' name='errors' filepath='Objects/unicodeobject.c' line='5414' column='1'/>
+    <pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-579'/>
+    <function-decl name='_Py_EncodeUTF8Ex' mangled-name='_Py_EncodeUTF8Ex' filepath='Objects/unicodeobject.c' line='5403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeUTF8Ex'>
+      <parameter type-id='type-id-542' name='text' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
+      <parameter type-id='type-id-491' name='str' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
+      <parameter type-id='type-id-579' name='error_pos' filepath='Objects/unicodeobject.c' line='5403' column='1'/>
+      <parameter type-id='type-id-480' name='reason' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
+      <parameter type-id='type-id-8' name='raw_malloc' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
+      <parameter type-id='type-id-383' name='errors' filepath='Objects/unicodeobject.c' line='5404' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_Py_DecodeUTF8_surrogateescape' mangled-name='_Py_DecodeUTF8_surrogateescape' filepath='Objects/unicodeobject.c' line='5383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeUTF8_surrogateescape'>
-      <parameter type-id='type-id-3' name='arg' filepath='Objects/unicodeobject.c' line='5383' column='1'/>
-      <parameter type-id='type-id-36' name='arglen' filepath='Objects/unicodeobject.c' line='5383' column='1'/>
-      <parameter type-id='type-id-573' name='wlen' filepath='Objects/unicodeobject.c' line='5384' column='1'/>
+    <function-decl name='_Py_DecodeUTF8_surrogateescape' mangled-name='_Py_DecodeUTF8_surrogateescape' filepath='Objects/unicodeobject.c' line='5373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeUTF8_surrogateescape'>
+      <parameter type-id='type-id-3' name='arg' filepath='Objects/unicodeobject.c' line='5373' column='1'/>
+      <parameter type-id='type-id-36' name='arglen' filepath='Objects/unicodeobject.c' line='5373' column='1'/>
+      <parameter type-id='type-id-579' name='wlen' filepath='Objects/unicodeobject.c' line='5374' column='1'/>
       <return type-id='type-id-281'/>
     </function-decl>
-    <function-decl name='_Py_DecodeUTF8Ex' mangled-name='_Py_DecodeUTF8Ex' filepath='Objects/unicodeobject.c' line='5274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeUTF8Ex'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5274' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5274' column='1'/>
-      <parameter type-id='type-id-365' name='wstr' filepath='Objects/unicodeobject.c' line='5274' column='1'/>
-      <parameter type-id='type-id-573' name='wlen' filepath='Objects/unicodeobject.c' line='5274' column='1'/>
-      <parameter type-id='type-id-474' name='reason' filepath='Objects/unicodeobject.c' line='5275' column='1'/>
-      <parameter type-id='type-id-377' name='errors' filepath='Objects/unicodeobject.c' line='5275' column='1'/>
+    <function-decl name='_Py_DecodeUTF8Ex' mangled-name='_Py_DecodeUTF8Ex' filepath='Objects/unicodeobject.c' line='5264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeUTF8Ex'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
+      <parameter type-id='type-id-371' name='wstr' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
+      <parameter type-id='type-id-579' name='wlen' filepath='Objects/unicodeobject.c' line='5264' column='1'/>
+      <parameter type-id='type-id-480' name='reason' filepath='Objects/unicodeobject.c' line='5265' column='1'/>
+      <parameter type-id='type-id-383' name='errors' filepath='Objects/unicodeobject.c' line='5265' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF8Stateful' mangled-name='PyUnicode_DecodeUTF8Stateful' filepath='Objects/unicodeobject.c' line='5252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF8Stateful'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5252' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5253' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5254' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5255' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF8Stateful' mangled-name='PyUnicode_DecodeUTF8Stateful' filepath='Objects/unicodeobject.c' line='5242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF8Stateful'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='5242' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='5243' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='5244' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='5245' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF8' mangled-name='PyUnicode_DecodeUTF8' filepath='Objects/unicodeobject.c' line='5017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF8'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6947' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6948' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6949' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF8' mangled-name='PyUnicode_DecodeUTF8' filepath='Objects/unicodeobject.c' line='5007' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF8'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6937' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6938' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6939' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_EncodeUTF7' mangled-name='_PyUnicode_EncodeUTF7' filepath='Objects/unicodeobject.c' line='4907' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF7'>
-      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='4907' column='1'/>
-      <parameter type-id='type-id-8' name='base64SetO' filepath='Objects/unicodeobject.c' line='4908' column='1'/>
-      <parameter type-id='type-id-8' name='base64WhiteSpace' filepath='Objects/unicodeobject.c' line='4909' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='4910' column='1'/>
+    <function-decl name='_PyUnicode_EncodeUTF7' mangled-name='_PyUnicode_EncodeUTF7' filepath='Objects/unicodeobject.c' line='4897' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_EncodeUTF7'>
+      <parameter type-id='type-id-14' name='str' filepath='Objects/unicodeobject.c' line='4897' column='1'/>
+      <parameter type-id='type-id-8' name='base64SetO' filepath='Objects/unicodeobject.c' line='4898' column='1'/>
+      <parameter type-id='type-id-8' name='base64WhiteSpace' filepath='Objects/unicodeobject.c' line='4899' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='4900' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicodeobject.c' line='4709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7Stateful'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='4709' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='4710' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='4711' column='1'/>
-      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='4712' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicodeobject.c' line='4699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7Stateful'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='4699' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='4700' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='4701' column='1'/>
+      <parameter type-id='type-id-168' name='consumed' filepath='Objects/unicodeobject.c' line='4702' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6947' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6948' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6949' column='1'/>
+    <function-decl name='PyUnicode_DecodeUTF7' mangled-name='PyUnicode_DecodeUTF7' filepath='Objects/unicodeobject.c' line='4684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeUTF7'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='6937' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='6938' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='6939' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_GetDefaultEncoding' mangled-name='PyUnicode_GetDefaultEncoding' filepath='Objects/unicodeobject.c' line='4345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetDefaultEncoding'>
+    <function-decl name='PyUnicode_GetDefaultEncoding' mangled-name='PyUnicode_GetDefaultEncoding' filepath='Objects/unicodeobject.c' line='4335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetDefaultEncoding'>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4322' column='1'/>
-      <parameter type-id='type-id-36' name='index' filepath='Objects/unicodeobject.c' line='4322' column='1'/>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodeobject.c' line='4322' column='1'/>
+    <function-decl name='PyUnicode_WriteChar' mangled-name='PyUnicode_WriteChar' filepath='Objects/unicodeobject.c' line='4312' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_WriteChar'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
+      <parameter type-id='type-id-36' name='index' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodeobject.c' line='4312' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='4300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_ReadChar'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4300' column='1'/>
-      <parameter type-id='type-id-36' name='index' filepath='Objects/unicodeobject.c' line='4300' column='1'/>
-      <return type-id='type-id-515'/>
+    <function-decl name='PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='4290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_ReadChar'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4290' column='1'/>
+      <parameter type-id='type-id-36' name='index' filepath='Objects/unicodeobject.c' line='4290' column='1'/>
+      <return type-id='type-id-521'/>
     </function-decl>
-    <function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4288' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>
+    <function-decl name='PyUnicode_GetLength' mangled-name='PyUnicode_GetLength' filepath='Objects/unicodeobject.c' line='4278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetLength'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2335' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyUnicode_GetSize' mangled-name='PyUnicode_GetSize' filepath='Objects/unicodeobject.c' line='4269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetSize'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4269' column='1'/>
+    <function-decl name='PyUnicode_GetSize' mangled-name='PyUnicode_GetSize' filepath='Objects/unicodeobject.c' line='4259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_GetSize'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4259' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <typedef-decl name='Py_UNICODE' type-id='type-id-282' filepath='./Include/cpython/unicodeobject.h' line='10' column='1' id='type-id-574'/>
-    <qualified-type-def type-id='type-id-574' const='yes' id='type-id-575'/>
-    <pointer-type-def type-id='type-id-575' size-in-bits='64' id='type-id-576'/>
-    <function-decl name='_PyUnicode_AsUnicode' mangled-name='_PyUnicode_AsUnicode' filepath='Objects/unicodeobject.c' line='4254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUnicode'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4254' column='1'/>
-      <return type-id='type-id-576'/>
+    <typedef-decl name='Py_UNICODE' type-id='type-id-282' filepath='./Include/cpython/unicodeobject.h' line='10' column='1' id='type-id-580'/>
+    <qualified-type-def type-id='type-id-580' const='yes' id='type-id-581'/>
+    <pointer-type-def type-id='type-id-581' size-in-bits='64' id='type-id-582'/>
+    <function-decl name='_PyUnicode_AsUnicode' mangled-name='_PyUnicode_AsUnicode' filepath='Objects/unicodeobject.c' line='4244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_AsUnicode'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4244' column='1'/>
+      <return type-id='type-id-582'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-574' size-in-bits='64' id='type-id-577'/>
-    <function-decl name='PyUnicode_AsUnicode' mangled-name='PyUnicode_AsUnicode' filepath='Objects/unicodeobject.c' line='4248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicode'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4248' column='1'/>
-      <return type-id='type-id-577'/>
+    <pointer-type-def type-id='type-id-580' size-in-bits='64' id='type-id-583'/>
+    <function-decl name='PyUnicode_AsUnicode' mangled-name='PyUnicode_AsUnicode' filepath='Objects/unicodeobject.c' line='4238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicode'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4238' column='1'/>
+      <return type-id='type-id-583'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUnicodeAndSize' mangled-name='PyUnicode_AsUnicodeAndSize' filepath='Objects/unicodeobject.c' line='4209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeAndSize'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4209' column='1'/>
-      <parameter type-id='type-id-168' name='size' filepath='Objects/unicodeobject.c' line='4209' column='1'/>
-      <return type-id='type-id-577'/>
+    <function-decl name='PyUnicode_AsUnicodeAndSize' mangled-name='PyUnicode_AsUnicodeAndSize' filepath='Objects/unicodeobject.c' line='4199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUnicodeAndSize'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4199' column='1'/>
+      <parameter type-id='type-id-168' name='size' filepath='Objects/unicodeobject.c' line='4199' column='1'/>
+      <return type-id='type-id-583'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF8' mangled-name='PyUnicode_AsUTF8' filepath='Objects/unicodeobject.c' line='4203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8'>
+    <function-decl name='PyUnicode_AsUTF8' mangled-name='PyUnicode_AsUTF8' filepath='Objects/unicodeobject.c' line='4193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8'>
       <parameter type-id='type-id-14' name='ob' filepath='Objects/exceptions.c' line='421' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUTF8AndSize' mangled-name='PyUnicode_AsUTF8AndSize' filepath='Objects/unicodeobject.c' line='4182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8AndSize'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4182' column='1'/>
-      <parameter type-id='type-id-168' name='psize' filepath='Objects/unicodeobject.c' line='4182' column='1'/>
+    <function-decl name='PyUnicode_AsUTF8AndSize' mangled-name='PyUnicode_AsUTF8AndSize' filepath='Objects/unicodeobject.c' line='4172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUTF8AndSize'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='4172' column='1'/>
+      <parameter type-id='type-id-168' name='psize' filepath='Objects/unicodeobject.c' line='4172' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='4109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>
-      <parameter type-id='type-id-14' name='arg' filepath='Objects/unicodeobject.c' line='4109' column='1'/>
-      <parameter type-id='type-id-18' name='addr' filepath='Objects/unicodeobject.c' line='4109' column='1'/>
+    <function-decl name='PyUnicode_FSDecoder' mangled-name='PyUnicode_FSDecoder' filepath='Objects/unicodeobject.c' line='4099' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSDecoder'>
+      <parameter type-id='type-id-14' name='arg' filepath='Objects/unicodeobject.c' line='4099' column='1'/>
+      <parameter type-id='type-id-18' name='addr' filepath='Objects/unicodeobject.c' line='4099' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='4069' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>
-      <parameter type-id='type-id-14' name='arg' filepath='Objects/unicodeobject.c' line='4069' column='1'/>
-      <parameter type-id='type-id-18' name='addr' filepath='Objects/unicodeobject.c' line='4069' column='1'/>
+    <function-decl name='PyUnicode_FSConverter' mangled-name='PyUnicode_FSConverter' filepath='Objects/unicodeobject.c' line='4059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FSConverter'>
+      <parameter type-id='type-id-14' name='arg' filepath='Objects/unicodeobject.c' line='4059' column='1'/>
+      <parameter type-id='type-id-18' name='addr' filepath='Objects/unicodeobject.c' line='4059' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Objects/unicodeobject.c' line='4033' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefaultAndSize'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='4033' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='4033' column='1'/>
+    <function-decl name='PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Objects/unicodeobject.c' line='4023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefaultAndSize'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='4023' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='4023' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeFSDefault' mangled-name='PyUnicode_DecodeFSDefault' filepath='Objects/unicodeobject.c' line='4027' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefault'>
-      <parameter type-id='type-id-3' name='cp' filepath='Objects/unicodeobject.c' line='15623' column='1'/>
+    <function-decl name='PyUnicode_DecodeFSDefault' mangled-name='PyUnicode_DecodeFSDefault' filepath='Objects/unicodeobject.c' line='4017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeFSDefault'>
+      <parameter type-id='type-id-3' name='cp' filepath='Objects/unicodeobject.c' line='15605' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeLocale' mangled-name='PyUnicode_DecodeLocale' filepath='Objects/unicodeobject.c' line='4018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocale'>
-      <parameter type-id='type-id-3' name='name' filepath='Objects/typeobject.c' line='187' column='1'/>
-      <parameter type-id='type-id-3' name='internal_doc' filepath='Objects/typeobject.c' line='187' column='1'/>
+    <function-decl name='PyUnicode_DecodeLocale' mangled-name='PyUnicode_DecodeLocale' filepath='Objects/unicodeobject.c' line='4008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocale'>
+      <parameter type-id='type-id-3' name='name' filepath='Objects/typeobject.c' line='182' column='1'/>
+      <parameter type-id='type-id-3' name='internal_doc' filepath='Objects/typeobject.c' line='182' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unicodeobject.c' line='4010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocaleAndSize'>
-      <parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='4010' column='1'/>
-      <parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='4010' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='4011' column='1'/>
+    <function-decl name='PyUnicode_DecodeLocaleAndSize' mangled-name='PyUnicode_DecodeLocaleAndSize' filepath='Objects/unicodeobject.c' line='4000' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_DecodeLocaleAndSize'>
+      <parameter type-id='type-id-3' name='str' filepath='Objects/unicodeobject.c' line='4000' column='1'/>
+      <parameter type-id='type-id-36' name='len' filepath='Objects/unicodeobject.c' line='4000' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='4001' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobject.c' line='3930' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedUnicode'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3930' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3931' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3932' column='1'/>
+    <function-decl name='PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobject.c' line='3920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedUnicode'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3920' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3921' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3922' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsEncodedString' mangled-name='PyUnicode_AsEncodedString' filepath='Objects/unicodeobject.c' line='3830' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedString'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3830' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3831' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3832' column='1'/>
+    <function-decl name='PyUnicode_AsEncodedString' mangled-name='PyUnicode_AsEncodedString' filepath='Objects/unicodeobject.c' line='3820' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedString'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3820' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3821' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3822' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_EncodeFSDefault' mangled-name='PyUnicode_EncodeFSDefault' filepath='Objects/unicodeobject.c' line='3796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeFSDefault'>
+    <function-decl name='PyUnicode_EncodeFSDefault' mangled-name='PyUnicode_EncodeFSDefault' filepath='Objects/unicodeobject.c' line='3786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeFSDefault'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2791' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_EncodeLocale' mangled-name='PyUnicode_EncodeLocale' filepath='Objects/unicodeobject.c' line='3789' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeLocale'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3789' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3789' column='1'/>
+    <function-decl name='PyUnicode_EncodeLocale' mangled-name='PyUnicode_EncodeLocale' filepath='Objects/unicodeobject.c' line='3779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_EncodeLocale'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3779' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3779' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsEncodedObject' mangled-name='PyUnicode_AsEncodedObject' filepath='Objects/unicodeobject.c' line='3707' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedObject'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3930' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3931' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3932' column='1'/>
+    <function-decl name='PyUnicode_AsEncodedObject' mangled-name='PyUnicode_AsEncodedObject' filepath='Objects/unicodeobject.c' line='3697' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsEncodedObject'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3920' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3921' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3922' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsDecodedUnicode' mangled-name='PyUnicode_AsDecodedUnicode' filepath='Objects/unicodeobject.c' line='3668' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedUnicode'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3930' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3931' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3932' column='1'/>
+    <function-decl name='PyUnicode_AsDecodedUnicode' mangled-name='PyUnicode_AsDecodedUnicode' filepath='Objects/unicodeobject.c' line='3658' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedUnicode'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3920' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3921' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3922' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsDecodedObject' mangled-name='PyUnicode_AsDecodedObject' filepath='Objects/unicodeobject.c' line='3646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedObject'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3646' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3647' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3648' column='1'/>
+    <function-decl name='PyUnicode_AsDecodedObject' mangled-name='PyUnicode_AsDecodedObject' filepath='Objects/unicodeobject.c' line='3636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsDecodedObject'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3636' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3637' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3638' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Decode' mangled-name='PyUnicode_Decode' filepath='Objects/unicodeobject.c' line='3556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Decode'>
-      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='3556' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='3557' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3558' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3559' column='1'/>
+    <function-decl name='PyUnicode_Decode' mangled-name='PyUnicode_Decode' filepath='Objects/unicodeobject.c' line='3546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Decode'>
+      <parameter type-id='type-id-3' name='s' filepath='Objects/unicodeobject.c' line='3546' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='3547' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3548' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3549' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromEncodedObject' mangled-name='PyUnicode_FromEncodedObject' filepath='Objects/unicodeobject.c' line='3454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromEncodedObject'>
-      <parameter type-id='type-id-14' name='obj' filepath='Objects/unicodeobject.c' line='3454' column='1'/>
-      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3455' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3456' column='1'/>
+    <function-decl name='PyUnicode_FromEncodedObject' mangled-name='PyUnicode_FromEncodedObject' filepath='Objects/unicodeobject.c' line='3444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromEncodedObject'>
+      <parameter type-id='type-id-14' name='obj' filepath='Objects/unicodeobject.c' line='3444' column='1'/>
+      <parameter type-id='type-id-3' name='encoding' filepath='Objects/unicodeobject.c' line='3445' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='3446' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromObject' mangled-name='PyUnicode_FromObject' filepath='Objects/unicodeobject.c' line='3432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromObject'>
+    <function-decl name='PyUnicode_FromObject' mangled-name='PyUnicode_FromObject' filepath='Objects/unicodeobject.c' line='3422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromObject'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2462' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3420' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromOrdinal'>
-      <parameter type-id='type-id-8' name='ordinal' filepath='Objects/unicodeobject.c' line='3420' column='1'/>
+    <function-decl name='PyUnicode_FromOrdinal' mangled-name='PyUnicode_FromOrdinal' filepath='Objects/unicodeobject.c' line='3410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromOrdinal'>
+      <parameter type-id='type-id-8' name='ordinal' filepath='Objects/unicodeobject.c' line='3410' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_WideCharString_Opt_Converter' mangled-name='_PyUnicode_WideCharString_Opt_Converter' filepath='Objects/unicodeobject.c' line='3384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_WideCharString_Opt_Converter'>
+    <function-decl name='_PyUnicode_WideCharString_Opt_Converter' mangled-name='_PyUnicode_WideCharString_Opt_Converter' filepath='Objects/unicodeobject.c' line='3374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_WideCharString_Opt_Converter'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='181' column='1'/>
       <parameter type-id='type-id-18' name='context' filepath='Objects/capsule.c' line='181' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicode_WideCharString_Converter' mangled-name='_PyUnicode_WideCharString_Converter' filepath='Objects/unicodeobject.c' line='3352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_WideCharString_Converter'>
+    <function-decl name='_PyUnicode_WideCharString_Converter' mangled-name='_PyUnicode_WideCharString_Converter' filepath='Objects/unicodeobject.c' line='3342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_WideCharString_Converter'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/capsule.c' line='181' column='1'/>
       <parameter type-id='type-id-18' name='context' filepath='Objects/capsule.c' line='181' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3304' column='1'/>
-      <parameter type-id='type-id-168' name='size' filepath='Objects/unicodeobject.c' line='3305' column='1'/>
+    <function-decl name='PyUnicode_AsWideCharString' mangled-name='PyUnicode_AsWideCharString' filepath='Objects/unicodeobject.c' line='3294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideCharString'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3294' column='1'/>
+      <parameter type-id='type-id-168' name='size' filepath='Objects/unicodeobject.c' line='3295' column='1'/>
       <return type-id='type-id-281'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsWideChar' mangled-name='PyUnicode_AsWideChar' filepath='Objects/unicodeobject.c' line='3262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideChar'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3262' column='1'/>
-      <parameter type-id='type-id-281' name='w' filepath='Objects/unicodeobject.c' line='3263' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='3264' column='1'/>
+    <function-decl name='PyUnicode_AsWideChar' mangled-name='PyUnicode_AsWideChar' filepath='Objects/unicodeobject.c' line='3252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsWideChar'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='3252' column='1'/>
+      <parameter type-id='type-id-281' name='w' filepath='Objects/unicodeobject.c' line='3253' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='3254' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromFormat' mangled-name='PyUnicode_FromFormat' filepath='Objects/unicodeobject.c' line='3152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormat'>
+    <function-decl name='PyUnicode_FromFormat' mangled-name='PyUnicode_FromFormat' filepath='Objects/unicodeobject.c' line='3142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormat'>
       <parameter type-id='type-id-3' name='format' filepath='Objects/bytesobject.c' line='375' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromFormatV' mangled-name='PyUnicode_FromFormatV' filepath='Objects/unicodeobject.c' line='3095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormatV'>
-      <parameter type-id='type-id-3' name='format' filepath='Objects/unicodeobject.c' line='3095' column='1'/>
-      <parameter type-id='type-id-487' name='vargs' filepath='Objects/unicodeobject.c' line='3095' column='1'/>
+    <function-decl name='PyUnicode_FromFormatV' mangled-name='PyUnicode_FromFormatV' filepath='Objects/unicodeobject.c' line='3085' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromFormatV'>
+      <parameter type-id='type-id-3' name='format' filepath='Objects/unicodeobject.c' line='3085' column='1'/>
+      <parameter type-id='type-id-493' name='vargs' filepath='Objects/unicodeobject.c' line='3085' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>
-      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='2719' column='1'/>
-      <return type-id='type-id-572'/>
+    <function-decl name='PyUnicode_AsUCS4Copy' mangled-name='PyUnicode_AsUCS4Copy' filepath='Objects/unicodeobject.c' line='2709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4Copy'>
+      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='2709' column='1'/>
+      <return type-id='type-id-578'/>
     </function-decl>
-    <function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2708' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>
-      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='2708' column='1'/>
-      <parameter type-id='type-id-572' name='target' filepath='Objects/unicodeobject.c' line='2708' column='1'/>
-      <parameter type-id='type-id-36' name='targetsize' filepath='Objects/unicodeobject.c' line='2708' column='1'/>
-      <parameter type-id='type-id-8' name='copy_null' filepath='Objects/unicodeobject.c' line='2709' column='1'/>
-      <return type-id='type-id-572'/>
+    <function-decl name='PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_AsUCS4'>
+      <parameter type-id='type-id-14' name='string' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
+      <parameter type-id='type-id-578' name='target' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
+      <parameter type-id='type-id-36' name='targetsize' filepath='Objects/unicodeobject.c' line='2698' column='1'/>
+      <parameter type-id='type-id-8' name='copy_null' filepath='Objects/unicodeobject.c' line='2699' column='1'/>
+      <return type-id='type-id-578'/>
     </function-decl>
-    <function-decl name='_PyUnicode_Copy' mangled-name='_PyUnicode_Copy' filepath='Objects/unicodeobject.c' line='2585' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Copy'>
+    <function-decl name='_PyUnicode_Copy' mangled-name='_PyUnicode_Copy' filepath='Objects/unicodeobject.c' line='2575' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Copy'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='2122' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_FindMaxChar' mangled-name='_PyUnicode_FindMaxChar' filepath='Objects/unicodeobject.c' line='2502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FindMaxChar'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='2502' column='1'/>
-      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='2502' column='1'/>
-      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='2502' column='1'/>
-      <return type-id='type-id-515'/>
+    <function-decl name='_PyUnicode_FindMaxChar' mangled-name='_PyUnicode_FindMaxChar' filepath='Objects/unicodeobject.c' line='2492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FindMaxChar'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='2492' column='1'/>
+      <parameter type-id='type-id-36' name='start' filepath='Objects/unicodeobject.c' line='2492' column='1'/>
+      <parameter type-id='type-id-36' name='end' filepath='Objects/unicodeobject.c' line='2492' column='1'/>
+      <return type-id='type-id-521'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2482' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>
-      <parameter type-id='type-id-8' name='kind' filepath='Objects/unicodeobject.c' line='2482' column='1'/>
-      <parameter type-id='type-id-18' name='buffer' filepath='Objects/unicodeobject.c' line='2482' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2482' column='1'/>
+    <function-decl name='PyUnicode_FromKindAndData' mangled-name='PyUnicode_FromKindAndData' filepath='Objects/unicodeobject.c' line='2472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromKindAndData'>
+      <parameter type-id='type-id-8' name='kind' filepath='Objects/unicodeobject.c' line='2472' column='1'/>
+      <parameter type-id='type-id-18' name='buffer' filepath='Objects/unicodeobject.c' line='2472' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2472' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_FromASCII' mangled-name='_PyUnicode_FromASCII' filepath='Objects/unicodeobject.c' line='2371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromASCII'>
+    <function-decl name='_PyUnicode_FromASCII' mangled-name='_PyUnicode_FromASCII' filepath='Objects/unicodeobject.c' line='2361' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromASCII'>
       <parameter type-id='type-id-3' name='bytes' filepath='Objects/bytearrayobject.c' line='108' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Objects/bytearrayobject.c' line='108' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_FromId' mangled-name='_PyUnicode_FromId' filepath='Objects/unicodeobject.c' line='2292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromId'>
-      <parameter type-id='type-id-490' name='id' filepath='Objects/unicodeobject.c' line='2292' column='1'/>
+    <function-decl name='_PyUnicode_FromId' mangled-name='_PyUnicode_FromId' filepath='Objects/unicodeobject.c' line='2282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FromId'>
+      <parameter type-id='type-id-496' name='id' filepath='Objects/unicodeobject.c' line='2282' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromString' mangled-name='PyUnicode_FromString' filepath='Objects/unicodeobject.c' line='2280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromString'>
-      <parameter type-id='type-id-3' name='cp' filepath='Objects/unicodeobject.c' line='15623' column='1'/>
+    <function-decl name='PyUnicode_FromString' mangled-name='PyUnicode_FromString' filepath='Objects/unicodeobject.c' line='2270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromString'>
+      <parameter type-id='type-id-3' name='cp' filepath='Objects/unicodeobject.c' line='15605' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromStringAndSize' mangled-name='PyUnicode_FromStringAndSize' filepath='Objects/unicodeobject.c' line='2257' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromStringAndSize'>
-      <parameter type-id='type-id-3' name='u' filepath='Objects/unicodeobject.c' line='2257' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2257' column='1'/>
+    <function-decl name='PyUnicode_FromStringAndSize' mangled-name='PyUnicode_FromStringAndSize' filepath='Objects/unicodeobject.c' line='2247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromStringAndSize'>
+      <parameter type-id='type-id-3' name='u' filepath='Objects/unicodeobject.c' line='2247' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2247' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='2175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>
-      <parameter type-id='type-id-536' name='u' filepath='Objects/unicodeobject.c' line='2175' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2175' column='1'/>
+    <function-decl name='PyUnicode_FromWideChar' mangled-name='PyUnicode_FromWideChar' filepath='Objects/unicodeobject.c' line='2165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromWideChar'>
+      <parameter type-id='type-id-542' name='u' filepath='Objects/unicodeobject.c' line='2165' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2165' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_FromUnicode' mangled-name='PyUnicode_FromUnicode' filepath='Objects/unicodeobject.c' line='2153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromUnicode'>
-      <parameter type-id='type-id-576' name='u' filepath='Objects/unicodeobject.c' line='2153' column='1'/>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2153' column='1'/>
+    <function-decl name='PyUnicode_FromUnicode' mangled-name='PyUnicode_FromUnicode' filepath='Objects/unicodeobject.c' line='2143' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_FromUnicode'>
+      <parameter type-id='type-id-582' name='u' filepath='Objects/unicodeobject.c' line='2143' column='1'/>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='2143' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='2052' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>
-      <parameter type-id='type-id-22' name='p_unicode' filepath='Objects/unicodeobject.c' line='2052' column='1'/>
-      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='2052' column='1'/>
+    <function-decl name='PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='2042' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_Resize'>
+      <parameter type-id='type-id-22' name='p_unicode' filepath='Objects/unicodeobject.c' line='2042' column='1'/>
+      <parameter type-id='type-id-36' name='length' filepath='Objects/unicodeobject.c' line='2042' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyUnicode_Ready' mangled-name='_PyUnicode_Ready' filepath='Objects/unicodeobject.c' line='1787' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Ready'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='1787' column='1'/>
+    <function-decl name='_PyUnicode_Ready' mangled-name='_PyUnicode_Ready' filepath='Objects/unicodeobject.c' line='1780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_Ready'>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='1780' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyUnicode_CopyCharacters' mangled-name='PyUnicode_CopyCharacters' filepath='Objects/unicodeobject.c' line='1686' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CopyCharacters'>
-      <parameter type-id='type-id-14' name='to' filepath='Objects/unicodeobject.c' line='1686' column='1'/>
-      <parameter type-id='type-id-36' name='to_start' filepath='Objects/unicodeobject.c' line='1686' column='1'/>
-      <parameter type-id='type-id-14' name='from' filepath='Objects/unicodeobject.c' line='1687' column='1'/>
-      <parameter type-id='type-id-36' name='from_start' filepath='Objects/unicodeobject.c' line='1687' column='1'/>
-      <parameter type-id='type-id-36' name='how_many' filepath='Objects/unicodeobject.c' line='1688' column='1'/>
-      <return type-id='type-id-36'/>
-    </function-decl>
-    <function-decl name='_PyUnicode_FastCopyCharacters' mangled-name='_PyUnicode_FastCopyCharacters' filepath='Objects/unicodeobject.c' line='1678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FastCopyCharacters'>
+    <function-decl name='PyUnicode_CopyCharacters' mangled-name='PyUnicode_CopyCharacters' filepath='Objects/unicodeobject.c' line='1679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_CopyCharacters'>
       <parameter type-id='type-id-14' name='to' filepath='Objects/unicodeobject.c' line='1679' column='1'/>
       <parameter type-id='type-id-36' name='to_start' filepath='Objects/unicodeobject.c' line='1679' column='1'/>
       <parameter type-id='type-id-14' name='from' filepath='Objects/unicodeobject.c' line='1680' column='1'/>
       <parameter type-id='type-id-36' name='from_start' filepath='Objects/unicodeobject.c' line='1680' column='1'/>
-      <parameter type-id='type-id-36' name='how_many' filepath='Objects/unicodeobject.c' line='1680' column='1'/>
+      <parameter type-id='type-id-36' name='how_many' filepath='Objects/unicodeobject.c' line='1681' column='1'/>
+      <return type-id='type-id-36'/>
+    </function-decl>
+    <function-decl name='_PyUnicode_FastCopyCharacters' mangled-name='_PyUnicode_FastCopyCharacters' filepath='Objects/unicodeobject.c' line='1671' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FastCopyCharacters'>
+      <parameter type-id='type-id-14' name='to' filepath='Objects/unicodeobject.c' line='1672' column='1'/>
+      <parameter type-id='type-id-36' name='to_start' filepath='Objects/unicodeobject.c' line='1672' column='1'/>
+      <parameter type-id='type-id-14' name='from' filepath='Objects/unicodeobject.c' line='1673' column='1'/>
+      <parameter type-id='type-id-36' name='from_start' filepath='Objects/unicodeobject.c' line='1673' column='1'/>
+      <parameter type-id='type-id-36' name='how_many' filepath='Objects/unicodeobject.c' line='1673' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyUnicode_New' mangled-name='PyUnicode_New' filepath='Objects/unicodeobject.c' line='1373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_New'>
-      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='1373' column='1'/>
-      <parameter type-id='type-id-515' name='maxchar' filepath='Objects/unicodeobject.c' line='1373' column='1'/>
+    <function-decl name='PyUnicode_New' mangled-name='PyUnicode_New' filepath='Objects/unicodeobject.c' line='1366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyUnicode_New'>
+      <parameter type-id='type-id-36' name='size' filepath='Objects/unicodeobject.c' line='1366' column='1'/>
+      <parameter type-id='type-id-521' name='maxchar' filepath='Objects/unicodeobject.c' line='1366' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyUnicode_CheckConsistency' mangled-name='_PyUnicode_CheckConsistency' filepath='Objects/unicodeobject.c' line='508' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_CheckConsistency'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/unicodeobject.c' line='508' column='1'/>
-      <parameter type-id='type-id-8' name='check_content' filepath='Objects/unicodeobject.c' line='508' column='1'/>
+    <function-decl name='_PyUnicode_CheckConsistency' mangled-name='_PyUnicode_CheckConsistency' filepath='Objects/unicodeobject.c' line='501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_CheckConsistency'>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/unicodeobject.c' line='501' column='1'/>
+      <parameter type-id='type-id-8' name='check_content' filepath='Objects/unicodeobject.c' line='501' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='404' column='1'/>
-      <return type-id='type-id-377'/>
+    <function-decl name='_Py_GetErrorHandler' mangled-name='_Py_GetErrorHandler' filepath='Objects/unicodeobject.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetErrorHandler'>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='397' column='1'/>
+      <return type-id='type-id-383'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/unicodectype.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/unicodectype.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyUnicode_IsAlpha' mangled-name='_PyUnicode_IsAlpha' filepath='Objects/unicodectype.c' line='289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsAlpha'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsCaseIgnorable' mangled-name='_PyUnicode_IsCaseIgnorable' filepath='Objects/unicodectype.c' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsCaseIgnorable'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsCased' mangled-name='_PyUnicode_IsCased' filepath='Objects/unicodectype.c' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsCased'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToFoldedFull' mangled-name='_PyUnicode_ToFoldedFull' filepath='Objects/unicodectype.c' line='257' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToFoldedFull'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
-      <parameter type-id='type-id-572' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToUpperFull' mangled-name='_PyUnicode_ToUpperFull' filepath='Objects/unicodectype.c' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToUpperFull'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
-      <parameter type-id='type-id-572' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToTitleFull' mangled-name='_PyUnicode_ToTitleFull' filepath='Objects/unicodectype.c' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToTitleFull'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
-      <parameter type-id='type-id-572' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToLowerFull' mangled-name='_PyUnicode_ToLowerFull' filepath='Objects/unicodectype.c' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToLowerFull'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
-      <parameter type-id='type-id-572' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='257' column='1'/>
+      <parameter type-id='type-id-578' name='res' filepath='Objects/unicodectype.c' line='257' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToLowercase' mangled-name='_PyUnicode_ToLowercase' filepath='Objects/unicodectype.c' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToLowercase'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
-      <return type-id='type-id-515'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+      <return type-id='type-id-521'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToUppercase' mangled-name='_PyUnicode_ToUppercase' filepath='Objects/unicodectype.c' line='188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToUppercase'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
-      <return type-id='type-id-515'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+      <return type-id='type-id-521'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsUppercase' mangled-name='_PyUnicode_IsUppercase' filepath='Objects/unicodectype.c' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsUppercase'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsLowercase' mangled-name='_PyUnicode_IsLowercase' filepath='Objects/unicodectype.c' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLowercase'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsPrintable' mangled-name='_PyUnicode_IsPrintable' filepath='Objects/unicodectype.c' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsPrintable'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsNumeric' mangled-name='_PyUnicode_IsNumeric' filepath='Objects/unicodectype.c' line='138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsNumeric'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsDigit' mangled-name='_PyUnicode_IsDigit' filepath='Objects/unicodectype.c' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDigit'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToDigit' mangled-name='_PyUnicode_ToDigit' filepath='Objects/unicodectype.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDigit'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsDecimalDigit' mangled-name='_PyUnicode_IsDecimalDigit' filepath='Objects/unicodectype.c' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsDecimalDigit'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='128' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath='Objects/unicodectype.c' line='104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToDecimalDigit'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsXidContinue' mangled-name='_PyUnicode_IsXidContinue' filepath='Objects/unicodectype.c' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsXidContinue'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsXidStart' mangled-name='_PyUnicode_IsXidStart' filepath='Objects/unicodectype.c' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsXidStart'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsTitlecase' mangled-name='_PyUnicode_IsTitlecase' filepath='Objects/unicodectype.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsTitlecase'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='289' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToTitlecase' mangled-name='_PyUnicode_ToTitlecase' filepath='Objects/unicodectype.c' line='62' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToTitlecase'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
-      <return type-id='type-id-515'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodectype.c' line='200' column='1'/>
+      <return type-id='type-id-521'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-515' const='yes' id='type-id-578'/>
+    <qualified-type-def type-id='type-id-521' const='yes' id='type-id-584'/>
     <function-decl name='_PyUnicode_IsLinebreak' mangled-name='_PyUnicode_IsLinebreak' filepath='Objects/unicodetype_db.h' line='6295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsLinebreak'>
-      <parameter type-id='type-id-578' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
+      <parameter type-id='type-id-584' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_IsWhitespace' mangled-name='_PyUnicode_IsWhitespace' filepath='Objects/unicodetype_db.h' line='6254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_IsWhitespace'>
-      <parameter type-id='type-id-578' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
+      <parameter type-id='type-id-584' name='ch' filepath='Objects/unicodetype_db.h' line='6295' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_ToNumeric' mangled-name='_PyUnicode_ToNumeric' filepath='Objects/unicodetype_db.h' line='4223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_ToNumeric'>
-      <parameter type-id='type-id-515' name='ch' filepath='Objects/unicodetype_db.h' line='4223' column='1'/>
-      <return type-id='type-id-382'/>
+      <parameter type-id='type-id-521' name='ch' filepath='Objects/unicodetype_db.h' line='4223' column='1'/>
+      <return type-id='type-id-388'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/unionobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/unionobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_PyUnion_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_unionobject.h' line='11' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Objects/weakrefobject.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_PyWeakref_RefType' type-id='type-id-112' mangled-name='_PyWeakref_RefType' visibility='default' filepath='./Include/weakrefobject.h' line='11' column='1' elf-symbol-id='_PyWeakref_RefType'/>
     <var-decl name='_PyWeakref_ProxyType' type-id='type-id-112' mangled-name='_PyWeakref_ProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='12' column='1' elf-symbol-id='_PyWeakref_ProxyType'/>
     <var-decl name='_PyWeakref_CallableProxyType' type-id='type-id-112' mangled-name='_PyWeakref_CallableProxyType' visibility='default' filepath='./Include/weakrefobject.h' line='13' column='1' elf-symbol-id='_PyWeakref_CallableProxyType'/>
@@ -11013,7 +11042,7 @@
       <parameter type-id='type-id-14' name='callback' filepath='Objects/weakrefobject.c' line='789' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <class-decl name='_PyWeakReference' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='8' column='1' id='type-id-579'>
+    <class-decl name='_PyWeakReference' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='8' column='1' id='type-id-585'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='9' column='1'/>
       </data-member>
@@ -11027,27 +11056,27 @@
         <var-decl name='hash' type-id='type-id-159' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='23' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='wr_prev' type-id='type-id-580' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>
+        <var-decl name='wr_prev' type-id='type-id-586' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='30' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='wr_next' type-id='type-id-580' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='31' column='1'/>
+        <var-decl name='wr_next' type-id='type-id-586' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='31' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='vectorcall' type-id='type-id-106' visibility='default' filepath='./Include/cpython/weakrefobject.h' line='32' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyWeakReference' type-id='type-id-579' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-581'/>
-    <pointer-type-def type-id='type-id-581' size-in-bits='64' id='type-id-580'/>
+    <typedef-decl name='PyWeakReference' type-id='type-id-585' filepath='./Include/weakrefobject.h' line='9' column='1' id='type-id-587'/>
+    <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-586'/>
     <function-decl name='_PyWeakref_ClearRef' mangled-name='_PyWeakref_ClearRef' filepath='Objects/weakrefobject.c' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_ClearRef'>
-      <parameter type-id='type-id-580' name='self' filepath='Objects/weakrefobject.c' line='93' column='1'/>
+      <parameter type-id='type-id-586' name='self' filepath='Objects/weakrefobject.c' line='93' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyWeakref_GetWeakrefCount' mangled-name='_PyWeakref_GetWeakrefCount' filepath='Objects/weakrefobject.c' line='11' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWeakref_GetWeakrefCount'>
-      <parameter type-id='type-id-580' name='head' filepath='Objects/weakrefobject.c' line='11' column='1'/>
+      <parameter type-id='type-id-586' name='head' filepath='Objects/weakrefobject.c' line='11' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/_warnings.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/_warnings.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyWarnings_Init' mangled-name='_PyWarnings_Init' filepath='Python/_warnings.c' line='1406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWarnings_Init'>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -11100,52 +11129,52 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/Python-ast.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/Python-ast.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__ast' mangled-name='PyInit__ast' filepath='Python/Python-ast.c' line='12225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__ast'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/Python-tokenize.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__tokenize' mangled-name='PyInit__tokenize' filepath='Python/Python-tokenize.c' line='191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__tokenize'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/bltinmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/bltinmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyFilter_Type' type-id='type-id-112' mangled-name='PyFilter_Type' visibility='default' filepath='./Include/bltinmodule.h' line='7' column='1' elf-symbol-id='PyFilter_Type'/>
     <var-decl name='PyMap_Type' type-id='type-id-112' mangled-name='PyMap_Type' visibility='default' filepath='./Include/bltinmodule.h' line='8' column='1' elf-symbol-id='PyMap_Type'/>
     <var-decl name='PyZip_Type' type-id='type-id-112' mangled-name='PyZip_Type' visibility='default' filepath='./Include/bltinmodule.h' line='9' column='1' elf-symbol-id='PyZip_Type'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/ceval.c' comp-dir-path='/src' language='LANG_C99'>
-    <function-decl name='Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='7965' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_LeaveRecursiveCall'>
+  <abi-instr version='1.0' address-size='64' path='Python/ceval.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <function-decl name='Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='7918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_LeaveRecursiveCall'>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_EnterRecursiveCall' mangled-name='Py_EnterRecursiveCall' filepath='Python/ceval.c' line='7958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EnterRecursiveCall'>
-      <parameter type-id='type-id-3' name='where' filepath='Python/ceval.c' line='7958' column='1'/>
+    <function-decl name='Py_EnterRecursiveCall' mangled-name='Py_EnterRecursiveCall' filepath='Python/ceval.c' line='7911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EnterRecursiveCall'>
+      <parameter type-id='type-id-3' name='where' filepath='Python/ceval.c' line='7911' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyEval_RequestCodeExtraIndex' mangled-name='_PyEval_RequestCodeExtraIndex' filepath='Python/ceval.c' line='7877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_RequestCodeExtraIndex'>
-      <parameter type-id='type-id-104' name='free' filepath='Python/ceval.c' line='7877' column='1'/>
+    <function-decl name='_PyEval_RequestCodeExtraIndex' mangled-name='_PyEval_RequestCodeExtraIndex' filepath='Python/ceval.c' line='7830' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_RequestCodeExtraIndex'>
+      <parameter type-id='type-id-104' name='free' filepath='Python/ceval.c' line='7830' column='1'/>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='_PyEval_SliceIndexNotNone' mangled-name='_PyEval_SliceIndexNotNone' filepath='Python/ceval.c' line='7397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndexNotNone'>
+    <function-decl name='_PyEval_SliceIndexNotNone' mangled-name='_PyEval_SliceIndexNotNone' filepath='Python/ceval.c' line='7350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndexNotNone'>
       <parameter type-id='type-id-14' name='exc' filepath='Objects/exceptions.c' line='2704' column='1'/>
       <parameter type-id='type-id-168' name='end' filepath='Objects/exceptions.c' line='2704' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyEval_SliceIndex' mangled-name='_PyEval_SliceIndex' filepath='Python/ceval.c' line='7375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndex'>
-      <parameter type-id='type-id-14' name='v' filepath='Python/ceval.c' line='7375' column='1'/>
-      <parameter type-id='type-id-168' name='pi' filepath='Python/ceval.c' line='7375' column='1'/>
+    <function-decl name='_PyEval_SliceIndex' mangled-name='_PyEval_SliceIndex' filepath='Python/ceval.c' line='7328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SliceIndex'>
+      <parameter type-id='type-id-14' name='v' filepath='Python/ceval.c' line='7328' column='1'/>
+      <parameter type-id='type-id-168' name='pi' filepath='Python/ceval.c' line='7328' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyEval_GetFuncDesc' mangled-name='PyEval_GetFuncDesc' filepath='Python/ceval.c' line='7248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncDesc'>
+    <function-decl name='PyEval_GetFuncDesc' mangled-name='PyEval_GetFuncDesc' filepath='Python/ceval.c' line='7201' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncDesc'>
       <parameter type-id='type-id-14' name='ob' filepath='Objects/exceptions.c' line='421' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <function-decl name='PyEval_GetFuncName' mangled-name='PyEval_GetFuncName' filepath='Python/ceval.c' line='7235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncName'>
+    <function-decl name='PyEval_GetFuncName' mangled-name='PyEval_GetFuncName' filepath='Python/ceval.c' line='7188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFuncName'>
       <parameter type-id='type-id-14' name='ob' filepath='Objects/exceptions.c' line='421' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-582' visibility='default' filepath='./Include/cpython/compile.h' line='26' column='1' id='type-id-583'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-588' visibility='default' filepath='./Include/cpython/compile.h' line='26' column='1' id='type-id-589'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='cf_flags' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='27' column='1'/>
       </data-member>
@@ -11153,38 +11182,38 @@
         <var-decl name='cf_feature_version' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='28' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyCompilerFlags' type-id='type-id-583' filepath='./Include/cpython/compile.h' line='29' column='1' id='type-id-582'/>
-    <pointer-type-def type-id='type-id-582' size-in-bits='64' id='type-id-584'/>
-    <function-decl name='PyEval_MergeCompilerFlags' mangled-name='PyEval_MergeCompilerFlags' filepath='Python/ceval.c' line='7216' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_MergeCompilerFlags'>
-      <parameter type-id='type-id-584' name='cf' filepath='Python/ceval.c' line='7216' column='1'/>
+    <typedef-decl name='PyCompilerFlags' type-id='type-id-589' filepath='./Include/cpython/compile.h' line='29' column='1' id='type-id-588'/>
+    <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-590'/>
+    <function-decl name='PyEval_MergeCompilerFlags' mangled-name='PyEval_MergeCompilerFlags' filepath='Python/ceval.c' line='7169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_MergeCompilerFlags'>
+      <parameter type-id='type-id-590' name='cf' filepath='Python/ceval.c' line='7169' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyEval_GetGlobals' mangled-name='PyEval_GetGlobals' filepath='Python/ceval.c' line='7205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetGlobals'>
+    <function-decl name='PyEval_GetGlobals' mangled-name='PyEval_GetGlobals' filepath='Python/ceval.c' line='7158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetGlobals'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyEval_GetLocals' mangled-name='PyEval_GetLocals' filepath='Python/ceval.c' line='7186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetLocals'>
+    <function-decl name='PyEval_GetLocals' mangled-name='PyEval_GetLocals' filepath='Python/ceval.c' line='7139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetLocals'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyEval_GetBuiltinId' mangled-name='_PyEval_GetBuiltinId' filepath='Python/ceval.c' line='7180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetBuiltinId'>
-      <parameter type-id='type-id-490' name='name' filepath='Python/ceval.c' line='7180' column='1'/>
+    <function-decl name='_PyEval_GetBuiltinId' mangled-name='_PyEval_GetBuiltinId' filepath='Python/ceval.c' line='7133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetBuiltinId'>
+      <parameter type-id='type-id-496' name='name' filepath='Python/ceval.c' line='7133' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyEval_GetBuiltin' mangled-name='_PyEval_GetBuiltin' filepath='Python/ceval.c' line='7166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetBuiltin'>
+    <function-decl name='_PyEval_GetBuiltin' mangled-name='_PyEval_GetBuiltin' filepath='Python/ceval.c' line='7119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetBuiltin'>
       <parameter type-id='type-id-14' name='v' filepath='Objects/abstract.c' line='2122' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyEval_GetBuiltins' mangled-name='PyEval_GetBuiltins' filepath='Python/ceval.c' line='7158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetBuiltins'>
+    <function-decl name='PyEval_GetBuiltins' mangled-name='PyEval_GetBuiltins' filepath='Python/ceval.c' line='7111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetBuiltins'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyEval_GetFrame' mangled-name='PyEval_GetFrame' filepath='Python/ceval.c' line='7134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>
-      <return type-id='type-id-429'/>
+    <function-decl name='PyEval_GetFrame' mangled-name='PyEval_GetFrame' filepath='Python/ceval.c' line='7087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_GetFrame'>
+      <return type-id='type-id-435'/>
     </function-decl>
-    <function-decl name='PyEval_SetTrace' mangled-name='PyEval_SetTrace' filepath='Python/ceval.c' line='7054' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTrace'>
-      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7054' column='1'/>
-      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7054' column='1'/>
+    <function-decl name='PyEval_SetTrace' mangled-name='PyEval_SetTrace' filepath='Python/ceval.c' line='7007' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetTrace'>
+      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7007' column='1'/>
+      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7007' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <class-decl name='_ts' size-in-bits='2880' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='82' column='1' id='type-id-585'>
+    <class-decl name='_ts' size-in-bits='2880' is-struct='yes' visibility='default' filepath='./Include/cpython/pystate.h' line='82' column='1' id='type-id-591'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='prev' type-id='type-id-10' visibility='default' filepath='./Include/cpython/pystate.h' line='85' column='1'/>
       </data-member>
@@ -11216,7 +11245,7 @@
         <var-decl name='tracing_what' type-id='type-id-8' visibility='default' filepath='./Include/cpython/pystate.h' line='106' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='cframe' type-id='type-id-586' visibility='default' filepath='./Include/cpython/pystate.h' line='110' column='1'/>
+        <var-decl name='cframe' type-id='type-id-592' visibility='default' filepath='./Include/cpython/pystate.h' line='110' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
         <var-decl name='c_profilefunc' type-id='type-id-13' visibility='default' filepath='./Include/cpython/pystate.h' line='112' column='1'/>
@@ -11306,143 +11335,143 @@
         <var-decl name='root_cframe' type-id='type-id-24' visibility='default' filepath='./Include/cpython/pystate.h' line='202' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-586'/>
-    <function-decl name='_PyEval_SetTrace' mangled-name='_PyEval_SetTrace' filepath='Python/ceval.c' line='7022' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetTrace'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='7022' column='1'/>
-      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7022' column='1'/>
-      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7022' column='1'/>
+    <pointer-type-def type-id='type-id-24' size-in-bits='64' id='type-id-592'/>
+    <function-decl name='_PyEval_SetTrace' mangled-name='_PyEval_SetTrace' filepath='Python/ceval.c' line='6975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetTrace'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='6975' column='1'/>
+      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='6975' column='1'/>
+      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='6975' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='7012' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfile'>
-      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7054' column='1'/>
-      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7054' column='1'/>
+    <function-decl name='PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='6965' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SetProfile'>
+      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7007' column='1'/>
+      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7007' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyEval_SetProfile' mangled-name='_PyEval_SetProfile' filepath='Python/ceval.c' line='6981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetProfile'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='7022' column='1'/>
-      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='7022' column='1'/>
-      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='7022' column='1'/>
+    <function-decl name='_PyEval_SetProfile' mangled-name='_PyEval_SetProfile' filepath='Python/ceval.c' line='6934' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetProfile'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='6975' column='1'/>
+      <parameter type-id='type-id-13' name='func' filepath='Python/ceval.c' line='6975' column='1'/>
+      <parameter type-id='type-id-14' name='arg' filepath='Python/ceval.c' line='6975' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyThreadState_LeaveTracing' mangled-name='PyThreadState_LeaveTracing' filepath='Python/ceval.c' line='6882' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_LeaveTracing'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+    <function-decl name='PyThreadState_LeaveTracing' mangled-name='PyThreadState_LeaveTracing' filepath='Python/ceval.c' line='6835' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_LeaveTracing'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyThreadState_EnterTracing' mangled-name='PyThreadState_EnterTracing' filepath='Python/ceval.c' line='6876' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_EnterTracing'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+    <function-decl name='PyThreadState_EnterTracing' mangled-name='PyThreadState_EnterTracing' filepath='Python/ceval.c' line='6829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_EnterTracing'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_EvalCodeEx' mangled-name='PyEval_EvalCodeEx' filepath='Python/ceval.c' line='6479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalCodeEx'>
-      <parameter type-id='type-id-14' name='_co' filepath='Python/ceval.c' line='6479' column='1'/>
-      <parameter type-id='type-id-14' name='globals' filepath='Python/ceval.c' line='6479' column='1'/>
-      <parameter type-id='type-id-14' name='locals' filepath='Python/ceval.c' line='6479' column='1'/>
-      <parameter type-id='type-id-200' name='args' filepath='Python/ceval.c' line='6480' column='1'/>
-      <parameter type-id='type-id-8' name='argcount' filepath='Python/ceval.c' line='6480' column='1'/>
-      <parameter type-id='type-id-200' name='kws' filepath='Python/ceval.c' line='6481' column='1'/>
-      <parameter type-id='type-id-8' name='kwcount' filepath='Python/ceval.c' line='6481' column='1'/>
-      <parameter type-id='type-id-200' name='defs' filepath='Python/ceval.c' line='6482' column='1'/>
-      <parameter type-id='type-id-8' name='defcount' filepath='Python/ceval.c' line='6482' column='1'/>
-      <parameter type-id='type-id-14' name='kwdefs' filepath='Python/ceval.c' line='6483' column='1'/>
-      <parameter type-id='type-id-14' name='closure' filepath='Python/ceval.c' line='6483' column='1'/>
+    <function-decl name='PyEval_EvalCodeEx' mangled-name='PyEval_EvalCodeEx' filepath='Python/ceval.c' line='6432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalCodeEx'>
+      <parameter type-id='type-id-14' name='_co' filepath='Python/ceval.c' line='6432' column='1'/>
+      <parameter type-id='type-id-14' name='globals' filepath='Python/ceval.c' line='6432' column='1'/>
+      <parameter type-id='type-id-14' name='locals' filepath='Python/ceval.c' line='6432' column='1'/>
+      <parameter type-id='type-id-200' name='args' filepath='Python/ceval.c' line='6433' column='1'/>
+      <parameter type-id='type-id-8' name='argcount' filepath='Python/ceval.c' line='6433' column='1'/>
+      <parameter type-id='type-id-200' name='kws' filepath='Python/ceval.c' line='6434' column='1'/>
+      <parameter type-id='type-id-8' name='kwcount' filepath='Python/ceval.c' line='6434' column='1'/>
+      <parameter type-id='type-id-200' name='defs' filepath='Python/ceval.c' line='6435' column='1'/>
+      <parameter type-id='type-id-8' name='defcount' filepath='Python/ceval.c' line='6435' column='1'/>
+      <parameter type-id='type-id-14' name='kwdefs' filepath='Python/ceval.c' line='6436' column='1'/>
+      <parameter type-id='type-id-14' name='closure' filepath='Python/ceval.c' line='6436' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-366' filepath='./Include/internal/pycore_frame.h' line='67' column='1' id='type-id-587'/>
-    <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-588'/>
-    <function-decl name='_PyEval_EvalFrameDefault' mangled-name='_PyEval_EvalFrameDefault' filepath='Python/ceval.c' line='1700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_EvalFrameDefault'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='1700' column='1'/>
-      <parameter type-id='type-id-588' name='frame' filepath='Python/ceval.c' line='1700' column='1'/>
-      <parameter type-id='type-id-8' name='throwflag' filepath='Python/ceval.c' line='1700' column='1'/>
+    <typedef-decl name='_PyInterpreterFrame' type-id='type-id-372' filepath='./Include/internal/pycore_frame.h' line='67' column='1' id='type-id-593'/>
+    <pointer-type-def type-id='type-id-593' size-in-bits='64' id='type-id-594'/>
+    <function-decl name='_PyEval_EvalFrameDefault' mangled-name='_PyEval_EvalFrameDefault' filepath='Python/ceval.c' line='1644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_EvalFrameDefault'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='1644' column='1'/>
+      <parameter type-id='type-id-594' name='frame' filepath='Python/ceval.c' line='1644' column='1'/>
+      <parameter type-id='type-id-8' name='throwflag' filepath='Python/ceval.c' line='1644' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='1224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>
-      <parameter type-id='type-id-429' name='f' filepath='Python/ceval.c' line='1224' column='1'/>
-      <parameter type-id='type-id-8' name='throwflag' filepath='Python/ceval.c' line='1224' column='1'/>
+    <function-decl name='PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='1172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrameEx'>
+      <parameter type-id='type-id-435' name='f' filepath='Python/ceval.c' line='1172' column='1'/>
+      <parameter type-id='type-id-8' name='throwflag' filepath='Python/ceval.c' line='1172' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='1216' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>
-      <parameter type-id='type-id-429' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
+    <function-decl name='PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='1164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalFrame'>
+      <parameter type-id='type-id-435' name='frame' filepath='Objects/frameobject.c' line='1172' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyEval_EvalCode' mangled-name='PyEval_EvalCode' filepath='Python/ceval.c' line='1183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalCode'>
-      <parameter type-id='type-id-14' name='co' filepath='Python/ceval.c' line='1183' column='1'/>
-      <parameter type-id='type-id-14' name='globals' filepath='Python/ceval.c' line='1183' column='1'/>
-      <parameter type-id='type-id-14' name='locals' filepath='Python/ceval.c' line='1183' column='1'/>
+    <function-decl name='PyEval_EvalCode' mangled-name='PyEval_EvalCode' filepath='Python/ceval.c' line='1131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_EvalCode'>
+      <parameter type-id='type-id-14' name='co' filepath='Python/ceval.c' line='1131' column='1'/>
+      <parameter type-id='type-id-14' name='globals' filepath='Python/ceval.c' line='1131' column='1'/>
+      <parameter type-id='type-id-14' name='locals' filepath='Python/ceval.c' line='1131' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_Py_CheckRecursiveCall' mangled-name='_Py_CheckRecursiveCall' filepath='Python/ceval.c' line='886' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_CheckRecursiveCall'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='886' column='1'/>
-      <parameter type-id='type-id-3' name='where' filepath='Python/ceval.c' line='886' column='1'/>
+    <function-decl name='_Py_CheckRecursiveCall' mangled-name='_Py_CheckRecursiveCall' filepath='Python/ceval.c' line='834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_CheckRecursiveCall'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='834' column='1'/>
+      <parameter type-id='type-id-3' name='where' filepath='Python/ceval.c' line='834' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_SetRecursionLimit' mangled-name='Py_SetRecursionLimit' filepath='Python/ceval.c' line='872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetRecursionLimit'>
-      <parameter type-id='type-id-8' name='new_limit' filepath='Python/ceval.c' line='872' column='1'/>
+    <function-decl name='Py_SetRecursionLimit' mangled-name='Py_SetRecursionLimit' filepath='Python/ceval.c' line='820' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetRecursionLimit'>
+      <parameter type-id='type-id-8' name='new_limit' filepath='Python/ceval.c' line='820' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_GetRecursionLimit' mangled-name='Py_GetRecursionLimit' filepath='Python/ceval.c' line='865' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetRecursionLimit'>
+    <function-decl name='Py_GetRecursionLimit' mangled-name='Py_GetRecursionLimit' filepath='Python/ceval.c' line='813' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetRecursionLimit'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_MakePendingCalls' mangled-name='Py_MakePendingCalls' filepath='Python/ceval.c' line='809' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_MakePendingCalls'>
+    <function-decl name='Py_MakePendingCalls' mangled-name='Py_MakePendingCalls' filepath='Python/ceval.c' line='763' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_MakePendingCalls'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_AddPendingCall' mangled-name='Py_AddPendingCall' filepath='Python/ceval.c' line='688' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AddPendingCall'>
-      <parameter type-id='type-id-355' name='func' filepath='Python/ceval.c' line='688' column='1'/>
-      <parameter type-id='type-id-18' name='arg' filepath='Python/ceval.c' line='688' column='1'/>
+    <function-decl name='Py_AddPendingCall' mangled-name='Py_AddPendingCall' filepath='Python/ceval.c' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AddPendingCall'>
+      <parameter type-id='type-id-361' name='func' filepath='Python/ceval.c' line='642' column='1'/>
+      <parameter type-id='type-id-18' name='arg' filepath='Python/ceval.c' line='642' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyEval_AddPendingCall' mangled-name='_PyEval_AddPendingCall' filepath='Python/ceval.c' line='669' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_AddPendingCall'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='669' column='1'/>
-      <parameter type-id='type-id-355' name='func' filepath='Python/ceval.c' line='670' column='1'/>
-      <parameter type-id='type-id-18' name='arg' filepath='Python/ceval.c' line='670' column='1'/>
+    <function-decl name='_PyEval_AddPendingCall' mangled-name='_PyEval_AddPendingCall' filepath='Python/ceval.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_AddPendingCall'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='623' column='1'/>
+      <parameter type-id='type-id-361' name='func' filepath='Python/ceval.c' line='624' column='1'/>
+      <parameter type-id='type-id-18' name='arg' filepath='Python/ceval.c' line='624' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyEval_SignalReceived' mangled-name='_PyEval_SignalReceived' filepath='Python/ceval.c' line='612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SignalReceived'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='612' column='1'/>
+    <function-decl name='_PyEval_SignalReceived' mangled-name='_PyEval_SignalReceived' filepath='Python/ceval.c' line='566' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SignalReceived'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='566' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_RestoreThread' mangled-name='PyEval_RestoreThread' filepath='Python/ceval.c' line='578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_RestoreThread'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='578' column='1'/>
+    <function-decl name='PyEval_RestoreThread' mangled-name='PyEval_RestoreThread' filepath='Python/ceval.c' line='532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_RestoreThread'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='532' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_SaveThread' mangled-name='PyEval_SaveThread' filepath='Python/ceval.c' line='555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SaveThread'>
+    <function-decl name='PyEval_SaveThread' mangled-name='PyEval_SaveThread' filepath='Python/ceval.c' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_SaveThread'>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='_PyEval_SignalAsyncExc' mangled-name='_PyEval_SignalAsyncExc' filepath='Python/ceval.c' line='549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SignalAsyncExc'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='549' column='1'/>
+    <function-decl name='_PyEval_SignalAsyncExc' mangled-name='_PyEval_SignalAsyncExc' filepath='Python/ceval.c' line='512' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SignalAsyncExc'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='512' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_ReleaseThread' mangled-name='PyEval_ReleaseThread' filepath='Python/ceval.c' line='499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ReleaseThread'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='499' column='1'/>
+    <function-decl name='PyEval_ReleaseThread' mangled-name='PyEval_ReleaseThread' filepath='Python/ceval.c' line='466' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ReleaseThread'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='466' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_AcquireThread' mangled-name='PyEval_AcquireThread' filepath='Python/ceval.c' line='482' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_AcquireThread'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='578' column='1'/>
+    <function-decl name='PyEval_AcquireThread' mangled-name='PyEval_AcquireThread' filepath='Python/ceval.c' line='453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_AcquireThread'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='532' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_ReleaseLock' mangled-name='PyEval_ReleaseLock' filepath='Python/ceval.c' line='461' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ReleaseLock'>
+    <function-decl name='PyEval_ReleaseLock' mangled-name='PyEval_ReleaseLock' filepath='Python/ceval.c' line='432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ReleaseLock'>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_AcquireLock' mangled-name='PyEval_AcquireLock' filepath='Python/ceval.c' line='451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_AcquireLock'>
+    <function-decl name='PyEval_AcquireLock' mangled-name='PyEval_AcquireLock' filepath='Python/ceval.c' line='422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_AcquireLock'>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_InitThreads' mangled-name='PyEval_InitThreads' filepath='Python/ceval.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_InitThreads'>
+    <function-decl name='PyEval_InitThreads' mangled-name='PyEval_InitThreads' filepath='Python/ceval.c' line='408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_InitThreads'>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyEval_ThreadsInitialized' mangled-name='PyEval_ThreadsInitialized' filepath='Python/ceval.c' line='374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ThreadsInitialized'>
+    <function-decl name='PyEval_ThreadsInitialized' mangled-name='PyEval_ThreadsInitialized' filepath='Python/ceval.c' line='358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyEval_ThreadsInitialized'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_Py_FatalError_TstateNULL' mangled-name='_Py_FatalError_TstateNULL' filepath='Python/ceval.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalError_TstateNULL'>
-      <parameter type-id='type-id-3' name='func' filepath='Python/ceval.c' line='344' column='1'/>
+    <function-decl name='_Py_FatalError_TstateNULL' mangled-name='_Py_FatalError_TstateNULL' filepath='Python/ceval.c' line='343' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalError_TstateNULL'>
+      <parameter type-id='type-id-3' name='func' filepath='Python/ceval.c' line='343' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyEval_GetSwitchInterval' mangled-name='_PyEval_GetSwitchInterval' filepath='Python/ceval_gil.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetSwitchInterval'>
+    <function-decl name='_PyEval_GetSwitchInterval' mangled-name='_PyEval_GetSwitchInterval' filepath='Python/ceval_gil.h' line='327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_GetSwitchInterval'>
       <return type-id='type-id-16'/>
     </function-decl>
-    <function-decl name='_PyEval_SetSwitchInterval' mangled-name='_PyEval_SetSwitchInterval' filepath='Python/ceval_gil.h' line='329' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetSwitchInterval'>
-      <parameter type-id='type-id-16' name='microseconds' filepath='Python/ceval_gil.h' line='329' column='1'/>
+    <function-decl name='_PyEval_SetSwitchInterval' mangled-name='_PyEval_SetSwitchInterval' filepath='Python/ceval_gil.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyEval_SetSwitchInterval'>
+      <parameter type-id='type-id-16' name='microseconds' filepath='Python/ceval_gil.h' line='321' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/codecs.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/codecs.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='Py_hexdigits' type-id='type-id-3' mangled-name='Py_hexdigits' visibility='default' filepath='./Include/codecs.h' line='242' column='1' elf-symbol-id='Py_hexdigits'/>
     <function-decl name='PyCodec_NameReplaceErrors' mangled-name='PyCodec_NameReplaceErrors' filepath='Python/codecs.c' line='959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCodec_NameReplaceErrors'>
       <parameter type-id='type-id-14' name='exc' filepath='Python/codecs.c' line='959' column='1'/>
@@ -11537,13 +11566,13 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyCodecInfo_GetIncrementalEncoder' mangled-name='_PyCodecInfo_GetIncrementalEncoder' filepath='Python/codecs.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCodecInfo_GetIncrementalEncoder'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyCodecInfo_GetIncrementalDecoder' mangled-name='_PyCodecInfo_GetIncrementalDecoder' filepath='Python/codecs.c' line='330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCodecInfo_GetIncrementalDecoder'>
-      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7366' column='1'/>
+      <parameter type-id='type-id-14' name='unicode' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Objects/unicodeobject.c' line='7356' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyCodec_KnownEncoding' mangled-name='PyCodec_KnownEncoding' filepath='Python/codecs.c' line='214' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCodec_KnownEncoding'>
@@ -11563,21 +11592,21 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/compile.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/compile.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-442' size-in-bits='2048' id='type-id-589'>
+    <array-type-def dimensions='1' type-id='type-id-448' size-in-bits='2048' id='type-id-595'>
       <subrange length='256' type-id='type-id-16' id='type-id-264'/>
 
     </array-type-def>
-    <qualified-type-def type-id='type-id-589' const='yes' id='type-id-590'/>
-    <var-decl name='_PyOpcode_Caches' type-id='type-id-590' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='15' column='1'/>
-    <var-decl name='_PyOpcode_Deopt' type-id='type-id-590' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='17' column='1'/>
-    <var-decl name='_PyOpcode_Original' type-id='type-id-590' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='19' column='1'/>
-    <function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='9341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>
-      <parameter type-id='type-id-14' name='code' filepath='Python/compile.c' line='9341' column='1'/>
-      <parameter type-id='type-id-14' name='_unused_consts' filepath='Python/compile.c' line='9341' column='1'/>
-      <parameter type-id='type-id-14' name='_unused_names' filepath='Python/compile.c' line='9342' column='1'/>
-      <parameter type-id='type-id-14' name='_unused_lnotab_obj' filepath='Python/compile.c' line='9342' column='1'/>
+    <qualified-type-def type-id='type-id-595' const='yes' id='type-id-596'/>
+    <var-decl name='_PyOpcode_Caches' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='15' column='1'/>
+    <var-decl name='_PyOpcode_Deopt' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='17' column='1'/>
+    <var-decl name='_PyOpcode_Original' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_opcode.h' line='19' column='1'/>
+    <function-decl name='PyCode_Optimize' mangled-name='PyCode_Optimize' filepath='Python/compile.c' line='9351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCode_Optimize'>
+      <parameter type-id='type-id-14' name='code' filepath='Python/compile.c' line='9351' column='1'/>
+      <parameter type-id='type-id-14' name='_unused_consts' filepath='Python/compile.c' line='9351' column='1'/>
+      <parameter type-id='type-id-14' name='_unused_names' filepath='Python/compile.c' line='9352' column='1'/>
+      <parameter type-id='type-id-14' name='_unused_lnotab_obj' filepath='Python/compile.c' line='9352' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyCompile_OpcodeStackEffect' mangled-name='PyCompile_OpcodeStackEffect' filepath='Python/compile.c' line='1206' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyCompile_OpcodeStackEffect'>
@@ -11591,60 +11620,60 @@
       <parameter type-id='type-id-8' name='c3' filepath='Parser/token.c' line='194' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <class-decl name='_mod' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1' id='type-id-591'>
+    <class-decl name='_mod' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='153' column='1' id='type-id-597'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='kind' type-id='type-id-592' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>
+        <var-decl name='kind' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='154' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='v' type-id='type-id-593' visibility='default' filepath='./Include/internal/pycore_ast.h' line='174' column='1'/>
+        <var-decl name='v' type-id='type-id-599' visibility='default' filepath='./Include/internal/pycore_ast.h' line='174' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='151' column='1' id='type-id-592'>
+    <enum-decl name='_mod_kind' filepath='./Include/internal/pycore_ast.h' line='151' column='1' id='type-id-598'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='Module_kind' value='1'/>
       <enumerator name='Interactive_kind' value='2'/>
       <enumerator name='Expression_kind' value='3'/>
       <enumerator name='FunctionType_kind' value='4'/>
     </enum-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-593'>
+    <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='155' column='1' id='type-id-599'>
       <data-member access='private'>
-        <var-decl name='Module' type-id='type-id-594' visibility='default' filepath='./Include/internal/pycore_ast.h' line='159' column='1'/>
+        <var-decl name='Module' type-id='type-id-600' visibility='default' filepath='./Include/internal/pycore_ast.h' line='159' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Interactive' type-id='type-id-595' visibility='default' filepath='./Include/internal/pycore_ast.h' line='163' column='1'/>
+        <var-decl name='Interactive' type-id='type-id-601' visibility='default' filepath='./Include/internal/pycore_ast.h' line='163' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Expression' type-id='type-id-596' visibility='default' filepath='./Include/internal/pycore_ast.h' line='167' column='1'/>
+        <var-decl name='Expression' type-id='type-id-602' visibility='default' filepath='./Include/internal/pycore_ast.h' line='167' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='FunctionType' type-id='type-id-597' visibility='default' filepath='./Include/internal/pycore_ast.h' line='172' column='1'/>
+        <var-decl name='FunctionType' type-id='type-id-603' visibility='default' filepath='./Include/internal/pycore_ast.h' line='172' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='156' column='1' id='type-id-594'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='156' column='1' id='type-id-600'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='157' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='157' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='type_ignores' type-id='type-id-599' visibility='default' filepath='./Include/internal/pycore_ast.h' line='158' column='1'/>
+        <var-decl name='type_ignores' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='158' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-600' visibility='default' filepath='./Include/internal/pycore_ast.h' line='62' column='1' id='type-id-601'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='62' column='1' id='type-id-607'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='63' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-602' visibility='default' filepath='./Include/internal/pycore_ast.h' line='64' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='64' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_stmt' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='185' column='1' id='type-id-603'>
+    <class-decl name='_stmt' size-in-bits='576' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='185' column='1' id='type-id-609'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='kind' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='186' column='1'/>
+        <var-decl name='kind' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='186' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='v' type-id='type-id-605' visibility='default' filepath='./Include/internal/pycore_ast.h' line='332' column='1'/>
+        <var-decl name='v' type-id='type-id-611' visibility='default' filepath='./Include/internal/pycore_ast.h' line='332' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='333' column='1'/>
@@ -11659,7 +11688,7 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='336' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='177' column='1' id='type-id-604'>
+    <enum-decl name='_stmt_kind' filepath='./Include/internal/pycore_ast.h' line='177' column='1' id='type-id-610'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='FunctionDef_kind' value='1'/>
       <enumerator name='AsyncFunctionDef_kind' value='2'/>
@@ -11689,144 +11718,144 @@
       <enumerator name='Break_kind' value='26'/>
       <enumerator name='Continue_kind' value='27'/>
     </enum-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-605'>
+    <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='187' column='1' id='type-id-611'>
       <data-member access='private'>
-        <var-decl name='FunctionDef' type-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='195' column='1'/>
+        <var-decl name='FunctionDef' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='195' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='AsyncFunctionDef' type-id='type-id-606' visibility='default' filepath='./Include/internal/pycore_ast.h' line='204' column='1'/>
+        <var-decl name='AsyncFunctionDef' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='204' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='ClassDef' type-id='type-id-607' visibility='default' filepath='./Include/internal/pycore_ast.h' line='212' column='1'/>
+        <var-decl name='ClassDef' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='212' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Return' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='216' column='1'/>
+        <var-decl name='Return' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='216' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Delete' type-id='type-id-609' visibility='default' filepath='./Include/internal/pycore_ast.h' line='220' column='1'/>
+        <var-decl name='Delete' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='220' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Assign' type-id='type-id-610' visibility='default' filepath='./Include/internal/pycore_ast.h' line='226' column='1'/>
+        <var-decl name='Assign' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='226' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='AugAssign' type-id='type-id-611' visibility='default' filepath='./Include/internal/pycore_ast.h' line='232' column='1'/>
+        <var-decl name='AugAssign' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='232' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='AnnAssign' type-id='type-id-612' visibility='default' filepath='./Include/internal/pycore_ast.h' line='239' column='1'/>
+        <var-decl name='AnnAssign' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='239' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='For' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='247' column='1'/>
+        <var-decl name='For' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='247' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='AsyncFor' type-id='type-id-613' visibility='default' filepath='./Include/internal/pycore_ast.h' line='255' column='1'/>
+        <var-decl name='AsyncFor' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='255' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='While' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='261' column='1'/>
+        <var-decl name='While' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='261' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='If' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='267' column='1'/>
+        <var-decl name='If' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='267' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='With' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='273' column='1'/>
+        <var-decl name='With' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='273' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='AsyncWith' type-id='type-id-615' visibility='default' filepath='./Include/internal/pycore_ast.h' line='279' column='1'/>
+        <var-decl name='AsyncWith' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='279' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Match' type-id='type-id-616' visibility='default' filepath='./Include/internal/pycore_ast.h' line='284' column='1'/>
+        <var-decl name='Match' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='284' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Raise' type-id='type-id-617' visibility='default' filepath='./Include/internal/pycore_ast.h' line='289' column='1'/>
+        <var-decl name='Raise' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='289' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Try' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='296' column='1'/>
+        <var-decl name='Try' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='296' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='TryStar' type-id='type-id-618' visibility='default' filepath='./Include/internal/pycore_ast.h' line='303' column='1'/>
+        <var-decl name='TryStar' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='303' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Assert' type-id='type-id-619' visibility='default' filepath='./Include/internal/pycore_ast.h' line='308' column='1'/>
+        <var-decl name='Assert' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='308' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Import' type-id='type-id-620' visibility='default' filepath='./Include/internal/pycore_ast.h' line='312' column='1'/>
+        <var-decl name='Import' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='312' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='ImportFrom' type-id='type-id-621' visibility='default' filepath='./Include/internal/pycore_ast.h' line='318' column='1'/>
+        <var-decl name='ImportFrom' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='318' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Global' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='322' column='1'/>
+        <var-decl name='Global' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='322' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Nonlocal' type-id='type-id-622' visibility='default' filepath='./Include/internal/pycore_ast.h' line='326' column='1'/>
+        <var-decl name='Nonlocal' type-id='type-id-628' visibility='default' filepath='./Include/internal/pycore_ast.h' line='326' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Expr' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='330' column='1'/>
+        <var-decl name='Expr' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='330' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='188' column='1' id='type-id-606'>
+    <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='188' column='1' id='type-id-612'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='name' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='189' column='1'/>
+        <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='189' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='args' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='190' column='1'/>
+        <var-decl name='args' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='190' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='191' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='191' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='decorator_list' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='192' column='1'/>
+        <var-decl name='decorator_list' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='192' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='returns' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='193' column='1'/>
+        <var-decl name='returns' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='193' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='type_comment' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='194' column='1'/>
+        <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='194' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='identifier' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='13' column='1' id='type-id-623'/>
-    <class-decl name='_arguments' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='520' column='1' id='type-id-628'>
+    <typedef-decl name='identifier' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='13' column='1' id='type-id-629'/>
+    <class-decl name='_arguments' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='520' column='1' id='type-id-634'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='posonlyargs' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='521' column='1'/>
+        <var-decl name='posonlyargs' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='521' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='args' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='522' column='1'/>
+        <var-decl name='args' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='522' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='vararg' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='523' column='1'/>
+        <var-decl name='vararg' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='523' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='kwonlyargs' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1'/>
+        <var-decl name='kwonlyargs' type-id='type-id-635' visibility='default' filepath='./Include/internal/pycore_ast.h' line='524' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='kw_defaults' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='525' column='1'/>
+        <var-decl name='kw_defaults' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='525' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='kwarg' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='526' column='1'/>
+        <var-decl name='kwarg' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='526' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='defaults' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='527' column='1'/>
+        <var-decl name='defaults' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='527' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='99' column='1' id='type-id-632'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-637' visibility='default' filepath='./Include/internal/pycore_ast.h' line='99' column='1' id='type-id-638'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='100' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='100' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='101' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='101' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_arg' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='530' column='1' id='type-id-634'>
+    <class-decl name='_arg' size-in-bits='320' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='530' column='1' id='type-id-640'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='arg' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='531' column='1'/>
+        <var-decl name='arg' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='531' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='annotation' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='532' column='1'/>
+        <var-decl name='annotation' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='532' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='type_comment' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='533' column='1'/>
+        <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='533' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='534' column='1'/>
@@ -11841,12 +11870,12 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='537' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_expr' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='347' column='1' id='type-id-635'>
+    <class-decl name='_expr' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='347' column='1' id='type-id-641'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='kind' type-id='type-id-636' visibility='default' filepath='./Include/internal/pycore_ast.h' line='348' column='1'/>
+        <var-decl name='kind' type-id='type-id-642' visibility='default' filepath='./Include/internal/pycore_ast.h' line='348' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='v' type-id='type-id-637' visibility='default' filepath='./Include/internal/pycore_ast.h' line='489' column='1'/>
+        <var-decl name='v' type-id='type-id-643' visibility='default' filepath='./Include/internal/pycore_ast.h' line='489' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='490' column='1'/>
@@ -11861,7 +11890,7 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='493' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='339' column='1' id='type-id-636'>
+    <enum-decl name='_expr_kind' filepath='./Include/internal/pycore_ast.h' line='339' column='1' id='type-id-642'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='BoolOp_kind' value='1'/>
       <enumerator name='NamedExpr_kind' value='2'/>
@@ -11891,143 +11920,143 @@
       <enumerator name='Tuple_kind' value='26'/>
       <enumerator name='Slice_kind' value='27'/>
     </enum-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='349' column='1' id='type-id-637'>
+    <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='349' column='1' id='type-id-643'>
       <data-member access='private'>
-        <var-decl name='BoolOp' type-id='type-id-638' visibility='default' filepath='./Include/internal/pycore_ast.h' line='353' column='1'/>
+        <var-decl name='BoolOp' type-id='type-id-644' visibility='default' filepath='./Include/internal/pycore_ast.h' line='353' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='NamedExpr' type-id='type-id-639' visibility='default' filepath='./Include/internal/pycore_ast.h' line='358' column='1'/>
+        <var-decl name='NamedExpr' type-id='type-id-645' visibility='default' filepath='./Include/internal/pycore_ast.h' line='358' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='BinOp' type-id='type-id-640' visibility='default' filepath='./Include/internal/pycore_ast.h' line='364' column='1'/>
+        <var-decl name='BinOp' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='364' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='UnaryOp' type-id='type-id-641' visibility='default' filepath='./Include/internal/pycore_ast.h' line='369' column='1'/>
+        <var-decl name='UnaryOp' type-id='type-id-647' visibility='default' filepath='./Include/internal/pycore_ast.h' line='369' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Lambda' type-id='type-id-642' visibility='default' filepath='./Include/internal/pycore_ast.h' line='374' column='1'/>
+        <var-decl name='Lambda' type-id='type-id-648' visibility='default' filepath='./Include/internal/pycore_ast.h' line='374' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='IfExp' type-id='type-id-643' visibility='default' filepath='./Include/internal/pycore_ast.h' line='380' column='1'/>
+        <var-decl name='IfExp' type-id='type-id-649' visibility='default' filepath='./Include/internal/pycore_ast.h' line='380' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Dict' type-id='type-id-644' visibility='default' filepath='./Include/internal/pycore_ast.h' line='385' column='1'/>
+        <var-decl name='Dict' type-id='type-id-650' visibility='default' filepath='./Include/internal/pycore_ast.h' line='385' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Set' type-id='type-id-645' visibility='default' filepath='./Include/internal/pycore_ast.h' line='389' column='1'/>
+        <var-decl name='Set' type-id='type-id-651' visibility='default' filepath='./Include/internal/pycore_ast.h' line='389' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='ListComp' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='394' column='1'/>
+        <var-decl name='ListComp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='394' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='SetComp' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='399' column='1'/>
+        <var-decl name='SetComp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='399' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='DictComp' type-id='type-id-647' visibility='default' filepath='./Include/internal/pycore_ast.h' line='405' column='1'/>
+        <var-decl name='DictComp' type-id='type-id-653' visibility='default' filepath='./Include/internal/pycore_ast.h' line='405' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='GeneratorExp' type-id='type-id-646' visibility='default' filepath='./Include/internal/pycore_ast.h' line='410' column='1'/>
+        <var-decl name='GeneratorExp' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='410' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Await' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='414' column='1'/>
+        <var-decl name='Await' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='414' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Yield' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='418' column='1'/>
+        <var-decl name='Yield' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='418' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='YieldFrom' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='422' column='1'/>
+        <var-decl name='YieldFrom' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='422' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Compare' type-id='type-id-648' visibility='default' filepath='./Include/internal/pycore_ast.h' line='428' column='1'/>
+        <var-decl name='Compare' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='428' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Call' type-id='type-id-649' visibility='default' filepath='./Include/internal/pycore_ast.h' line='434' column='1'/>
+        <var-decl name='Call' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='434' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='FormattedValue' type-id='type-id-650' visibility='default' filepath='./Include/internal/pycore_ast.h' line='440' column='1'/>
+        <var-decl name='FormattedValue' type-id='type-id-656' visibility='default' filepath='./Include/internal/pycore_ast.h' line='440' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='JoinedStr' type-id='type-id-651' visibility='default' filepath='./Include/internal/pycore_ast.h' line='444' column='1'/>
+        <var-decl name='JoinedStr' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='444' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Constant' type-id='type-id-652' visibility='default' filepath='./Include/internal/pycore_ast.h' line='449' column='1'/>
+        <var-decl name='Constant' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='449' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Attribute' type-id='type-id-653' visibility='default' filepath='./Include/internal/pycore_ast.h' line='455' column='1'/>
+        <var-decl name='Attribute' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='455' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Subscript' type-id='type-id-654' visibility='default' filepath='./Include/internal/pycore_ast.h' line='461' column='1'/>
+        <var-decl name='Subscript' type-id='type-id-660' visibility='default' filepath='./Include/internal/pycore_ast.h' line='461' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Starred' type-id='type-id-655' visibility='default' filepath='./Include/internal/pycore_ast.h' line='466' column='1'/>
+        <var-decl name='Starred' type-id='type-id-661' visibility='default' filepath='./Include/internal/pycore_ast.h' line='466' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Name' type-id='type-id-656' visibility='default' filepath='./Include/internal/pycore_ast.h' line='471' column='1'/>
+        <var-decl name='Name' type-id='type-id-662' visibility='default' filepath='./Include/internal/pycore_ast.h' line='471' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='List' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='476' column='1'/>
+        <var-decl name='List' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='476' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Tuple' type-id='type-id-657' visibility='default' filepath='./Include/internal/pycore_ast.h' line='481' column='1'/>
+        <var-decl name='Tuple' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='481' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='Slice' type-id='type-id-658' visibility='default' filepath='./Include/internal/pycore_ast.h' line='487' column='1'/>
+        <var-decl name='Slice' type-id='type-id-664' visibility='default' filepath='./Include/internal/pycore_ast.h' line='487' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='350' column='1' id='type-id-638'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='350' column='1' id='type-id-644'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='op' type-id='type-id-659' visibility='default' filepath='./Include/internal/pycore_ast.h' line='351' column='1'/>
+        <var-decl name='op' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='351' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='values' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='352' column='1'/>
+        <var-decl name='values' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='352' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-660'>
+    <enum-decl name='_boolop' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-666'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='And' value='1'/>
       <enumerator name='Or' value='2'/>
     </enum-decl>
-    <typedef-decl name='boolop_ty' type-id='type-id-660' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-659'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-661' visibility='default' filepath='./Include/internal/pycore_ast.h' line='69' column='1' id='type-id-662'>
+    <typedef-decl name='boolop_ty' type-id='type-id-666' filepath='./Include/internal/pycore_ast.h' line='23' column='1' id='type-id-665'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='69' column='1' id='type-id-668'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='70' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-663' visibility='default' filepath='./Include/internal/pycore_ast.h' line='71' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-669' visibility='default' filepath='./Include/internal/pycore_ast.h' line='71' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-635' size-in-bits='64' id='type-id-664'/>
-    <typedef-decl name='expr_ty' type-id='type-id-664' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-626'/>
+    <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-670'/>
+    <typedef-decl name='expr_ty' type-id='type-id-670' filepath='./Include/internal/pycore_ast.h' line='19' column='1' id='type-id-632'/>
 
-    <array-type-def dimensions='1' type-id='type-id-626' size-in-bits='64' id='type-id-663'>
+    <array-type-def dimensions='1' type-id='type-id-632' size-in-bits='64' id='type-id-669'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_expr_seq' type-id='type-id-662' filepath='./Include/internal/pycore_ast.h' line='72' column='1' id='type-id-661'/>
-    <pointer-type-def type-id='type-id-661' size-in-bits='64' id='type-id-625'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='355' column='1' id='type-id-639'>
+    <typedef-decl name='asdl_expr_seq' type-id='type-id-668' filepath='./Include/internal/pycore_ast.h' line='72' column='1' id='type-id-667'/>
+    <pointer-type-def type-id='type-id-667' size-in-bits='64' id='type-id-631'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='355' column='1' id='type-id-645'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='target' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='356' column='1'/>
+        <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='356' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='357' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='357' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='360' column='1' id='type-id-640'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='360' column='1' id='type-id-646'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='left' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='361' column='1'/>
+        <var-decl name='left' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='361' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='op' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='362' column='1'/>
+        <var-decl name='op' type-id='type-id-671' visibility='default' filepath='./Include/internal/pycore_ast.h' line='362' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='right' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='363' column='1'/>
+        <var-decl name='right' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='363' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-666'>
+    <enum-decl name='_operator' filepath='./Include/internal/pycore_ast.h' line='25' column='1' id='type-id-672'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='Add' value='1'/>
       <enumerator name='Sub' value='2'/>
@@ -12043,172 +12072,172 @@
       <enumerator name='BitAnd' value='12'/>
       <enumerator name='FloorDiv' value='13'/>
     </enum-decl>
-    <typedef-decl name='operator_ty' type-id='type-id-666' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-665'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='366' column='1' id='type-id-641'>
+    <typedef-decl name='operator_ty' type-id='type-id-672' filepath='./Include/internal/pycore_ast.h' line='27' column='1' id='type-id-671'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='366' column='1' id='type-id-647'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='op' type-id='type-id-667' visibility='default' filepath='./Include/internal/pycore_ast.h' line='367' column='1'/>
+        <var-decl name='op' type-id='type-id-673' visibility='default' filepath='./Include/internal/pycore_ast.h' line='367' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='operand' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='368' column='1'/>
+        <var-decl name='operand' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='368' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-668'>
+    <enum-decl name='_unaryop' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-674'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='Invert' value='1'/>
       <enumerator name='Not' value='2'/>
       <enumerator name='UAdd' value='3'/>
       <enumerator name='USub' value='4'/>
     </enum-decl>
-    <typedef-decl name='unaryop_ty' type-id='type-id-668' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-667'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='371' column='1' id='type-id-642'>
+    <typedef-decl name='unaryop_ty' type-id='type-id-674' filepath='./Include/internal/pycore_ast.h' line='29' column='1' id='type-id-673'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='371' column='1' id='type-id-648'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='args' type-id='type-id-624' visibility='default' filepath='./Include/internal/pycore_ast.h' line='372' column='1'/>
+        <var-decl name='args' type-id='type-id-630' visibility='default' filepath='./Include/internal/pycore_ast.h' line='372' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='body' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='373' column='1'/>
+        <var-decl name='body' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='373' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-628' size-in-bits='64' id='type-id-669'/>
-    <typedef-decl name='arguments_ty' type-id='type-id-669' filepath='./Include/internal/pycore_ast.h' line='38' column='1' id='type-id-624'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='376' column='1' id='type-id-643'>
+    <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-675'/>
+    <typedef-decl name='arguments_ty' type-id='type-id-675' filepath='./Include/internal/pycore_ast.h' line='38' column='1' id='type-id-630'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='376' column='1' id='type-id-649'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='test' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='377' column='1'/>
+        <var-decl name='test' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='377' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='body' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='378' column='1'/>
+        <var-decl name='body' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='378' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='orelse' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='379' column='1'/>
+        <var-decl name='orelse' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='379' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='382' column='1' id='type-id-644'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='382' column='1' id='type-id-650'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='keys' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='383' column='1'/>
+        <var-decl name='keys' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='383' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='values' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='384' column='1'/>
+        <var-decl name='values' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='384' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='387' column='1' id='type-id-645'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='387' column='1' id='type-id-651'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='elts' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='388' column='1'/>
+        <var-decl name='elts' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='388' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='391' column='1' id='type-id-646'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='391' column='1' id='type-id-652'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='elt' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='392' column='1'/>
+        <var-decl name='elt' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='392' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='generators' type-id='type-id-670' visibility='default' filepath='./Include/internal/pycore_ast.h' line='393' column='1'/>
+        <var-decl name='generators' type-id='type-id-676' visibility='default' filepath='./Include/internal/pycore_ast.h' line='393' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-671' visibility='default' filepath='./Include/internal/pycore_ast.h' line='76' column='1' id='type-id-672'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-677' visibility='default' filepath='./Include/internal/pycore_ast.h' line='76' column='1' id='type-id-678'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='77' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='77' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-673' visibility='default' filepath='./Include/internal/pycore_ast.h' line='78' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-679' visibility='default' filepath='./Include/internal/pycore_ast.h' line='78' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_comprehension' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='496' column='1' id='type-id-674'>
+    <class-decl name='_comprehension' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='496' column='1' id='type-id-680'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='target' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='497' column='1'/>
+        <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='497' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='iter' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='498' column='1'/>
+        <var-decl name='iter' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='498' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ifs' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='499' column='1'/>
+        <var-decl name='ifs' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='499' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='is_async' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='500' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-674' size-in-bits='64' id='type-id-675'/>
-    <typedef-decl name='comprehension_ty' type-id='type-id-675' filepath='./Include/internal/pycore_ast.h' line='34' column='1' id='type-id-676'/>
+    <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-681'/>
+    <typedef-decl name='comprehension_ty' type-id='type-id-681' filepath='./Include/internal/pycore_ast.h' line='34' column='1' id='type-id-682'/>
 
-    <array-type-def dimensions='1' type-id='type-id-676' size-in-bits='64' id='type-id-673'>
+    <array-type-def dimensions='1' type-id='type-id-682' size-in-bits='64' id='type-id-679'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_comprehension_seq' type-id='type-id-672' filepath='./Include/internal/pycore_ast.h' line='79' column='1' id='type-id-671'/>
-    <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-670'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='401' column='1' id='type-id-647'>
+    <typedef-decl name='asdl_comprehension_seq' type-id='type-id-678' filepath='./Include/internal/pycore_ast.h' line='79' column='1' id='type-id-677'/>
+    <pointer-type-def type-id='type-id-677' size-in-bits='64' id='type-id-676'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='401' column='1' id='type-id-653'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='key' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='402' column='1'/>
+        <var-decl name='key' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='402' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='403' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='403' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='generators' type-id='type-id-670' visibility='default' filepath='./Include/internal/pycore_ast.h' line='404' column='1'/>
+        <var-decl name='generators' type-id='type-id-676' visibility='default' filepath='./Include/internal/pycore_ast.h' line='404' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='412' column='1' id='type-id-608'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='412' column='1' id='type-id-614'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='413' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='413' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='424' column='1' id='type-id-648'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='424' column='1' id='type-id-654'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='left' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='425' column='1'/>
+        <var-decl name='left' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='425' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ops' type-id='type-id-677' visibility='default' filepath='./Include/internal/pycore_ast.h' line='426' column='1'/>
+        <var-decl name='ops' type-id='type-id-683' visibility='default' filepath='./Include/internal/pycore_ast.h' line='426' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='comparators' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='427' column='1'/>
+        <var-decl name='comparators' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='427' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-678' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='42' column='1' id='type-id-679'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-684' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='42' column='1' id='type-id-685'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='43' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-680' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-686' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='44' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='32' id='type-id-680'>
+    <array-type-def dimensions='1' type-id='type-id-8' size-in-bits='32' id='type-id-686'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_int_seq' type-id='type-id-679' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-678'/>
-    <pointer-type-def type-id='type-id-678' size-in-bits='64' id='type-id-677'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='430' column='1' id='type-id-649'>
+    <typedef-decl name='asdl_int_seq' type-id='type-id-685' filepath='./Include/internal/pycore_asdl.h' line='45' column='1' id='type-id-684'/>
+    <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-683'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='430' column='1' id='type-id-655'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='func' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='431' column='1'/>
+        <var-decl name='func' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='431' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='args' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='432' column='1'/>
+        <var-decl name='args' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='432' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='keywords' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='433' column='1'/>
+        <var-decl name='keywords' type-id='type-id-687' visibility='default' filepath='./Include/internal/pycore_ast.h' line='433' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-682' visibility='default' filepath='./Include/internal/pycore_ast.h' line='106' column='1' id='type-id-683'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-688' visibility='default' filepath='./Include/internal/pycore_ast.h' line='106' column='1' id='type-id-689'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='107' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='107' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-684' visibility='default' filepath='./Include/internal/pycore_ast.h' line='108' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-690' visibility='default' filepath='./Include/internal/pycore_ast.h' line='108' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_keyword' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='540' column='1' id='type-id-685'>
+    <class-decl name='_keyword' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='540' column='1' id='type-id-691'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='arg' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='541' column='1'/>
+        <var-decl name='arg' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='541' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='542' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='542' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='543' column='1'/>
@@ -12223,277 +12252,277 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='546' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-686'/>
-    <typedef-decl name='keyword_ty' type-id='type-id-686' filepath='./Include/internal/pycore_ast.h' line='42' column='1' id='type-id-687'/>
+    <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-692'/>
+    <typedef-decl name='keyword_ty' type-id='type-id-692' filepath='./Include/internal/pycore_ast.h' line='42' column='1' id='type-id-693'/>
 
-    <array-type-def dimensions='1' type-id='type-id-687' size-in-bits='64' id='type-id-684'>
+    <array-type-def dimensions='1' type-id='type-id-693' size-in-bits='64' id='type-id-690'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_keyword_seq' type-id='type-id-683' filepath='./Include/internal/pycore_ast.h' line='109' column='1' id='type-id-682'/>
-    <pointer-type-def type-id='type-id-682' size-in-bits='64' id='type-id-681'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='436' column='1' id='type-id-650'>
+    <typedef-decl name='asdl_keyword_seq' type-id='type-id-689' filepath='./Include/internal/pycore_ast.h' line='109' column='1' id='type-id-688'/>
+    <pointer-type-def type-id='type-id-688' size-in-bits='64' id='type-id-687'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='436' column='1' id='type-id-656'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='437' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='437' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='conversion' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='438' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='format_spec' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='439' column='1'/>
+        <var-decl name='format_spec' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='439' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='442' column='1' id='type-id-651'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='442' column='1' id='type-id-657'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='values' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='443' column='1'/>
+        <var-decl name='values' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='443' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='446' column='1' id='type-id-652'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='446' column='1' id='type-id-658'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-688' visibility='default' filepath='./Include/internal/pycore_ast.h' line='447' column='1'/>
+        <var-decl name='value' type-id='type-id-694' visibility='default' filepath='./Include/internal/pycore_ast.h' line='447' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='kind' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='448' column='1'/>
+        <var-decl name='kind' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='448' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='constant' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='16' column='1' id='type-id-688'/>
-    <typedef-decl name='string' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='14' column='1' id='type-id-627'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='451' column='1' id='type-id-653'>
+    <typedef-decl name='constant' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='16' column='1' id='type-id-694'/>
+    <typedef-decl name='string' type-id='type-id-14' filepath='./Include/internal/pycore_asdl.h' line='14' column='1' id='type-id-633'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='451' column='1' id='type-id-659'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='452' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='452' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='attr' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='453' column='1'/>
+        <var-decl name='attr' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='453' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ctx' type-id='type-id-689' visibility='default' filepath='./Include/internal/pycore_ast.h' line='454' column='1'/>
+        <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='454' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-690'>
+    <enum-decl name='_expr_context' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-696'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='Load' value='1'/>
       <enumerator name='Store' value='2'/>
       <enumerator name='Del' value='3'/>
     </enum-decl>
-    <typedef-decl name='expr_context_ty' type-id='type-id-690' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-689'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='457' column='1' id='type-id-654'>
+    <typedef-decl name='expr_context_ty' type-id='type-id-696' filepath='./Include/internal/pycore_ast.h' line='21' column='1' id='type-id-695'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='457' column='1' id='type-id-660'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='458' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='458' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='slice' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='459' column='1'/>
+        <var-decl name='slice' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='459' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ctx' type-id='type-id-689' visibility='default' filepath='./Include/internal/pycore_ast.h' line='460' column='1'/>
+        <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='460' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='463' column='1' id='type-id-655'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='463' column='1' id='type-id-661'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='464' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='464' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ctx' type-id='type-id-689' visibility='default' filepath='./Include/internal/pycore_ast.h' line='465' column='1'/>
+        <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='465' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='468' column='1' id='type-id-656'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='468' column='1' id='type-id-662'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='id' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='469' column='1'/>
+        <var-decl name='id' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='469' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ctx' type-id='type-id-689' visibility='default' filepath='./Include/internal/pycore_ast.h' line='470' column='1'/>
+        <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='470' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='473' column='1' id='type-id-657'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='473' column='1' id='type-id-663'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='elts' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='474' column='1'/>
+        <var-decl name='elts' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='474' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='ctx' type-id='type-id-689' visibility='default' filepath='./Include/internal/pycore_ast.h' line='475' column='1'/>
+        <var-decl name='ctx' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='475' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='483' column='1' id='type-id-658'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='483' column='1' id='type-id-664'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='lower' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='484' column='1'/>
+        <var-decl name='lower' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='484' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='upper' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='485' column='1'/>
+        <var-decl name='upper' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='485' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='step' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='486' column='1'/>
+        <var-decl name='step' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='486' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-691'/>
-    <typedef-decl name='arg_ty' type-id='type-id-691' filepath='./Include/internal/pycore_ast.h' line='40' column='1' id='type-id-630'/>
+    <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-697'/>
+    <typedef-decl name='arg_ty' type-id='type-id-697' filepath='./Include/internal/pycore_ast.h' line='40' column='1' id='type-id-636'/>
 
-    <array-type-def dimensions='1' type-id='type-id-630' size-in-bits='64' id='type-id-633'>
+    <array-type-def dimensions='1' type-id='type-id-636' size-in-bits='64' id='type-id-639'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_arg_seq' type-id='type-id-632' filepath='./Include/internal/pycore_ast.h' line='102' column='1' id='type-id-631'/>
-    <pointer-type-def type-id='type-id-631' size-in-bits='64' id='type-id-629'/>
-    <typedef-decl name='asdl_stmt_seq' type-id='type-id-601' filepath='./Include/internal/pycore_ast.h' line='65' column='1' id='type-id-600'/>
-    <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-598'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='206' column='1' id='type-id-607'>
+    <typedef-decl name='asdl_arg_seq' type-id='type-id-638' filepath='./Include/internal/pycore_ast.h' line='102' column='1' id='type-id-637'/>
+    <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-635'/>
+    <typedef-decl name='asdl_stmt_seq' type-id='type-id-607' filepath='./Include/internal/pycore_ast.h' line='65' column='1' id='type-id-606'/>
+    <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-604'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='206' column='1' id='type-id-613'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='name' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='207' column='1'/>
+        <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='207' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='bases' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='208' column='1'/>
+        <var-decl name='bases' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='208' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='keywords' type-id='type-id-681' visibility='default' filepath='./Include/internal/pycore_ast.h' line='209' column='1'/>
+        <var-decl name='keywords' type-id='type-id-687' visibility='default' filepath='./Include/internal/pycore_ast.h' line='209' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='210' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='210' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='decorator_list' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='211' column='1'/>
+        <var-decl name='decorator_list' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='211' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='218' column='1' id='type-id-609'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='218' column='1' id='type-id-615'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='targets' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='219' column='1'/>
+        <var-decl name='targets' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='219' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='222' column='1' id='type-id-610'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='222' column='1' id='type-id-616'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='targets' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='223' column='1'/>
+        <var-decl name='targets' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='223' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='224' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='224' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='type_comment' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='225' column='1'/>
+        <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='225' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='228' column='1' id='type-id-611'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='228' column='1' id='type-id-617'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='target' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='229' column='1'/>
+        <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='229' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='op' type-id='type-id-665' visibility='default' filepath='./Include/internal/pycore_ast.h' line='230' column='1'/>
+        <var-decl name='op' type-id='type-id-671' visibility='default' filepath='./Include/internal/pycore_ast.h' line='230' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='231' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='231' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='234' column='1' id='type-id-612'>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='234' column='1' id='type-id-618'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='target' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='235' column='1'/>
+        <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='235' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='annotation' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='236' column='1'/>
+        <var-decl name='annotation' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='236' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='value' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='237' column='1'/>
+        <var-decl name='value' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='237' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='simple' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='238' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='241' column='1' id='type-id-613'>
+    <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='241' column='1' id='type-id-619'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='target' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='242' column='1'/>
+        <var-decl name='target' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='242' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='iter' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='243' column='1'/>
+        <var-decl name='iter' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='243' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='244' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='244' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='orelse' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='245' column='1'/>
+        <var-decl name='orelse' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='245' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='type_comment' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='246' column='1'/>
+        <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='246' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='257' column='1' id='type-id-614'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='257' column='1' id='type-id-620'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='test' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='258' column='1'/>
+        <var-decl name='test' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='258' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='259' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='259' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='orelse' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='260' column='1'/>
+        <var-decl name='orelse' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='260' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='269' column='1' id='type-id-615'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='269' column='1' id='type-id-621'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='items' type-id='type-id-692' visibility='default' filepath='./Include/internal/pycore_ast.h' line='270' column='1'/>
+        <var-decl name='items' type-id='type-id-698' visibility='default' filepath='./Include/internal/pycore_ast.h' line='270' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='271' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='271' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='type_comment' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='272' column='1'/>
+        <var-decl name='type_comment' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='272' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-693' visibility='default' filepath='./Include/internal/pycore_ast.h' line='120' column='1' id='type-id-694'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-699' visibility='default' filepath='./Include/internal/pycore_ast.h' line='120' column='1' id='type-id-700'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='121' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='121' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-695' visibility='default' filepath='./Include/internal/pycore_ast.h' line='122' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-701' visibility='default' filepath='./Include/internal/pycore_ast.h' line='122' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_withitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='558' column='1' id='type-id-696'>
+    <class-decl name='_withitem' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='558' column='1' id='type-id-702'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='context_expr' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='559' column='1'/>
+        <var-decl name='context_expr' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='559' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='optional_vars' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='560' column='1'/>
+        <var-decl name='optional_vars' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='560' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-697'/>
-    <typedef-decl name='withitem_ty' type-id='type-id-697' filepath='./Include/internal/pycore_ast.h' line='46' column='1' id='type-id-698'/>
+    <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-703'/>
+    <typedef-decl name='withitem_ty' type-id='type-id-703' filepath='./Include/internal/pycore_ast.h' line='46' column='1' id='type-id-704'/>
 
-    <array-type-def dimensions='1' type-id='type-id-698' size-in-bits='64' id='type-id-695'>
+    <array-type-def dimensions='1' type-id='type-id-704' size-in-bits='64' id='type-id-701'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_withitem_seq' type-id='type-id-694' filepath='./Include/internal/pycore_ast.h' line='123' column='1' id='type-id-693'/>
-    <pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-692'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='281' column='1' id='type-id-616'>
+    <typedef-decl name='asdl_withitem_seq' type-id='type-id-700' filepath='./Include/internal/pycore_ast.h' line='123' column='1' id='type-id-699'/>
+    <pointer-type-def type-id='type-id-699' size-in-bits='64' id='type-id-698'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='281' column='1' id='type-id-622'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='subject' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='282' column='1'/>
+        <var-decl name='subject' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='282' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='cases' type-id='type-id-699' visibility='default' filepath='./Include/internal/pycore_ast.h' line='283' column='1'/>
+        <var-decl name='cases' type-id='type-id-705' visibility='default' filepath='./Include/internal/pycore_ast.h' line='283' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-700' visibility='default' filepath='./Include/internal/pycore_ast.h' line='127' column='1' id='type-id-701'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-706' visibility='default' filepath='./Include/internal/pycore_ast.h' line='127' column='1' id='type-id-707'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='128' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='128' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-702' visibility='default' filepath='./Include/internal/pycore_ast.h' line='129' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-708' visibility='default' filepath='./Include/internal/pycore_ast.h' line='129' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_match_case' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='563' column='1' id='type-id-703'>
+    <class-decl name='_match_case' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='563' column='1' id='type-id-709'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='pattern' type-id='type-id-704' visibility='default' filepath='./Include/internal/pycore_ast.h' line='564' column='1'/>
+        <var-decl name='pattern' type-id='type-id-710' visibility='default' filepath='./Include/internal/pycore_ast.h' line='564' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='guard' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='565' column='1'/>
+        <var-decl name='guard' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='565' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='566' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='566' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_pattern' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='573' column='1' id='type-id-705'>
+    <class-decl name='_pattern' size-in-bits='448' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='573' column='1' id='type-id-711'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='kind' type-id='type-id-706' visibility='default' filepath='./Include/internal/pycore_ast.h' line='574' column='1'/>
+        <var-decl name='kind' type-id='type-id-712' visibility='default' filepath='./Include/internal/pycore_ast.h' line='574' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='v' type-id='type-id-707' visibility='default' filepath='./Include/internal/pycore_ast.h' line='614' column='1'/>
+        <var-decl name='v' type-id='type-id-713' visibility='default' filepath='./Include/internal/pycore_ast.h' line='614' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='615' column='1'/>
@@ -12508,7 +12537,7 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='618' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='569' column='1' id='type-id-706'>
+    <enum-decl name='_pattern_kind' filepath='./Include/internal/pycore_ast.h' line='569' column='1' id='type-id-712'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='MatchValue_kind' value='1'/>
       <enumerator name='MatchSingleton_kind' value='2'/>
@@ -12519,161 +12548,161 @@
       <enumerator name='MatchAs_kind' value='7'/>
       <enumerator name='MatchOr_kind' value='8'/>
     </enum-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='256' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='575' column='1' id='type-id-707'>
+    <union-decl name='__anonymous_union__' size-in-bits='256' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='575' column='1' id='type-id-713'>
       <data-member access='private'>
-        <var-decl name='MatchValue' type-id='type-id-608' visibility='default' filepath='./Include/internal/pycore_ast.h' line='578' column='1'/>
+        <var-decl name='MatchValue' type-id='type-id-614' visibility='default' filepath='./Include/internal/pycore_ast.h' line='578' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchSingleton' type-id='type-id-708' visibility='default' filepath='./Include/internal/pycore_ast.h' line='582' column='1'/>
+        <var-decl name='MatchSingleton' type-id='type-id-714' visibility='default' filepath='./Include/internal/pycore_ast.h' line='582' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchSequence' type-id='type-id-709' visibility='default' filepath='./Include/internal/pycore_ast.h' line='586' column='1'/>
+        <var-decl name='MatchSequence' type-id='type-id-715' visibility='default' filepath='./Include/internal/pycore_ast.h' line='586' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchMapping' type-id='type-id-710' visibility='default' filepath='./Include/internal/pycore_ast.h' line='592' column='1'/>
+        <var-decl name='MatchMapping' type-id='type-id-716' visibility='default' filepath='./Include/internal/pycore_ast.h' line='592' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchClass' type-id='type-id-711' visibility='default' filepath='./Include/internal/pycore_ast.h' line='599' column='1'/>
+        <var-decl name='MatchClass' type-id='type-id-717' visibility='default' filepath='./Include/internal/pycore_ast.h' line='599' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchStar' type-id='type-id-712' visibility='default' filepath='./Include/internal/pycore_ast.h' line='603' column='1'/>
+        <var-decl name='MatchStar' type-id='type-id-718' visibility='default' filepath='./Include/internal/pycore_ast.h' line='603' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchAs' type-id='type-id-713' visibility='default' filepath='./Include/internal/pycore_ast.h' line='608' column='1'/>
+        <var-decl name='MatchAs' type-id='type-id-719' visibility='default' filepath='./Include/internal/pycore_ast.h' line='608' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='MatchOr' type-id='type-id-709' visibility='default' filepath='./Include/internal/pycore_ast.h' line='612' column='1'/>
+        <var-decl name='MatchOr' type-id='type-id-715' visibility='default' filepath='./Include/internal/pycore_ast.h' line='612' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='580' column='1' id='type-id-708'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='580' column='1' id='type-id-714'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='value' type-id='type-id-688' visibility='default' filepath='./Include/internal/pycore_ast.h' line='581' column='1'/>
+        <var-decl name='value' type-id='type-id-694' visibility='default' filepath='./Include/internal/pycore_ast.h' line='581' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='584' column='1' id='type-id-709'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='584' column='1' id='type-id-715'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='patterns' type-id='type-id-714' visibility='default' filepath='./Include/internal/pycore_ast.h' line='585' column='1'/>
+        <var-decl name='patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='585' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-715' visibility='default' filepath='./Include/internal/pycore_ast.h' line='135' column='1' id='type-id-716'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-721' visibility='default' filepath='./Include/internal/pycore_ast.h' line='135' column='1' id='type-id-722'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='136' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='136' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-717' visibility='default' filepath='./Include/internal/pycore_ast.h' line='137' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-723' visibility='default' filepath='./Include/internal/pycore_ast.h' line='137' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-705' size-in-bits='64' id='type-id-718'/>
-    <typedef-decl name='pattern_ty' type-id='type-id-718' filepath='./Include/internal/pycore_ast.h' line='50' column='1' id='type-id-704'/>
+    <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-724'/>
+    <typedef-decl name='pattern_ty' type-id='type-id-724' filepath='./Include/internal/pycore_ast.h' line='50' column='1' id='type-id-710'/>
 
-    <array-type-def dimensions='1' type-id='type-id-704' size-in-bits='64' id='type-id-717'>
+    <array-type-def dimensions='1' type-id='type-id-710' size-in-bits='64' id='type-id-723'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_pattern_seq' type-id='type-id-716' filepath='./Include/internal/pycore_ast.h' line='138' column='1' id='type-id-715'/>
-    <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-714'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='588' column='1' id='type-id-710'>
+    <typedef-decl name='asdl_pattern_seq' type-id='type-id-722' filepath='./Include/internal/pycore_ast.h' line='138' column='1' id='type-id-721'/>
+    <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-720'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='588' column='1' id='type-id-716'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='keys' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='589' column='1'/>
+        <var-decl name='keys' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='589' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='patterns' type-id='type-id-714' visibility='default' filepath='./Include/internal/pycore_ast.h' line='590' column='1'/>
+        <var-decl name='patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='590' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='rest' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='591' column='1'/>
+        <var-decl name='rest' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='591' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='594' column='1' id='type-id-711'>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='594' column='1' id='type-id-717'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='cls' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='595' column='1'/>
+        <var-decl name='cls' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='595' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='patterns' type-id='type-id-714' visibility='default' filepath='./Include/internal/pycore_ast.h' line='596' column='1'/>
+        <var-decl name='patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='596' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='kwd_attrs' type-id='type-id-719' visibility='default' filepath='./Include/internal/pycore_ast.h' line='597' column='1'/>
+        <var-decl name='kwd_attrs' type-id='type-id-725' visibility='default' filepath='./Include/internal/pycore_ast.h' line='597' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='kwd_patterns' type-id='type-id-714' visibility='default' filepath='./Include/internal/pycore_ast.h' line='598' column='1'/>
+        <var-decl name='kwd_patterns' type-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_ast.h' line='598' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-720' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='37' column='1' id='type-id-721'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-726' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='37' column='1' id='type-id-727'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-351' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-357' visibility='default' filepath='./Include/internal/pycore_asdl.h' line='39' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='asdl_identifier_seq' type-id='type-id-721' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-720'/>
-    <pointer-type-def type-id='type-id-720' size-in-bits='64' id='type-id-719'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='601' column='1' id='type-id-712'>
+    <typedef-decl name='asdl_identifier_seq' type-id='type-id-727' filepath='./Include/internal/pycore_asdl.h' line='40' column='1' id='type-id-726'/>
+    <pointer-type-def type-id='type-id-726' size-in-bits='64' id='type-id-725'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='601' column='1' id='type-id-718'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='name' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='602' column='1'/>
+        <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='602' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='605' column='1' id='type-id-713'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='605' column='1' id='type-id-719'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='pattern' type-id='type-id-704' visibility='default' filepath='./Include/internal/pycore_ast.h' line='606' column='1'/>
+        <var-decl name='pattern' type-id='type-id-710' visibility='default' filepath='./Include/internal/pycore_ast.h' line='606' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='name' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='607' column='1'/>
+        <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='607' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-703' size-in-bits='64' id='type-id-722'/>
-    <typedef-decl name='match_case_ty' type-id='type-id-722' filepath='./Include/internal/pycore_ast.h' line='48' column='1' id='type-id-723'/>
+    <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-728'/>
+    <typedef-decl name='match_case_ty' type-id='type-id-728' filepath='./Include/internal/pycore_ast.h' line='48' column='1' id='type-id-729'/>
 
-    <array-type-def dimensions='1' type-id='type-id-723' size-in-bits='64' id='type-id-702'>
+    <array-type-def dimensions='1' type-id='type-id-729' size-in-bits='64' id='type-id-708'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_match_case_seq' type-id='type-id-701' filepath='./Include/internal/pycore_ast.h' line='130' column='1' id='type-id-700'/>
-    <pointer-type-def type-id='type-id-700' size-in-bits='64' id='type-id-699'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='286' column='1' id='type-id-617'>
+    <typedef-decl name='asdl_match_case_seq' type-id='type-id-707' filepath='./Include/internal/pycore_ast.h' line='130' column='1' id='type-id-706'/>
+    <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-705'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='286' column='1' id='type-id-623'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='exc' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='287' column='1'/>
+        <var-decl name='exc' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='287' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='cause' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='288' column='1'/>
+        <var-decl name='cause' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='288' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='291' column='1' id='type-id-618'>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='291' column='1' id='type-id-624'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='292' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='292' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='handlers' type-id='type-id-724' visibility='default' filepath='./Include/internal/pycore_ast.h' line='293' column='1'/>
+        <var-decl name='handlers' type-id='type-id-730' visibility='default' filepath='./Include/internal/pycore_ast.h' line='293' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='orelse' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='294' column='1'/>
+        <var-decl name='orelse' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='294' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='finalbody' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='295' column='1'/>
+        <var-decl name='finalbody' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='295' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-725' visibility='default' filepath='./Include/internal/pycore_ast.h' line='84' column='1' id='type-id-726'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-731' visibility='default' filepath='./Include/internal/pycore_ast.h' line='84' column='1' id='type-id-732'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='85' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='85' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-727' visibility='default' filepath='./Include/internal/pycore_ast.h' line='86' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-733' visibility='default' filepath='./Include/internal/pycore_ast.h' line='86' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='504' column='1' id='type-id-728'>
+    <class-decl name='_excepthandler' size-in-bits='384' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='504' column='1' id='type-id-734'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='kind' type-id='type-id-729' visibility='default' filepath='./Include/internal/pycore_ast.h' line='505' column='1'/>
+        <var-decl name='kind' type-id='type-id-735' visibility='default' filepath='./Include/internal/pycore_ast.h' line='505' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='v' type-id='type-id-730' visibility='default' filepath='./Include/internal/pycore_ast.h' line='513' column='1'/>
+        <var-decl name='v' type-id='type-id-736' visibility='default' filepath='./Include/internal/pycore_ast.h' line='513' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='514' column='1'/>
@@ -12688,65 +12717,65 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='517' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='503' column='1' id='type-id-729'>
+    <enum-decl name='_excepthandler_kind' filepath='./Include/internal/pycore_ast.h' line='503' column='1' id='type-id-735'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='ExceptHandler_kind' value='1'/>
     </enum-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='506' column='1' id='type-id-730'>
+    <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='506' column='1' id='type-id-736'>
       <data-member access='private'>
-        <var-decl name='ExceptHandler' type-id='type-id-731' visibility='default' filepath='./Include/internal/pycore_ast.h' line='511' column='1'/>
+        <var-decl name='ExceptHandler' type-id='type-id-737' visibility='default' filepath='./Include/internal/pycore_ast.h' line='511' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='507' column='1' id='type-id-731'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='507' column='1' id='type-id-737'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='type' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='508' column='1'/>
+        <var-decl name='type' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='508' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='name' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='509' column='1'/>
+        <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='509' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='510' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='510' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-728' size-in-bits='64' id='type-id-732'/>
-    <typedef-decl name='excepthandler_ty' type-id='type-id-732' filepath='./Include/internal/pycore_ast.h' line='36' column='1' id='type-id-733'/>
+    <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-738'/>
+    <typedef-decl name='excepthandler_ty' type-id='type-id-738' filepath='./Include/internal/pycore_ast.h' line='36' column='1' id='type-id-739'/>
 
-    <array-type-def dimensions='1' type-id='type-id-733' size-in-bits='64' id='type-id-727'>
+    <array-type-def dimensions='1' type-id='type-id-739' size-in-bits='64' id='type-id-733'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_excepthandler_seq' type-id='type-id-726' filepath='./Include/internal/pycore_ast.h' line='87' column='1' id='type-id-725'/>
-    <pointer-type-def type-id='type-id-725' size-in-bits='64' id='type-id-724'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='305' column='1' id='type-id-619'>
+    <typedef-decl name='asdl_excepthandler_seq' type-id='type-id-732' filepath='./Include/internal/pycore_ast.h' line='87' column='1' id='type-id-731'/>
+    <pointer-type-def type-id='type-id-731' size-in-bits='64' id='type-id-730'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='305' column='1' id='type-id-625'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='test' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='306' column='1'/>
+        <var-decl name='test' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='306' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='msg' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='307' column='1'/>
+        <var-decl name='msg' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='307' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='310' column='1' id='type-id-620'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='310' column='1' id='type-id-626'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='names' type-id='type-id-734' visibility='default' filepath='./Include/internal/pycore_ast.h' line='311' column='1'/>
+        <var-decl name='names' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='311' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-735' visibility='default' filepath='./Include/internal/pycore_ast.h' line='113' column='1' id='type-id-736'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-741' visibility='default' filepath='./Include/internal/pycore_ast.h' line='113' column='1' id='type-id-742'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='114' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='114' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-737' visibility='default' filepath='./Include/internal/pycore_ast.h' line='115' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-743' visibility='default' filepath='./Include/internal/pycore_ast.h' line='115' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_alias' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='549' column='1' id='type-id-738'>
+    <class-decl name='_alias' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='549' column='1' id='type-id-744'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='name' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='550' column='1'/>
+        <var-decl name='name' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='550' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='asname' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='551' column='1'/>
+        <var-decl name='asname' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='551' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='552' column='1'/>
@@ -12761,116 +12790,116 @@
         <var-decl name='end_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='555' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-738' size-in-bits='64' id='type-id-739'/>
-    <typedef-decl name='alias_ty' type-id='type-id-739' filepath='./Include/internal/pycore_ast.h' line='44' column='1' id='type-id-740'/>
+    <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-745'/>
+    <typedef-decl name='alias_ty' type-id='type-id-745' filepath='./Include/internal/pycore_ast.h' line='44' column='1' id='type-id-746'/>
 
-    <array-type-def dimensions='1' type-id='type-id-740' size-in-bits='64' id='type-id-737'>
+    <array-type-def dimensions='1' type-id='type-id-746' size-in-bits='64' id='type-id-743'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_alias_seq' type-id='type-id-736' filepath='./Include/internal/pycore_ast.h' line='116' column='1' id='type-id-735'/>
-    <pointer-type-def type-id='type-id-735' size-in-bits='64' id='type-id-734'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='314' column='1' id='type-id-621'>
+    <typedef-decl name='asdl_alias_seq' type-id='type-id-742' filepath='./Include/internal/pycore_ast.h' line='116' column='1' id='type-id-741'/>
+    <pointer-type-def type-id='type-id-741' size-in-bits='64' id='type-id-740'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='314' column='1' id='type-id-627'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='module' type-id='type-id-623' visibility='default' filepath='./Include/internal/pycore_ast.h' line='315' column='1'/>
+        <var-decl name='module' type-id='type-id-629' visibility='default' filepath='./Include/internal/pycore_ast.h' line='315' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='names' type-id='type-id-734' visibility='default' filepath='./Include/internal/pycore_ast.h' line='316' column='1'/>
+        <var-decl name='names' type-id='type-id-740' visibility='default' filepath='./Include/internal/pycore_ast.h' line='316' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='level' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='317' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='320' column='1' id='type-id-622'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='320' column='1' id='type-id-628'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='names' type-id='type-id-719' visibility='default' filepath='./Include/internal/pycore_ast.h' line='321' column='1'/>
+        <var-decl name='names' type-id='type-id-725' visibility='default' filepath='./Include/internal/pycore_ast.h' line='321' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-741'/>
-    <typedef-decl name='stmt_ty' type-id='type-id-741' filepath='./Include/internal/pycore_ast.h' line='17' column='1' id='type-id-742'/>
+    <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-747'/>
+    <typedef-decl name='stmt_ty' type-id='type-id-747' filepath='./Include/internal/pycore_ast.h' line='17' column='1' id='type-id-748'/>
 
-    <array-type-def dimensions='1' type-id='type-id-742' size-in-bits='64' id='type-id-602'>
+    <array-type-def dimensions='1' type-id='type-id-748' size-in-bits='64' id='type-id-608'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-743' visibility='default' filepath='./Include/internal/pycore_ast.h' line='142' column='1' id='type-id-744'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-749' visibility='default' filepath='./Include/internal/pycore_ast.h' line='142' column='1' id='type-id-750'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='size' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_ast.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='elements' type-id='type-id-473' visibility='default' filepath='./Include/internal/pycore_ast.h' line='143' column='1'/>
+        <var-decl name='elements' type-id='type-id-479' visibility='default' filepath='./Include/internal/pycore_ast.h' line='143' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='typed_elements' type-id='type-id-745' visibility='default' filepath='./Include/internal/pycore_ast.h' line='144' column='1'/>
+        <var-decl name='typed_elements' type-id='type-id-751' visibility='default' filepath='./Include/internal/pycore_ast.h' line='144' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='622' column='1' id='type-id-746'>
+    <class-decl name='_type_ignore' size-in-bits='192' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='622' column='1' id='type-id-752'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='kind' type-id='type-id-747' visibility='default' filepath='./Include/internal/pycore_ast.h' line='623' column='1'/>
+        <var-decl name='kind' type-id='type-id-753' visibility='default' filepath='./Include/internal/pycore_ast.h' line='623' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='v' type-id='type-id-748' visibility='default' filepath='./Include/internal/pycore_ast.h' line='630' column='1'/>
+        <var-decl name='v' type-id='type-id-754' visibility='default' filepath='./Include/internal/pycore_ast.h' line='630' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='621' column='1' id='type-id-747'>
+    <enum-decl name='_type_ignore_kind' filepath='./Include/internal/pycore_ast.h' line='621' column='1' id='type-id-753'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='TypeIgnore_kind' value='1'/>
     </enum-decl>
-    <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='624' column='1' id='type-id-748'>
+    <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='624' column='1' id='type-id-754'>
       <data-member access='private'>
-        <var-decl name='TypeIgnore' type-id='type-id-749' visibility='default' filepath='./Include/internal/pycore_ast.h' line='628' column='1'/>
+        <var-decl name='TypeIgnore' type-id='type-id-755' visibility='default' filepath='./Include/internal/pycore_ast.h' line='628' column='1'/>
       </data-member>
     </union-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='625' column='1' id='type-id-749'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='625' column='1' id='type-id-755'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='lineno' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_ast.h' line='626' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tag' type-id='type-id-627' visibility='default' filepath='./Include/internal/pycore_ast.h' line='627' column='1'/>
+        <var-decl name='tag' type-id='type-id-633' visibility='default' filepath='./Include/internal/pycore_ast.h' line='627' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-746' size-in-bits='64' id='type-id-750'/>
-    <typedef-decl name='type_ignore_ty' type-id='type-id-750' filepath='./Include/internal/pycore_ast.h' line='52' column='1' id='type-id-751'/>
+    <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-756'/>
+    <typedef-decl name='type_ignore_ty' type-id='type-id-756' filepath='./Include/internal/pycore_ast.h' line='52' column='1' id='type-id-757'/>
 
-    <array-type-def dimensions='1' type-id='type-id-751' size-in-bits='64' id='type-id-745'>
+    <array-type-def dimensions='1' type-id='type-id-757' size-in-bits='64' id='type-id-751'>
       <subrange length='1' type-id='type-id-16' id='type-id-258'/>
 
     </array-type-def>
-    <typedef-decl name='asdl_type_ignore_seq' type-id='type-id-744' filepath='./Include/internal/pycore_ast.h' line='145' column='1' id='type-id-743'/>
-    <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-599'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-595'>
+    <typedef-decl name='asdl_type_ignore_seq' type-id='type-id-750' filepath='./Include/internal/pycore_ast.h' line='145' column='1' id='type-id-749'/>
+    <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-605'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='161' column='1' id='type-id-601'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='body' type-id='type-id-598' visibility='default' filepath='./Include/internal/pycore_ast.h' line='162' column='1'/>
+        <var-decl name='body' type-id='type-id-604' visibility='default' filepath='./Include/internal/pycore_ast.h' line='162' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='165' column='1' id='type-id-596'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='165' column='1' id='type-id-602'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='body' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='166' column='1'/>
+        <var-decl name='body' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='166' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='169' column='1' id='type-id-597'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/internal/pycore_ast.h' line='169' column='1' id='type-id-603'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='argtypes' type-id='type-id-625' visibility='default' filepath='./Include/internal/pycore_ast.h' line='170' column='1'/>
+        <var-decl name='argtypes' type-id='type-id-631' visibility='default' filepath='./Include/internal/pycore_ast.h' line='170' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='returns' type-id='type-id-626' visibility='default' filepath='./Include/internal/pycore_ast.h' line='171' column='1'/>
+        <var-decl name='returns' type-id='type-id-632' visibility='default' filepath='./Include/internal/pycore_ast.h' line='171' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-752'/>
-    <typedef-decl name='mod_ty' type-id='type-id-752' filepath='./Include/internal/pycore_ast.h' line='15' column='1' id='type-id-753'/>
-    <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-754'/>
-    <typedef-decl name='PyArena' type-id='type-id-754' filepath='./Include/internal/pycore_pyarena.h' line='14' column='1' id='type-id-755'/>
-    <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-756'/>
+    <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-758'/>
+    <typedef-decl name='mod_ty' type-id='type-id-758' filepath='./Include/internal/pycore_ast.h' line='15' column='1' id='type-id-759'/>
+    <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-760'/>
+    <typedef-decl name='PyArena' type-id='type-id-760' filepath='./Include/internal/pycore_pyarena.h' line='14' column='1' id='type-id-761'/>
+    <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-762'/>
     <function-decl name='_PyAST_Compile' mangled-name='_PyAST_Compile' filepath='Python/compile.c' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyAST_Compile'>
-      <parameter type-id='type-id-753' name='mod' filepath='Python/compile.c' line='541' column='1'/>
+      <parameter type-id='type-id-759' name='mod' filepath='Python/compile.c' line='541' column='1'/>
       <parameter type-id='type-id-14' name='filename' filepath='Python/compile.c' line='541' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/compile.c' line='541' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/compile.c' line='541' column='1'/>
       <parameter type-id='type-id-8' name='optimize' filepath='Python/compile.c' line='542' column='1'/>
-      <parameter type-id='type-id-756' name='arena' filepath='Python/compile.c' line='542' column='1'/>
-      <return type-id='type-id-435'/>
+      <parameter type-id='type-id-762' name='arena' filepath='Python/compile.c' line='542' column='1'/>
+      <return type-id='type-id-441'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/context.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/context.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyContext_Type' type-id='type-id-112' mangled-name='PyContext_Type' visibility='default' filepath='./Include/cpython/context.h' line='8' column='1' elf-symbol-id='PyContext_Type'/>
     <var-decl name='PyContextVar_Type' type-id='type-id-112' mangled-name='PyContextVar_Type' visibility='default' filepath='./Include/cpython/context.h' line='11' column='1' elf-symbol-id='PyContextVar_Type'/>
     <var-decl name='PyContextToken_Type' type-id='type-id-112' mangled-name='PyContextToken_Type' visibility='default' filepath='./Include/cpython/context.h' line='14' column='1' elf-symbol-id='PyContextToken_Type'/>
@@ -12918,7 +12947,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/errors.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/errors.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyErr_ProgramTextObject' mangled-name='PyErr_ProgramTextObject' filepath='Python/errors.c' line='1828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_ProgramTextObject'>
       <parameter type-id='type-id-14' name='filename' filepath='Python/errors.c' line='1828' column='1'/>
       <parameter type-id='type-id-8' name='lineno' filepath='Python/errors.c' line='1828' column='1'/>
@@ -12961,7 +12990,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyErr_WriteUnraisable' mangled-name='PyErr_WriteUnraisable' filepath='Python/errors.c' line='1592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_WriteUnraisable'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2015' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2017' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyErr_WriteUnraisableMsg' mangled-name='_PyErr_WriteUnraisableMsg' filepath='Python/errors.c' line='1489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_WriteUnraisableMsg'>
@@ -12998,7 +13027,7 @@
     <function-decl name='PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_FormatV'>
       <parameter type-id='type-id-14' name='exception' filepath='Python/errors.c' line='1087' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/errors.c' line='1087' column='1'/>
-      <parameter type-id='type-id-487' name='vargs' filepath='Python/errors.c' line='1087' column='1'/>
+      <parameter type-id='type-id-493' name='vargs' filepath='Python/errors.c' line='1087' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyErr_BadInternalCall' mangled-name='PyErr_BadInternalCall' filepath='Python/errors.c' line='1058' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_BadInternalCall'>
@@ -13032,9 +13061,9 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyErr_SetFromErrnoWithFilenameObjects' mangled-name='PyErr_SetFromErrnoWithFilenameObjects' filepath='Python/errors.c' line='754' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrnoWithFilenameObjects'>
-      <parameter type-id='type-id-14' name='co' filepath='Python/ceval.c' line='1183' column='1'/>
-      <parameter type-id='type-id-14' name='globals' filepath='Python/ceval.c' line='1183' column='1'/>
-      <parameter type-id='type-id-14' name='locals' filepath='Python/ceval.c' line='1183' column='1'/>
+      <parameter type-id='type-id-14' name='co' filepath='Python/ceval.c' line='1131' column='1'/>
+      <parameter type-id='type-id-14' name='globals' filepath='Python/ceval.c' line='1131' column='1'/>
+      <parameter type-id='type-id-14' name='locals' filepath='Python/ceval.c' line='1131' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyErr_SetFromErrnoWithFilenameObject' mangled-name='PyErr_SetFromErrnoWithFilenameObject' filepath='Python/errors.c' line='748' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetFromErrnoWithFilenameObject'>
@@ -13118,7 +13147,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyErr_Clear' mangled-name='_PyErr_Clear' filepath='Python/errors.c' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Clear'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyErr_Fetch' mangled-name='PyErr_Fetch' filepath='Python/errors.c' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Fetch'>
@@ -13152,8 +13181,8 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyErr_ExceptionMatches' mangled-name='_PyErr_ExceptionMatches' filepath='Python/errors.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_ExceptionMatches'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2276' column='1'/>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2276' column='1'/>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2278' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2278' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyErr_GivenExceptionMatches' mangled-name='PyErr_GivenExceptionMatches' filepath='Python/errors.c' line='252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_GivenExceptionMatches'>
@@ -13185,7 +13214,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyErr_SetKeyError' mangled-name='_PyErr_SetKeyError' filepath='Python/errors.c' line='196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_SetKeyError'>
-      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2365' column='1'/>
+      <parameter type-id='type-id-14' name='op' filepath='Objects/object.c' line='2367' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyErr_SetObject' mangled-name='PyErr_SetObject' filepath='Python/errors.c' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_SetObject'>
@@ -13217,14 +13246,14 @@
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/frozenmain.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/frozenmain.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='Py_FrozenMain' mangled-name='Py_FrozenMain' filepath='Python/frozenmain.c' line='16' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FrozenMain'>
       <parameter type-id='type-id-8' name='argc' filepath='Python/frozenmain.c' line='16' column='1'/>
-      <parameter type-id='type-id-485' name='argv' filepath='Python/frozenmain.c' line='16' column='1'/>
+      <parameter type-id='type-id-491' name='argv' filepath='Python/frozenmain.c' line='16' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/getargs.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/getargs.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyArg_NoKwnames' mangled-name='_PyArg_NoKwnames' filepath='Python/getargs.c' line='2923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_NoKwnames'>
       <parameter type-id='type-id-3' name='funcname' filepath='Python/getargs.c' line='2923' column='1'/>
       <parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='2923' column='1'/>
@@ -13264,12 +13293,12 @@
       <parameter type-id='type-id-36' name='max' filepath='Python/getargs.c' line='2773' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <class-decl name='_PyArg_Parser' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/modsupport.h' line='51' column='1' id='type-id-757'>
+    <class-decl name='_PyArg_Parser' size-in-bits='512' is-struct='yes' visibility='default' filepath='./Include/cpython/modsupport.h' line='51' column='1' id='type-id-763'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='format' type-id='type-id-3' visibility='default' filepath='./Include/cpython/modsupport.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='keywords' type-id='type-id-758' visibility='default' filepath='./Include/cpython/modsupport.h' line='53' column='1'/>
+        <var-decl name='keywords' type-id='type-id-764' visibility='default' filepath='./Include/cpython/modsupport.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='fname' type-id='type-id-3' visibility='default' filepath='./Include/cpython/modsupport.h' line='54' column='1'/>
@@ -13290,17 +13319,17 @@
         <var-decl name='kwtuple' type-id='type-id-14' visibility='default' filepath='./Include/cpython/modsupport.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='next' type-id='type-id-759' visibility='default' filepath='./Include/cpython/modsupport.h' line='60' column='1'/>
+        <var-decl name='next' type-id='type-id-765' visibility='default' filepath='./Include/cpython/modsupport.h' line='60' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-758'/>
-    <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-759'/>
+    <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-764'/>
+    <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-765'/>
     <function-decl name='_PyArg_UnpackKeywordsWithVararg' mangled-name='_PyArg_UnpackKeywordsWithVararg' filepath='Python/getargs.c' line='2470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_UnpackKeywordsWithVararg'>
       <parameter type-id='type-id-200' name='args' filepath='Python/getargs.c' line='2470' column='1'/>
       <parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='2470' column='1'/>
       <parameter type-id='type-id-14' name='kwargs' filepath='Python/getargs.c' line='2471' column='1'/>
       <parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='2471' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='2472' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='2472' column='1'/>
       <parameter type-id='type-id-8' name='minpos' filepath='Python/getargs.c' line='2473' column='1'/>
       <parameter type-id='type-id-8' name='maxpos' filepath='Python/getargs.c' line='2473' column='1'/>
       <parameter type-id='type-id-8' name='minkw' filepath='Python/getargs.c' line='2473' column='1'/>
@@ -13313,7 +13342,7 @@
       <parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='2269' column='1'/>
       <parameter type-id='type-id-14' name='kwargs' filepath='Python/getargs.c' line='2270' column='1'/>
       <parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='2270' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='2271' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='2271' column='1'/>
       <parameter type-id='type-id-8' name='minpos' filepath='Python/getargs.c' line='2272' column='1'/>
       <parameter type-id='type-id-8' name='maxpos' filepath='Python/getargs.c' line='2272' column='1'/>
       <parameter type-id='type-id-8' name='minkw' filepath='Python/getargs.c' line='2272' column='1'/>
@@ -13327,22 +13356,22 @@
     <function-decl name='_PyArg_VaParseTupleAndKeywordsFast_SizeT' mangled-name='_PyArg_VaParseTupleAndKeywordsFast_SizeT' filepath='Python/getargs.c' line='1544' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywordsFast_SizeT'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1544' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1544' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArg_VaParseTupleAndKeywordsFast' mangled-name='_PyArg_VaParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1530' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParseTupleAndKeywordsFast'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1544' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1544' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1545' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1545' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArg_ParseStackAndKeywords_SizeT' mangled-name='_PyArg_ParseStackAndKeywords_SizeT' filepath='Python/getargs.c' line='1516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStackAndKeywords_SizeT'>
       <parameter type-id='type-id-200' name='args' filepath='Python/getargs.c' line='1516' column='1'/>
       <parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='1516' column='1'/>
       <parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='1516' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -13350,21 +13379,21 @@
       <parameter type-id='type-id-200' name='args' filepath='Python/getargs.c' line='1516' column='1'/>
       <parameter type-id='type-id-36' name='nargs' filepath='Python/getargs.c' line='1516' column='1'/>
       <parameter type-id='type-id-14' name='kwnames' filepath='Python/getargs.c' line='1516' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1517' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArg_ParseTupleAndKeywordsFast_SizeT' mangled-name='_PyArg_ParseTupleAndKeywordsFast_SizeT' filepath='Python/getargs.c' line='1490' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast_SizeT'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1490' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1490' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArg_ParseTupleAndKeywordsFast' mangled-name='_PyArg_ParseTupleAndKeywordsFast' filepath='Python/getargs.c' line='1477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywordsFast'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1490' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1490' column='1'/>
-      <parameter type-id='type-id-759' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
+      <parameter type-id='type-id-765' name='parser' filepath='Python/getargs.c' line='1491' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -13372,23 +13401,23 @@
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1451' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1452' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1453' column='1'/>
-      <parameter type-id='type-id-485' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
+      <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyArg_VaParseTupleAndKeywords' mangled-name='PyArg_VaParseTupleAndKeywords' filepath='Python/getargs.c' line='1426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParseTupleAndKeywords'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1451' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1452' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1453' column='1'/>
-      <parameter type-id='type-id-485' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
+      <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1454' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='1454' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArg_ParseTupleAndKeywords_SizeT' mangled-name='_PyArg_ParseTupleAndKeywords_SizeT' filepath='Python/getargs.c' line='1400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseTupleAndKeywords_SizeT'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1400' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1401' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1402' column='1'/>
-      <parameter type-id='type-id-485' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
+      <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -13396,7 +13425,7 @@
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='1400' column='1'/>
       <parameter type-id='type-id-14' name='keywords' filepath='Python/getargs.c' line='1401' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='1402' column='1'/>
-      <parameter type-id='type-id-485' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
+      <parameter type-id='type-id-491' name='kwlist' filepath='Python/getargs.c' line='1403' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -13410,13 +13439,13 @@
     <function-decl name='_PyArg_VaParse_SizeT' mangled-name='_PyArg_VaParse_SizeT' filepath='Python/getargs.c' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_VaParse_SizeT'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='187' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='187' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/getargs.c' line='187' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='187' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyArg_VaParse' mangled-name='PyArg_VaParse' filepath='Python/getargs.c' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyArg_VaParse'>
       <parameter type-id='type-id-14' name='args' filepath='Python/getargs.c' line='187' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/getargs.c' line='187' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/getargs.c' line='187' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/getargs.c' line='187' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArg_ParseStack_SizeT' mangled-name='_PyArg_ParseStack_SizeT' filepath='Python/getargs.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArg_ParseStack_SizeT'>
@@ -13458,39 +13487,39 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/getcompiler.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/getcompiler.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='Py_GetCompiler' mangled-name='Py_GetCompiler' filepath='Python/getcompiler.c' line='24' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetCompiler'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/getcopyright.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/getcopyright.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='Py_GetCopyright' mangled-name='Py_GetCopyright' filepath='Python/getcopyright.c' line='20' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetCopyright'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Python/getplatform.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Python/getplatform.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='Py_GetPlatform' mangled-name='Py_GetPlatform' filepath='./Python/getplatform.c' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetPlatform'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/getversion.c' comp-dir-path='/src' language='LANG_C99'>
-    <qualified-type-def type-id='type-id-16' const='yes' id='type-id-760'/>
-    <var-decl name='Py_Version' type-id='type-id-760' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='66' column='1' elf-symbol-id='Py_Version'/>
+  <abi-instr version='1.0' address-size='64' path='Python/getversion.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <qualified-type-def type-id='type-id-16' const='yes' id='type-id-766'/>
+    <var-decl name='Py_Version' type-id='type-id-766' mangled-name='Py_Version' visibility='default' filepath='./Include/pylifecycle.h' line='66' column='1' elf-symbol-id='Py_Version'/>
     <function-decl name='Py_GetVersion' mangled-name='Py_GetVersion' filepath='Python/getversion.c' line='9' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetVersion'>
       <return type-id='type-id-3'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/hamt.c' comp-dir-path='/src' language='LANG_C99'>
-    <var-decl name='_PyHamtItems_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='17' column='1'/>
-    <var-decl name='_PyHamtKeys_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='15' column='1'/>
-    <var-decl name='_PyHamtValues_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='16' column='1'/>
-    <var-decl name='_PyHamt_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='11' column='1'/>
-    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='12' column='1'/>
-    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='13' column='1'/>
-    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='14' column='1'/>
+  <abi-instr version='1.0' address-size='64' path='Python/hamt.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <var-decl name='_PyHamtItems_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='29' column='1'/>
+    <var-decl name='_PyHamtKeys_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='27' column='1'/>
+    <var-decl name='_PyHamtValues_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='28' column='1'/>
+    <var-decl name='_PyHamt_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='23' column='1'/>
+    <var-decl name='_PyHamt_ArrayNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='24' column='1'/>
+    <var-decl name='_PyHamt_BitmapNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='25' column='1'/>
+    <var-decl name='_PyHamt_CollisionNode_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_hamt.h' line='26' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/hashtable.c' comp-dir-path='/src' language='LANG_C99'>
-    <class-decl name='_Py_hashtable_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='60' column='1' id='type-id-761'>
+  <abi-instr version='1.0' address-size='64' path='Python/hashtable.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <class-decl name='_Py_hashtable_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='60' column='1' id='type-id-767'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='nentries' type-id='type-id-54' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='61' column='1'/>
       </data-member>
@@ -13498,48 +13527,48 @@
         <var-decl name='nbuckets' type-id='type-id-54' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='buckets' type-id='type-id-762' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='63' column='1'/>
+        <var-decl name='buckets' type-id='type-id-768' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='63' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='get_entry_func' type-id='type-id-763' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='65' column='1'/>
+        <var-decl name='get_entry_func' type-id='type-id-769' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='hash_func' type-id='type-id-764' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='66' column='1'/>
+        <var-decl name='hash_func' type-id='type-id-770' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='66' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='compare_func' type-id='type-id-765' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='67' column='1'/>
+        <var-decl name='compare_func' type-id='type-id-771' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='key_destroy_func' type-id='type-id-766' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='68' column='1'/>
+        <var-decl name='key_destroy_func' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='value_destroy_func' type-id='type-id-766' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='69' column='1'/>
+        <var-decl name='value_destroy_func' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='alloc' type-id='type-id-767' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='70' column='1'/>
+        <var-decl name='alloc' type-id='type-id-773' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='70' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-768' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='17' column='1' id='type-id-769'>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='17' column='1' id='type-id-775'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='head' type-id='type-id-770' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='18' column='1'/>
+        <var-decl name='head' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='18' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_Py_slist_item_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='13' column='1' id='type-id-771'>
+    <class-decl name='_Py_slist_item_s' size-in-bits='64' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='13' column='1' id='type-id-777'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='next' type-id='type-id-772' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='14' column='1'/>
+        <var-decl name='next' type-id='type-id-778' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='14' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-772'/>
-    <typedef-decl name='_Py_slist_item_t' type-id='type-id-771' filepath='./Include/internal/pycore_hashtable.h' line='15' column='1' id='type-id-773'/>
-    <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-770'/>
-    <typedef-decl name='_Py_slist_t' type-id='type-id-769' filepath='./Include/internal/pycore_hashtable.h' line='19' column='1' id='type-id-768'/>
-    <pointer-type-def type-id='type-id-768' size-in-bits='64' id='type-id-762'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-774' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='28' column='1' id='type-id-775'>
+    <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-778'/>
+    <typedef-decl name='_Py_slist_item_t' type-id='type-id-777' filepath='./Include/internal/pycore_hashtable.h' line='15' column='1' id='type-id-779'/>
+    <pointer-type-def type-id='type-id-779' size-in-bits='64' id='type-id-776'/>
+    <typedef-decl name='_Py_slist_t' type-id='type-id-775' filepath='./Include/internal/pycore_hashtable.h' line='19' column='1' id='type-id-774'/>
+    <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-768'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-780' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='28' column='1' id='type-id-781'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_Py_slist_item' type-id='type-id-773' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='30' column='1'/>
+        <var-decl name='_Py_slist_item' type-id='type-id-779' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='30' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='key_hash' type-id='type-id-776' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='32' column='1'/>
+        <var-decl name='key_hash' type-id='type-id-782' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='key' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='33' column='1'/>
@@ -13548,78 +13577,78 @@
         <var-decl name='value' type-id='type-id-18' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='34' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='Py_uhash_t' type-id='type-id-54' filepath='./Include/pyport.h' line='157' column='1' id='type-id-776'/>
-    <typedef-decl name='_Py_hashtable_entry_t' type-id='type-id-775' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-774'/>
-    <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-777'/>
-    <typedef-decl name='_Py_hashtable_t' type-id='type-id-761' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-778'/>
-    <pointer-type-def type-id='type-id-778' size-in-bits='64' id='type-id-779'/>
-    <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-781'/>
-    <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-781' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-763'/>
-    <pointer-type-def type-id='type-id-782' size-in-bits='64' id='type-id-783'/>
-    <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-783' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-764'/>
+    <typedef-decl name='Py_uhash_t' type-id='type-id-54' filepath='./Include/pyport.h' line='179' column='1' id='type-id-782'/>
+    <typedef-decl name='_Py_hashtable_entry_t' type-id='type-id-781' filepath='./Include/internal/pycore_hashtable.h' line='35' column='1' id='type-id-780'/>
+    <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-783'/>
+    <typedef-decl name='_Py_hashtable_t' type-id='type-id-767' filepath='./Include/internal/pycore_hashtable.h' line='42' column='1' id='type-id-784'/>
     <pointer-type-def type-id='type-id-784' size-in-bits='64' id='type-id-785'/>
-    <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-785' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-765'/>
-    <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-17' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-766'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-767' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-786'>
+    <pointer-type-def type-id='type-id-786' size-in-bits='64' id='type-id-787'/>
+    <typedef-decl name='_Py_hashtable_get_entry_func' type-id='type-id-787' filepath='./Include/internal/pycore_hashtable.h' line='47' column='1' id='type-id-769'/>
+    <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-789'/>
+    <typedef-decl name='_Py_hashtable_hash_func' type-id='type-id-789' filepath='./Include/internal/pycore_hashtable.h' line='44' column='1' id='type-id-770'/>
+    <pointer-type-def type-id='type-id-790' size-in-bits='64' id='type-id-791'/>
+    <typedef-decl name='_Py_hashtable_compare_func' type-id='type-id-791' filepath='./Include/internal/pycore_hashtable.h' line='45' column='1' id='type-id-771'/>
+    <typedef-decl name='_Py_hashtable_destroy_func' type-id='type-id-17' filepath='./Include/internal/pycore_hashtable.h' line='46' column='1' id='type-id-772'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-773' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='50' column='1' id='type-id-792'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='malloc' type-id='type-id-787' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='52' column='1'/>
+        <var-decl name='malloc' type-id='type-id-793' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='free' type-id='type-id-17' visibility='default' filepath='./Include/internal/pycore_hashtable.h' line='55' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-787'/>
-    <typedef-decl name='_Py_hashtable_allocator_t' type-id='type-id-786' filepath='./Include/internal/pycore_hashtable.h' line='56' column='1' id='type-id-767'/>
+    <pointer-type-def type-id='type-id-794' size-in-bits='64' id='type-id-793'/>
+    <typedef-decl name='_Py_hashtable_allocator_t' type-id='type-id-792' filepath='./Include/internal/pycore_hashtable.h' line='56' column='1' id='type-id-773'/>
     <function-decl name='_Py_hashtable_destroy' mangled-name='_Py_hashtable_destroy' filepath='Python/hashtable.c' line='404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_destroy'>
-      <parameter type-id='type-id-779' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
+      <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_Py_hashtable_clear' mangled-name='_Py_hashtable_clear' filepath='Python/hashtable.c' line='385' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_clear'>
-      <parameter type-id='type-id-779' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
+      <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='404' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_Py_hashtable_new' mangled-name='_Py_hashtable_new' filepath='Python/hashtable.c' line='363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_new'>
-      <parameter type-id='type-id-764' name='hash_func' filepath='Python/hashtable.c' line='363' column='1'/>
-      <parameter type-id='type-id-765' name='compare_func' filepath='Python/hashtable.c' line='364' column='1'/>
-      <return type-id='type-id-779'/>
+      <parameter type-id='type-id-770' name='hash_func' filepath='Python/hashtable.c' line='363' column='1'/>
+      <parameter type-id='type-id-771' name='compare_func' filepath='Python/hashtable.c' line='364' column='1'/>
+      <return type-id='type-id-785'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-789'/>
+    <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-795'/>
     <function-decl name='_Py_hashtable_new_full' mangled-name='_Py_hashtable_new_full' filepath='Python/hashtable.c' line='316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_new_full'>
-      <parameter type-id='type-id-764' name='hash_func' filepath='Python/hashtable.c' line='316' column='1'/>
-      <parameter type-id='type-id-765' name='compare_func' filepath='Python/hashtable.c' line='317' column='1'/>
-      <parameter type-id='type-id-766' name='key_destroy_func' filepath='Python/hashtable.c' line='318' column='1'/>
-      <parameter type-id='type-id-766' name='value_destroy_func' filepath='Python/hashtable.c' line='319' column='1'/>
-      <parameter type-id='type-id-789' name='allocator' filepath='Python/hashtable.c' line='320' column='1'/>
-      <return type-id='type-id-779'/>
-    </function-decl>
-    <pointer-type-def type-id='type-id-790' size-in-bits='64' id='type-id-791'/>
-    <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-791' filepath='./Include/internal/pycore_hashtable.h' line='96' column='1' id='type-id-792'/>
+      <parameter type-id='type-id-770' name='hash_func' filepath='Python/hashtable.c' line='316' column='1'/>
+      <parameter type-id='type-id-771' name='compare_func' filepath='Python/hashtable.c' line='317' column='1'/>
+      <parameter type-id='type-id-772' name='key_destroy_func' filepath='Python/hashtable.c' line='318' column='1'/>
+      <parameter type-id='type-id-772' name='value_destroy_func' filepath='Python/hashtable.c' line='319' column='1'/>
+      <parameter type-id='type-id-795' name='allocator' filepath='Python/hashtable.c' line='320' column='1'/>
+      <return type-id='type-id-785'/>
+    </function-decl>
+    <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-797'/>
+    <typedef-decl name='_Py_hashtable_foreach_func' type-id='type-id-797' filepath='./Include/internal/pycore_hashtable.h' line='96' column='1' id='type-id-798'/>
     <function-decl name='_Py_hashtable_foreach' mangled-name='_Py_hashtable_foreach' filepath='Python/hashtable.c' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_foreach'>
-      <parameter type-id='type-id-779' name='ht' filepath='Python/hashtable.c' line='261' column='1'/>
-      <parameter type-id='type-id-792' name='func' filepath='Python/hashtable.c' line='262' column='1'/>
+      <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='261' column='1'/>
+      <parameter type-id='type-id-798' name='func' filepath='Python/hashtable.c' line='262' column='1'/>
       <parameter type-id='type-id-18' name='user_data' filepath='Python/hashtable.c' line='263' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_hashtable_get' mangled-name='_Py_hashtable_get' filepath='Python/hashtable.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_get'>
-      <parameter type-id='type-id-779' name='ht' filepath='Python/hashtable.c' line='248' column='1'/>
+      <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='248' column='1'/>
       <parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='248' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_Py_hashtable_set' mangled-name='_Py_hashtable_set' filepath='Python/hashtable.c' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_set'>
-      <parameter type-id='type-id-779' name='ht' filepath='Python/hashtable.c' line='209' column='1'/>
+      <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='209' column='1'/>
       <parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='209' column='1'/>
       <parameter type-id='type-id-18' name='value' filepath='Python/hashtable.c' line='209' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_hashtable_steal' mangled-name='_Py_hashtable_steal' filepath='Python/hashtable.c' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_steal'>
-      <parameter type-id='type-id-779' name='ht' filepath='Python/hashtable.c' line='174' column='1'/>
+      <parameter type-id='type-id-785' name='ht' filepath='Python/hashtable.c' line='174' column='1'/>
       <parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='174' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-778' const='yes' id='type-id-793'/>
-    <pointer-type-def type-id='type-id-793' size-in-bits='64' id='type-id-794'/>
+    <qualified-type-def type-id='type-id-784' const='yes' id='type-id-799'/>
+    <pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-800'/>
     <function-decl name='_Py_hashtable_size' mangled-name='_Py_hashtable_size' filepath='Python/hashtable.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_size'>
-      <parameter type-id='type-id-794' name='ht' filepath='Python/hashtable.c' line='120' column='1'/>
+      <parameter type-id='type-id-800' name='ht' filepath='Python/hashtable.c' line='120' column='1'/>
       <return type-id='type-id-54'/>
     </function-decl>
     <function-decl name='_Py_hashtable_compare_direct' mangled-name='_Py_hashtable_compare_direct' filepath='Python/hashtable.c' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_compare_direct'>
@@ -13629,52 +13658,52 @@
     </function-decl>
     <function-decl name='_Py_hashtable_hash_ptr' mangled-name='_Py_hashtable_hash_ptr' filepath='Python/hashtable.c' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_hashtable_hash_ptr'>
       <parameter type-id='type-id-18' name='key' filepath='Python/hashtable.c' line='92' column='1'/>
-      <return type-id='type-id-776'/>
+      <return type-id='type-id-782'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-780'>
-      <parameter type-id='type-id-779'/>
+    <function-type size-in-bits='64' id='type-id-786'>
+      <parameter type-id='type-id-785'/>
       <parameter type-id='type-id-18'/>
-      <return type-id='type-id-777'/>
+      <return type-id='type-id-783'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-790'>
-      <parameter type-id='type-id-779'/>
+    <function-type size-in-bits='64' id='type-id-796'>
+      <parameter type-id='type-id-785'/>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-8'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-784'>
+    <function-type size-in-bits='64' id='type-id-790'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-8'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-782'>
+    <function-type size-in-bits='64' id='type-id-788'>
       <parameter type-id='type-id-18'/>
-      <return type-id='type-id-776'/>
+      <return type-id='type-id-782'/>
     </function-type>
-    <function-type size-in-bits='64' id='type-id-788'>
+    <function-type size-in-bits='64' id='type-id-794'>
       <parameter type-id='type-id-54'/>
       <return type-id='type-id-18'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/import.c' comp-dir-path='/src' language='LANG_C99'>
-    <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='24' column='1' id='type-id-795'>
+  <abi-instr version='1.0' address-size='64' path='Python/import.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <class-decl name='_inittab' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='24' column='1' id='type-id-801'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/cpython/import.h' line='25' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='initfunc' type-id='type-id-525' visibility='default' filepath='./Include/cpython/import.h' line='26' column='1'/>
+        <var-decl name='initfunc' type-id='type-id-531' visibility='default' filepath='./Include/cpython/import.h' line='26' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-795' size-in-bits='64' id='type-id-796'/>
-    <var-decl name='PyImport_Inittab' type-id='type-id-796' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='28' column='1' elf-symbol-id='PyImport_Inittab'/>
+    <pointer-type-def type-id='type-id-801' size-in-bits='64' id='type-id-802'/>
+    <var-decl name='PyImport_Inittab' type-id='type-id-802' mangled-name='PyImport_Inittab' visibility='default' filepath='./Include/cpython/import.h' line='28' column='1' elf-symbol-id='PyImport_Inittab'/>
     <function-decl name='PyImport_AppendInittab' mangled-name='PyImport_AppendInittab' filepath='Python/import.c' line='2623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_AppendInittab'>
       <parameter type-id='type-id-3' name='name' filepath='Python/import.c' line='2623' column='1'/>
-      <parameter type-id='type-id-525' name='initfunc' filepath='Python/import.c' line='2623' column='1'/>
+      <parameter type-id='type-id-531' name='initfunc' filepath='Python/import.c' line='2623' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyImport_ExtendInittab' mangled-name='PyImport_ExtendInittab' filepath='Python/import.c' line='2577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyImport_ExtendInittab'>
-      <parameter type-id='type-id-796' name='newtab' filepath='Python/import.c' line='2577' column='1'/>
+      <parameter type-id='type-id-802' name='newtab' filepath='Python/import.c' line='2577' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyInit__imp' mangled-name='PyInit__imp' filepath='Python/import.c' line='2516' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__imp'>
@@ -13791,7 +13820,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyImport_GetModuleId' mangled-name='_PyImport_GetModuleId' filepath='Python/import.c' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_GetModuleId'>
-      <parameter type-id='type-id-490' name='nameid' filepath='Python/import.c' line='286' column='1'/>
+      <parameter type-id='type-id-496' name='nameid' filepath='Python/import.c' line='286' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyImport_IsInitialized' mangled-name='_PyImport_IsInitialized' filepath='Python/import.c' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyImport_IsInitialized'>
@@ -13808,7 +13837,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/initconfig.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/initconfig.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='Py_UTF8Mode' type-id='type-id-8' mangled-name='Py_UTF8Mode' visibility='default' filepath='./Include/fileobject.h' line='29' column='1' elf-symbol-id='Py_UTF8Mode'/>
     <var-decl name='Py_DebugFlag' type-id='type-id-8' mangled-name='Py_DebugFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='8' column='1' elf-symbol-id='Py_DebugFlag'/>
     <var-decl name='Py_VerboseFlag' type-id='type-id-8' mangled-name='Py_VerboseFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='9' column='1' elf-symbol-id='Py_VerboseFlag'/>
@@ -13825,12 +13854,12 @@
     <var-decl name='Py_UnbufferedStdioFlag' type-id='type-id-8' mangled-name='Py_UnbufferedStdioFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='20' column='1' elf-symbol-id='Py_UnbufferedStdioFlag'/>
     <var-decl name='Py_HashRandomizationFlag' type-id='type-id-8' mangled-name='Py_HashRandomizationFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='21' column='1' elf-symbol-id='Py_HashRandomizationFlag'/>
     <var-decl name='Py_IsolatedFlag' type-id='type-id-8' mangled-name='Py_IsolatedFlag' visibility='default' filepath='./Include/cpython/pydebug.h' line='22' column='1' elf-symbol-id='Py_IsolatedFlag'/>
-    <function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='2911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>
+    <function-decl name='_Py_GetConfigsAsDict' mangled-name='_Py_GetConfigsAsDict' filepath='Python/initconfig.c' line='2910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfigsAsDict'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-797' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-798'>
+    <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-803' visibility='default' filepath='./Include/cpython/initconfig.h' line='10' column='1' id='type-id-804'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='_type' type-id='type-id-799' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>
+        <var-decl name='_type' type-id='type-id-805' visibility='default' filepath='./Include/cpython/initconfig.h' line='15' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='func' type-id='type-id-3' visibility='default' filepath='./Include/cpython/initconfig.h' line='16' column='1'/>
@@ -13842,159 +13871,159 @@
         <var-decl name='exitcode' type-id='type-id-8' visibility='default' filepath='./Include/cpython/initconfig.h' line='18' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-799'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/initconfig.h' line='11' column='1' id='type-id-805'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='_PyStatus_TYPE_OK' value='0'/>
       <enumerator name='_PyStatus_TYPE_ERROR' value='1'/>
       <enumerator name='_PyStatus_TYPE_EXIT' value='2'/>
     </enum-decl>
-    <typedef-decl name='PyStatus' type-id='type-id-798' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-797'/>
-    <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-800'/>
-    <function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='2904' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='2904' column='1'/>
-      <return type-id='type-id-797'/>
-    </function-decl>
-    <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-801'/>
-    <function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='2820' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='2820' column='1'/>
-      <parameter type-id='type-id-801' name='list' filepath='Python/initconfig.c' line='2820' column='1'/>
-      <parameter type-id='type-id-36' name='length' filepath='Python/initconfig.c' line='2821' column='1'/>
-      <parameter type-id='type-id-365' name='items' filepath='Python/initconfig.c' line='2821' column='1'/>
-      <return type-id='type-id-797'/>
-    </function-decl>
-    <qualified-type-def type-id='type-id-281' const='yes' id='type-id-802'/>
-    <pointer-type-def type-id='type-id-802' size-in-bits='64' id='type-id-803'/>
-    <function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='2808' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='2808' column='1'/>
-      <parameter type-id='type-id-36' name='argc' filepath='Python/initconfig.c' line='2808' column='1'/>
-      <parameter type-id='type-id-803' name='argv' filepath='Python/initconfig.c' line='2808' column='1'/>
-      <return type-id='type-id-797'/>
-    </function-decl>
-    <function-decl name='PyConfig_SetBytesArgv' mangled-name='PyConfig_SetBytesArgv' filepath='Python/initconfig.c' line='2796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesArgv'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='2796' column='1'/>
-      <parameter type-id='type-id-36' name='argc' filepath='Python/initconfig.c' line='2796' column='1'/>
-      <parameter type-id='type-id-468' name='argv' filepath='Python/initconfig.c' line='2796' column='1'/>
-      <return type-id='type-id-797'/>
-    </function-decl>
-    <function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='1249' column='1'/>
-      <parameter type-id='type-id-14' name='dict' filepath='Python/initconfig.c' line='1249' column='1'/>
-      <return type-id='type-id-8'/>
-    </function-decl>
-    <qualified-type-def type-id='type-id-34' const='yes' id='type-id-804'/>
-    <pointer-type-def type-id='type-id-804' size-in-bits='64' id='type-id-805'/>
-    <function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>
-      <parameter type-id='type-id-805' name='config' filepath='Python/initconfig.c' line='982' column='1'/>
-      <return type-id='type-id-14'/>
-    </function-decl>
-    <function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='874' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='874' column='1'/>
-      <parameter type-id='type-id-365' name='config_str' filepath='Python/initconfig.c' line='874' column='1'/>
-      <parameter type-id='type-id-3' name='str' filepath='Python/initconfig.c' line='875' column='1'/>
-      <return type-id='type-id-797'/>
-    </function-decl>
-    <function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='812' column='1'/>
-      <parameter type-id='type-id-365' name='config_str' filepath='Python/initconfig.c' line='812' column='1'/>
-      <parameter type-id='type-id-536' name='str' filepath='Python/initconfig.c' line='812' column='1'/>
-      <return type-id='type-id-797'/>
-    </function-decl>
-    <function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='789' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='789' column='1'/>
+    <typedef-decl name='PyStatus' type-id='type-id-804' filepath='./Include/cpython/initconfig.h' line='19' column='1' id='type-id-803'/>
+    <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-806'/>
+    <function-decl name='PyConfig_Read' mangled-name='PyConfig_Read' filepath='Python/initconfig.c' line='2903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Read'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2903' column='1'/>
+      <return type-id='type-id-803'/>
+    </function-decl>
+    <pointer-type-def type-id='type-id-369' size-in-bits='64' id='type-id-807'/>
+    <function-decl name='PyConfig_SetWideStringList' mangled-name='PyConfig_SetWideStringList' filepath='Python/initconfig.c' line='2819' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetWideStringList'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2819' column='1'/>
+      <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='2819' column='1'/>
+      <parameter type-id='type-id-36' name='length' filepath='Python/initconfig.c' line='2820' column='1'/>
+      <parameter type-id='type-id-371' name='items' filepath='Python/initconfig.c' line='2820' column='1'/>
+      <return type-id='type-id-803'/>
+    </function-decl>
+    <qualified-type-def type-id='type-id-281' const='yes' id='type-id-808'/>
+    <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-809'/>
+    <function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='Python/initconfig.c' line='2807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetArgv'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2807' column='1'/>
+      <parameter type-id='type-id-36' name='argc' filepath='Python/initconfig.c' line='2807' column='1'/>
+      <parameter type-id='type-id-809' name='argv' filepath='Python/initconfig.c' line='2807' column='1'/>
+      <return type-id='type-id-803'/>
+    </function-decl>
+    <function-decl name='PyConfig_SetBytesArgv' mangled-name='PyConfig_SetBytesArgv' filepath='Python/initconfig.c' line='2795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesArgv'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='2795' column='1'/>
+      <parameter type-id='type-id-36' name='argc' filepath='Python/initconfig.c' line='2795' column='1'/>
+      <parameter type-id='type-id-474' name='argv' filepath='Python/initconfig.c' line='2795' column='1'/>
+      <return type-id='type-id-803'/>
+    </function-decl>
+    <function-decl name='_PyConfig_FromDict' mangled-name='_PyConfig_FromDict' filepath='Python/initconfig.c' line='1248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_FromDict'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='1248' column='1'/>
+      <parameter type-id='type-id-14' name='dict' filepath='Python/initconfig.c' line='1248' column='1'/>
+      <return type-id='type-id-8'/>
+    </function-decl>
+    <qualified-type-def type-id='type-id-34' const='yes' id='type-id-810'/>
+    <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-811'/>
+    <function-decl name='_PyConfig_AsDict' mangled-name='_PyConfig_AsDict' filepath='Python/initconfig.c' line='981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_AsDict'>
+      <parameter type-id='type-id-811' name='config' filepath='Python/initconfig.c' line='981' column='1'/>
+      <return type-id='type-id-14'/>
+    </function-decl>
+    <function-decl name='PyConfig_SetBytesString' mangled-name='PyConfig_SetBytesString' filepath='Python/initconfig.c' line='873' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetBytesString'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='873' column='1'/>
+      <parameter type-id='type-id-371' name='config_str' filepath='Python/initconfig.c' line='873' column='1'/>
+      <parameter type-id='type-id-3' name='str' filepath='Python/initconfig.c' line='874' column='1'/>
+      <return type-id='type-id-803'/>
+    </function-decl>
+    <function-decl name='PyConfig_SetString' mangled-name='PyConfig_SetString' filepath='Python/initconfig.c' line='811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_SetString'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='811' column='1'/>
+      <parameter type-id='type-id-371' name='config_str' filepath='Python/initconfig.c' line='811' column='1'/>
+      <parameter type-id='type-id-542' name='str' filepath='Python/initconfig.c' line='811' column='1'/>
+      <return type-id='type-id-803'/>
+    </function-decl>
+    <function-decl name='PyConfig_InitIsolatedConfig' mangled-name='PyConfig_InitIsolatedConfig' filepath='Python/initconfig.c' line='788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitIsolatedConfig'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyConfig_InitPythonConfig' mangled-name='PyConfig_InitPythonConfig' filepath='Python/initconfig.c' line='778' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitPythonConfig'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='789' column='1'/>
+    <function-decl name='PyConfig_InitPythonConfig' mangled-name='PyConfig_InitPythonConfig' filepath='Python/initconfig.c' line='777' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_InitPythonConfig'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='789' column='1'/>
+    <function-decl name='_PyConfig_InitCompatConfig' mangled-name='_PyConfig_InitCompatConfig' filepath='Python/initconfig.c' line='705' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyConfig_InitCompatConfig'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyConfig_Clear' mangled-name='PyConfig_Clear' filepath='Python/initconfig.c' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Clear'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/initconfig.c' line='789' column='1'/>
+    <function-decl name='PyConfig_Clear' mangled-name='PyConfig_Clear' filepath='Python/initconfig.c' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyConfig_Clear'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/initconfig.c' line='788' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-365' size-in-bits='64' id='type-id-806'/>
-    <function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>
-      <parameter type-id='type-id-492' name='argc' filepath='Python/initconfig.c' line='588' column='1'/>
-      <parameter type-id='type-id-806' name='argv' filepath='Python/initconfig.c' line='588' column='1'/>
+    <pointer-type-def type-id='type-id-371' size-in-bits='64' id='type-id-812'/>
+    <function-decl name='Py_GetArgcArgv' mangled-name='Py_GetArgcArgv' filepath='Python/initconfig.c' line='587' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetArgcArgv'>
+      <parameter type-id='type-id-498' name='argc' filepath='Python/initconfig.c' line='587' column='1'/>
+      <parameter type-id='type-id-812' name='argv' filepath='Python/initconfig.c' line='587' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_ClearArgcArgv' mangled-name='_Py_ClearArgcArgv' filepath='Python/initconfig.c' line='559' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ClearArgcArgv'>
+    <function-decl name='_Py_ClearArgcArgv' mangled-name='_Py_ClearArgcArgv' filepath='Python/initconfig.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ClearArgcArgv'>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_ClearStandardStreamEncoding' mangled-name='_Py_ClearStandardStreamEncoding' filepath='Python/initconfig.c' line='532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ClearStandardStreamEncoding'>
+    <function-decl name='_Py_ClearStandardStreamEncoding' mangled-name='_Py_ClearStandardStreamEncoding' filepath='Python/initconfig.c' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ClearStandardStreamEncoding'>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_SetStandardStreamEncoding' mangled-name='Py_SetStandardStreamEncoding' filepath='Python/initconfig.c' line='477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetStandardStreamEncoding'>
-      <parameter type-id='type-id-3' name='encoding' filepath='Python/initconfig.c' line='477' column='1'/>
-      <parameter type-id='type-id-3' name='errors' filepath='Python/initconfig.c' line='477' column='1'/>
+    <function-decl name='Py_SetStandardStreamEncoding' mangled-name='Py_SetStandardStreamEncoding' filepath='Python/initconfig.c' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetStandardStreamEncoding'>
+      <parameter type-id='type-id-3' name='encoding' filepath='Python/initconfig.c' line='476' column='1'/>
+      <parameter type-id='type-id-3' name='errors' filepath='Python/initconfig.c' line='476' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-363' const='yes' id='type-id-807'/>
-    <pointer-type-def type-id='type-id-807' size-in-bits='64' id='type-id-808'/>
-    <function-decl name='_PyWideStringList_AsList' mangled-name='_PyWideStringList_AsList' filepath='Python/initconfig.c' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_AsList'>
-      <parameter type-id='type-id-808' name='list' filepath='Python/initconfig.c' line='446' column='1'/>
+    <qualified-type-def type-id='type-id-369' const='yes' id='type-id-813'/>
+    <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-814'/>
+    <function-decl name='_PyWideStringList_AsList' mangled-name='_PyWideStringList_AsList' filepath='Python/initconfig.c' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_AsList'>
+      <parameter type-id='type-id-814' name='list' filepath='Python/initconfig.c' line='445' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyWideStringList_Extend' mangled-name='_PyWideStringList_Extend' filepath='Python/initconfig.c' line='421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Extend'>
-      <parameter type-id='type-id-801' name='list' filepath='Python/initconfig.c' line='421' column='1'/>
-      <parameter type-id='type-id-808' name='list2' filepath='Python/initconfig.c' line='421' column='1'/>
-      <return type-id='type-id-797'/>
+    <function-decl name='_PyWideStringList_Extend' mangled-name='_PyWideStringList_Extend' filepath='Python/initconfig.c' line='420' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Extend'>
+      <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='420' column='1'/>
+      <parameter type-id='type-id-814' name='list2' filepath='Python/initconfig.c' line='420' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>
-      <parameter type-id='type-id-801' name='list' filepath='Python/initconfig.c' line='414' column='1'/>
-      <parameter type-id='type-id-536' name='item' filepath='Python/initconfig.c' line='414' column='1'/>
-      <return type-id='type-id-797'/>
+    <function-decl name='PyWideStringList_Append' mangled-name='PyWideStringList_Append' filepath='Python/initconfig.c' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Append'>
+      <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='413' column='1'/>
+      <parameter type-id='type-id-542' name='item' filepath='Python/initconfig.c' line='413' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>
-      <parameter type-id='type-id-801' name='list' filepath='Python/initconfig.c' line='373' column='1'/>
-      <parameter type-id='type-id-36' name='index' filepath='Python/initconfig.c' line='374' column='1'/>
-      <parameter type-id='type-id-536' name='item' filepath='Python/initconfig.c' line='374' column='1'/>
-      <return type-id='type-id-797'/>
+    <function-decl name='PyWideStringList_Insert' mangled-name='PyWideStringList_Insert' filepath='Python/initconfig.c' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyWideStringList_Insert'>
+      <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='372' column='1'/>
+      <parameter type-id='type-id-36' name='index' filepath='Python/initconfig.c' line='373' column='1'/>
+      <parameter type-id='type-id-542' name='item' filepath='Python/initconfig.c' line='373' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='_PyWideStringList_Copy' mangled-name='_PyWideStringList_Copy' filepath='Python/initconfig.c' line='338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Copy'>
-      <parameter type-id='type-id-801' name='list' filepath='Python/initconfig.c' line='338' column='1'/>
-      <parameter type-id='type-id-808' name='list2' filepath='Python/initconfig.c' line='338' column='1'/>
+    <function-decl name='_PyWideStringList_Copy' mangled-name='_PyWideStringList_Copy' filepath='Python/initconfig.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Copy'>
+      <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='337' column='1'/>
+      <parameter type-id='type-id-814' name='list2' filepath='Python/initconfig.c' line='337' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyWideStringList_Clear' mangled-name='_PyWideStringList_Clear' filepath='Python/initconfig.c' line='325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Clear'>
-      <parameter type-id='type-id-801' name='list' filepath='Python/initconfig.c' line='325' column='1'/>
+    <function-decl name='_PyWideStringList_Clear' mangled-name='_PyWideStringList_Clear' filepath='Python/initconfig.c' line='324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyWideStringList_Clear'>
+      <parameter type-id='type-id-807' name='list' filepath='Python/initconfig.c' line='324' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyStatus_Exception' mangled-name='PyStatus_Exception' filepath='Python/initconfig.c' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exception'>
-      <parameter type-id='type-id-797' name='status' filepath='Python/initconfig.c' line='285' column='1'/>
+    <function-decl name='PyStatus_Exception' mangled-name='PyStatus_Exception' filepath='Python/initconfig.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exception'>
+      <parameter type-id='type-id-803' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>
-      <parameter type-id='type-id-797' name='status' filepath='Python/initconfig.c' line='285' column='1'/>
+    <function-decl name='PyStatus_IsExit' mangled-name='PyStatus_IsExit' filepath='Python/initconfig.c' line='281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsExit'>
+      <parameter type-id='type-id-803' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>
-      <parameter type-id='type-id-797' name='status' filepath='Python/initconfig.c' line='285' column='1'/>
+    <function-decl name='PyStatus_IsError' mangled-name='PyStatus_IsError' filepath='Python/initconfig.c' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_IsError'>
+      <parameter type-id='type-id-803' name='status' filepath='Python/initconfig.c' line='284' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exit'>
-      <parameter type-id='type-id-8' name='exitcode' filepath='Python/initconfig.c' line='275' column='1'/>
-      <return type-id='type-id-797'/>
+    <function-decl name='PyStatus_Exit' mangled-name='PyStatus_Exit' filepath='Python/initconfig.c' line='274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Exit'>
+      <parameter type-id='type-id-8' name='exitcode' filepath='Python/initconfig.c' line='274' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='PyStatus_NoMemory' mangled-name='PyStatus_NoMemory' filepath='Python/initconfig.c' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_NoMemory'>
-      <return type-id='type-id-797'/>
+    <function-decl name='PyStatus_NoMemory' mangled-name='PyStatus_NoMemory' filepath='Python/initconfig.c' line='271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_NoMemory'>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='PyStatus_Error' mangled-name='PyStatus_Error' filepath='Python/initconfig.c' line='265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Error'>
-      <parameter type-id='type-id-3' name='err_msg' filepath='Python/initconfig.c' line='265' column='1'/>
-      <return type-id='type-id-797'/>
+    <function-decl name='PyStatus_Error' mangled-name='PyStatus_Error' filepath='Python/initconfig.c' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Error'>
+      <parameter type-id='type-id-3' name='err_msg' filepath='Python/initconfig.c' line='264' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='PyStatus_Ok' mangled-name='PyStatus_Ok' filepath='Python/initconfig.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Ok'>
-      <return type-id='type-id-797'/>
+    <function-decl name='PyStatus_Ok' mangled-name='PyStatus_Ok' filepath='Python/initconfig.c' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyStatus_Ok'>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-decl name='Py_GETENV' mangled-name='Py_GETENV' filepath='Python/initconfig.c' line='252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GETENV'>
-      <parameter type-id='type-id-3' name='name' filepath='Python/initconfig.c' line='252' column='1'/>
+    <function-decl name='Py_GETENV' mangled-name='Py_GETENV' filepath='Python/initconfig.c' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GETENV'>
+      <parameter type-id='type-id-3' name='name' filepath='Python/initconfig.c' line='251' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/marshal.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/marshal.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyMarshal_Init' mangled-name='PyMarshal_Init' filepath='Python/marshal.c' line='1893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_Init'>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -14009,35 +14038,35 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadObjectFromFile' mangled-name='PyMarshal_ReadObjectFromFile' filepath='Python/marshal.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadObjectFromFile'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/marshal.c' line='1603' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1603' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadLastObjectFromFile' mangled-name='PyMarshal_ReadLastObjectFromFile' filepath='Python/marshal.c' line='1578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLastObjectFromFile'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/marshal.c' line='1578' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1578' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadLongFromFile' mangled-name='PyMarshal_ReadLongFromFile' filepath='Python/marshal.c' line='1542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadLongFromFile'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/marshal.c' line='1542' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1542' column='1'/>
       <return type-id='type-id-53'/>
     </function-decl>
     <function-decl name='PyMarshal_ReadShortFromFile' mangled-name='PyMarshal_ReadShortFromFile' filepath='Python/marshal.c' line='1526' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_ReadShortFromFile'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/marshal.c' line='1526' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='1526' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyMarshal_WriteObjectToFile' mangled-name='PyMarshal_WriteObjectToFile' filepath='Python/marshal.c' line='641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteObjectToFile'>
       <parameter type-id='type-id-14' name='x' filepath='Python/marshal.c' line='641' column='1'/>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/marshal.c' line='641' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='641' column='1'/>
       <parameter type-id='type-id-8' name='version' filepath='Python/marshal.c' line='641' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyMarshal_WriteLongToFile' mangled-name='PyMarshal_WriteLongToFile' filepath='Python/marshal.c' line='626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMarshal_WriteLongToFile'>
       <parameter type-id='type-id-53' name='x' filepath='Python/marshal.c' line='626' column='1'/>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/marshal.c' line='626' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/marshal.c' line='626' column='1'/>
       <parameter type-id='type-id-8' name='version' filepath='Python/marshal.c' line='626' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/modsupport.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/modsupport.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_Py_PackageContext' type-id='type-id-3' mangled-name='_Py_PackageContext' visibility='default' filepath='./Include/cpython/modsupport.h' line='107' column='1' elf-symbol-id='_Py_PackageContext'/>
     <function-decl name='PyModule_AddType' mangled-name='PyModule_AddType' filepath='Python/modsupport.c' line='704' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyModule_AddType'>
       <parameter type-id='type-id-14' name='module' filepath='Python/modsupport.c' line='704' column='1'/>
@@ -14072,7 +14101,7 @@
       <parameter type-id='type-id-22' name='small_stack' filepath='Python/modsupport.c' line='581' column='1'/>
       <parameter type-id='type-id-36' name='small_stack_len' filepath='Python/modsupport.c' line='581' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='582' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
       <parameter type-id='type-id-168' name='p_nargs' filepath='Python/modsupport.c' line='582' column='1'/>
       <return type-id='type-id-22'/>
     </function-decl>
@@ -14080,18 +14109,18 @@
       <parameter type-id='type-id-22' name='small_stack' filepath='Python/modsupport.c' line='581' column='1'/>
       <parameter type-id='type-id-36' name='small_stack_len' filepath='Python/modsupport.c' line='581' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='582' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='582' column='1'/>
       <parameter type-id='type-id-168' name='p_nargs' filepath='Python/modsupport.c' line='582' column='1'/>
       <return type-id='type-id-22'/>
     </function-decl>
     <function-decl name='_Py_VaBuildValue_SizeT' mangled-name='_Py_VaBuildValue_SizeT' filepath='Python/modsupport.c' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_VaBuildValue_SizeT'>
       <parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='545' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_VaBuildValue'>
       <parameter type-id='type-id-3' name='format' filepath='Python/modsupport.c' line='545' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/modsupport.c' line='545' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_Py_BuildValue_SizeT' mangled-name='_Py_BuildValue_SizeT' filepath='Python/modsupport.c' line='528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_BuildValue_SizeT'>
@@ -14110,12 +14139,12 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/mysnprintf.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/mysnprintf.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyOS_vsnprintf' mangled-name='PyOS_vsnprintf' filepath='Python/mysnprintf.c' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_vsnprintf'>
       <parameter type-id='type-id-115' name='str' filepath='Python/mysnprintf.c' line='52' column='1'/>
       <parameter type-id='type-id-54' name='size' filepath='Python/mysnprintf.c' line='52' column='1'/>
       <parameter type-id='type-id-3' name='format' filepath='Python/mysnprintf.c' line='52' column='1'/>
-      <parameter type-id='type-id-487' name='va' filepath='Python/mysnprintf.c' line='52' column='1'/>
+      <parameter type-id='type-id-493' name='va' filepath='Python/mysnprintf.c' line='52' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyOS_snprintf' mangled-name='PyOS_snprintf' filepath='Python/mysnprintf.c' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_snprintf'>
@@ -14126,21 +14155,21 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/mystrtoul.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/mystrtoul.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyOS_strtol' mangled-name='PyOS_strtol' filepath='Python/mystrtoul.c' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtol'>
       <parameter type-id='type-id-3' name='str' filepath='Python/mystrtoul.c' line='263' column='1'/>
-      <parameter type-id='type-id-485' name='ptr' filepath='Python/mystrtoul.c' line='263' column='1'/>
+      <parameter type-id='type-id-491' name='ptr' filepath='Python/mystrtoul.c' line='263' column='1'/>
       <parameter type-id='type-id-8' name='base' filepath='Python/mystrtoul.c' line='263' column='1'/>
       <return type-id='type-id-53'/>
     </function-decl>
     <function-decl name='PyOS_strtoul' mangled-name='PyOS_strtoul' filepath='Python/mystrtoul.c' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_strtoul'>
       <parameter type-id='type-id-3' name='str' filepath='Python/mystrtoul.c' line='95' column='1'/>
-      <parameter type-id='type-id-485' name='ptr' filepath='Python/mystrtoul.c' line='95' column='1'/>
+      <parameter type-id='type-id-491' name='ptr' filepath='Python/mystrtoul.c' line='95' column='1'/>
       <parameter type-id='type-id-8' name='base' filepath='Python/mystrtoul.c' line='95' column='1'/>
       <return type-id='type-id-16'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pathconfig.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/pathconfig.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='Py_GetProgramName' mangled-name='Py_GetProgramName' filepath='Python/pathconfig.c' line='348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_GetProgramName'>
       <return type-id='type-id-281'/>
     </function-decl>
@@ -14160,65 +14189,65 @@
       <return type-id='type-id-281'/>
     </function-decl>
     <function-decl name='_Py_SetProgramFullPath' mangled-name='_Py_SetProgramFullPath' filepath='Python/pathconfig.c' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetProgramFullPath'>
-      <parameter type-id='type-id-536' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+      <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='Py_SetProgramName' mangled-name='Py_SetProgramName' filepath='Python/pathconfig.c' line='256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetProgramName'>
-      <parameter type-id='type-id-536' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+      <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='Py_SetPythonHome' mangled-name='Py_SetPythonHome' filepath='Python/pathconfig.c' line='235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetPythonHome'>
-      <parameter type-id='type-id-536' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+      <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='Py_SetPath' mangled-name='Py_SetPath' filepath='Python/pathconfig.c' line='194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_SetPath'>
-      <parameter type-id='type-id-536' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
+      <parameter type-id='type-id-542' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyPathConfig_ClearGlobal' mangled-name='_PyPathConfig_ClearGlobal' filepath='Python/pathconfig.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPathConfig_ClearGlobal'>
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/preconfig.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/preconfig.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='Py_FileSystemDefaultEncoding' type-id='type-id-3' mangled-name='Py_FileSystemDefaultEncoding' visibility='default' filepath='./Include/fileobject.h' line='22' column='1' elf-symbol-id='Py_FileSystemDefaultEncoding'/>
     <var-decl name='Py_HasFileSystemDefaultEncoding' type-id='type-id-8' mangled-name='Py_HasFileSystemDefaultEncoding' visibility='default' filepath='./Include/fileobject.h' line='26' column='1' elf-symbol-id='Py_HasFileSystemDefaultEncoding'/>
     <var-decl name='Py_FileSystemDefaultEncodeErrors' type-id='type-id-3' mangled-name='Py_FileSystemDefaultEncodeErrors' visibility='default' filepath='./Include/fileobject.h' line='24' column='1' elf-symbol-id='Py_FileSystemDefaultEncodeErrors'/>
     <var-decl name='_Py_HasFileSystemDefaultEncodeErrors' type-id='type-id-8' mangled-name='_Py_HasFileSystemDefaultEncodeErrors' visibility='default' filepath='./Include/internal/pycore_fileutils.h' line='178' column='1' elf-symbol-id='_Py_HasFileSystemDefaultEncodeErrors'/>
-    <function-decl name='_Py_get_xoption' mangled-name='_Py_get_xoption' filepath='Python/preconfig.c' line='579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_xoption'>
-      <parameter type-id='type-id-808' name='xoptions' filepath='Python/preconfig.c' line='579' column='1'/>
-      <parameter type-id='type-id-536' name='name' filepath='Python/preconfig.c' line='579' column='1'/>
-      <return type-id='type-id-536'/>
-    </function-decl>
-    <function-decl name='_Py_get_env_flag' mangled-name='_Py_get_env_flag' filepath='Python/preconfig.c' line='561' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_env_flag'>
-      <parameter type-id='type-id-8' name='use_environment' filepath='Python/preconfig.c' line='561' column='1'/>
-      <parameter type-id='type-id-492' name='flag' filepath='Python/preconfig.c' line='561' column='1'/>
-      <parameter type-id='type-id-3' name='name' filepath='Python/preconfig.c' line='561' column='1'/>
+    <function-decl name='_Py_get_xoption' mangled-name='_Py_get_xoption' filepath='Python/preconfig.c' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_xoption'>
+      <parameter type-id='type-id-814' name='xoptions' filepath='Python/preconfig.c' line='569' column='1'/>
+      <parameter type-id='type-id-542' name='name' filepath='Python/preconfig.c' line='569' column='1'/>
+      <return type-id='type-id-542'/>
+    </function-decl>
+    <function-decl name='_Py_get_env_flag' mangled-name='_Py_get_env_flag' filepath='Python/preconfig.c' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_env_flag'>
+      <parameter type-id='type-id-8' name='use_environment' filepath='Python/preconfig.c' line='551' column='1'/>
+      <parameter type-id='type-id-498' name='flag' filepath='Python/preconfig.c' line='551' column='1'/>
+      <parameter type-id='type-id-3' name='name' filepath='Python/preconfig.c' line='551' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_str_to_int' mangled-name='_Py_str_to_int' filepath='Python/preconfig.c' line='543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_str_to_int'>
-      <parameter type-id='type-id-3' name='str' filepath='Python/preconfig.c' line='543' column='1'/>
-      <parameter type-id='type-id-492' name='result' filepath='Python/preconfig.c' line='543' column='1'/>
+    <function-decl name='_Py_str_to_int' mangled-name='_Py_str_to_int' filepath='Python/preconfig.c' line='533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_str_to_int'>
+      <parameter type-id='type-id-3' name='str' filepath='Python/preconfig.c' line='533' column='1'/>
+      <parameter type-id='type-id-498' name='result' filepath='Python/preconfig.c' line='533' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_Py_GetEnv' mangled-name='_Py_GetEnv' filepath='Python/preconfig.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetEnv'>
-      <parameter type-id='type-id-8' name='use_environment' filepath='Python/preconfig.c' line='524' column='1'/>
-      <parameter type-id='type-id-3' name='name' filepath='Python/preconfig.c' line='524' column='1'/>
+    <function-decl name='_Py_GetEnv' mangled-name='_Py_GetEnv' filepath='Python/preconfig.c' line='514' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetEnv'>
+      <parameter type-id='type-id-8' name='use_environment' filepath='Python/preconfig.c' line='514' column='1'/>
+      <parameter type-id='type-id-3' name='name' filepath='Python/preconfig.c' line='514' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-63' size-in-bits='64' id='type-id-809'/>
-    <function-decl name='PyPreConfig_InitIsolatedConfig' mangled-name='PyPreConfig_InitIsolatedConfig' filepath='Python/preconfig.c' line='336' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitIsolatedConfig'>
-      <parameter type-id='type-id-809' name='config' filepath='Python/preconfig.c' line='336' column='1'/>
+    <pointer-type-def type-id='type-id-63' size-in-bits='64' id='type-id-815'/>
+    <function-decl name='PyPreConfig_InitIsolatedConfig' mangled-name='PyPreConfig_InitIsolatedConfig' filepath='Python/preconfig.c' line='326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitIsolatedConfig'>
+      <parameter type-id='type-id-815' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyPreConfig_InitPythonConfig' mangled-name='PyPreConfig_InitPythonConfig' filepath='Python/preconfig.c' line='315' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitPythonConfig'>
-      <parameter type-id='type-id-809' name='config' filepath='Python/preconfig.c' line='336' column='1'/>
+    <function-decl name='PyPreConfig_InitPythonConfig' mangled-name='PyPreConfig_InitPythonConfig' filepath='Python/preconfig.c' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyPreConfig_InitPythonConfig'>
+      <parameter type-id='type-id-815' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyPreConfig_InitCompatConfig' mangled-name='_PyPreConfig_InitCompatConfig' filepath='Python/preconfig.c' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyPreConfig_InitCompatConfig'>
-      <parameter type-id='type-id-809' name='config' filepath='Python/preconfig.c' line='336' column='1'/>
+      <parameter type-id='type-id-815' name='config' filepath='Python/preconfig.c' line='326' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='66' column='1' id='type-id-810'>
+    <class-decl name='_PyArgv' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='66' column='1' id='type-id-816'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='argc' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='67' column='1'/>
       </data-member>
@@ -14226,34 +14255,34 @@
         <var-decl name='use_bytes_argv' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='68' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='bytes_argv' type-id='type-id-468' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1'/>
+        <var-decl name='bytes_argv' type-id='type-id-474' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='wchar_argv' type-id='type-id-803' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>
+        <var-decl name='wchar_argv' type-id='type-id-809' visibility='default' filepath='./Include/internal/pycore_initconfig.h' line='70' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_PyArgv' type-id='type-id-810' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1' id='type-id-811'/>
-    <qualified-type-def type-id='type-id-811' const='yes' id='type-id-812'/>
-    <pointer-type-def type-id='type-id-812' size-in-bits='64' id='type-id-813'/>
+    <typedef-decl name='_PyArgv' type-id='type-id-816' filepath='./Include/internal/pycore_initconfig.h' line='71' column='1' id='type-id-817'/>
+    <qualified-type-def type-id='type-id-817' const='yes' id='type-id-818'/>
+    <pointer-type-def type-id='type-id-818' size-in-bits='64' id='type-id-819'/>
     <function-decl name='_PyArgv_AsWstrList' mangled-name='_PyArgv_AsWstrList' filepath='Python/preconfig.c' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArgv_AsWstrList'>
-      <parameter type-id='type-id-813' name='args' filepath='Python/preconfig.c' line='72' column='1'/>
-      <parameter type-id='type-id-801' name='list' filepath='Python/preconfig.c' line='72' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-819' name='args' filepath='Python/preconfig.c' line='72' column='1'/>
+      <parameter type-id='type-id-807' name='list' filepath='Python/preconfig.c' line='72' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pyarena.c' comp-dir-path='/src' language='LANG_C99'>
-    <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='46' column='1' id='type-id-754'>
+  <abi-instr version='1.0' address-size='64' path='Python/pyarena.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <class-decl name='_arena' size-in-bits='192' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='46' column='1' id='type-id-760'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='a_head' type-id='type-id-814' visibility='default' filepath='Python/pyarena.c' line='51' column='1'/>
+        <var-decl name='a_head' type-id='type-id-820' visibility='default' filepath='Python/pyarena.c' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='a_cur' type-id='type-id-814' visibility='default' filepath='Python/pyarena.c' line='58' column='1'/>
+        <var-decl name='a_cur' type-id='type-id-820' visibility='default' filepath='Python/pyarena.c' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='a_objects' type-id='type-id-14' visibility='default' filepath='Python/pyarena.c' line='64' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='_block' size-in-bits='256' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='17' column='1' id='type-id-815'>
+    <class-decl name='_block' size-in-bits='256' is-struct='yes' visibility='default' filepath='Python/pyarena.c' line='17' column='1' id='type-id-821'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ab_size' type-id='type-id-54' visibility='default' filepath='Python/pyarena.c' line='22' column='1'/>
       </data-member>
@@ -14261,75 +14290,75 @@
         <var-decl name='ab_offset' type-id='type-id-54' visibility='default' filepath='Python/pyarena.c' line='27' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='ab_next' type-id='type-id-816' visibility='default' filepath='Python/pyarena.c' line='33' column='1'/>
+        <var-decl name='ab_next' type-id='type-id-822' visibility='default' filepath='Python/pyarena.c' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='ab_mem' type-id='type-id-18' visibility='default' filepath='Python/pyarena.c' line='38' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-815' size-in-bits='64' id='type-id-816'/>
-    <typedef-decl name='block' type-id='type-id-815' filepath='Python/pyarena.c' line='39' column='1' id='type-id-817'/>
-    <pointer-type-def type-id='type-id-817' size-in-bits='64' id='type-id-814'/>
+    <pointer-type-def type-id='type-id-821' size-in-bits='64' id='type-id-822'/>
+    <typedef-decl name='block' type-id='type-id-821' filepath='Python/pyarena.c' line='39' column='1' id='type-id-823'/>
+    <pointer-type-def type-id='type-id-823' size-in-bits='64' id='type-id-820'/>
     <function-decl name='_PyArena_AddPyObject' mangled-name='_PyArena_AddPyObject' filepath='Python/pyarena.c' line='204' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_AddPyObject'>
-      <parameter type-id='type-id-756' name='arena' filepath='Python/pyarena.c' line='204' column='1'/>
+      <parameter type-id='type-id-762' name='arena' filepath='Python/pyarena.c' line='204' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pyarena.c' line='204' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyArena_Malloc' mangled-name='_PyArena_Malloc' filepath='Python/pyarena.c' line='181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_Malloc'>
-      <parameter type-id='type-id-756' name='arena' filepath='Python/pyarena.c' line='181' column='1'/>
+      <parameter type-id='type-id-762' name='arena' filepath='Python/pyarena.c' line='181' column='1'/>
       <parameter type-id='type-id-54' name='size' filepath='Python/pyarena.c' line='181' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='_PyArena_Free' mangled-name='_PyArena_Free' filepath='Python/pyarena.c' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_Free'>
-      <parameter type-id='type-id-756' name='arena' filepath='Python/pyarena.c' line='158' column='1'/>
+      <parameter type-id='type-id-762' name='arena' filepath='Python/pyarena.c' line='158' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyArena_New' mangled-name='_PyArena_New' filepath='Python/pyarena.c' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyArena_New'>
-      <return type-id='type-id-756'/>
+      <return type-id='type-id-762'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pyctype.c' comp-dir-path='/src' language='LANG_C99'>
-    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-818'/>
+  <abi-instr version='1.0' address-size='64' path='Python/pyctype.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <qualified-type-def type-id='type-id-105' const='yes' id='type-id-824'/>
 
-    <array-type-def dimensions='1' type-id='type-id-818' size-in-bits='8192' id='type-id-819'>
+    <array-type-def dimensions='1' type-id='type-id-824' size-in-bits='8192' id='type-id-825'>
       <subrange length='256' type-id='type-id-16' id='type-id-264'/>
 
     </array-type-def>
-    <qualified-type-def type-id='type-id-819' const='yes' id='type-id-820'/>
-    <var-decl name='_Py_ctype_table' type-id='type-id-820' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>
+    <qualified-type-def type-id='type-id-825' const='yes' id='type-id-826'/>
+    <var-decl name='_Py_ctype_table' type-id='type-id-826' mangled-name='_Py_ctype_table' visibility='default' filepath='./Include/cpython/pyctype.h' line='16' column='1' elf-symbol-id='_Py_ctype_table'/>
 
-    <array-type-def dimensions='1' type-id='type-id-518' size-in-bits='2048' id='type-id-821'>
+    <array-type-def dimensions='1' type-id='type-id-524' size-in-bits='2048' id='type-id-827'>
       <subrange length='256' type-id='type-id-16' id='type-id-264'/>
 
     </array-type-def>
-    <qualified-type-def type-id='type-id-821' const='yes' id='type-id-822'/>
-    <var-decl name='_Py_ctype_tolower' type-id='type-id-822' mangled-name='_Py_ctype_tolower' visibility='default' filepath='./Include/cpython/pyctype.h' line='29' column='1' elf-symbol-id='_Py_ctype_tolower'/>
-    <var-decl name='_Py_ctype_toupper' type-id='type-id-822' mangled-name='_Py_ctype_toupper' visibility='default' filepath='./Include/cpython/pyctype.h' line='30' column='1' elf-symbol-id='_Py_ctype_toupper'/>
+    <qualified-type-def type-id='type-id-827' const='yes' id='type-id-828'/>
+    <var-decl name='_Py_ctype_tolower' type-id='type-id-828' mangled-name='_Py_ctype_tolower' visibility='default' filepath='./Include/cpython/pyctype.h' line='29' column='1' elf-symbol-id='_Py_ctype_tolower'/>
+    <var-decl name='_Py_ctype_toupper' type-id='type-id-828' mangled-name='_Py_ctype_toupper' visibility='default' filepath='./Include/cpython/pyctype.h' line='30' column='1' elf-symbol-id='_Py_ctype_toupper'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pyhash.c' comp-dir-path='/src' language='LANG_C99'>
-    <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='55' column='1' id='type-id-823'>
+  <abi-instr version='1.0' address-size='64' path='Python/pyhash.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='55' column='1' id='type-id-829'>
       <data-member access='private'>
-        <var-decl name='uc' type-id='type-id-824' visibility='default' filepath='./Include/pyhash.h' line='57' column='1'/>
+        <var-decl name='uc' type-id='type-id-830' visibility='default' filepath='./Include/pyhash.h' line='57' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='fnv' type-id='type-id-825' visibility='default' filepath='./Include/pyhash.h' line='62' column='1'/>
+        <var-decl name='fnv' type-id='type-id-831' visibility='default' filepath='./Include/pyhash.h' line='62' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='siphash' type-id='type-id-826' visibility='default' filepath='./Include/pyhash.h' line='67' column='1'/>
+        <var-decl name='siphash' type-id='type-id-832' visibility='default' filepath='./Include/pyhash.h' line='67' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='djbx33a' type-id='type-id-827' visibility='default' filepath='./Include/pyhash.h' line='72' column='1'/>
+        <var-decl name='djbx33a' type-id='type-id-833' visibility='default' filepath='./Include/pyhash.h' line='72' column='1'/>
       </data-member>
       <data-member access='private'>
-        <var-decl name='expat' type-id='type-id-828' visibility='default' filepath='./Include/pyhash.h' line='76' column='1'/>
+        <var-decl name='expat' type-id='type-id-834' visibility='default' filepath='./Include/pyhash.h' line='76' column='1'/>
       </data-member>
     </union-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='192' id='type-id-824'>
+    <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='192' id='type-id-830'>
       <subrange length='24' type-id='type-id-16' id='type-id-296'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='59' column='1' id='type-id-825'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='59' column='1' id='type-id-831'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='prefix' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='60' column='1'/>
       </data-member>
@@ -14337,7 +14366,7 @@
         <var-decl name='suffix' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='61' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='64' column='1' id='type-id-826'>
+    <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='64' column='1' id='type-id-832'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='k0' type-id='type-id-19' visibility='default' filepath='./Include/pyhash.h' line='65' column='1'/>
       </data-member>
@@ -14345,50 +14374,50 @@
         <var-decl name='k1' type-id='type-id-19' visibility='default' filepath='./Include/pyhash.h' line='66' column='1'/>
       </data-member>
     </class-decl>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='69' column='1' id='type-id-827'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='69' column='1' id='type-id-833'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='padding' type-id='type-id-829' visibility='default' filepath='./Include/pyhash.h' line='70' column='1'/>
+        <var-decl name='padding' type-id='type-id-835' visibility='default' filepath='./Include/pyhash.h' line='70' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='suffix' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='71' column='1'/>
       </data-member>
     </class-decl>
 
-    <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='128' id='type-id-829'>
-      <subrange length='16' type-id='type-id-16' id='type-id-323'/>
+    <array-type-def dimensions='1' type-id='type-id-283' size-in-bits='128' id='type-id-835'>
+      <subrange length='16' type-id='type-id-16' id='type-id-325'/>
 
     </array-type-def>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='73' column='1' id='type-id-828'>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='./Include/pyhash.h' line='73' column='1' id='type-id-834'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='padding' type-id='type-id-829' visibility='default' filepath='./Include/pyhash.h' line='74' column='1'/>
+        <var-decl name='padding' type-id='type-id-835' visibility='default' filepath='./Include/pyhash.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='hashsalt' type-id='type-id-159' visibility='default' filepath='./Include/pyhash.h' line='75' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_HashSecret_t' type-id='type-id-823' filepath='./Include/pyhash.h' line='77' column='1' id='type-id-830'/>
-    <var-decl name='_Py_HashSecret' type-id='type-id-830' mangled-name='_Py_HashSecret' visibility='default' filepath='./Include/pyhash.h' line='78' column='1' elf-symbol-id='_Py_HashSecret'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-831' visibility='default' filepath='./Include/pyhash.h' line='86' column='1' id='type-id-832'>
+    <typedef-decl name='_Py_HashSecret_t' type-id='type-id-829' filepath='./Include/pyhash.h' line='77' column='1' id='type-id-836'/>
+    <var-decl name='_Py_HashSecret' type-id='type-id-836' mangled-name='_Py_HashSecret' visibility='default' filepath='./Include/pyhash.h' line='78' column='1' elf-symbol-id='_Py_HashSecret'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-837' visibility='default' filepath='./Include/pyhash.h' line='86' column='1' id='type-id-838'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='hash' type-id='type-id-833' visibility='default' filepath='./Include/pyhash.h' line='87' column='1'/>
+        <var-decl name='hash' type-id='type-id-839' visibility='default' filepath='./Include/pyhash.h' line='87' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/pyhash.h' line='88' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='hash_bits' type-id='type-id-834' visibility='default' filepath='./Include/pyhash.h' line='89' column='1'/>
+        <var-decl name='hash_bits' type-id='type-id-840' visibility='default' filepath='./Include/pyhash.h' line='89' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='160'>
-        <var-decl name='seed_bits' type-id='type-id-834' visibility='default' filepath='./Include/pyhash.h' line='90' column='1'/>
+        <var-decl name='seed_bits' type-id='type-id-840' visibility='default' filepath='./Include/pyhash.h' line='90' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-835' size-in-bits='64' id='type-id-836'/>
-    <qualified-type-def type-id='type-id-836' const='yes' id='type-id-833'/>
-    <qualified-type-def type-id='type-id-8' const='yes' id='type-id-834'/>
-    <typedef-decl name='PyHash_FuncDef' type-id='type-id-832' filepath='./Include/pyhash.h' line='91' column='1' id='type-id-831'/>
-    <pointer-type-def type-id='type-id-831' size-in-bits='64' id='type-id-837'/>
+    <pointer-type-def type-id='type-id-841' size-in-bits='64' id='type-id-842'/>
+    <qualified-type-def type-id='type-id-842' const='yes' id='type-id-839'/>
+    <qualified-type-def type-id='type-id-8' const='yes' id='type-id-840'/>
+    <typedef-decl name='PyHash_FuncDef' type-id='type-id-838' filepath='./Include/pyhash.h' line='91' column='1' id='type-id-837'/>
+    <pointer-type-def type-id='type-id-837' size-in-bits='64' id='type-id-843'/>
     <function-decl name='PyHash_GetFuncDef' mangled-name='PyHash_GetFuncDef' filepath='Python/pyhash.c' line='221' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyHash_GetFuncDef'>
-      <return type-id='type-id-837'/>
+      <return type-id='type-id-843'/>
     </function-decl>
     <function-decl name='_Py_HashBytes' mangled-name='_Py_HashBytes' filepath='Python/pyhash.c' line='158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashBytes'>
       <parameter type-id='type-id-18' name='src' filepath='Python/pyhash.c' line='158' column='1'/>
@@ -14405,86 +14434,86 @@
     </function-decl>
     <function-decl name='_Py_HashDouble' mangled-name='_Py_HashDouble' filepath='Python/pyhash.c' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HashDouble'>
       <parameter type-id='type-id-14' name='inst' filepath='Python/pyhash.c' line='92' column='1'/>
-      <parameter type-id='type-id-382' name='v' filepath='Python/pyhash.c' line='92' column='1'/>
+      <parameter type-id='type-id-388' name='v' filepath='Python/pyhash.c' line='92' column='1'/>
       <return type-id='type-id-159'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-835'>
+    <function-type size-in-bits='64' id='type-id-841'>
       <parameter type-id='type-id-18'/>
       <parameter type-id='type-id-36'/>
       <return type-id='type-id-159'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pylifecycle.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/pylifecycle.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_Py_UnhandledKeyboardInterrupt' type-id='type-id-8' mangled-name='_Py_UnhandledKeyboardInterrupt' visibility='default' filepath='./Include/internal/pycore_pylifecycle.h' line='19' column='1' elf-symbol-id='_Py_UnhandledKeyboardInterrupt'/>
-    <typedef-decl name='_PyRuntimeState' type-id='type-id-56' filepath='./Include/internal/pycore_runtime.h' line='149' column='1' id='type-id-838'/>
-    <var-decl name='_PyRuntime' type-id='type-id-838' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='154' column='1' elf-symbol-id='_PyRuntime'/>
-    <pointer-type-def type-id='type-id-839' size-in-bits='64' id='type-id-840'/>
-    <typedef-decl name='PyOS_sighandler_t' type-id='type-id-840' filepath='./Include/pylifecycle.h' line='61' column='1' id='type-id-841'/>
-    <function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>
-      <parameter type-id='type-id-8' name='sig' filepath='Python/pylifecycle.c' line='3024' column='1'/>
-      <parameter type-id='type-id-841' name='handler' filepath='Python/pylifecycle.c' line='3024' column='1'/>
-      <return type-id='type-id-841'/>
+    <typedef-decl name='_PyRuntimeState' type-id='type-id-56' filepath='./Include/internal/pycore_runtime.h' line='147' column='1' id='type-id-844'/>
+    <var-decl name='_PyRuntime' type-id='type-id-844' mangled-name='_PyRuntime' visibility='default' filepath='./Include/internal/pycore_runtime.h' line='152' column='1' elf-symbol-id='_PyRuntime'/>
+    <pointer-type-def type-id='type-id-845' size-in-bits='64' id='type-id-846'/>
+    <typedef-decl name='PyOS_sighandler_t' type-id='type-id-846' filepath='./Include/pylifecycle.h' line='61' column='1' id='type-id-847'/>
+    <function-decl name='PyOS_setsig' mangled-name='PyOS_setsig' filepath='Python/pylifecycle.c' line='3022' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_setsig'>
+      <parameter type-id='type-id-8' name='sig' filepath='Python/pylifecycle.c' line='3022' column='1'/>
+      <parameter type-id='type-id-847' name='handler' filepath='Python/pylifecycle.c' line='3022' column='1'/>
+      <return type-id='type-id-847'/>
     </function-decl>
-    <function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='2985' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>
-      <parameter type-id='type-id-8' name='sig' filepath='Python/pylifecycle.c' line='2985' column='1'/>
-      <return type-id='type-id-841'/>
+    <function-decl name='PyOS_getsig' mangled-name='PyOS_getsig' filepath='Python/pylifecycle.c' line='2983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_getsig'>
+      <parameter type-id='type-id-8' name='sig' filepath='Python/pylifecycle.c' line='2983' column='1'/>
+      <return type-id='type-id-847'/>
     </function-decl>
-    <function-decl name='_Py_FdIsInteractive' mangled-name='_Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='2968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FdIsInteractive'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pylifecycle.c' line='2968' column='1'/>
-      <parameter type-id='type-id-14' name='filename' filepath='Python/pylifecycle.c' line='2968' column='1'/>
+    <function-decl name='_Py_FdIsInteractive' mangled-name='_Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='2966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FdIsInteractive'>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2966' column='1'/>
+      <parameter type-id='type-id-14' name='filename' filepath='Python/pylifecycle.c' line='2966' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='2955' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pylifecycle.c' line='2955' column='1'/>
-      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2955' column='1'/>
+    <function-decl name='Py_FdIsInteractive' mangled-name='Py_FdIsInteractive' filepath='Python/pylifecycle.c' line='2953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FdIsInteractive'>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='2938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>
-      <parameter type-id='type-id-8' name='sts' filepath='Python/pylifecycle.c' line='2938' column='1'/>
+    <function-decl name='Py_Exit' mangled-name='Py_Exit' filepath='Python/pylifecycle.c' line='2936' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Exit'>
+      <parameter type-id='type-id-8' name='sts' filepath='Python/pylifecycle.c' line='2936' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='2913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>
-      <parameter type-id='type-id-211' name='func' filepath='Python/pylifecycle.c' line='2913' column='1'/>
+    <function-decl name='Py_AtExit' mangled-name='Py_AtExit' filepath='Python/pylifecycle.c' line='2911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_AtExit'>
+      <parameter type-id='type-id-211' name='func' filepath='Python/pylifecycle.c' line='2911' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='Py_ExitStatusException' mangled-name='Py_ExitStatusException' filepath='Python/pylifecycle.c' line='2872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ExitStatusException'>
-      <parameter type-id='type-id-797' name='status' filepath='Python/pylifecycle.c' line='2872' column='1'/>
+    <function-decl name='Py_ExitStatusException' mangled-name='Py_ExitStatusException' filepath='Python/pylifecycle.c' line='2870' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_ExitStatusException'>
+      <parameter type-id='type-id-803' name='status' filepath='Python/pylifecycle.c' line='2870' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='2862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>
-      <parameter type-id='type-id-3' name='func' filepath='Python/pylifecycle.c' line='2862' column='1'/>
-      <parameter type-id='type-id-3' name='msg' filepath='Python/pylifecycle.c' line='2862' column='1'/>
+    <function-decl name='_Py_FatalRefcountErrorFunc' mangled-name='_Py_FatalRefcountErrorFunc' filepath='Python/pylifecycle.c' line='2860' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalRefcountErrorFunc'>
+      <parameter type-id='type-id-3' name='func' filepath='Python/pylifecycle.c' line='2860' column='1'/>
+      <parameter type-id='type-id-3' name='msg' filepath='Python/pylifecycle.c' line='2860' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_FatalErrorFormat' mangled-name='_Py_FatalErrorFormat' filepath='Python/pylifecycle.c' line='2828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalErrorFormat'>
-      <parameter type-id='type-id-3' name='func' filepath='Python/pylifecycle.c' line='2828' column='1'/>
-      <parameter type-id='type-id-3' name='format' filepath='Python/pylifecycle.c' line='2828' column='1'/>
+    <function-decl name='_Py_FatalErrorFormat' mangled-name='_Py_FatalErrorFormat' filepath='Python/pylifecycle.c' line='2826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalErrorFormat'>
+      <parameter type-id='type-id-3' name='func' filepath='Python/pylifecycle.c' line='2826' column='1'/>
+      <parameter type-id='type-id-3' name='format' filepath='Python/pylifecycle.c' line='2826' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_FatalErrorFunc' mangled-name='_Py_FatalErrorFunc' filepath='Python/pylifecycle.c' line='2821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalErrorFunc'>
-      <parameter type-id='type-id-3' name='func' filepath='Python/pylifecycle.c' line='2862' column='1'/>
-      <parameter type-id='type-id-3' name='msg' filepath='Python/pylifecycle.c' line='2862' column='1'/>
+    <function-decl name='_Py_FatalErrorFunc' mangled-name='_Py_FatalErrorFunc' filepath='Python/pylifecycle.c' line='2819' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_FatalErrorFunc'>
+      <parameter type-id='type-id-3' name='func' filepath='Python/pylifecycle.c' line='2860' column='1'/>
+      <parameter type-id='type-id-3' name='msg' filepath='Python/pylifecycle.c' line='2860' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='2814' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>
-      <parameter type-id='type-id-3' name='func' filepath='Python/ceval.c' line='344' column='1'/>
+    <function-decl name='Py_FatalError' mangled-name='Py_FatalError' filepath='Python/pylifecycle.c' line='2812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_FatalError'>
+      <parameter type-id='type-id-3' name='func' filepath='Python/ceval.c' line='343' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_Py_DumpExtensionModules' mangled-name='_Py_DumpExtensionModules' filepath='Python/pylifecycle.c' line='2641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DumpExtensionModules'>
-      <parameter type-id='type-id-8' name='fd' filepath='Python/pylifecycle.c' line='2641' column='1'/>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pylifecycle.c' line='2641' column='1'/>
+    <function-decl name='_Py_DumpExtensionModules' mangled-name='_Py_DumpExtensionModules' filepath='Python/pylifecycle.c' line='2639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DumpExtensionModules'>
+      <parameter type-id='type-id-8' name='fd' filepath='Python/pylifecycle.c' line='2639' column='1'/>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pylifecycle.c' line='2639' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_EndInterpreter' mangled-name='Py_EndInterpreter' filepath='Python/pylifecycle.c' line='2070' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EndInterpreter'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='578' column='1'/>
+    <function-decl name='Py_EndInterpreter' mangled-name='Py_EndInterpreter' filepath='Python/pylifecycle.c' line='2068' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EndInterpreter'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/ceval.c' line='532' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2052' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>
+    <function-decl name='Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_NewInterpreter'>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='_Py_NewInterpreter' mangled-name='_Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2040' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_NewInterpreter'>
-      <parameter type-id='type-id-8' name='isolated_subinterpreter' filepath='Python/pylifecycle.c' line='2040' column='1'/>
+    <function-decl name='_Py_NewInterpreter' mangled-name='_Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2038' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_NewInterpreter'>
+      <parameter type-id='type-id-8' name='isolated_subinterpreter' filepath='Python/pylifecycle.c' line='2038' column='1'/>
       <return type-id='type-id-10'/>
     </function-decl>
     <function-decl name='Py_Finalize' mangled-name='Py_Finalize' filepath='Python/pylifecycle.c' line='1934' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Finalize'>
@@ -14494,7 +14523,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_InitializeMain' mangled-name='_Py_InitializeMain' filepath='Python/pylifecycle.c' line='1305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_InitializeMain'>
-      <return type-id='type-id-797'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='Py_Initialize' mangled-name='Py_Initialize' filepath='Python/pylifecycle.c' line='1298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Initialize'>
       <return type-id='type-id-70'/>
@@ -14504,39 +14533,39 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='Py_InitializeFromConfig' mangled-name='Py_InitializeFromConfig' filepath='Python/pylifecycle.c' line='1238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_InitializeFromConfig'>
-      <parameter type-id='type-id-805' name='config' filepath='Python/pylifecycle.c' line='1238' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-811' name='config' filepath='Python/pylifecycle.c' line='1238' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='_Py_PreInitializeFromConfig' mangled-name='_Py_PreInitializeFromConfig' filepath='Python/pylifecycle.c' line='982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_PreInitializeFromConfig'>
-      <parameter type-id='type-id-805' name='config' filepath='Python/pylifecycle.c' line='982' column='1'/>
-      <parameter type-id='type-id-813' name='args' filepath='Python/pylifecycle.c' line='983' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-811' name='config' filepath='Python/pylifecycle.c' line='982' column='1'/>
+      <parameter type-id='type-id-819' name='args' filepath='Python/pylifecycle.c' line='983' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <qualified-type-def type-id='type-id-63' const='yes' id='type-id-842'/>
-    <pointer-type-def type-id='type-id-842' size-in-bits='64' id='type-id-843'/>
+    <qualified-type-def type-id='type-id-63' const='yes' id='type-id-848'/>
+    <pointer-type-def type-id='type-id-848' size-in-bits='64' id='type-id-849'/>
     <function-decl name='Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitialize'>
-      <parameter type-id='type-id-843' name='src_config' filepath='Python/pylifecycle.c' line='975' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='975' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='Py_PreInitializeFromArgs' mangled-name='Py_PreInitializeFromArgs' filepath='Python/pylifecycle.c' line='967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromArgs'>
-      <parameter type-id='type-id-843' name='src_config' filepath='Python/pylifecycle.c' line='967' column='1'/>
+      <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='967' column='1'/>
       <parameter type-id='type-id-36' name='argc' filepath='Python/pylifecycle.c' line='967' column='1'/>
-      <parameter type-id='type-id-365' name='argv' filepath='Python/pylifecycle.c' line='967' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-371' name='argv' filepath='Python/pylifecycle.c' line='967' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='Py_PreInitializeFromBytesArgs' mangled-name='Py_PreInitializeFromBytesArgs' filepath='Python/pylifecycle.c' line='959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_PreInitializeFromBytesArgs'>
-      <parameter type-id='type-id-843' name='src_config' filepath='Python/pylifecycle.c' line='959' column='1'/>
+      <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='959' column='1'/>
       <parameter type-id='type-id-36' name='argc' filepath='Python/pylifecycle.c' line='959' column='1'/>
-      <parameter type-id='type-id-485' name='argv' filepath='Python/pylifecycle.c' line='959' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-491' name='argv' filepath='Python/pylifecycle.c' line='959' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='_Py_PreInitializeFromPyArgv' mangled-name='_Py_PreInitializeFromPyArgv' filepath='Python/pylifecycle.c' line='912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_PreInitializeFromPyArgv'>
-      <parameter type-id='type-id-843' name='src_config' filepath='Python/pylifecycle.c' line='912' column='1'/>
-      <parameter type-id='type-id-813' name='args' filepath='Python/pylifecycle.c' line='912' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-849' name='src_config' filepath='Python/pylifecycle.c' line='912' column='1'/>
+      <parameter type-id='type-id-819' name='args' filepath='Python/pylifecycle.c' line='912' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_SetConfig' mangled-name='_PyInterpreterState_SetConfig' filepath='Python/pylifecycle.c' line='492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetConfig'>
-      <parameter type-id='type-id-805' name='src_config' filepath='Python/pylifecycle.c' line='492' column='1'/>
+      <parameter type-id='type-id-811' name='src_config' filepath='Python/pylifecycle.c' line='492' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_SetLocaleFromEnv' mangled-name='_Py_SetLocaleFromEnv' filepath='Python/pylifecycle.c' line='404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SetLocaleFromEnv'>
@@ -14568,149 +14597,149 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyRuntime_Initialize' mangled-name='_PyRuntime_Initialize' filepath='Python/pylifecycle.c' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRuntime_Initialize'>
-      <return type-id='type-id-797'/>
+      <return type-id='type-id-803'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-839'>
+    <function-type size-in-bits='64' id='type-id-845'>
       <parameter type-id='type-id-8'/>
       <return type-id='type-id-70'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pystate.c' comp-dir-path='/src' language='LANG_C99'>
-    <function-decl name='_Py_GetConfig' mangled-name='_Py_GetConfig' filepath='Python/pystate.c' line='2152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfig'>
-      <return type-id='type-id-805'/>
+  <abi-instr version='1.0' address-size='64' path='Python/pystate.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <function-decl name='_Py_GetConfig' mangled-name='_Py_GetConfig' filepath='Python/pystate.c' line='2135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetConfig'>
+      <return type-id='type-id-811'/>
     </function-decl>
-    <function-decl name='_PyInterpreterState_GetConfigCopy' mangled-name='_PyInterpreterState_GetConfigCopy' filepath='Python/pystate.c' line='2138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfigCopy'>
-      <parameter type-id='type-id-800' name='config' filepath='Python/pystate.c' line='2138' column='1'/>
+    <function-decl name='_PyInterpreterState_GetConfigCopy' mangled-name='_PyInterpreterState_GetConfigCopy' filepath='Python/pystate.c' line='2121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfigCopy'>
+      <parameter type-id='type-id-806' name='config' filepath='Python/pystate.c' line='2121' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyInterpreterState_GetConfig' mangled-name='_PyInterpreterState_GetConfig' filepath='Python/pystate.c' line='2131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfig'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2131' column='1'/>
-      <return type-id='type-id-805'/>
+    <function-decl name='_PyInterpreterState_GetConfig' mangled-name='_PyInterpreterState_GetConfig' filepath='Python/pystate.c' line='2114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetConfig'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2114' column='1'/>
+      <return type-id='type-id-811'/>
     </function-decl>
-    <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2118' column='1'/>
-      <parameter type-id='type-id-35' name='eval_frame' filepath='Python/pystate.c' line='2119' column='1'/>
+    <function-decl name='_PyInterpreterState_SetEvalFrameFunc' mangled-name='_PyInterpreterState_SetEvalFrameFunc' filepath='Python/pystate.c' line='2101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_SetEvalFrameFunc'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2101' column='1'/>
+      <parameter type-id='type-id-35' name='eval_frame' filepath='Python/pystate.c' line='2102' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2108' column='1'/>
+    <function-decl name='_PyInterpreterState_GetEvalFrameFunc' mangled-name='_PyInterpreterState_GetEvalFrameFunc' filepath='Python/pystate.c' line='2091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_GetEvalFrameFunc'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='2091' column='1'/>
       <return type-id='type-id-35'/>
     </function-decl>
-    <function-decl name='_PyCrossInterpreterData_Lookup' mangled-name='_PyCrossInterpreterData_Lookup' filepath='Python/pystate.c' line='1958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Lookup'>
-      <parameter type-id='type-id-14' name='obj' filepath='Python/pystate.c' line='1958' column='1'/>
+    <function-decl name='_PyCrossInterpreterData_Lookup' mangled-name='_PyCrossInterpreterData_Lookup' filepath='Python/pystate.c' line='1941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Lookup'>
+      <parameter type-id='type-id-14' name='obj' filepath='Python/pystate.c' line='1941' column='1'/>
       <return type-id='type-id-75'/>
     </function-decl>
-    <function-decl name='_PyCrossInterpreterData_RegisterClass' mangled-name='_PyCrossInterpreterData_RegisterClass' filepath='Python/pystate.c' line='1928' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_RegisterClass'>
-      <parameter type-id='type-id-74' name='cls' filepath='Python/pystate.c' line='1928' column='1'/>
-      <parameter type-id='type-id-75' name='getdata' filepath='Python/pystate.c' line='1929' column='1'/>
+    <function-decl name='_PyCrossInterpreterData_RegisterClass' mangled-name='_PyCrossInterpreterData_RegisterClass' filepath='Python/pystate.c' line='1911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_RegisterClass'>
+      <parameter type-id='type-id-74' name='cls' filepath='Python/pystate.c' line='1911' column='1'/>
+      <parameter type-id='type-id-75' name='getdata' filepath='Python/pystate.c' line='1912' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyCrossInterpreterData_NewObject' mangled-name='_PyCrossInterpreterData_NewObject' filepath='Python/pystate.c' line='1898' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_NewObject'>
-      <parameter type-id='type-id-206' name='data' filepath='Python/pystate.c' line='1898' column='1'/>
+    <function-decl name='_PyCrossInterpreterData_NewObject' mangled-name='_PyCrossInterpreterData_NewObject' filepath='Python/pystate.c' line='1881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_NewObject'>
+      <parameter type-id='type-id-206' name='data' filepath='Python/pystate.c' line='1881' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyCrossInterpreterData_Release' mangled-name='_PyCrossInterpreterData_Release' filepath='Python/pystate.c' line='1875' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Release'>
-      <parameter type-id='type-id-206' name='data' filepath='Python/pystate.c' line='1875' column='1'/>
+    <function-decl name='_PyCrossInterpreterData_Release' mangled-name='_PyCrossInterpreterData_Release' filepath='Python/pystate.c' line='1858' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyCrossInterpreterData_Release'>
+      <parameter type-id='type-id-206' name='data' filepath='Python/pystate.c' line='1858' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyObject_GetCrossInterpreterData' mangled-name='_PyObject_GetCrossInterpreterData' filepath='Python/pystate.c' line='1803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetCrossInterpreterData'>
-      <parameter type-id='type-id-14' name='obj' filepath='Python/pystate.c' line='1803' column='1'/>
-      <parameter type-id='type-id-206' name='data' filepath='Python/pystate.c' line='1803' column='1'/>
+    <function-decl name='_PyObject_GetCrossInterpreterData' mangled-name='_PyObject_GetCrossInterpreterData' filepath='Python/pystate.c' line='1786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GetCrossInterpreterData'>
+      <parameter type-id='type-id-14' name='obj' filepath='Python/pystate.c' line='1786' column='1'/>
+      <parameter type-id='type-id-206' name='data' filepath='Python/pystate.c' line='1786' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='_PyObject_CheckCrossInterpreterData' mangled-name='_PyObject_CheckCrossInterpreterData' filepath='Python/pystate.c' line='1771' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CheckCrossInterpreterData'>
+    <function-decl name='_PyObject_CheckCrossInterpreterData' mangled-name='_PyObject_CheckCrossInterpreterData' filepath='Python/pystate.c' line='1754' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_CheckCrossInterpreterData'>
       <parameter type-id='type-id-14' name='obj' filepath='Objects/abstract.c' line='2845' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/pystate.h' line='77' column='1' id='type-id-844'>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/pystate.h' line='77' column='1' id='type-id-850'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='PyGILState_LOCKED' value='0'/>
       <enumerator name='PyGILState_UNLOCKED' value='1'/>
     </enum-decl>
-    <typedef-decl name='PyGILState_STATE' type-id='type-id-844' filepath='./Include/pystate.h' line='78' column='1' id='type-id-845'/>
-    <function-decl name='PyGILState_Release' mangled-name='PyGILState_Release' filepath='Python/pystate.c' line='1706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Release'>
-      <parameter type-id='type-id-845' name='oldstate' filepath='Python/pystate.c' line='1706' column='1'/>
+    <typedef-decl name='PyGILState_STATE' type-id='type-id-850' filepath='./Include/pystate.h' line='78' column='1' id='type-id-851'/>
+    <function-decl name='PyGILState_Release' mangled-name='PyGILState_Release' filepath='Python/pystate.c' line='1689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Release'>
+      <parameter type-id='type-id-851' name='oldstate' filepath='Python/pystate.c' line='1689' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyGILState_Ensure' mangled-name='PyGILState_Ensure' filepath='Python/pystate.c' line='1656' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Ensure'>
-      <return type-id='type-id-845'/>
+    <function-decl name='PyGILState_Ensure' mangled-name='PyGILState_Ensure' filepath='Python/pystate.c' line='1641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Ensure'>
+      <return type-id='type-id-851'/>
     </function-decl>
-    <function-decl name='PyGILState_Check' mangled-name='PyGILState_Check' filepath='Python/pystate.c' line='1636' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Check'>
+    <function-decl name='PyGILState_Check' mangled-name='PyGILState_Check' filepath='Python/pystate.c' line='1621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_Check'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='Python/pystate.c' line='1630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_GetThisThreadState'>
+    <function-decl name='PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='Python/pystate.c' line='1615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGILState_GetThisThreadState'>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='_PyGILState_GetInterpreterStateUnsafe' mangled-name='_PyGILState_GetInterpreterStateUnsafe' filepath='Python/pystate.c' line='1543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGILState_GetInterpreterStateUnsafe'>
+    <function-decl name='_PyGILState_GetInterpreterStateUnsafe' mangled-name='_PyGILState_GetInterpreterStateUnsafe' filepath='Python/pystate.c' line='1528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyGILState_GetInterpreterStateUnsafe'>
       <return type-id='type-id-11'/>
     </function-decl>
-    <function-decl name='_PyThread_CurrentExceptions' mangled-name='_PyThread_CurrentExceptions' filepath='Python/pystate.c' line='1425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentExceptions'>
+    <function-decl name='_PyThread_CurrentExceptions' mangled-name='_PyThread_CurrentExceptions' filepath='Python/pystate.c' line='1410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentExceptions'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='1375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>
+    <function-decl name='_PyThread_CurrentFrames' mangled-name='_PyThread_CurrentFrames' filepath='Python/pystate.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_CurrentFrames'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyThreadState_Next' mangled-name='PyThreadState_Next' filepath='Python/pystate.c' line='1365' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Next'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1365' column='1'/>
+    <function-decl name='PyThreadState_Next' mangled-name='PyThreadState_Next' filepath='Python/pystate.c' line='1350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Next'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1350' column='1'/>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_ThreadHead' mangled-name='PyInterpreterState_ThreadHead' filepath='Python/pystate.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_ThreadHead'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='1360' column='1'/>
+    <function-decl name='PyInterpreterState_ThreadHead' mangled-name='PyInterpreterState_ThreadHead' filepath='Python/pystate.c' line='1345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_ThreadHead'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='1345' column='1'/>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_Next' mangled-name='PyInterpreterState_Next' filepath='Python/pystate.c' line='1355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Next'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='1355' column='1'/>
+    <function-decl name='PyInterpreterState_Next' mangled-name='PyInterpreterState_Next' filepath='Python/pystate.c' line='1340' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Next'>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='1340' column='1'/>
       <return type-id='type-id-11'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='1349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>
+    <function-decl name='PyInterpreterState_Main' mangled-name='PyInterpreterState_Main' filepath='Python/pystate.c' line='1334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Main'>
       <return type-id='type-id-11'/>
     </function-decl>
-    <function-decl name='PyInterpreterState_Head' mangled-name='PyInterpreterState_Head' filepath='Python/pystate.c' line='1343' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Head'>
+    <function-decl name='PyInterpreterState_Head' mangled-name='PyInterpreterState_Head' filepath='Python/pystate.c' line='1328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Head'>
       <return type-id='type-id-11'/>
     </function-decl>
-    <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='1302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_SetAsyncExc'>
-      <parameter type-id='type-id-16' name='id' filepath='Python/pystate.c' line='1302' column='1'/>
-      <parameter type-id='type-id-14' name='exc' filepath='Python/pystate.c' line='1302' column='1'/>
+    <function-decl name='PyThreadState_SetAsyncExc' mangled-name='PyThreadState_SetAsyncExc' filepath='Python/pystate.c' line='1287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_SetAsyncExc'>
+      <parameter type-id='type-id-16' name='id' filepath='Python/pystate.c' line='1287' column='1'/>
+      <parameter type-id='type-id-14' name='exc' filepath='Python/pystate.c' line='1287' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1286' column='1'/>
+    <function-decl name='PyThreadState_GetID' mangled-name='PyThreadState_GetID' filepath='Python/pystate.c' line='1271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetID'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1271' column='1'/>
       <return type-id='type-id-19'/>
     </function-decl>
-    <function-decl name='PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='Python/pystate.c' line='1270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetFrame'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1270' column='1'/>
-      <return type-id='type-id-429'/>
+    <function-decl name='PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='Python/pystate.c' line='1255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetFrame'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1255' column='1'/>
+      <return type-id='type-id-435'/>
     </function-decl>
-    <function-decl name='PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' filepath='Python/pystate.c' line='1262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetInterpreter'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1262' column='1'/>
+    <function-decl name='PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' filepath='Python/pystate.c' line='1247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetInterpreter'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1247' column='1'/>
       <return type-id='type-id-11'/>
     </function-decl>
-    <function-decl name='PyThreadState_GetDict' mangled-name='PyThreadState_GetDict' filepath='Python/pystate.c' line='1251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetDict'>
+    <function-decl name='PyThreadState_GetDict' mangled-name='PyThreadState_GetDict' filepath='Python/pystate.c' line='1236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_GetDict'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='_PyThreadState_GetDict' mangled-name='_PyThreadState_GetDict' filepath='Python/pystate.c' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1237' column='1'/>
+    <function-decl name='_PyThreadState_GetDict' mangled-name='_PyThreadState_GetDict' filepath='Python/pystate.c' line='1222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_GetDict'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1222' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyThreadState_Swap' mangled-name='PyThreadState_Swap' filepath='Python/pystate.c' line='1225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Swap'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1365' column='1'/>
+    <function-decl name='PyThreadState_Swap' mangled-name='PyThreadState_Swap' filepath='Python/pystate.c' line='1210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Swap'>
+      <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1350' column='1'/>
       <return type-id='type-id-10'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-62' size-in-bits='64' id='type-id-846'/>
-    <function-decl name='_PyThreadState_Swap' mangled-name='_PyThreadState_Swap' filepath='Python/pystate.c' line='1193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Swap'>
-      <parameter type-id='type-id-846' name='gilstate' filepath='Python/pystate.c' line='1193' column='1'/>
-      <parameter type-id='type-id-10' name='newts' filepath='Python/pystate.c' line='1193' column='1'/>
+    <pointer-type-def type-id='type-id-62' size-in-bits='64' id='type-id-852'/>
+    <function-decl name='_PyThreadState_Swap' mangled-name='_PyThreadState_Swap' filepath='Python/pystate.c' line='1185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Swap'>
+      <parameter type-id='type-id-852' name='gilstate' filepath='Python/pystate.c' line='1185' column='1'/>
+      <parameter type-id='type-id-10' name='newts' filepath='Python/pystate.c' line='1185' column='1'/>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='PyThreadState_Get' mangled-name='PyThreadState_Get' filepath='Python/pystate.c' line='1184' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Get'>
+    <function-decl name='PyThreadState_Get' mangled-name='PyThreadState_Get' filepath='Python/pystate.c' line='1176' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Get'>
       <return type-id='type-id-10'/>
     </function-decl>
-    <function-decl name='_PyThreadState_UncheckedGet' mangled-name='_PyThreadState_UncheckedGet' filepath='Python/pystate.c' line='1177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_UncheckedGet'>
+    <function-decl name='_PyThreadState_UncheckedGet' mangled-name='_PyThreadState_UncheckedGet' filepath='Python/pystate.c' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_UncheckedGet'>
       <return type-id='type-id-10'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-838' size-in-bits='64' id='type-id-847'/>
+    <pointer-type-def type-id='type-id-844' size-in-bits='64' id='type-id-853'/>
     <function-decl name='_PyThreadState_DeleteExcept' mangled-name='_PyThreadState_DeleteExcept' filepath='Python/pystate.c' line='1134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_DeleteExcept'>
-      <parameter type-id='type-id-847' name='runtime' filepath='Python/pystate.c' line='1134' column='1'/>
+      <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='1134' column='1'/>
       <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='1134' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
@@ -14722,7 +14751,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyThreadState_Delete' mangled-name='PyThreadState_Delete' filepath='Python/pystate.c' line='1100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Delete'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyThreadState_Clear' mangled-name='PyThreadState_Clear' filepath='Python/pystate.c' line='998' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_Clear'>
@@ -14730,26 +14759,26 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/pystate.c' line='941' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_RemoveModule'>
-      <parameter type-id='type-id-530' name='def' filepath='Python/pystate.c' line='941' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Python/pystate.c' line='941' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/pystate.c' line='920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_AddModule'>
       <parameter type-id='type-id-14' name='module' filepath='Python/pystate.c' line='920' column='1'/>
-      <parameter type-id='type-id-530' name='def' filepath='Python/pystate.c' line='920' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Python/pystate.c' line='920' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyState_AddModule' mangled-name='_PyState_AddModule' filepath='Python/pystate.c' line='887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyState_AddModule'>
       <parameter type-id='type-id-10' name='tstate' filepath='Python/pystate.c' line='887' column='1'/>
       <parameter type-id='type-id-14' name='module' filepath='Python/pystate.c' line='887' column='1'/>
-      <parameter type-id='type-id-530' name='def' filepath='Python/pystate.c' line='887' column='1'/>
+      <parameter type-id='type-id-536' name='def' filepath='Python/pystate.c' line='887' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyState_FindModule' mangled-name='PyState_FindModule' filepath='Python/pystate.c' line='868' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyState_FindModule'>
-      <parameter type-id='type-id-530' name='module' filepath='Python/pystate.c' line='868' column='1'/>
+      <parameter type-id='type-id-536' name='module' filepath='Python/pystate.c' line='868' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyThreadState_SetCurrent' mangled-name='_PyThreadState_SetCurrent' filepath='Python/pystate.c' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_SetCurrent'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyThreadState_Init' mangled-name='_PyThreadState_Init' filepath='Python/pystate.c' line='856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Init'>
@@ -14757,7 +14786,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyThreadState_Prealloc' mangled-name='_PyThreadState_Prealloc' filepath='Python/pystate.c' line='848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThreadState_Prealloc'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='1360' column='1'/>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/pystate.c' line='1345' column='1'/>
       <return type-id='type-id-10'/>
     </function-decl>
     <function-decl name='PyThreadState_New' mangled-name='PyThreadState_New' filepath='Python/pystate.c' line='840' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThreadState_New'>
@@ -14809,41 +14838,41 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyInterpreterState_Clear' mangled-name='PyInterpreterState_Clear' filepath='Python/pystate.c' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_Clear'>
-      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='612' column='1'/>
+      <parameter type-id='type-id-11' name='interp' filepath='Python/ceval.c' line='566' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyInterpreterState_New' mangled-name='PyInterpreterState_New' filepath='Python/pystate.c' line='302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInterpreterState_New'>
       <return type-id='type-id-11'/>
     </function-decl>
     <function-decl name='_PyInterpreterState_Enable' mangled-name='_PyInterpreterState_Enable' filepath='Python/pystate.c' line='226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyInterpreterState_Enable'>
-      <parameter type-id='type-id-847' name='runtime' filepath='Python/pystate.c' line='226' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='226' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
     <function-decl name='_PyRuntimeState_Fini' mangled-name='_PyRuntimeState_Fini' filepath='Python/pystate.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRuntimeState_Fini'>
-      <parameter type-id='type-id-847' name='runtime' filepath='Python/pystate.c' line='161' column='1'/>
+      <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='161' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyRuntimeState_Init' mangled-name='_PyRuntimeState_Init' filepath='Python/pystate.c' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRuntimeState_Init'>
-      <parameter type-id='type-id-847' name='runtime' filepath='Python/pystate.c' line='132' column='1'/>
-      <return type-id='type-id-797'/>
+      <parameter type-id='type-id-853' name='runtime' filepath='Python/pystate.c' line='132' column='1'/>
+      <return type-id='type-id-803'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pythonrun.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/pythonrun.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyRun_InteractiveLoop' mangled-name='PyRun_InteractiveLoop' filepath='Python/pythonrun.c' line='2005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoop'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pylifecycle.c' line='2955' column='1'/>
-      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2955' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOne' mangled-name='PyRun_InteractiveOne' filepath='Python/pythonrun.c' line='1998' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOne'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pylifecycle.c' line='2955' column='1'/>
-      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2955' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='Py_CompileStringFlags' mangled-name='Py_CompileStringFlags' filepath='Python/pythonrun.c' line='1990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileStringFlags'>
       <parameter type-id='type-id-3' name='str' filepath='Python/pythonrun.c' line='1990' column='1'/>
       <parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1990' column='1'/>
       <parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1990' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1991' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1991' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='Py_CompileString' mangled-name='Py_CompileString' filepath='Python/pythonrun.c' line='1983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_CompileString'>
@@ -14853,7 +14882,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_SimpleString' mangled-name='PyRun_SimpleString' filepath='Python/pythonrun.c' line='1976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleString'>
-      <parameter type-id='type-id-3' name='where' filepath='Python/ceval.c' line='7958' column='1'/>
+      <parameter type-id='type-id-3' name='where' filepath='Python/ceval.c' line='7911' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_String' mangled-name='PyRun_String' filepath='Python/pythonrun.c' line='1969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_String'>
@@ -14864,27 +14893,27 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFileEx' mangled-name='PyRun_SimpleFileEx' filepath='Python/pythonrun.c' line='1961' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileEx'>
-      <parameter type-id='type-id-464' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
+      <parameter type-id='type-id-470' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
       <parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1961' column='1'/>
       <parameter type-id='type-id-8' name='c' filepath='Python/pythonrun.c' line='1961' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFile' mangled-name='PyRun_SimpleFile' filepath='Python/pythonrun.c' line='1954' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFile'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pylifecycle.c' line='2955' column='1'/>
-      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2955' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_FileFlags' mangled-name='PyRun_FileFlags' filepath='Python/pythonrun.c' line='1946' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='1946' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1946' column='1'/>
       <parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1946' column='1'/>
       <parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1946' column='1'/>
       <parameter type-id='type-id-14' name='g' filepath='Python/pythonrun.c' line='1946' column='1'/>
       <parameter type-id='type-id-14' name='l' filepath='Python/pythonrun.c' line='1946' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1947' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1947' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_FileEx' mangled-name='PyRun_FileEx' filepath='Python/pythonrun.c' line='1939' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileEx'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='1939' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1939' column='1'/>
       <parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1939' column='1'/>
       <parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1939' column='1'/>
       <parameter type-id='type-id-14' name='g' filepath='Python/pythonrun.c' line='1939' column='1'/>
@@ -14893,7 +14922,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_File' mangled-name='PyRun_File' filepath='Python/pythonrun.c' line='1932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_File'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='1932' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1932' column='1'/>
       <parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1932' column='1'/>
       <parameter type-id='type-id-8' name='s' filepath='Python/pythonrun.c' line='1932' column='1'/>
       <parameter type-id='type-id-14' name='g' filepath='Python/pythonrun.c' line='1932' column='1'/>
@@ -14901,27 +14930,27 @@
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_AnyFileFlags' mangled-name='PyRun_AnyFileFlags' filepath='Python/pythonrun.c' line='1925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='1925' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1925' column='1'/>
       <parameter type-id='type-id-3' name='name' filepath='Python/pythonrun.c' line='1925' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1925' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1925' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_AnyFileEx' mangled-name='PyRun_AnyFileEx' filepath='Python/pythonrun.c' line='1918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileEx'>
-      <parameter type-id='type-id-464' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
+      <parameter type-id='type-id-470' name='f' filepath='Python/pythonrun.c' line='1961' column='1'/>
       <parameter type-id='type-id-3' name='p' filepath='Python/pythonrun.c' line='1961' column='1'/>
       <parameter type-id='type-id-8' name='c' filepath='Python/pythonrun.c' line='1961' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_AnyFile' mangled-name='PyRun_AnyFile' filepath='Python/pythonrun.c' line='1911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFile'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pylifecycle.c' line='2955' column='1'/>
-      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2955' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pylifecycle.c' line='2953' column='1'/>
+      <parameter type-id='type-id-3' name='filename' filepath='Python/pylifecycle.c' line='2953' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_SourceAsString' mangled-name='_Py_SourceAsString' filepath='Python/pythonrun.c' line='1822' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_SourceAsString'>
       <parameter type-id='type-id-14' name='cmd' filepath='Python/pythonrun.c' line='1822' column='1'/>
       <parameter type-id='type-id-3' name='funcname' filepath='Python/pythonrun.c' line='1822' column='1'/>
       <parameter type-id='type-id-3' name='what' filepath='Python/pythonrun.c' line='1822' column='1'/>
-      <parameter type-id='type-id-584' name='cf' filepath='Python/pythonrun.c' line='1822' column='1'/>
+      <parameter type-id='type-id-590' name='cf' filepath='Python/pythonrun.c' line='1822' column='1'/>
       <parameter type-id='type-id-22' name='cmd_copy' filepath='Python/pythonrun.c' line='1822' column='1'/>
       <return type-id='type-id-3'/>
     </function-decl>
@@ -14929,7 +14958,7 @@
       <parameter type-id='type-id-3' name='str' filepath='Python/pythonrun.c' line='1809' column='1'/>
       <parameter type-id='type-id-3' name='filename_str' filepath='Python/pythonrun.c' line='1809' column='1'/>
       <parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1809' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1810' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1810' column='1'/>
       <parameter type-id='type-id-8' name='optimize' filepath='Python/pythonrun.c' line='1810' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -14937,18 +14966,18 @@
       <parameter type-id='type-id-3' name='str' filepath='Python/pythonrun.c' line='1784' column='1'/>
       <parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='1784' column='1'/>
       <parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1784' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1785' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1785' column='1'/>
       <parameter type-id='type-id-8' name='optimize' filepath='Python/pythonrun.c' line='1785' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_FileExFlags' mangled-name='PyRun_FileExFlags' filepath='Python/pythonrun.c' line='1642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_FileExFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='1642' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='1642' column='1'/>
       <parameter type-id='type-id-3' name='filename' filepath='Python/pythonrun.c' line='1642' column='1'/>
       <parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1642' column='1'/>
       <parameter type-id='type-id-14' name='globals' filepath='Python/pythonrun.c' line='1642' column='1'/>
       <parameter type-id='type-id-14' name='locals' filepath='Python/pythonrun.c' line='1643' column='1'/>
       <parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='1643' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1643' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1643' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyRun_StringFlags' mangled-name='PyRun_StringFlags' filepath='Python/pythonrun.c' line='1589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_StringFlags'>
@@ -14956,7 +14985,7 @@
       <parameter type-id='type-id-8' name='start' filepath='Python/pythonrun.c' line='1589' column='1'/>
       <parameter type-id='type-id-14' name='globals' filepath='Python/pythonrun.c' line='1589' column='1'/>
       <parameter type-id='type-id-14' name='locals' filepath='Python/pythonrun.c' line='1590' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='1590' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='1590' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyErr_Display' mangled-name='PyErr_Display' filepath='Python/pythonrun.c' line='1571' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyErr_Display'>
@@ -14980,84 +15009,84 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyErr_Print' mangled-name='_PyErr_Print' filepath='Python/pythonrun.c' line='867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyErr_Print'>
-      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2290' column='1'/>
+      <parameter type-id='type-id-10' name='tstate' filepath='Objects/object.c' line='2292' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_Py_HandleSystemExit' mangled-name='_Py_HandleSystemExit' filepath='Python/pythonrun.c' line='696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_HandleSystemExit'>
-      <parameter type-id='type-id-492' name='exitcode_p' filepath='Python/pythonrun.c' line='696' column='1'/>
+      <parameter type-id='type-id-498' name='exitcode_p' filepath='Python/pythonrun.c' line='696' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_SimpleStringFlags' mangled-name='PyRun_SimpleStringFlags' filepath='Python/pythonrun.c' line='480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleStringFlags'>
       <parameter type-id='type-id-3' name='command' filepath='Python/pythonrun.c' line='480' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='480' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='480' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_SimpleFileExFlags' mangled-name='PyRun_SimpleFileExFlags' filepath='Python/pythonrun.c' line='466' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_SimpleFileExFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
       <parameter type-id='type-id-3' name='filename' filepath='Python/pythonrun.c' line='466' column='1'/>
       <parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='466' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyRun_SimpleFileObject' mangled-name='_PyRun_SimpleFileObject' filepath='Python/pythonrun.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRun_SimpleFileObject'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='383' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='383' column='1'/>
       <parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='383' column='1'/>
       <parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='383' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='384' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='384' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOneFlags' mangled-name='PyRun_InteractiveOneFlags' filepath='Python/pythonrun.c' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
       <parameter type-id='type-id-3' name='filename_str' filepath='Python/pythonrun.c' line='285' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveOneObject' mangled-name='PyRun_InteractiveOneObject' filepath='Python/pythonrun.c' line='272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveOneObject'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='272' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='272' column='1'/>
       <parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='272' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='272' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='272' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_InteractiveLoopFlags' mangled-name='PyRun_InteractiveLoopFlags' filepath='Python/pythonrun.c' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_InteractiveLoopFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='285' column='1'/>
       <parameter type-id='type-id-3' name='filename_str' filepath='Python/pythonrun.c' line='285' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='285' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyRun_InteractiveLoopObject' mangled-name='_PyRun_InteractiveLoopObject' filepath='Python/pythonrun.c' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRun_InteractiveLoopObject'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='112' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='112' column='1'/>
       <parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='112' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='112' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='112' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyRun_AnyFileExFlags' mangled-name='PyRun_AnyFileExFlags' filepath='Python/pythonrun.c' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyRun_AnyFileExFlags'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='466' column='1'/>
       <parameter type-id='type-id-3' name='filename' filepath='Python/pythonrun.c' line='466' column='1'/>
       <parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='466' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='467' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyRun_AnyFileObject' mangled-name='_PyRun_AnyFileObject' filepath='Python/pythonrun.c' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyRun_AnyFileObject'>
-      <parameter type-id='type-id-464' name='fp' filepath='Python/pythonrun.c' line='58' column='1'/>
+      <parameter type-id='type-id-470' name='fp' filepath='Python/pythonrun.c' line='58' column='1'/>
       <parameter type-id='type-id-14' name='filename' filepath='Python/pythonrun.c' line='58' column='1'/>
       <parameter type-id='type-id-8' name='closeit' filepath='Python/pythonrun.c' line='58' column='1'/>
-      <parameter type-id='type-id-584' name='flags' filepath='Python/pythonrun.c' line='59' column='1'/>
+      <parameter type-id='type-id-590' name='flags' filepath='Python/pythonrun.c' line='59' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pytime.c' comp-dir-path='/src' language='LANG_C99'>
-    <typedef-decl name='_PyTime_t' type-id='type-id-29' filepath='./Include/cpython/pytime.h' line='59' column='1' id='type-id-848'/>
+  <abi-instr version='1.0' address-size='64' path='Python/pytime.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <typedef-decl name='_PyTime_t' type-id='type-id-29' filepath='./Include/cpython/pytime.h' line='59' column='1' id='type-id-854'/>
     <function-decl name='_PyDeadline_Get' mangled-name='_PyDeadline_Get' filepath='Python/pytime.c' line='1347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Get'>
-      <parameter type-id='type-id-848' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyDeadline_Init' mangled-name='_PyDeadline_Init' filepath='Python/pytime.c' line='1339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyDeadline_Init'>
-      <parameter type-id='type-id-848' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='deadline' filepath='Python/pytime.c' line='1347' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
-    <typedef-decl name='__time_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-849'/>
-    <typedef-decl name='time_t' type-id='type-id-849' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='7' column='1' id='type-id-850'/>
-    <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-851'>
+    <typedef-decl name='__time_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='160' column='1' id='type-id-855'/>
+    <typedef-decl name='time_t' type-id='type-id-855' filepath='/usr/include/x86_64-linux-gnu/bits/types/time_t.h' line='7' column='1' id='type-id-856'/>
+    <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='7' column='1' id='type-id-857'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='tm_sec' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='9' column='1'/>
       </data-member>
@@ -15092,22 +15121,22 @@
         <var-decl name='tm_zone' type-id='type-id-3' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h' line='21' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-851' size-in-bits='64' id='type-id-852'/>
+    <pointer-type-def type-id='type-id-857' size-in-bits='64' id='type-id-858'/>
     <function-decl name='_PyTime_gmtime' mangled-name='_PyTime_gmtime' filepath='Python/pytime.c' line='1311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_gmtime'>
-      <parameter type-id='type-id-850' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
-      <parameter type-id='type-id-852' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
+      <parameter type-id='type-id-856' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
+      <parameter type-id='type-id-858' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_localtime' mangled-name='_PyTime_localtime' filepath='Python/pytime.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_localtime'>
-      <parameter type-id='type-id-850' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
-      <parameter type-id='type-id-852' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
+      <parameter type-id='type-id-856' name='t' filepath='Python/pytime.c' line='1311' column='1'/>
+      <parameter type-id='type-id-858' name='tm' filepath='Python/pytime.c' line='1311' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_GetPerfCounter' mangled-name='_PyTime_GetPerfCounter' filepath='Python/pytime.c' line='1253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetPerfCounter'>
-      <return type-id='type-id-848'/>
+      <return type-id='type-id-854'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-848' size-in-bits='64' id='type-id-853'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-854' visibility='default' filepath='./Include/cpython/pytime.h' line='232' column='1' id='type-id-855'>
+    <pointer-type-def type-id='type-id-854' size-in-bits='64' id='type-id-859'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-860' visibility='default' filepath='./Include/cpython/pytime.h' line='232' column='1' id='type-id-861'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='implementation' type-id='type-id-3' visibility='default' filepath='./Include/cpython/pytime.h' line='233' column='1'/>
       </data-member>
@@ -15118,54 +15147,54 @@
         <var-decl name='adjustable' type-id='type-id-8' visibility='default' filepath='./Include/cpython/pytime.h' line='235' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='resolution' type-id='type-id-382' visibility='default' filepath='./Include/cpython/pytime.h' line='236' column='1'/>
+        <var-decl name='resolution' type-id='type-id-388' visibility='default' filepath='./Include/cpython/pytime.h' line='236' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='_Py_clock_info_t' type-id='type-id-855' filepath='./Include/cpython/pytime.h' line='237' column='1' id='type-id-854'/>
-    <pointer-type-def type-id='type-id-854' size-in-bits='64' id='type-id-856'/>
+    <typedef-decl name='_Py_clock_info_t' type-id='type-id-861' filepath='./Include/cpython/pytime.h' line='237' column='1' id='type-id-860'/>
+    <pointer-type-def type-id='type-id-860' size-in-bits='64' id='type-id-862'/>
     <function-decl name='_PyTime_GetPerfCounterWithInfo' mangled-name='_PyTime_GetPerfCounterWithInfo' filepath='Python/pytime.c' line='1242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetPerfCounterWithInfo'>
-      <parameter type-id='type-id-853' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
-      <parameter type-id='type-id-856' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
+      <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
+      <parameter type-id='type-id-862' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_GetMonotonicClockWithInfo' mangled-name='_PyTime_GetMonotonicClockWithInfo' filepath='Python/pytime.c' line='1161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetMonotonicClockWithInfo'>
-      <parameter type-id='type-id-853' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
-      <parameter type-id='type-id-856' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
+      <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
+      <parameter type-id='type-id-862' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_GetMonotonicClock' mangled-name='_PyTime_GetMonotonicClock' filepath='Python/pytime.c' line='1148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetMonotonicClock'>
-      <return type-id='type-id-848'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyTime_GetSystemClockWithInfo' mangled-name='_PyTime_GetSystemClockWithInfo' filepath='Python/pytime.c' line='964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetSystemClockWithInfo'>
-      <parameter type-id='type-id-853' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
-      <parameter type-id='type-id-856' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
+      <parameter type-id='type-id-859' name='t' filepath='Python/pytime.c' line='1242' column='1'/>
+      <parameter type-id='type-id-862' name='info' filepath='Python/pytime.c' line='1242' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_GetSystemClock' mangled-name='_PyTime_GetSystemClock' filepath='Python/pytime.c' line='951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_GetSystemClock'>
-      <return type-id='type-id-848'/>
+      <return type-id='type-id-854'/>
     </function-decl>
-    <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='10' column='1' id='type-id-857'>
+    <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='10' column='1' id='type-id-863'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tv_sec' type-id='type-id-849' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='12' column='1'/>
+        <var-decl name='tv_sec' type-id='type-id-855' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='12' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tv_nsec' type-id='type-id-858' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
+        <var-decl name='tv_nsec' type-id='type-id-864' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h' line='16' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__syscall_slong_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='196' column='1' id='type-id-858'/>
-    <pointer-type-def type-id='type-id-857' size-in-bits='64' id='type-id-859'/>
+    <typedef-decl name='__syscall_slong_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='196' column='1' id='type-id-864'/>
+    <pointer-type-def type-id='type-id-863' size-in-bits='64' id='type-id-865'/>
     <function-decl name='_PyTime_AsTimespec' mangled-name='_PyTime_AsTimespec' filepath='Python/pytime.c' line='832' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='832' column='1'/>
-      <parameter type-id='type-id-859' name='ts' filepath='Python/pytime.c' line='832' column='1'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='832' column='1'/>
+      <parameter type-id='type-id-865' name='ts' filepath='Python/pytime.c' line='832' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimespec_clamp' mangled-name='_PyTime_AsTimespec_clamp' filepath='Python/pytime.c' line='826' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimespec_clamp'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='826' column='1'/>
-      <parameter type-id='type-id-859' name='ts' filepath='Python/pytime.c' line='826' column='1'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='826' column='1'/>
+      <parameter type-id='type-id-865' name='ts' filepath='Python/pytime.c' line='826' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-850' size-in-bits='64' id='type-id-860'/>
-    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pytime.h' line='66' column='1' id='type-id-861'>
+    <pointer-type-def type-id='type-id-856' size-in-bits='64' id='type-id-866'/>
+    <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='./Include/cpython/pytime.h' line='66' column='1' id='type-id-867'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='_PyTime_ROUND_FLOOR' value='0'/>
       <enumerator name='_PyTime_ROUND_CEILING' value='1'/>
@@ -15173,135 +15202,135 @@
       <enumerator name='_PyTime_ROUND_UP' value='3'/>
       <enumerator name='_PyTime_ROUND_TIMEOUT' value='3'/>
     </enum-decl>
-    <typedef-decl name='_PyTime_round_t' type-id='type-id-861' filepath='./Include/cpython/pytime.h' line='86' column='1' id='type-id-862'/>
+    <typedef-decl name='_PyTime_round_t' type-id='type-id-867' filepath='./Include/cpython/pytime.h' line='86' column='1' id='type-id-868'/>
     <function-decl name='_PyTime_AsTimevalTime_t' mangled-name='_PyTime_AsTimevalTime_t' filepath='Python/pytime.c' line='787' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimevalTime_t'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='787' column='1'/>
-      <parameter type-id='type-id-860' name='p_secs' filepath='Python/pytime.c' line='787' column='1'/>
-      <parameter type-id='type-id-492' name='us' filepath='Python/pytime.c' line='787' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='788' column='1'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='787' column='1'/>
+      <parameter type-id='type-id-866' name='p_secs' filepath='Python/pytime.c' line='787' column='1'/>
+      <parameter type-id='type-id-498' name='us' filepath='Python/pytime.c' line='787' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='788' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='8' column='1' id='type-id-863'>
+    <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='8' column='1' id='type-id-869'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='tv_sec' type-id='type-id-849' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='10' column='1'/>
+        <var-decl name='tv_sec' type-id='type-id-855' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='10' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='tv_usec' type-id='type-id-864' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='11' column='1'/>
+        <var-decl name='tv_usec' type-id='type-id-870' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h' line='11' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__suseconds_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-864'/>
-    <pointer-type-def type-id='type-id-863' size-in-bits='64' id='type-id-865'/>
+    <typedef-decl name='__suseconds_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='162' column='1' id='type-id-870'/>
+    <pointer-type-def type-id='type-id-869' size-in-bits='64' id='type-id-871'/>
     <function-decl name='_PyTime_AsTimeval_clamp' mangled-name='_PyTime_AsTimeval_clamp' filepath='Python/pytime.c' line='780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval_clamp'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='780' column='1'/>
-      <parameter type-id='type-id-865' name='tv' filepath='Python/pytime.c' line='780' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='780' column='1'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='780' column='1'/>
+      <parameter type-id='type-id-871' name='tv' filepath='Python/pytime.c' line='780' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='780' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='_PyTime_AsTimeval' mangled-name='_PyTime_AsTimeval' filepath='Python/pytime.c' line='773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsTimeval'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='773' column='1'/>
-      <parameter type-id='type-id-865' name='tv' filepath='Python/pytime.c' line='773' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='773' column='1'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='773' column='1'/>
+      <parameter type-id='type-id-871' name='tv' filepath='Python/pytime.c' line='773' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='773' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_AsMilliseconds' mangled-name='_PyTime_AsMilliseconds' filepath='Python/pytime.c' line='723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMilliseconds'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='723' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='723' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='723' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='723' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyTime_AsMicroseconds' mangled-name='_PyTime_AsMicroseconds' filepath='Python/pytime.c' line='715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsMicroseconds'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='723' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='723' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='723' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='723' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyTime_AsNanoseconds' mangled-name='_PyTime_AsNanoseconds' filepath='Python/pytime.c' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsNanoseconds'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='698' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='698' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyTime_AsNanosecondsObject' mangled-name='_PyTime_AsNanosecondsObject' filepath='Python/pytime.c' line='593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsNanosecondsObject'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='593' column='1'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='593' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyTime_AsSecondsDouble' mangled-name='_PyTime_AsSecondsDouble' filepath='Python/pytime.c' line='572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_AsSecondsDouble'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='572' column='1'/>
-      <return type-id='type-id-382'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='572' column='1'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='_PyTime_FromMillisecondsObject' mangled-name='_PyTime_FromMillisecondsObject' filepath='Python/pytime.c' line='565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromMillisecondsObject'>
-      <parameter type-id='type-id-853' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
+      <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='565' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='565' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='565' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_FromSecondsObject' mangled-name='_PyTime_FromSecondsObject' filepath='Python/pytime.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSecondsObject'>
-      <parameter type-id='type-id-853' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
+      <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='565' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='565' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='565' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='565' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_FromTimeval' mangled-name='_PyTime_FromTimeval' filepath='Python/pytime.c' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromTimeval'>
-      <parameter type-id='type-id-853' name='tp' filepath='Python/pytime.c' line='491' column='1'/>
-      <parameter type-id='type-id-865' name='tv' filepath='Python/pytime.c' line='491' column='1'/>
+      <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='491' column='1'/>
+      <parameter type-id='type-id-871' name='tv' filepath='Python/pytime.c' line='491' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_FromTimespec' mangled-name='_PyTime_FromTimespec' filepath='Python/pytime.c' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromTimespec'>
-      <parameter type-id='type-id-853' name='tp' filepath='Python/pytime.c' line='460' column='1'/>
-      <parameter type-id='type-id-859' name='ts' filepath='Python/pytime.c' line='460' column='1'/>
+      <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='460' column='1'/>
+      <parameter type-id='type-id-865' name='ts' filepath='Python/pytime.c' line='460' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_FromNanosecondsObject' mangled-name='_PyTime_FromNanosecondsObject' filepath='Python/pytime.c' line='410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromNanosecondsObject'>
-      <parameter type-id='type-id-853' name='tp' filepath='Python/pytime.c' line='410' column='1'/>
+      <parameter type-id='type-id-859' name='tp' filepath='Python/pytime.c' line='410' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='410' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_FromNanoseconds' mangled-name='_PyTime_FromNanoseconds' filepath='Python/pytime.c' line='403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromNanoseconds'>
-      <parameter type-id='type-id-848' name='t' filepath='Python/pytime.c' line='698' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='t' filepath='Python/pytime.c' line='698' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyTime_FromSeconds' mangled-name='_PyTime_FromSeconds' filepath='Python/pytime.c' line='386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_FromSeconds'>
       <parameter type-id='type-id-8' name='seconds' filepath='Python/pytime.c' line='386' column='1'/>
-      <return type-id='type-id-848'/>
+      <return type-id='type-id-854'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-53' size-in-bits='64' id='type-id-866'/>
+    <pointer-type-def type-id='type-id-53' size-in-bits='64' id='type-id-872'/>
     <function-decl name='_PyTime_ObjectToTimeval' mangled-name='_PyTime_ObjectToTimeval' filepath='Python/pytime.c' line='378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimeval'>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='378' column='1'/>
-      <parameter type-id='type-id-860' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
-      <parameter type-id='type-id-866' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='379' column='1'/>
+      <parameter type-id='type-id-866' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
+      <parameter type-id='type-id-872' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='379' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line='370' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTimespec'>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='378' column='1'/>
-      <parameter type-id='type-id-860' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
-      <parameter type-id='type-id-866' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='379' column='1'/>
+      <parameter type-id='type-id-866' name='sec' filepath='Python/pytime.c' line='378' column='1'/>
+      <parameter type-id='type-id-872' name='usec' filepath='Python/pytime.c' line='378' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='379' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTime_ObjectToTime_t' mangled-name='_PyTime_ObjectToTime_t' filepath='Python/pytime.c' line='336' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_ObjectToTime_t'>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='336' column='1'/>
-      <parameter type-id='type-id-860' name='sec' filepath='Python/pytime.c' line='336' column='1'/>
-      <parameter type-id='type-id-862' name='round' filepath='Python/pytime.c' line='336' column='1'/>
+      <parameter type-id='type-id-866' name='sec' filepath='Python/pytime.c' line='336' column='1'/>
+      <parameter type-id='type-id-868' name='round' filepath='Python/pytime.c' line='336' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyLong_FromTime_t' mangled-name='_PyLong_FromTime_t' filepath='Python/pytime.c' line='182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromTime_t'>
-      <parameter type-id='type-id-850' name='t' filepath='Python/pytime.c' line='182' column='1'/>
+      <parameter type-id='type-id-856' name='t' filepath='Python/pytime.c' line='182' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyLong_AsTime_t' mangled-name='_PyLong_AsTime_t' filepath='Python/pytime.c' line='162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_AsTime_t'>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pytime.c' line='162' column='1'/>
-      <return type-id='type-id-850'/>
+      <return type-id='type-id-856'/>
     </function-decl>
     <function-decl name='_PyTime_MulDiv' mangled-name='_PyTime_MulDiv' filepath='Python/pytime.c' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_MulDiv'>
-      <parameter type-id='type-id-848' name='ticks' filepath='Python/pytime.c' line='145' column='1'/>
-      <parameter type-id='type-id-848' name='mul' filepath='Python/pytime.c' line='145' column='1'/>
-      <parameter type-id='type-id-848' name='div' filepath='Python/pytime.c' line='145' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='ticks' filepath='Python/pytime.c' line='145' column='1'/>
+      <parameter type-id='type-id-854' name='mul' filepath='Python/pytime.c' line='145' column='1'/>
+      <parameter type-id='type-id-854' name='div' filepath='Python/pytime.c' line='145' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
     <function-decl name='_PyTime_Add' mangled-name='_PyTime_Add' filepath='Python/pytime.c' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTime_Add'>
-      <parameter type-id='type-id-848' name='t1' filepath='Python/pytime.c' line='97' column='1'/>
-      <parameter type-id='type-id-848' name='t2' filepath='Python/pytime.c' line='97' column='1'/>
-      <return type-id='type-id-848'/>
+      <parameter type-id='type-id-854' name='t1' filepath='Python/pytime.c' line='97' column='1'/>
+      <parameter type-id='type-id-854' name='t2' filepath='Python/pytime.c' line='97' column='1'/>
+      <return type-id='type-id-854'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/bootstrap_hash.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyOS_URandomNonblock' mangled-name='_PyOS_URandomNonblock' filepath='Python/bootstrap_hash.c' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_URandomNonblock'>
       <parameter type-id='type-id-18' name='buffer' filepath='Python/bootstrap_hash.c' line='541' column='1'/>
       <parameter type-id='type-id-36' name='size' filepath='Python/bootstrap_hash.c' line='541' column='1'/>
@@ -15313,16 +15342,16 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/specialize.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/specialize.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='2048' id='type-id-867'>
+    <array-type-def dimensions='1' type-id='type-id-285' size-in-bits='2048' id='type-id-873'>
       <subrange length='256' type-id='type-id-16' id='type-id-264'/>
 
     </array-type-def>
-    <var-decl name='_PyOpcode_Adaptive' type-id='type-id-867' visibility='default' filepath='./Include/internal/pycore_code.h' line='113' column='1'/>
+    <var-decl name='_PyOpcode_Adaptive' type-id='type-id-873' visibility='default' filepath='./Include/internal/pycore_code.h' line='113' column='1'/>
     <var-decl name='_Py_QuickenedCount' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_code.h' line='115' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/structmember.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/structmember.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyMember_SetOne' mangled-name='PyMember_SetOne' filepath='Python/structmember.c' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyMember_SetOne'>
       <parameter type-id='type-id-115' name='addr' filepath='Python/structmember.c' line='105' column='1'/>
       <parameter type-id='type-id-97' name='l' filepath='Python/structmember.c' line='105' column='1'/>
@@ -15335,9 +15364,9 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/symtable.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/symtable.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PySTEntry_Type' type-id='type-id-112' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='78' column='1'/>
-    <class-decl name='_symtable_entry' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='44' column='1' id='type-id-868'>
+    <class-decl name='_symtable_entry' size-in-bits='960' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='44' column='1' id='type-id-874'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ob_base' type-id='type-id-108' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='45' column='1'/>
       </data-member>
@@ -15360,7 +15389,7 @@
         <var-decl name='ste_directives' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='51' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='ste_type' type-id='type-id-869' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='52' column='1'/>
+        <var-decl name='ste_type' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='52' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='544'>
         <var-decl name='ste_nested' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='53' column='1'/>
@@ -15378,7 +15407,7 @@
         <var-decl name='ste_coroutine' type-id='type-id-105' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='58' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='608'>
-        <var-decl name='ste_comprehension' type-id='type-id-870' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='59' column='1'/>
+        <var-decl name='ste_comprehension' type-id='type-id-876' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='59' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='31'>
         <var-decl name='ste_varargs' type-id='type-id-105' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='60' column='1'/>
@@ -15417,18 +15446,18 @@
         <var-decl name='ste_opt_col_offset' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='896'>
-        <var-decl name='ste_table' type-id='type-id-871' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='75' column='1'/>
+        <var-decl name='ste_table' type-id='type-id-877' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='75' column='1'/>
       </data-member>
     </class-decl>
-    <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-872'>
+    <enum-decl name='_block_type' filepath='./Include/internal/pycore_symtable.h' line='13' column='1' id='type-id-878'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='FunctionBlock' value='0'/>
       <enumerator name='ClassBlock' value='1'/>
       <enumerator name='ModuleBlock' value='2'/>
       <enumerator name='AnnotationBlock' value='3'/>
     </enum-decl>
-    <typedef-decl name='_Py_block_ty' type-id='type-id-872' filepath='./Include/internal/pycore_symtable.h' line='14' column='1' id='type-id-869'/>
-    <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='16' column='1' id='type-id-873'>
+    <typedef-decl name='_Py_block_ty' type-id='type-id-878' filepath='./Include/internal/pycore_symtable.h' line='14' column='1' id='type-id-875'/>
+    <enum-decl name='_comprehension_type' filepath='./Include/internal/pycore_symtable.h' line='16' column='1' id='type-id-879'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='NoComprehension' value='0'/>
       <enumerator name='ListComprehension' value='1'/>
@@ -15436,16 +15465,16 @@
       <enumerator name='SetComprehension' value='3'/>
       <enumerator name='GeneratorExpression' value='4'/>
     </enum-decl>
-    <typedef-decl name='_Py_comprehension_ty' type-id='type-id-873' filepath='./Include/internal/pycore_symtable.h' line='21' column='1' id='type-id-870'/>
-    <class-decl name='symtable' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='25' column='1' id='type-id-874'>
+    <typedef-decl name='_Py_comprehension_ty' type-id='type-id-879' filepath='./Include/internal/pycore_symtable.h' line='21' column='1' id='type-id-876'/>
+    <class-decl name='symtable' size-in-bits='640' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='25' column='1' id='type-id-880'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='st_filename' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='26' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='st_cur' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='28' column='1'/>
+        <var-decl name='st_cur' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='28' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='st_top' type-id='type-id-875' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='29' column='1'/>
+        <var-decl name='st_top' type-id='type-id-881' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='29' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
         <var-decl name='st_blocks' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='30' column='1'/>
@@ -15463,7 +15492,7 @@
         <var-decl name='st_private' type-id='type-id-14' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='37' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='st_future' type-id='type-id-876' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='38' column='1'/>
+        <var-decl name='st_future' type-id='type-id-882' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='38' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
         <var-decl name='recursion_depth' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='40' column='1'/>
@@ -15472,8 +15501,8 @@
         <var-decl name='recursion_limit' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_symtable.h' line='41' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-868' size-in-bits='64' id='type-id-875'/>
-    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-877' visibility='default' filepath='./Include/cpython/compile.h' line='36' column='1' id='type-id-878'>
+    <pointer-type-def type-id='type-id-874' size-in-bits='64' id='type-id-881'/>
+    <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-883' visibility='default' filepath='./Include/cpython/compile.h' line='36' column='1' id='type-id-884'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='ff_features' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='37' column='1'/>
       </data-member>
@@ -15481,65 +15510,65 @@
         <var-decl name='ff_lineno' type-id='type-id-8' visibility='default' filepath='./Include/cpython/compile.h' line='38' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='PyFutureFeatures' type-id='type-id-878' filepath='./Include/cpython/compile.h' line='39' column='1' id='type-id-877'/>
-    <pointer-type-def type-id='type-id-877' size-in-bits='64' id='type-id-876'/>
-    <pointer-type-def type-id='type-id-874' size-in-bits='64' id='type-id-871'/>
-    <typedef-decl name='PySTEntryObject' type-id='type-id-868' filepath='./Include/internal/pycore_symtable.h' line='76' column='1' id='type-id-879'/>
-    <pointer-type-def type-id='type-id-879' size-in-bits='64' id='type-id-880'/>
+    <typedef-decl name='PyFutureFeatures' type-id='type-id-884' filepath='./Include/cpython/compile.h' line='39' column='1' id='type-id-883'/>
+    <pointer-type-def type-id='type-id-883' size-in-bits='64' id='type-id-882'/>
+    <pointer-type-def type-id='type-id-880' size-in-bits='64' id='type-id-877'/>
+    <typedef-decl name='PySTEntryObject' type-id='type-id-874' filepath='./Include/internal/pycore_symtable.h' line='76' column='1' id='type-id-885'/>
+    <pointer-type-def type-id='type-id-885' size-in-bits='64' id='type-id-886'/>
     <function-decl name='PySymtable_Lookup' mangled-name='PySymtable_Lookup' filepath='Python/symtable.c' line='373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySymtable_Lookup'>
-      <parameter type-id='type-id-871' name='st' filepath='Python/symtable.c' line='373' column='1'/>
+      <parameter type-id='type-id-877' name='st' filepath='Python/symtable.c' line='373' column='1'/>
       <parameter type-id='type-id-18' name='key' filepath='Python/symtable.c' line='373' column='1'/>
-      <return type-id='type-id-880'/>
+      <return type-id='type-id-886'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Python/sysmodule.c' comp-dir-path='/src' language='LANG_C99'>
-    <function-decl name='PySys_FormatStderr' mangled-name='PySys_FormatStderr' filepath='./Python/sysmodule.c' line='3449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStderr'>
-      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3449' column='1'/>
+  <abi-instr version='1.0' address-size='64' path='./Python/sysmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <function-decl name='PySys_FormatStderr' mangled-name='PySys_FormatStderr' filepath='./Python/sysmodule.c' line='3452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStderr'>
+      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3452' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='3439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStdout'>
-      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3449' column='1'/>
+    <function-decl name='PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='3442' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_FormatStdout'>
+      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3452' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PySys_WriteStderr' mangled-name='PySys_WriteStderr' filepath='./Python/sysmodule.c' line='3406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStderr'>
-      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3449' column='1'/>
+    <function-decl name='PySys_WriteStderr' mangled-name='PySys_WriteStderr' filepath='./Python/sysmodule.c' line='3409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStderr'>
+      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3452' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PySys_WriteStdout' mangled-name='PySys_WriteStdout' filepath='./Python/sysmodule.c' line='3396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStdout'>
-      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3449' column='1'/>
+    <function-decl name='PySys_WriteStdout' mangled-name='PySys_WriteStdout' filepath='./Python/sysmodule.c' line='3399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_WriteStdout'>
+      <parameter type-id='type-id-3' name='format' filepath='./Python/sysmodule.c' line='3452' column='1'/>
       <parameter is-variadic='yes'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='3303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgv'>
       <parameter type-id='type-id-8' name='argc' filepath='./Python/sysmodule.c' line='3303' column='1'/>
-      <parameter type-id='type-id-365' name='argv' filepath='./Python/sysmodule.c' line='3303' column='1'/>
+      <parameter type-id='type-id-371' name='argv' filepath='./Python/sysmodule.c' line='3303' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PySys_SetArgvEx' mangled-name='PySys_SetArgvEx' filepath='./Python/sysmodule.c' line='3259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetArgvEx'>
       <parameter type-id='type-id-8' name='argc' filepath='./Python/sysmodule.c' line='3259' column='1'/>
-      <parameter type-id='type-id-365' name='argv' filepath='./Python/sysmodule.c' line='3259' column='1'/>
+      <parameter type-id='type-id-371' name='argv' filepath='./Python/sysmodule.c' line='3259' column='1'/>
       <parameter type-id='type-id-8' name='updatepath' filepath='./Python/sysmodule.c' line='3259' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='3227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_SetPath'>
-      <parameter type-id='type-id-536' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
+      <parameter type-id='type-id-542' name='program_full_path' filepath='Python/pathconfig.c' line='276' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PySys_GetXOptions' mangled-name='PySys_GetXOptions' filepath='./Python/sysmodule.c' line='2351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_GetXOptions'>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PySys_AddXOption' mangled-name='PySys_AddXOption' filepath='./Python/sysmodule.c' line='2337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddXOption'>
-      <parameter type-id='type-id-536' name='s' filepath='./Python/sysmodule.c' line='2337' column='1'/>
+      <parameter type-id='type-id-542' name='s' filepath='./Python/sysmodule.c' line='2337' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PySys_HasWarnOptions' mangled-name='PySys_HasWarnOptions' filepath='./Python/sysmodule.c' line='2263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_HasWarnOptions'>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PySys_AddWarnOption' mangled-name='PySys_AddWarnOption' filepath='./Python/sysmodule.c' line='2244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOption'>
-      <parameter type-id='type-id-536' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
+      <parameter type-id='type-id-542' name='path' filepath='Python/pathconfig.c' line='194' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PySys_AddWarnOptionUnicode' mangled-name='PySys_AddWarnOptionUnicode' filepath='./Python/sysmodule.c' line='2232' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PySys_AddWarnOptionUnicode'>
@@ -15579,21 +15608,21 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/thread.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/thread.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyThread_GetInfo' mangled-name='PyThread_GetInfo' filepath='Python/thread.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_GetInfo'>
       <return type-id='type-id-14'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-237' size-in-bits='64' id='type-id-881'/>
+    <pointer-type-def type-id='type-id-237' size-in-bits='64' id='type-id-887'/>
     <function-decl name='PyThread_tss_is_created' mangled-name='PyThread_tss_is_created' filepath='Python/thread.c' line='156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_is_created'>
-      <parameter type-id='type-id-881' name='key' filepath='Python/thread.c' line='156' column='1'/>
+      <parameter type-id='type-id-887' name='key' filepath='Python/thread.c' line='156' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyThread_tss_free' mangled-name='PyThread_tss_free' filepath='Python/thread.c' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_free'>
-      <parameter type-id='type-id-881' name='key' filepath='Python/thread.c' line='147' column='1'/>
+      <parameter type-id='type-id-887' name='key' filepath='Python/thread.c' line='147' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_alloc'>
-      <return type-id='type-id-881'/>
+      <return type-id='type-id-887'/>
     </function-decl>
     <function-decl name='PyThread_set_stacksize' mangled-name='PyThread_set_stacksize' filepath='Python/thread.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_set_stacksize'>
       <parameter type-id='type-id-54' name='size' filepath='Python/thread.c' line='120' column='1'/>
@@ -15603,20 +15632,20 @@
       <return type-id='type-id-54'/>
     </function-decl>
     <function-decl name='PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='Python/thread_pthread.h' line='922' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_get'>
-      <parameter type-id='type-id-881' name='key' filepath='Python/thread_pthread.h' line='922' column='1'/>
+      <parameter type-id='type-id-887' name='key' filepath='Python/thread_pthread.h' line='922' column='1'/>
       <return type-id='type-id-18'/>
     </function-decl>
     <function-decl name='PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='Python/thread_pthread.h' line='914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_set'>
-      <parameter type-id='type-id-881' name='key' filepath='Python/thread_pthread.h' line='914' column='1'/>
+      <parameter type-id='type-id-887' name='key' filepath='Python/thread_pthread.h' line='914' column='1'/>
       <parameter type-id='type-id-18' name='value' filepath='Python/thread_pthread.h' line='914' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyThread_tss_delete' mangled-name='PyThread_tss_delete' filepath='Python/thread_pthread.h' line='900' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_delete'>
-      <parameter type-id='type-id-881' name='key' filepath='Python/thread.c' line='147' column='1'/>
+      <parameter type-id='type-id-887' name='key' filepath='Python/thread.c' line='147' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyThread_tss_create' mangled-name='PyThread_tss_create' filepath='Python/thread_pthread.h' line='883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_tss_create'>
-      <parameter type-id='type-id-881' name='key' filepath='Python/thread_pthread.h' line='883' column='1'/>
+      <parameter type-id='type-id-887' name='key' filepath='Python/thread_pthread.h' line='883' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyThread_ReInitTLS' mangled-name='PyThread_ReInitTLS' filepath='Python/thread_pthread.h' line='872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_ReInitTLS'>
@@ -15632,11 +15661,11 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyThread_delete_key_value' mangled-name='PyThread_delete_key_value' filepath='Python/thread_pthread.h' line='842' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_delete_key_value'>
-      <parameter type-id='type-id-8' name='sts' filepath='Python/pylifecycle.c' line='2938' column='1'/>
+      <parameter type-id='type-id-8' name='sts' filepath='Python/pylifecycle.c' line='2936' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyThread_delete_key' mangled-name='PyThread_delete_key' filepath='Python/thread_pthread.h' line='834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_delete_key'>
-      <parameter type-id='type-id-8' name='sts' filepath='Python/pylifecycle.c' line='2938' column='1'/>
+      <parameter type-id='type-id-8' name='sts' filepath='Python/pylifecycle.c' line='2936' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='814' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_create_key'>
@@ -15647,27 +15676,27 @@
       <parameter type-id='type-id-8' name='waitflag' filepath='Python/thread_pthread.h' line='747' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-882'/>
+    <pointer-type-def type-id='type-id-30' size-in-bits='64' id='type-id-888'/>
     <function-decl name='_PyThread_at_fork_reinit' mangled-name='_PyThread_at_fork_reinit' filepath='Python/thread_pthread.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyThread_at_fork_reinit'>
-      <parameter type-id='type-id-882' name='lock' filepath='Python/thread_pthread.h' line='727' column='1'/>
+      <parameter type-id='type-id-888' name='lock' filepath='Python/thread_pthread.h' line='727' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyThread_release_lock' mangled-name='PyThread_release_lock' filepath='Python/thread_pthread.h' line='553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_release_lock'>
       <parameter type-id='type-id-30' name='lock' filepath='Python/thread_pthread.h' line='553' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-883'>
+    <enum-decl name='PyLockStatus' filepath='./Include/pythread.h' line='12' column='1' id='type-id-889'>
       <underlying-type type-id='type-id-126'/>
       <enumerator name='PY_LOCK_FAILURE' value='0'/>
       <enumerator name='PY_LOCK_ACQUIRED' value='1'/>
       <enumerator name='PY_LOCK_INTR' value='2'/>
     </enum-decl>
-    <typedef-decl name='PyLockStatus' type-id='type-id-883' filepath='./Include/pythread.h' line='16' column='1' id='type-id-884'/>
+    <typedef-decl name='PyLockStatus' type-id='type-id-889' filepath='./Include/pythread.h' line='16' column='1' id='type-id-890'/>
     <function-decl name='PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pthread.h' line='430' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_acquire_lock_timed'>
       <parameter type-id='type-id-30' name='lock' filepath='Python/thread_pthread.h' line='430' column='1'/>
       <parameter type-id='type-id-222' name='microseconds' filepath='Python/thread_pthread.h' line='430' column='1'/>
       <parameter type-id='type-id-8' name='intr_flag' filepath='Python/thread_pthread.h' line='431' column='1'/>
-      <return type-id='type-id-884'/>
+      <return type-id='type-id-890'/>
     </function-decl>
     <function-decl name='PyThread_free_lock' mangled-name='PyThread_free_lock' filepath='Python/thread_pthread.h' line='400' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyThread_free_lock'>
       <parameter type-id='type-id-30' name='lock' filepath='Python/thread_pthread.h' line='553' column='1'/>
@@ -15694,7 +15723,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/traceback.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/traceback.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyTraceBack_Type' type-id='type-id-112' mangled-name='PyTraceBack_Type' visibility='default' filepath='./Include/traceback.h' line='13' column='1' elf-symbol-id='PyTraceBack_Type'/>
     <function-decl name='_Py_DumpTracebackThreads' mangled-name='_Py_DumpTracebackThreads' filepath='Python/traceback.c' line='1272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DumpTracebackThreads'>
       <parameter type-id='type-id-8' name='fd' filepath='Python/traceback.c' line='1272' column='1'/>
@@ -15714,7 +15743,7 @@
     </function-decl>
     <function-decl name='_Py_DumpHexadecimal' mangled-name='_Py_DumpHexadecimal' filepath='Python/traceback.c' line='1050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DumpHexadecimal'>
       <parameter type-id='type-id-8' name='fd' filepath='Python/traceback.c' line='1050' column='1'/>
-      <parameter type-id='type-id-349' name='value' filepath='Python/traceback.c' line='1050' column='1'/>
+      <parameter type-id='type-id-355' name='value' filepath='Python/traceback.c' line='1050' column='1'/>
       <parameter type-id='type-id-36' name='width' filepath='Python/traceback.c' line='1050' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
@@ -15742,7 +15771,7 @@
       <parameter type-id='type-id-14' name='filename' filepath='Python/traceback.c' line='577' column='1'/>
       <parameter type-id='type-id-8' name='lineno' filepath='Python/traceback.c' line='577' column='1'/>
       <parameter type-id='type-id-8' name='indent' filepath='Python/traceback.c' line='577' column='1'/>
-      <parameter type-id='type-id-492' name='truncation' filepath='Python/traceback.c' line='578' column='1'/>
+      <parameter type-id='type-id-498' name='truncation' filepath='Python/traceback.c' line='578' column='1'/>
       <parameter type-id='type-id-22' name='line' filepath='Python/traceback.c' line='578' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -15764,21 +15793,21 @@
       <return type-id='type-id-70'/>
     </function-decl>
     <function-decl name='PyTraceBack_Here' mangled-name='PyTraceBack_Here' filepath='Python/traceback.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceBack_Here'>
-      <parameter type-id='type-id-429' name='frame' filepath='Python/traceback.c' line='248' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Python/traceback.c' line='248' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyTraceBack_FromFrame' mangled-name='_PyTraceBack_FromFrame' filepath='Python/traceback.c' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceBack_FromFrame'>
       <parameter type-id='type-id-14' name='tb_next' filepath='Python/traceback.c' line='237' column='1'/>
-      <parameter type-id='type-id-429' name='frame' filepath='Python/traceback.c' line='237' column='1'/>
+      <parameter type-id='type-id-435' name='frame' filepath='Python/traceback.c' line='237' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/getopt.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/getopt.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='_PyOS_opterr' type-id='type-id-8' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='8' column='1'/>
     <var-decl name='_PyOS_optind' type-id='type-id-36' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='9' column='1'/>
-    <var-decl name='_PyOS_optarg' type-id='type-id-536' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>
+    <var-decl name='_PyOS_optarg' type-id='type-id-542' visibility='default' filepath='./Include/internal/pycore_getopt.h' line='10' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pystrcmp.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/pystrcmp.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyOS_mystricmp' mangled-name='PyOS_mystricmp' filepath='Python/pystrcmp.c' line='22' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_mystricmp'>
       <parameter type-id='type-id-3' name='s1' filepath='Python/pystrcmp.c' line='22' column='1'/>
       <parameter type-id='type-id-3' name='s2' filepath='Python/pystrcmp.c' line='22' column='1'/>
@@ -15791,77 +15820,77 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pystrtod.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/pystrtod.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyOS_double_to_string' mangled-name='PyOS_double_to_string' filepath='Python/pystrtod.c' line='1259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_double_to_string'>
-      <parameter type-id='type-id-382' name='val' filepath='Python/pystrtod.c' line='1259' column='1'/>
+      <parameter type-id='type-id-388' name='val' filepath='Python/pystrtod.c' line='1259' column='1'/>
       <parameter type-id='type-id-1' name='format_code' filepath='Python/pystrtod.c' line='1260' column='1'/>
       <parameter type-id='type-id-8' name='precision' filepath='Python/pystrtod.c' line='1261' column='1'/>
       <parameter type-id='type-id-8' name='flags' filepath='Python/pystrtod.c' line='1262' column='1'/>
-      <parameter type-id='type-id-492' name='type' filepath='Python/pystrtod.c' line='1263' column='1'/>
+      <parameter type-id='type-id-498' name='type' filepath='Python/pystrtod.c' line='1263' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
-    <pointer-type-def type-id='type-id-885' size-in-bits='64' id='type-id-886'/>
+    <pointer-type-def type-id='type-id-891' size-in-bits='64' id='type-id-892'/>
     <function-decl name='_Py_string_to_number_with_underscores' mangled-name='_Py_string_to_number_with_underscores' filepath='Python/pystrtod.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_string_to_number_with_underscores'>
       <parameter type-id='type-id-3' name='s' filepath='Python/pystrtod.c' line='384' column='1'/>
       <parameter type-id='type-id-36' name='orig_len' filepath='Python/pystrtod.c' line='384' column='1'/>
       <parameter type-id='type-id-3' name='what' filepath='Python/pystrtod.c' line='384' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/pystrtod.c' line='384' column='1'/>
       <parameter type-id='type-id-18' name='arg' filepath='Python/pystrtod.c' line='384' column='1'/>
-      <parameter type-id='type-id-886' name='innerfunc' filepath='Python/pystrtod.c' line='385' column='1'/>
+      <parameter type-id='type-id-892' name='innerfunc' filepath='Python/pystrtod.c' line='385' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyOS_string_to_double' mangled-name='PyOS_string_to_double' filepath='Python/pystrtod.c' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_string_to_double'>
       <parameter type-id='type-id-3' name='s' filepath='Python/pystrtod.c' line='337' column='1'/>
-      <parameter type-id='type-id-485' name='endptr' filepath='Python/pystrtod.c' line='338' column='1'/>
+      <parameter type-id='type-id-491' name='endptr' filepath='Python/pystrtod.c' line='338' column='1'/>
       <parameter type-id='type-id-14' name='overflow_exception' filepath='Python/pystrtod.c' line='339' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='_Py_parse_inf_or_nan' mangled-name='_Py_parse_inf_or_nan' filepath='Python/pystrtod.c' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_parse_inf_or_nan'>
       <parameter type-id='type-id-3' name='p' filepath='Python/pystrtod.c' line='30' column='1'/>
-      <parameter type-id='type-id-485' name='endptr' filepath='Python/pystrtod.c' line='30' column='1'/>
-      <return type-id='type-id-382'/>
+      <parameter type-id='type-id-491' name='endptr' filepath='Python/pystrtod.c' line='30' column='1'/>
+      <return type-id='type-id-388'/>
     </function-decl>
-    <function-type size-in-bits='64' id='type-id-885'>
+    <function-type size-in-bits='64' id='type-id-891'>
       <parameter type-id='type-id-3'/>
       <parameter type-id='type-id-36'/>
       <parameter type-id='type-id-18'/>
       <return type-id='type-id-14'/>
     </function-type>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/pystrhex.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/pystrhex.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_Py_strhex_bytes_with_sep' mangled-name='_Py_strhex_bytes_with_sep' filepath='Python/pystrhex.c' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes_with_sep'>
       <parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='170' column='1'/>
-      <parameter type-id='type-id-471' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
+      <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
       <parameter type-id='type-id-14' name='sep' filepath='Python/pystrhex.c' line='171' column='1'/>
-      <parameter type-id='type-id-834' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
+      <parameter type-id='type-id-840' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_Py_strhex_with_sep' mangled-name='_Py_strhex_with_sep' filepath='Python/pystrhex.c' line='162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_with_sep'>
       <parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='170' column='1'/>
-      <parameter type-id='type-id-471' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
+      <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='170' column='1'/>
       <parameter type-id='type-id-14' name='sep' filepath='Python/pystrhex.c' line='171' column='1'/>
-      <parameter type-id='type-id-834' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
+      <parameter type-id='type-id-840' name='bytes_per_group' filepath='Python/pystrhex.c' line='171' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_Py_strhex_bytes' mangled-name='_Py_strhex_bytes' filepath='Python/pystrhex.c' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex_bytes'>
       <parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='155' column='1'/>
-      <parameter type-id='type-id-471' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
+      <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_Py_strhex' mangled-name='_Py_strhex' filepath='Python/pystrhex.c' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_strhex'>
       <parameter type-id='type-id-3' name='argbuf' filepath='Python/pystrhex.c' line='155' column='1'/>
-      <parameter type-id='type-id-471' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
+      <parameter type-id='type-id-477' name='arglen' filepath='Python/pystrhex.c' line='155' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/dtoa.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/dtoa.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_Py_dg_dtoa' mangled-name='_Py_dg_dtoa' filepath='Python/dtoa.c' line='2248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_dtoa'>
-      <parameter type-id='type-id-382' name='dd' filepath='Python/dtoa.c' line='2248' column='1'/>
+      <parameter type-id='type-id-388' name='dd' filepath='Python/dtoa.c' line='2248' column='1'/>
       <parameter type-id='type-id-8' name='mode' filepath='Python/dtoa.c' line='2248' column='1'/>
       <parameter type-id='type-id-8' name='ndigits' filepath='Python/dtoa.c' line='2248' column='1'/>
-      <parameter type-id='type-id-492' name='decpt' filepath='Python/dtoa.c' line='2249' column='1'/>
-      <parameter type-id='type-id-492' name='sign' filepath='Python/dtoa.c' line='2249' column='1'/>
-      <parameter type-id='type-id-485' name='rve' filepath='Python/dtoa.c' line='2249' column='1'/>
+      <parameter type-id='type-id-498' name='decpt' filepath='Python/dtoa.c' line='2249' column='1'/>
+      <parameter type-id='type-id-498' name='sign' filepath='Python/dtoa.c' line='2249' column='1'/>
+      <parameter type-id='type-id-491' name='rve' filepath='Python/dtoa.c' line='2249' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
     <function-decl name='_Py_dg_freedtoa' mangled-name='_Py_dg_freedtoa' filepath='Python/dtoa.c' line='2202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_freedtoa'>
@@ -15870,21 +15899,21 @@
     </function-decl>
     <function-decl name='_Py_dg_strtod' mangled-name='_Py_dg_strtod' filepath='Python/dtoa.c' line='1439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_strtod'>
       <parameter type-id='type-id-3' name='s00' filepath='Python/dtoa.c' line='1439' column='1'/>
-      <parameter type-id='type-id-485' name='se' filepath='Python/dtoa.c' line='1439' column='1'/>
-      <return type-id='type-id-382'/>
+      <parameter type-id='type-id-491' name='se' filepath='Python/dtoa.c' line='1439' column='1'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='_Py_dg_infinity' mangled-name='_Py_dg_infinity' filepath='Python/dtoa.c' line='1430' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_infinity'>
       <parameter type-id='type-id-8' name='sign' filepath='Python/dtoa.c' line='1430' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
     <function-decl name='_Py_dg_stdnan' mangled-name='_Py_dg_stdnan' filepath='Python/dtoa.c' line='1416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_dg_stdnan'>
       <parameter type-id='type-id-8' name='sign' filepath='Python/dtoa.c' line='1430' column='1'/>
-      <return type-id='type-id-382'/>
+      <return type-id='type-id-388'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/formatter_unicode.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyFloat_FormatAdvancedWriter' mangled-name='_PyFloat_FormatAdvancedWriter' filepath='Python/formatter_unicode.c' line='1549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyFloat_FormatAdvancedWriter'>
-      <parameter type-id='type-id-516' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
+      <parameter type-id='type-id-522' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/formatter_unicode.c' line='1550' column='1'/>
       <parameter type-id='type-id-14' name='format_spec' filepath='Python/formatter_unicode.c' line='1551' column='1'/>
       <parameter type-id='type-id-36' name='start' filepath='Python/formatter_unicode.c' line='1552' column='1'/>
@@ -15892,7 +15921,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyLong_FormatAdvancedWriter' mangled-name='_PyLong_FormatAdvancedWriter' filepath='Python/formatter_unicode.c' line='1487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FormatAdvancedWriter'>
-      <parameter type-id='type-id-516' name='writer' filepath='Python/formatter_unicode.c' line='1487' column='1'/>
+      <parameter type-id='type-id-522' name='writer' filepath='Python/formatter_unicode.c' line='1487' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/formatter_unicode.c' line='1488' column='1'/>
       <parameter type-id='type-id-14' name='format_spec' filepath='Python/formatter_unicode.c' line='1489' column='1'/>
       <parameter type-id='type-id-36' name='start' filepath='Python/formatter_unicode.c' line='1490' column='1'/>
@@ -15900,7 +15929,7 @@
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyUnicode_FormatAdvancedWriter' mangled-name='_PyUnicode_FormatAdvancedWriter' filepath='Python/formatter_unicode.c' line='1451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyUnicode_FormatAdvancedWriter'>
-      <parameter type-id='type-id-516' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
+      <parameter type-id='type-id-522' name='writer' filepath='Python/formatter_unicode.c' line='1549' column='1'/>
       <parameter type-id='type-id-14' name='obj' filepath='Python/formatter_unicode.c' line='1550' column='1'/>
       <parameter type-id='type-id-14' name='format_spec' filepath='Python/formatter_unicode.c' line='1551' column='1'/>
       <parameter type-id='type-id-36' name='start' filepath='Python/formatter_unicode.c' line='1552' column='1'/>
@@ -15908,13 +15937,13 @@
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/fileutils.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/fileutils.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_Py_closerange' mangled-name='_Py_closerange' filepath='Python/fileutils.c' line='2622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_closerange'>
       <parameter type-id='type-id-8' name='first' filepath='Python/fileutils.c' line='2622' column='1'/>
       <parameter type-id='type-id-8' name='last' filepath='Python/fileutils.c' line='2622' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/include/locale.h' line='51' column='1' id='type-id-887'>
+    <class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/include/locale.h' line='51' column='1' id='type-id-893'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='decimal_point' type-id='type-id-115' visibility='default' filepath='/usr/include/locale.h' line='55' column='1'/>
       </data-member>
@@ -15988,9 +16017,9 @@
         <var-decl name='int_n_sign_posn' type-id='type-id-1' visibility='default' filepath='/usr/include/locale.h' line='109' column='1'/>
       </data-member>
     </class-decl>
-    <pointer-type-def type-id='type-id-887' size-in-bits='64' id='type-id-888'/>
+    <pointer-type-def type-id='type-id-893' size-in-bits='64' id='type-id-894'/>
     <function-decl name='_Py_GetLocaleconvNumeric' mangled-name='_Py_GetLocaleconvNumeric' filepath='Python/fileutils.c' line='2506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetLocaleconvNumeric'>
-      <parameter type-id='type-id-888' name='lc' filepath='Python/fileutils.c' line='2506' column='1'/>
+      <parameter type-id='type-id-894' name='lc' filepath='Python/fileutils.c' line='2506' column='1'/>
       <parameter type-id='type-id-22' name='decimal_point' filepath='Python/fileutils.c' line='2507' column='1'/>
       <parameter type-id='type-id-22' name='thousands_sep' filepath='Python/fileutils.c' line='2507' column='1'/>
       <return type-id='type-id-8'/>
@@ -16019,13 +16048,13 @@
       <return type-id='type-id-281'/>
     </function-decl>
     <function-decl name='_Py_wrealpath' mangled-name='_Py_wrealpath' filepath='Python/fileutils.c' line='1967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_wrealpath'>
-      <parameter type-id='type-id-536' name='path' filepath='Python/fileutils.c' line='1967' column='1'/>
+      <parameter type-id='type-id-542' name='path' filepath='Python/fileutils.c' line='1967' column='1'/>
       <parameter type-id='type-id-281' name='resolved_path' filepath='Python/fileutils.c' line='1968' column='1'/>
       <parameter type-id='type-id-54' name='resolved_path_len' filepath='Python/fileutils.c' line='1968' column='1'/>
       <return type-id='type-id-281'/>
     </function-decl>
     <function-decl name='_Py_wreadlink' mangled-name='_Py_wreadlink' filepath='Python/fileutils.c' line='1918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_wreadlink'>
-      <parameter type-id='type-id-536' name='path' filepath='Python/fileutils.c' line='1918' column='1'/>
+      <parameter type-id='type-id-542' name='path' filepath='Python/fileutils.c' line='1918' column='1'/>
       <parameter type-id='type-id-281' name='buf' filepath='Python/fileutils.c' line='1918' column='1'/>
       <parameter type-id='type-id-54' name='buflen' filepath='Python/fileutils.c' line='1918' column='1'/>
       <return type-id='type-id-8'/>
@@ -16051,12 +16080,12 @@
     <function-decl name='_Py_fopen_obj' mangled-name='_Py_fopen_obj' filepath='Python/fileutils.c' line='1647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fopen_obj'>
       <parameter type-id='type-id-14' name='path' filepath='Python/fileutils.c' line='1647' column='1'/>
       <parameter type-id='type-id-3' name='mode' filepath='Python/fileutils.c' line='1647' column='1'/>
-      <return type-id='type-id-464'/>
+      <return type-id='type-id-470'/>
     </function-decl>
     <function-decl name='_Py_wfopen' mangled-name='_Py_wfopen' filepath='Python/fileutils.c' line='1599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_wfopen'>
-      <parameter type-id='type-id-536' name='path' filepath='Python/fileutils.c' line='1599' column='1'/>
-      <parameter type-id='type-id-536' name='mode' filepath='Python/fileutils.c' line='1599' column='1'/>
-      <return type-id='type-id-464'/>
+      <parameter type-id='type-id-542' name='path' filepath='Python/fileutils.c' line='1599' column='1'/>
+      <parameter type-id='type-id-542' name='mode' filepath='Python/fileutils.c' line='1599' column='1'/>
+      <return type-id='type-id-470'/>
     </function-decl>
     <function-decl name='_Py_open_noraise' mangled-name='_Py_open_noraise' filepath='Python/fileutils.c' line='1587' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_open_noraise'>
       <parameter type-id='type-id-3' name='pathname' filepath='Python/fileutils.c' line='1587' column='1'/>
@@ -16071,93 +16100,93 @@
     <function-decl name='_Py_set_inheritable_async_safe' mangled-name='_Py_set_inheritable_async_safe' filepath='Python/fileutils.c' line='1496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable_async_safe'>
       <parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1496' column='1'/>
       <parameter type-id='type-id-8' name='inheritable' filepath='Python/fileutils.c' line='1496' column='1'/>
-      <parameter type-id='type-id-492' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
+      <parameter type-id='type-id-498' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_set_inheritable' mangled-name='_Py_set_inheritable' filepath='Python/fileutils.c' line='1487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_set_inheritable'>
       <parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1496' column='1'/>
       <parameter type-id='type-id-8' name='inheritable' filepath='Python/fileutils.c' line='1496' column='1'/>
-      <parameter type-id='type-id-492' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
+      <parameter type-id='type-id-498' name='atomic_flag_works' filepath='Python/fileutils.c' line='1496' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_get_inheritable' mangled-name='_Py_get_inheritable' filepath='Python/fileutils.c' line='1321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_get_inheritable'>
       <parameter type-id='type-id-8' name='c1' filepath='Parser/token.c' line='79' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <class-decl name='stat' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='46' column='1' id='type-id-889'>
+    <class-decl name='stat' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='46' column='1' id='type-id-895'>
       <data-member access='public' layout-offset-in-bits='0'>
-        <var-decl name='st_dev' type-id='type-id-890' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='48' column='1'/>
+        <var-decl name='st_dev' type-id='type-id-896' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='48' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='st_ino' type-id='type-id-891' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='53' column='1'/>
+        <var-decl name='st_ino' type-id='type-id-897' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='53' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
-        <var-decl name='st_nlink' type-id='type-id-892' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='61' column='1'/>
+        <var-decl name='st_nlink' type-id='type-id-898' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='61' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='st_mode' type-id='type-id-893' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='62' column='1'/>
+        <var-decl name='st_mode' type-id='type-id-899' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='62' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='224'>
-        <var-decl name='st_uid' type-id='type-id-894' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='64' column='1'/>
+        <var-decl name='st_uid' type-id='type-id-900' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='64' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='256'>
-        <var-decl name='st_gid' type-id='type-id-895' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='65' column='1'/>
+        <var-decl name='st_gid' type-id='type-id-901' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='65' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='288'>
         <var-decl name='__pad0' type-id='type-id-8' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='67' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='320'>
-        <var-decl name='st_rdev' type-id='type-id-890' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='69' column='1'/>
+        <var-decl name='st_rdev' type-id='type-id-896' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='69' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='384'>
-        <var-decl name='st_size' type-id='type-id-451' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='74' column='1'/>
+        <var-decl name='st_size' type-id='type-id-457' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='74' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='448'>
-        <var-decl name='st_blksize' type-id='type-id-896' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='78' column='1'/>
+        <var-decl name='st_blksize' type-id='type-id-902' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='78' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='512'>
-        <var-decl name='st_blocks' type-id='type-id-897' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='80' column='1'/>
+        <var-decl name='st_blocks' type-id='type-id-903' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='80' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='576'>
-        <var-decl name='st_atim' type-id='type-id-857' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='91' column='1'/>
+        <var-decl name='st_atim' type-id='type-id-863' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='91' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='704'>
-        <var-decl name='st_mtim' type-id='type-id-857' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='92' column='1'/>
+        <var-decl name='st_mtim' type-id='type-id-863' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='92' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='832'>
-        <var-decl name='st_ctim' type-id='type-id-857' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='93' column='1'/>
+        <var-decl name='st_ctim' type-id='type-id-863' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='93' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='960'>
-        <var-decl name='__glibc_reserved' type-id='type-id-898' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='106' column='1'/>
+        <var-decl name='__glibc_reserved' type-id='type-id-904' visibility='default' filepath='/usr/include/x86_64-linux-gnu/bits/stat.h' line='106' column='1'/>
       </data-member>
     </class-decl>
-    <typedef-decl name='__dev_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-890'/>
-    <typedef-decl name='__ino_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='148' column='1' id='type-id-891'/>
-    <typedef-decl name='__nlink_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='151' column='1' id='type-id-892'/>
-    <typedef-decl name='__mode_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-893'/>
-    <typedef-decl name='__uid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-894'/>
-    <typedef-decl name='__gid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-895'/>
-    <typedef-decl name='__blksize_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='174' column='1' id='type-id-896'/>
-    <typedef-decl name='__blkcnt_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='179' column='1' id='type-id-897'/>
+    <typedef-decl name='__dev_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='145' column='1' id='type-id-896'/>
+    <typedef-decl name='__ino_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='148' column='1' id='type-id-897'/>
+    <typedef-decl name='__nlink_t' type-id='type-id-16' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='151' column='1' id='type-id-898'/>
+    <typedef-decl name='__mode_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='150' column='1' id='type-id-899'/>
+    <typedef-decl name='__uid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='146' column='1' id='type-id-900'/>
+    <typedef-decl name='__gid_t' type-id='type-id-105' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='147' column='1' id='type-id-901'/>
+    <typedef-decl name='__blksize_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='174' column='1' id='type-id-902'/>
+    <typedef-decl name='__blkcnt_t' type-id='type-id-53' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='179' column='1' id='type-id-903'/>
 
-    <array-type-def dimensions='1' type-id='type-id-858' size-in-bits='192' id='type-id-898'>
+    <array-type-def dimensions='1' type-id='type-id-864' size-in-bits='192' id='type-id-904'>
       <subrange length='3' type-id='type-id-16' id='type-id-293'/>
 
     </array-type-def>
-    <pointer-type-def type-id='type-id-889' size-in-bits='64' id='type-id-899'/>
+    <pointer-type-def type-id='type-id-895' size-in-bits='64' id='type-id-905'/>
     <function-decl name='_Py_stat' mangled-name='_Py_stat' filepath='Python/fileutils.c' line='1242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_stat'>
       <parameter type-id='type-id-14' name='path' filepath='Python/fileutils.c' line='1242' column='1'/>
-      <parameter type-id='type-id-899' name='statbuf' filepath='Python/fileutils.c' line='1242' column='1'/>
+      <parameter type-id='type-id-905' name='statbuf' filepath='Python/fileutils.c' line='1242' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_fstat' mangled-name='_Py_fstat' filepath='Python/fileutils.c' line='1189' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat'>
       <parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1189' column='1'/>
-      <parameter type-id='type-id-899' name='status' filepath='Python/fileutils.c' line='1189' column='1'/>
+      <parameter type-id='type-id-905' name='status' filepath='Python/fileutils.c' line='1189' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_fstat_noraise' mangled-name='_Py_fstat_noraise' filepath='Python/fileutils.c' line='1122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_fstat_noraise'>
       <parameter type-id='type-id-8' name='fd' filepath='Python/fileutils.c' line='1122' column='1'/>
-      <parameter type-id='type-id-899' name='status' filepath='Python/fileutils.c' line='1122' column='1'/>
+      <parameter type-id='type-id-905' name='status' filepath='Python/fileutils.c' line='1122' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_GetLocaleEncodingObject' mangled-name='_Py_GetLocaleEncodingObject' filepath='Python/fileutils.c' line='926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_GetLocaleEncodingObject'>
@@ -16167,36 +16196,36 @@
       <return type-id='type-id-281'/>
     </function-decl>
     <function-decl name='_Py_EncodeLocaleEx' mangled-name='_Py_EncodeLocaleEx' filepath='Python/fileutils.c' line='869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleEx'>
-      <parameter type-id='type-id-536' name='text' filepath='Python/fileutils.c' line='869' column='1'/>
-      <parameter type-id='type-id-485' name='str' filepath='Python/fileutils.c' line='869' column='1'/>
-      <parameter type-id='type-id-573' name='error_pos' filepath='Python/fileutils.c' line='870' column='1'/>
-      <parameter type-id='type-id-474' name='reason' filepath='Python/fileutils.c' line='870' column='1'/>
+      <parameter type-id='type-id-542' name='text' filepath='Python/fileutils.c' line='869' column='1'/>
+      <parameter type-id='type-id-491' name='str' filepath='Python/fileutils.c' line='869' column='1'/>
+      <parameter type-id='type-id-579' name='error_pos' filepath='Python/fileutils.c' line='870' column='1'/>
+      <parameter type-id='type-id-480' name='reason' filepath='Python/fileutils.c' line='870' column='1'/>
       <parameter type-id='type-id-8' name='current_locale' filepath='Python/fileutils.c' line='871' column='1'/>
-      <parameter type-id='type-id-377' name='errors' filepath='Python/fileutils.c' line='871' column='1'/>
+      <parameter type-id='type-id-383' name='errors' filepath='Python/fileutils.c' line='871' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_EncodeLocaleRaw' mangled-name='_Py_EncodeLocaleRaw' filepath='Python/fileutils.c' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_EncodeLocaleRaw'>
-      <parameter type-id='type-id-536' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
-      <parameter type-id='type-id-573' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
+      <parameter type-id='type-id-542' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
+      <parameter type-id='type-id-579' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
     <function-decl name='Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='853' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_EncodeLocale'>
-      <parameter type-id='type-id-536' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
-      <parameter type-id='type-id-573' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
+      <parameter type-id='type-id-542' name='text' filepath='Python/fileutils.c' line='862' column='1'/>
+      <parameter type-id='type-id-579' name='error_pos' filepath='Python/fileutils.c' line='862' column='1'/>
       <return type-id='type-id-115'/>
     </function-decl>
     <function-decl name='Py_DecodeLocale' mangled-name='Py_DecodeLocale' filepath='Python/fileutils.c' line='651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_DecodeLocale'>
       <parameter type-id='type-id-3' name='arg' filepath='Python/fileutils.c' line='651' column='1'/>
-      <parameter type-id='type-id-573' name='wlen' filepath='Python/fileutils.c' line='651' column='1'/>
+      <parameter type-id='type-id-579' name='wlen' filepath='Python/fileutils.c' line='651' column='1'/>
       <return type-id='type-id-281'/>
     </function-decl>
     <function-decl name='_Py_DecodeLocaleEx' mangled-name='_Py_DecodeLocaleEx' filepath='Python/fileutils.c' line='589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_DecodeLocaleEx'>
       <parameter type-id='type-id-3' name='arg' filepath='Python/fileutils.c' line='589' column='1'/>
-      <parameter type-id='type-id-365' name='wstr' filepath='Python/fileutils.c' line='589' column='1'/>
-      <parameter type-id='type-id-573' name='wlen' filepath='Python/fileutils.c' line='589' column='1'/>
-      <parameter type-id='type-id-474' name='reason' filepath='Python/fileutils.c' line='590' column='1'/>
+      <parameter type-id='type-id-371' name='wstr' filepath='Python/fileutils.c' line='589' column='1'/>
+      <parameter type-id='type-id-579' name='wlen' filepath='Python/fileutils.c' line='589' column='1'/>
+      <parameter type-id='type-id-480' name='reason' filepath='Python/fileutils.c' line='590' column='1'/>
       <parameter type-id='type-id-8' name='current_locale' filepath='Python/fileutils.c' line='591' column='1'/>
-      <parameter type-id='type-id-377' name='errors' filepath='Python/fileutils.c' line='591' column='1'/>
+      <parameter type-id='type-id-383' name='errors' filepath='Python/fileutils.c' line='591' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_Py_ResetForceASCII' mangled-name='_Py_ResetForceASCII' filepath='Python/fileutils.c' line='308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_ResetForceASCII'>
@@ -16210,7 +16239,7 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/suggestions.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Python/suggestions.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_Py_UTF8_Edit_Cost' mangled-name='_Py_UTF8_Edit_Cost' filepath='Python/suggestions.c' line='282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_UTF8_Edit_Cost'>
       <parameter type-id='type-id-14' name='a' filepath='Python/suggestions.c' line='282' column='1'/>
       <parameter type-id='type-id-14' name='b' filepath='Python/suggestions.c' line='282' column='1'/>
@@ -16218,95 +16247,95 @@
       <return type-id='type-id-36'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Python/dynload_shlib.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
 
-    <array-type-def dimensions='1' type-id='type-id-3' size-in-bits='infinite' id='type-id-900'>
+    <array-type-def dimensions='1' type-id='type-id-3' size-in-bits='infinite' id='type-id-906'>
       <subrange length='infinite' id='type-id-6'/>
 
     </array-type-def>
-    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-900' visibility='default' filepath='./Python/importdl.h' line='9' column='1'/>
+    <var-decl name='_PyImport_DynLoadFiletab' type-id='type-id-906' visibility='default' filepath='./Python/importdl.h' line='9' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Modules/main.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='Modules/main.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='Py_BytesMain' mangled-name='Py_BytesMain' filepath='Modules/main.c' line='727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_BytesMain'>
       <parameter type-id='type-id-8' name='argc' filepath='Modules/main.c' line='727' column='1'/>
-      <parameter type-id='type-id-485' name='argv' filepath='Modules/main.c' line='727' column='1'/>
+      <parameter type-id='type-id-491' name='argv' filepath='Modules/main.c' line='727' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='Py_Main' mangled-name='Py_Main' filepath='Modules/main.c' line='715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_Main'>
       <parameter type-id='type-id-8' name='argc' filepath='Modules/main.c' line='715' column='1'/>
-      <parameter type-id='type-id-365' name='argv' filepath='Modules/main.c' line='715' column='1'/>
+      <parameter type-id='type-id-371' name='argv' filepath='Modules/main.c' line='715' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='Py_RunMain' mangled-name='Py_RunMain' filepath='Modules/main.c' line='676' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='Py_RunMain'>
       <return type-id='type-id-8'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Modules/gcmodule.c' comp-dir-path='/src' language='LANG_C99'>
-    <function-decl name='PyObject_GC_IsFinalized' mangled-name='PyObject_GC_IsFinalized' filepath='Modules/gcmodule.c' line='2377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_IsFinalized'>
+  <abi-instr version='1.0' address-size='64' path='Modules/gcmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <function-decl name='PyObject_GC_IsFinalized' mangled-name='PyObject_GC_IsFinalized' filepath='Modules/gcmodule.c' line='2369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_IsFinalized'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyObject_GC_IsTracked' mangled-name='PyObject_GC_IsTracked' filepath='Modules/gcmodule.c' line='2368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_IsTracked'>
+    <function-decl name='PyObject_GC_IsTracked' mangled-name='PyObject_GC_IsTracked' filepath='Modules/gcmodule.c' line='2360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_IsTracked'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyObject_GC_Del' mangled-name='PyObject_GC_Del' filepath='Modules/gcmodule.c' line='2353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_Del'>
-      <parameter type-id='type-id-18' name='op' filepath='Modules/gcmodule.c' line='2353' column='1'/>
+    <function-decl name='PyObject_GC_Del' mangled-name='PyObject_GC_Del' filepath='Modules/gcmodule.c' line='2345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_Del'>
+      <parameter type-id='type-id-18' name='op' filepath='Modules/gcmodule.c' line='2345' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='_PyObject_GC_Resize' mangled-name='_PyObject_GC_Resize' filepath='Modules/gcmodule.c' line='2335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_Resize'>
-      <parameter type-id='type-id-532' name='op' filepath='Modules/gcmodule.c' line='2335' column='1'/>
-      <parameter type-id='type-id-36' name='nitems' filepath='Modules/gcmodule.c' line='2335' column='1'/>
-      <return type-id='type-id-532'/>
+    <function-decl name='_PyObject_GC_Resize' mangled-name='_PyObject_GC_Resize' filepath='Modules/gcmodule.c' line='2327' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_Resize'>
+      <parameter type-id='type-id-538' name='op' filepath='Modules/gcmodule.c' line='2327' column='1'/>
+      <parameter type-id='type-id-36' name='nitems' filepath='Modules/gcmodule.c' line='2327' column='1'/>
+      <return type-id='type-id-538'/>
     </function-decl>
-    <function-decl name='_PyObject_GC_NewVar' mangled-name='_PyObject_GC_NewVar' filepath='Modules/gcmodule.c' line='2315' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_NewVar'>
-      <parameter type-id='type-id-74' name='tp' filepath='Modules/gcmodule.c' line='2315' column='1'/>
-      <parameter type-id='type-id-36' name='nitems' filepath='Modules/gcmodule.c' line='2315' column='1'/>
-      <return type-id='type-id-532'/>
+    <function-decl name='_PyObject_GC_NewVar' mangled-name='_PyObject_GC_NewVar' filepath='Modules/gcmodule.c' line='2307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_NewVar'>
+      <parameter type-id='type-id-74' name='tp' filepath='Modules/gcmodule.c' line='2307' column='1'/>
+      <parameter type-id='type-id-36' name='nitems' filepath='Modules/gcmodule.c' line='2307' column='1'/>
+      <return type-id='type-id-538'/>
     </function-decl>
-    <function-decl name='_PyObject_GC_New' mangled-name='_PyObject_GC_New' filepath='Modules/gcmodule.c' line='2303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_New'>
-      <parameter type-id='type-id-74' name='tp' filepath='Modules/gcmodule.c' line='2303' column='1'/>
+    <function-decl name='_PyObject_GC_New' mangled-name='_PyObject_GC_New' filepath='Modules/gcmodule.c' line='2295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyObject_GC_New'>
+      <parameter type-id='type-id-74' name='tp' filepath='Modules/gcmodule.c' line='2295' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
-    <function-decl name='PyObject_IS_GC' mangled-name='PyObject_IS_GC' filepath='Modules/gcmodule.c' line='2255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_IS_GC'>
+    <function-decl name='PyObject_IS_GC' mangled-name='PyObject_IS_GC' filepath='Modules/gcmodule.c' line='2247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_IS_GC'>
       <parameter type-id='type-id-14' name='o' filepath='Objects/abstract.c' line='2303' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyObject_GC_UnTrack' mangled-name='PyObject_GC_UnTrack' filepath='Modules/gcmodule.c' line='2243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_UnTrack'>
-      <parameter type-id='type-id-18' name='op_raw' filepath='Modules/gcmodule.c' line='2243' column='1'/>
+    <function-decl name='PyObject_GC_UnTrack' mangled-name='PyObject_GC_UnTrack' filepath='Modules/gcmodule.c' line='2235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_UnTrack'>
+      <parameter type-id='type-id-18' name='op_raw' filepath='Modules/gcmodule.c' line='2235' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyObject_GC_Track' mangled-name='PyObject_GC_Track' filepath='Modules/gcmodule.c' line='2224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_Track'>
-      <parameter type-id='type-id-18' name='op_raw' filepath='Modules/gcmodule.c' line='2224' column='1'/>
+    <function-decl name='PyObject_GC_Track' mangled-name='PyObject_GC_Track' filepath='Modules/gcmodule.c' line='2216' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyObject_GC_Track'>
+      <parameter type-id='type-id-18' name='op_raw' filepath='Modules/gcmodule.c' line='2216' column='1'/>
       <return type-id='type-id-70'/>
     </function-decl>
-    <function-decl name='PyGC_Collect' mangled-name='PyGC_Collect' filepath='Modules/gcmodule.c' line='2076' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_Collect'>
+    <function-decl name='PyGC_Collect' mangled-name='PyGC_Collect' filepath='Modules/gcmodule.c' line='2068' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_Collect'>
       <return type-id='type-id-36'/>
     </function-decl>
-    <function-decl name='PyGC_IsEnabled' mangled-name='PyGC_IsEnabled' filepath='Modules/gcmodule.c' line='2068' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_IsEnabled'>
+    <function-decl name='PyGC_IsEnabled' mangled-name='PyGC_IsEnabled' filepath='Modules/gcmodule.c' line='2060' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_IsEnabled'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyGC_Disable' mangled-name='PyGC_Disable' filepath='Modules/gcmodule.c' line='2059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_Disable'>
+    <function-decl name='PyGC_Disable' mangled-name='PyGC_Disable' filepath='Modules/gcmodule.c' line='2051' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_Disable'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyGC_Enable' mangled-name='PyGC_Enable' filepath='Modules/gcmodule.c' line='2050' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_Enable'>
+    <function-decl name='PyGC_Enable' mangled-name='PyGC_Enable' filepath='Modules/gcmodule.c' line='2042' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyGC_Enable'>
       <return type-id='type-id-8'/>
     </function-decl>
-    <function-decl name='PyInit_gc' mangled-name='PyInit_gc' filepath='Modules/gcmodule.c' line='2043' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_gc'>
+    <function-decl name='PyInit_gc' mangled-name='PyInit_gc' filepath='Modules/gcmodule.c' line='2035' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_gc'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/atexitmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_atexit' mangled-name='PyInit_atexit' filepath='./Modules/atexitmodule.c' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_atexit'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/faulthandler.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_faulthandler' mangled-name='PyInit_faulthandler' filepath='./Modules/faulthandler.c' line='1335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_faulthandler'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/posixmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_posix' mangled-name='PyInit_posix' filepath='./Modules/posixmodule.c' line='15938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_posix'>
       <return type-id='type-id-14'/>
     </function-decl>
@@ -16319,26 +16348,26 @@
       <parameter type-id='type-id-18' name='addr' filepath='./Modules/posixmodule.c' line='1485' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <typedef-decl name='gid_t' type-id='type-id-895' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-901'/>
-    <pointer-type-def type-id='type-id-901' size-in-bits='64' id='type-id-902'/>
+    <typedef-decl name='gid_t' type-id='type-id-901' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='64' column='1' id='type-id-907'/>
+    <pointer-type-def type-id='type-id-907' size-in-bits='64' id='type-id-908'/>
     <function-decl name='_Py_Gid_Converter' mangled-name='_Py_Gid_Converter' filepath='./Modules/posixmodule.c' line='773' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Gid_Converter'>
       <parameter type-id='type-id-14' name='obj' filepath='./Modules/posixmodule.c' line='773' column='1'/>
-      <parameter type-id='type-id-902' name='p' filepath='./Modules/posixmodule.c' line='773' column='1'/>
+      <parameter type-id='type-id-908' name='p' filepath='./Modules/posixmodule.c' line='773' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
-    <typedef-decl name='uid_t' type-id='type-id-894' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-903'/>
-    <pointer-type-def type-id='type-id-903' size-in-bits='64' id='type-id-904'/>
+    <typedef-decl name='uid_t' type-id='type-id-900' filepath='/usr/include/x86_64-linux-gnu/sys/types.h' line='79' column='1' id='type-id-909'/>
+    <pointer-type-def type-id='type-id-909' size-in-bits='64' id='type-id-910'/>
     <function-decl name='_Py_Uid_Converter' mangled-name='_Py_Uid_Converter' filepath='./Modules/posixmodule.c' line='667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Uid_Converter'>
       <parameter type-id='type-id-14' name='obj' filepath='./Modules/posixmodule.c' line='667' column='1'/>
-      <parameter type-id='type-id-904' name='p' filepath='./Modules/posixmodule.c' line='667' column='1'/>
+      <parameter type-id='type-id-910' name='p' filepath='./Modules/posixmodule.c' line='667' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='_PyLong_FromGid' mangled-name='_PyLong_FromGid' filepath='./Modules/posixmodule.c' line='659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromGid'>
-      <parameter type-id='type-id-901' name='gid' filepath='./Modules/posixmodule.c' line='659' column='1'/>
+      <parameter type-id='type-id-907' name='gid' filepath='./Modules/posixmodule.c' line='659' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='_PyLong_FromUid' mangled-name='_PyLong_FromUid' filepath='./Modules/posixmodule.c' line='651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyLong_FromUid'>
-      <parameter type-id='type-id-903' name='uid' filepath='./Modules/posixmodule.c' line='651' column='1'/>
+      <parameter type-id='type-id-909' name='uid' filepath='./Modules/posixmodule.c' line='651' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyOS_AfterFork'>
@@ -16354,7 +16383,7 @@
       <return type-id='type-id-70'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/signalmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyOS_IsMainThread' mangled-name='_PyOS_IsMainThread' filepath='./Modules/signalmodule.c' line='2067' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyOS_IsMainThread'>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -16389,20 +16418,20 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_tracemalloc.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_PyTraceMalloc_GetTraceback' mangled-name='_PyTraceMalloc_GetTraceback' filepath='./Modules/_tracemalloc.c' line='1811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_PyTraceMalloc_GetTraceback'>
       <parameter type-id='type-id-105' name='domain' filepath='./Modules/_tracemalloc.c' line='1811' column='1'/>
-      <parameter type-id='type-id-349' name='ptr' filepath='./Modules/_tracemalloc.c' line='1811' column='1'/>
+      <parameter type-id='type-id-355' name='ptr' filepath='./Modules/_tracemalloc.c' line='1811' column='1'/>
       <return type-id='type-id-14'/>
     </function-decl>
     <function-decl name='PyTraceMalloc_Untrack' mangled-name='PyTraceMalloc_Untrack' filepath='./Modules/_tracemalloc.c' line='1752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Untrack'>
       <parameter type-id='type-id-105' name='domain' filepath='./Modules/_tracemalloc.c' line='1752' column='1'/>
-      <parameter type-id='type-id-349' name='ptr' filepath='./Modules/_tracemalloc.c' line='1752' column='1'/>
+      <parameter type-id='type-id-355' name='ptr' filepath='./Modules/_tracemalloc.c' line='1752' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
     <function-decl name='PyTraceMalloc_Track' mangled-name='PyTraceMalloc_Track' filepath='./Modules/_tracemalloc.c' line='1729' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyTraceMalloc_Track'>
       <parameter type-id='type-id-105' name='domain' filepath='./Modules/_tracemalloc.c' line='1729' column='1'/>
-      <parameter type-id='type-id-349' name='ptr' filepath='./Modules/_tracemalloc.c' line='1729' column='1'/>
+      <parameter type-id='type-id-355' name='ptr' filepath='./Modules/_tracemalloc.c' line='1729' column='1'/>
       <parameter type-id='type-id-54' name='size' filepath='./Modules/_tracemalloc.c' line='1730' column='1'/>
       <return type-id='type-id-8'/>
     </function-decl>
@@ -16410,130 +16439,130 @@
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_codecsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__codecs' mangled-name='PyInit__codecs' filepath='./Modules/_codecsmodule.c' line='1067' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__codecs'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_collectionsmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_collectionsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__collections' mangled-name='PyInit__collections' filepath='./Modules/_collectionsmodule.c' line='2612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__collections'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/errnomodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/errnomodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_errno' mangled-name='PyInit_errno' filepath='./Modules/errnomodule.c' line='960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_errno'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/src' language='LANG_C99'>
-    <var-decl name='_PyIO_Module' type-id='type-id-529' visibility='default' filepath='./Modules/_io/_iomodule.h' line='140' column='1'/>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/_iomodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <var-decl name='_PyIO_Module' type-id='type-id-535' visibility='default' filepath='./Modules/_io/_iomodule.h' line='140' column='1'/>
     <function-decl name='PyInit__io' mangled-name='PyInit__io' filepath='./Modules/_io/_iomodule.c' line='681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__io'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/iobase.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='8' column='1'/>
     <var-decl name='PyRawIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='9' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/fileio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyFileIO_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='14' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/bytesio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyBytesIO_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='15' column='1'/>
     <var-decl name='_PyBytesIOBuffer_Type' type-id='type-id-112' mangled-name='_PyBytesIOBuffer_Type' visibility='default' filepath='./Modules/_io/_iomodule.h' line='158' column='1' elf-symbol-id='_PyBytesIOBuffer_Type'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/bufferedio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyBufferedIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='10' column='1'/>
     <var-decl name='PyBufferedReader_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='17' column='1'/>
     <var-decl name='PyBufferedWriter_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='18' column='1'/>
     <var-decl name='PyBufferedRWPair_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='19' column='1'/>
     <var-decl name='PyBufferedRandom_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='20' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/textio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyTextIOBase_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='11' column='1'/>
     <var-decl name='PyIncrementalNewlineDecoder_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='22' column='1'/>
     <var-decl name='PyTextIOWrapper_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='21' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_io/stringio.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <var-decl name='PyStringIO_Type' type-id='type-id-112' visibility='default' filepath='./Modules/_io/_iomodule.h' line='16' column='1'/>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/itertoolsmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/itertoolsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_itertools' mangled-name='PyInit_itertools' filepath='./Modules/itertoolsmodule.c' line='4901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_itertools'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/src' language='LANG_C99'>
-    <function-decl name='PyInit__sre' mangled-name='PyInit__sre' filepath='./Modules/_sre/sre.c' line='3056' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__sre'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_sre/sre.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <function-decl name='PyInit__sre' mangled-name='PyInit__sre' filepath='./Modules/_sre/sre.c' line='3057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__sre'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_threadmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__thread' mangled-name='PyInit__thread' filepath='./Modules/_threadmodule.c' line='1700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__thread'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/timemodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/timemodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_time' mangled-name='PyInit_time' filepath='./Modules/timemodule.c' line='2111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_time'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_weakref.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_weakref.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__weakref' mangled-name='PyInit__weakref' filepath='./Modules/_weakref.c' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__weakref'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_abc.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_abc.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__abc' mangled-name='PyInit__abc' filepath='./Modules/_abc.c' line='967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__abc'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_functoolsmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_functoolsmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__functools' mangled-name='PyInit__functools' filepath='./Modules/_functoolsmodule.c' line='1535' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__functools'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_localemodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__locale' mangled-name='PyInit__locale' filepath='./Modules/_localemodule.c' line='913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__locale'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_operator.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_operator.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__operator' mangled-name='PyInit__operator' filepath='./Modules/_operator.c' line='1891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__operator'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/_stat.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/_stat.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__stat' mangled-name='PyInit__stat' filepath='./Modules/_stat.c' line='630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__stat'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/symtablemodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit__symtable' mangled-name='PyInit__symtable' filepath='./Modules/symtablemodule.c' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit__symtable'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/pwdmodule.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_pwd' mangled-name='PyInit_pwd' filepath='./Modules/pwdmodule.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_pwd'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/xxsubtype.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/xxsubtype.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='PyInit_xxsubtype' mangled-name='PyInit_xxsubtype' filepath='./Modules/xxsubtype.c' line='313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='PyInit_xxsubtype'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='./Modules/getpath.c' comp-dir-path='/src' language='LANG_C99'>
+  <abi-instr version='1.0' address-size='64' path='./Modules/getpath.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
     <function-decl name='_Py_Get_Getpath_CodeObject' mangled-name='_Py_Get_Getpath_CodeObject' filepath='./Modules/getpath.c' line='790' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Py_Get_Getpath_CodeObject'>
       <return type-id='type-id-14'/>
     </function-decl>
   </abi-instr>
-  <abi-instr version='1.0' address-size='64' path='Python/frozen.c' comp-dir-path='/src' language='LANG_C99'>
-    <class-decl name='_frozen' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='31' column='1' id='type-id-905'>
+  <abi-instr version='1.0' address-size='64' path='Python/frozen.c' comp-dir-path='/home/pablogsal/github/cpython' language='LANG_C99'>
+    <class-decl name='_frozen' size-in-bits='256' is-struct='yes' visibility='default' filepath='./Include/cpython/import.h' line='31' column='1' id='type-id-911'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/cpython/import.h' line='32' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='64'>
-        <var-decl name='code' type-id='type-id-519' visibility='default' filepath='./Include/cpython/import.h' line='33' column='1'/>
+        <var-decl name='code' type-id='type-id-525' visibility='default' filepath='./Include/cpython/import.h' line='33' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='128'>
         <var-decl name='size' type-id='type-id-8' visibility='default' filepath='./Include/cpython/import.h' line='34' column='1'/>
@@ -16542,15 +16571,15 @@
         <var-decl name='is_package' type-id='type-id-8' visibility='default' filepath='./Include/cpython/import.h' line='35' column='1'/>
       </data-member>
       <data-member access='public' layout-offset-in-bits='192'>
-        <var-decl name='get_code' type-id='type-id-525' visibility='default' filepath='./Include/cpython/import.h' line='36' column='1'/>
+        <var-decl name='get_code' type-id='type-id-531' visibility='default' filepath='./Include/cpython/import.h' line='36' column='1'/>
       </data-member>
     </class-decl>
-    <qualified-type-def type-id='type-id-905' const='yes' id='type-id-906'/>
-    <pointer-type-def type-id='type-id-906' size-in-bits='64' id='type-id-907'/>
-    <var-decl name='_PyImport_FrozenBootstrap' type-id='type-id-907' mangled-name='_PyImport_FrozenBootstrap' visibility='default' filepath='./Include/internal/pycore_import.h' line='18' column='1' elf-symbol-id='_PyImport_FrozenBootstrap'/>
-    <var-decl name='_PyImport_FrozenStdlib' type-id='type-id-907' mangled-name='_PyImport_FrozenStdlib' visibility='default' filepath='./Include/internal/pycore_import.h' line='19' column='1' elf-symbol-id='_PyImport_FrozenStdlib'/>
-    <var-decl name='_PyImport_FrozenTest' type-id='type-id-907' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='20' column='1' elf-symbol-id='_PyImport_FrozenTest'/>
-    <class-decl name='_module_alias' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='13' column='1' id='type-id-908'>
+    <qualified-type-def type-id='type-id-911' const='yes' id='type-id-912'/>
+    <pointer-type-def type-id='type-id-912' size-in-bits='64' id='type-id-913'/>
+    <var-decl name='_PyImport_FrozenBootstrap' type-id='type-id-913' mangled-name='_PyImport_FrozenBootstrap' visibility='default' filepath='./Include/internal/pycore_import.h' line='18' column='1' elf-symbol-id='_PyImport_FrozenBootstrap'/>
+    <var-decl name='_PyImport_FrozenStdlib' type-id='type-id-913' mangled-name='_PyImport_FrozenStdlib' visibility='default' filepath='./Include/internal/pycore_import.h' line='19' column='1' elf-symbol-id='_PyImport_FrozenStdlib'/>
+    <var-decl name='_PyImport_FrozenTest' type-id='type-id-913' mangled-name='_PyImport_FrozenTest' visibility='default' filepath='./Include/internal/pycore_import.h' line='20' column='1' elf-symbol-id='_PyImport_FrozenTest'/>
+    <class-decl name='_module_alias' size-in-bits='128' is-struct='yes' visibility='default' filepath='./Include/internal/pycore_import.h' line='13' column='1' id='type-id-914'>
       <data-member access='public' layout-offset-in-bits='0'>
         <var-decl name='name' type-id='type-id-3' visibility='default' filepath='./Include/internal/pycore_import.h' line='14' column='1'/>
       </data-member>
@@ -16558,9 +16587,9 @@
         <var-decl name='orig' type-id='type-id-3' visibility='default' filepath='./Include/internal/pycore_import.h' line='15' column='1'/>
       </data-member>
     </class-decl>
-    <qualified-type-def type-id='type-id-908' const='yes' id='type-id-909'/>
-    <pointer-type-def type-id='type-id-909' size-in-bits='64' id='type-id-910'/>
-    <var-decl name='_PyImport_FrozenAliases' type-id='type-id-910' visibility='default' filepath='./Include/internal/pycore_import.h' line='21' column='1'/>
-    <var-decl name='PyImport_FrozenModules' type-id='type-id-907' mangled-name='PyImport_FrozenModules' visibility='default' filepath='./Include/cpython/import.h' line='42' column='1' elf-symbol-id='PyImport_FrozenModules'/>
+    <qualified-type-def type-id='type-id-914' const='yes' id='type-id-915'/>
+    <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-916'/>
+    <var-decl name='_PyImport_FrozenAliases' type-id='type-id-916' visibility='default' filepath='./Include/internal/pycore_import.h' line='21' column='1'/>
+    <var-decl name='PyImport_FrozenModules' type-id='type-id-913' mangled-name='PyImport_FrozenModules' visibility='default' filepath='./Include/cpython/import.h' line='42' column='1' elf-symbol-id='PyImport_FrozenModules'/>
   </abi-instr>
 </abi-corpus>
diff --git a/Include/internal/pycore_global_strings.h b/Include/internal/pycore_global_strings.h
index 4e1f2ec6c3529..cfa8ae99d1b6d 100644
--- a/Include/internal/pycore_global_strings.h
+++ b/Include/internal/pycore_global_strings.h
@@ -201,8 +201,9 @@ struct _Py_global_strings {
         STRUCT_FOR_ID(__subclasshook__)
         STRUCT_FOR_ID(__truediv__)
         STRUCT_FOR_ID(__trunc__)
+        STRUCT_FOR_ID(__typing_is_unpacked_typevartuple__)
         STRUCT_FOR_ID(__typing_subst__)
-        STRUCT_FOR_ID(__typing_unpacked__)
+        STRUCT_FOR_ID(__typing_unpacked_tuple_args__)
         STRUCT_FOR_ID(__warningregistry__)
         STRUCT_FOR_ID(__weakref__)
         STRUCT_FOR_ID(__xor__)
diff --git a/Include/internal/pycore_runtime_init.h b/Include/internal/pycore_runtime_init.h
index c1c5fd562e6b8..57cacb97bcf1a 100644
--- a/Include/internal/pycore_runtime_init.h
+++ b/Include/internal/pycore_runtime_init.h
@@ -824,8 +824,9 @@ extern "C" {
                 INIT_ID(__subclasshook__), \
                 INIT_ID(__truediv__), \
                 INIT_ID(__trunc__), \
+                INIT_ID(__typing_is_unpacked_typevartuple__), \
                 INIT_ID(__typing_subst__), \
-                INIT_ID(__typing_unpacked__), \
+                INIT_ID(__typing_unpacked_tuple_args__), \
                 INIT_ID(__warningregistry__), \
                 INIT_ID(__weakref__), \
                 INIT_ID(__xor__), \
diff --git a/Lib/test/test_typing.py b/Lib/test/test_typing.py
index 6e1e8d6e1b473..2afac23539155 100644
--- a/Lib/test/test_typing.py
+++ b/Lib/test/test_typing.py
@@ -603,22 +603,10 @@ class C(Generic[T]): pass
             ('generic[T]',                        '[int]',                   'generic[int]'),
             ('generic[T]',                        '[int, str]',              'TypeError'),
             ('generic[T]',                        '[tuple_type[int, ...]]',  'generic[tuple_type[int, ...]]'),
-            # Should raise TypeError: a) according to the tentative spec,
-            # unpacked types cannot be used as arguments to aliases that expect
-            # a fixed number of arguments; b) it's equivalent to generic[()].
-            ('generic[T]',                        '[*tuple[()]]',            'generic[*tuple[()]]'),
-            ('generic[T]',                        '[*Tuple[()]]',            'TypeError'),
-            # Should raise TypeError according to the tentative spec: unpacked
-            # types cannot be used as arguments to aliases that expect a fixed
-            # number of arguments.
-            ('generic[T]',                        '[*tuple[int]]',           'generic[*tuple[int]]'),
-            ('generic[T]',                        '[*Tuple[int]]',           'TypeError'),
-            # Ditto.
-            ('generic[T]',                        '[*tuple[int, str]]',      'generic[*tuple[int, str]]'),
-            ('generic[T]',                        '[*Tuple[int, str]]',      'TypeError'),
-            # Ditto.
-            ('generic[T]',                        '[*tuple[int, ...]]',      'generic[*tuple[int, ...]]'),
-            ('generic[T]',                        '[*Tuple[int, ...]]',      'TypeError'),
+            ('generic[T]',                        '[*tuple_type[int]]',      'generic[int]'),
+            ('generic[T]',                        '[*tuple_type[()]]',       'TypeError'),
+            ('generic[T]',                        '[*tuple_type[int, str]]', 'TypeError'),
+            ('generic[T]',                        '[*tuple_type[int, ...]]', 'TypeError'),
             ('generic[T]',                        '[*Ts]',                   'TypeError'),
             ('generic[T]',                        '[T, *Ts]',                'TypeError'),
             ('generic[T]',                        '[*Ts, T]',                'TypeError'),
@@ -664,23 +652,29 @@ class C(Generic[T1, T2]): pass
             ('generic[T1, T2]',                        '[int, str]',                                        'generic[int, str]'),
             ('generic[T1, T2]',                        '[int, str, bool]',                                  'TypeError'),
             ('generic[T1, T2]',                        '[*tuple_type[int]]',                                'TypeError'),
-            ('generic[T1, T2]',                        '[*tuple_type[int, str]]',                           'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[int, str]]',                           'generic[int, str]'),
             ('generic[T1, T2]',                        '[*tuple_type[int, str, bool]]',                     'TypeError'),
 
-            # Should raise TypeError according to the tentative spec: unpacked
-            # types cannot be used as arguments to aliases that expect a fixed
-            # number of arguments.
-            ('generic[T1, T2]',                        '[*tuple[int, str], *tuple[float, bool]]',           'generic[*tuple[int, str], *tuple[float, bool]]'),
-            ('generic[T1, T2]',                        '[*Tuple[int, str], *Tuple[float, bool]]',           'TypeError'),
+            ('generic[T1, T2]',                        '[int, *tuple_type[str]]',                           'generic[int, str]'),
+            ('generic[T1, T2]',                        '[*tuple_type[int], str]',                           'generic[int, str]'),
+            ('generic[T1, T2]',                        '[*tuple_type[int], *tuple_type[str]]',              'generic[int, str]'),
+            ('generic[T1, T2]',                        '[*tuple_type[int, str], *tuple_type[()]]',          'generic[int, str]'),
+            ('generic[T1, T2]',                        '[*tuple_type[()], *tuple_type[int, str]]',          'generic[int, str]'),
+            ('generic[T1, T2]',                        '[*tuple_type[int], *tuple_type[()]]',               'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[()], *tuple_type[int]]',               'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[int, str], *tuple_type[float]]',       'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[int], *tuple_type[str, float]]',       'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[int, str], *tuple_type[float, bool]]', 'TypeError'),
 
             ('generic[T1, T2]',                        '[tuple_type[int, ...]]',                            'TypeError'),
             ('generic[T1, T2]',                        '[tuple_type[int, ...], tuple_type[str, ...]]',      'generic[tuple_type[int, ...], tuple_type[str, ...]]'),
+            # Should raise TypeError according to the tentative spec: unpacked
+            # types cannot be used as arguments to aliases that expect a fixed
+            # number of arguments.
             ('generic[T1, T2]',                        '[*tuple_type[int, ...]]',                           'TypeError'),
-
-            # Ditto.
-            ('generic[T1, T2]',                        '[*tuple[int, ...], *tuple[str, ...]]',              'generic[*tuple[int, ...], *tuple[str, ...]]'),
-            ('generic[T1, T2]',                        '[*Tuple[int, ...], *Tuple[str, ...]]',              'TypeError'),
-
+            ('generic[T1, T2]',                        '[int, *tuple_type[str, ...]]',                      'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[int, ...], str]',                      'TypeError'),
+            ('generic[T1, T2]',                        '[*tuple_type[int, ...], *tuple_type[str, ...]]',    'TypeError'),
             ('generic[T1, T2]',                        '[*Ts]',                                             'TypeError'),
             ('generic[T1, T2]',                        '[T, *Ts]',                                          'TypeError'),
             ('generic[T1, T2]',                        '[*Ts, T]',                                          'TypeError'),
@@ -720,7 +714,7 @@ class C(Generic[T1, T2, T3]): pass
         tests = [
             # Alias                                    # Args                                               # Expected result
             ('generic[T1, bool, T2]',                  '[int, str]',                                        'generic[int, bool, str]'),
-            ('generic[T1, bool, T2]',                  '[*tuple_type[int, str]]',                           'TypeError'),
+            ('generic[T1, bool, T2]',                  '[*tuple_type[int, str]]',                           'generic[int, bool, str]'),
         ]
 
         for alias_template, args_template, expected_template in tests:
@@ -753,96 +747,43 @@ class C(Generic[*Ts]): pass
         # Tuple because tuple currently behaves differently.
         tests = [
             # Alias                                    # Args                                            # Expected result
-            ('C[*Ts]',                                 '[()]',                                           'C[()]'),
-            ('tuple[*Ts]',                             '[()]',                                           'tuple[()]'),
-            ('Tuple[*Ts]',                             '[()]',                                           'Tuple[()]'),
-
-            ('C[*Ts]',                                 '[int]',                                          'C[int]'),
-            ('tuple[*Ts]',                             '[int]',                                          'tuple[int]'),
-            ('Tuple[*Ts]',                             '[int]',                                          'Tuple[int]'),
-
-            ('C[*Ts]',                                 '[int, str]',                                     'C[int, str]'),
-            ('tuple[*Ts]',                             '[int, str]',                                     'tuple[int, str]'),
-            ('Tuple[*Ts]',                             '[int, str]',                                     'Tuple[int, str]'),
-
-            ('C[*Ts]',                                 '[*tuple_type[int]]',                             'C[*tuple_type[int]]'),  # Should be C[int]
-            ('tuple[*Ts]',                             '[*tuple_type[int]]',                             'tuple[*tuple_type[int]]'),  # Should be tuple[int]
-            ('Tuple[*Ts]',                             '[*tuple_type[int]]',                             'Tuple[*tuple_type[int]]'),  # Should be Tuple[int]
-
-            ('C[*Ts]',                                 '[*tuple_type[*Ts]]',                             'C[*tuple_type[*Ts]]'),  # Should be C[*Ts]
-            ('tuple[*Ts]',                             '[*tuple_type[*Ts]]',                             'tuple[*tuple_type[*Ts]]'),  # Should be tuple[*Ts]
-            ('Tuple[*Ts]',                             '[*tuple_type[*Ts]]',                             'Tuple[*tuple_type[*Ts]]'),  # Should be Tuple[*Ts]
-
-            ('C[*Ts]',                                 '[*tuple_type[int, str]]',                        'C[*tuple_type[int, str]]'),  # Should be C[int, str]
-            ('tuple[*Ts]',                             '[*tuple_type[int, str]]',                        'tuple[*tuple_type[int, str]]'),  # Should be tuple[int, str]
-            ('Tuple[*Ts]',                             '[*tuple_type[int, str]]',                        'Tuple[*tuple_type[int, str]]'),  # Should be Tuple[int, str]
-
-            ('C[*Ts]',                                 '[tuple_type[int, ...]]',                         'C[tuple_type[int, ...]]'),
-            ('tuple[*Ts]',                             '[tuple_type[int, ...]]',                         'tuple[tuple_type[int, ...]]'),
-            ('Tuple[*Ts]',                             '[tuple_type[int, ...]]',                         'Tuple[tuple_type[int, ...]]'),
-
-            ('C[*Ts]',                                 '[tuple_type[int, ...], tuple_type[str, ...]]',   'C[tuple_type[int, ...], tuple_type[str, ...]]'),
-            ('tuple[*Ts]',                             '[tuple_type[int, ...], tuple_type[str, ...]]',   'tuple[tuple_type[int, ...], tuple_type[str, ...]]'),
-            ('Tuple[*Ts]',                             '[tuple_type[int, ...], tuple_type[str, ...]]',   'Tuple[tuple_type[int, ...], tuple_type[str, ...]]'),
-
-            ('C[*Ts]',                                 '[*tuple_type[int, ...]]',                        'C[*tuple_type[int, ...]]'),
-            ('tuple[*Ts]',                             '[*tuple_type[int, ...]]',                        'tuple[*tuple_type[int, ...]]'),
-            ('Tuple[*Ts]',                             '[*tuple_type[int, ...]]',                        'Tuple[*tuple_type[int, ...]]'),
+            ('generic[*Ts]',                           '[()]',                                           'generic[()]'),
+            ('generic[*Ts]',                           '[int]',                                          'generic[int]'),
+            ('generic[*Ts]',                           '[int, str]',                                     'generic[int, str]'),
+            ('generic[*Ts]',                           '[*tuple_type[int]]',                             'generic[int]'),
+            ('generic[*Ts]',                           '[*tuple_type[*Ts]]',                             'generic[*Ts]'),
+            ('generic[*Ts]',                           '[*tuple_type[int, str]]',                        'generic[int, str]'),
+            ('generic[*Ts]',                           '[tuple_type[int, ...]]',                         'generic[tuple_type[int, ...]]'),
+            ('generic[*Ts]',                           '[tuple_type[int, ...], tuple_type[str, ...]]',   'generic[tuple_type[int, ...], tuple_type[str, ...]]'),
+            ('generic[*Ts]',                           '[*tuple_type[int, ...]]',                        'generic[*tuple_type[int, ...]]'),
 
             # Technically, multiple unpackings are forbidden by PEP 646, but we
             # choose to be less restrictive at runtime, to allow folks room
             # to experiment. So all three of these should be valid.
-            ('C[*Ts]',                                 '[*tuple_type[int, ...], *tuple_type[str, ...]]', 'C[*tuple_type[int, ...], *tuple_type[str, ...]]'),
-            ('tuple[*Ts]',                             '[*tuple_type[int, ...], *tuple_type[str, ...]]', 'tuple[*tuple_type[int, ...], *tuple_type[str, ...]]'),
-            ('Tuple[*Ts]',                             '[*tuple_type[int, ...], *tuple_type[str, ...]]', 'Tuple[*tuple_type[int, ...], *tuple_type[str, ...]]'),
-
-            ('C[*Ts]',                                 '[*Ts]',                                          'C[*Ts]'),
-            ('tuple[*Ts]',                             '[*Ts]',                                          'tuple[*Ts]'),
-            ('Tuple[*Ts]',                             '[*Ts]',                                          'Tuple[*Ts]'),
-
-            ('C[*Ts]',                                 '[T, *Ts]',                                       'C[T, *Ts]'),
-            ('tuple[*Ts]',                             '[T, *Ts]',                                       'tuple[T, *Ts]'),
-            ('Tuple[*Ts]',                             '[T, *Ts]',                                       'Tuple[T, *Ts]'),
+            ('generic[*Ts]',                           '[*tuple_type[int, ...], *tuple_type[str, ...]]', 'generic[*tuple_type[int, ...], *tuple_type[str, ...]]'),
 
-            ('C[*Ts]',                                 '[*Ts, T]',                                       'C[*Ts, T]'),
-            ('tuple[*Ts]',                             '[*Ts, T]',                                       'tuple[*Ts, T]'),
-            ('Tuple[*Ts]',                             '[*Ts, T]',                                       'Tuple[*Ts, T]'),
+            ('generic[*Ts]',                           '[*Ts]',                                          'generic[*Ts]'),
+            ('generic[*Ts]',                           '[T, *Ts]',                                       'generic[T, *Ts]'),
+            ('generic[*Ts]',                           '[*Ts, T]',                                       'generic[*Ts, T]'),
+            ('generic[T, *Ts]',                        '[int]',                                          'generic[int]'),
+            ('generic[T, *Ts]',                        '[int, str]',                                     'generic[int, str]'),
+            ('generic[T, *Ts]',                        '[int, str, bool]',                               'generic[int, str, bool]'),
 
-            ('C[T, *Ts]',                              '[int]',                                          'C[int]'),
-            ('tuple[T, *Ts]',                          '[int]',                                          'tuple[int]'),
-            ('Tuple[T, *Ts]',                          '[int]',                                          'Tuple[int]'),
+            ('generic[T, *Ts]',                        '[*tuple[int, ...]]',                             'TypeError'),  # Should be generic[int, *tuple[int, ...]]
 
-            ('C[T, *Ts]',                              '[int, str]',                                     'C[int, str]'),
-            ('tuple[T, *Ts]',                          '[int, str]',                                     'tuple[int, str]'),
-            ('Tuple[T, *Ts]',                          '[int, str]',                                     'Tuple[int, str]'),
-
-            ('C[T, *Ts]',                              '[int, str, bool]',                               'C[int, str, bool]'),
-            ('tuple[T, *Ts]',                          '[int, str, bool]',                               'tuple[int, str, bool]'),
-            ('Tuple[T, *Ts]',                          '[int, str, bool]',                               'Tuple[int, str, bool]'),
-
-            ('C[T, *Ts]',                              '[*tuple[int, ...]]',                             'C[*tuple[int, ...]]'),  # Should be C[int, *tuple[int, ...]]
-            ('C[T, *Ts]',                              '[*Tuple[int, ...]]',                             'TypeError'),  # Ditto
-            ('tuple[T, *Ts]',                          '[*tuple[int, ...]]',                             'tuple[*tuple[int, ...]]'),  # Should be tuple[int, *tuple[int, ...]]
-            ('tuple[T, *Ts]',                          '[*Tuple[int, ...]]',                             'TypeError'),  # Should be tuple[int, *Tuple[int, ...]]
-            ('Tuple[T, *Ts]',                          '[*tuple[int, ...]]',                             'Tuple[*tuple[int, ...]]'),  # Should be Tuple[int, *tuple[int, ...]]
-            ('Tuple[T, *Ts]',                          '[*Tuple[int, ...]]',                             'TypeError'),  # Should be Tuple[int, *Tuple[int, ...]]
-
-            ('C[*Ts, T]',                              '[int]',                                          'C[int]'),
-            ('tuple[*Ts, T]',                          '[int]',                                          'tuple[int]'),
-            ('Tuple[*Ts, T]',                          '[int]',                                          'Tuple[int]'),
-
-            ('C[*Ts, T]',                              '[int, str]',                                     'C[int, str]'),
-            ('tuple[*Ts, T]',                          '[int, str]',                                     'tuple[int, str]'),
-            ('Tuple[*Ts, T]',                          '[int, str]',                                     'Tuple[int, str]'),
-
-            ('C[*Ts, T]',                              '[int, str, bool]',                               'C[int, str, bool]'),
-            ('tuple[*Ts, T]',                          '[int, str, bool]',                               'tuple[int, str, bool]'),
-            ('Tuple[*Ts, T]',                          '[int, str, bool]',                               'Tuple[int, str, bool]'),
+            ('generic[*Ts, T]',                        '[int]',                                          'generic[int]'),
+            ('generic[*Ts, T]',                        '[int, str]',                                     'generic[int, str]'),
+            ('generic[*Ts, T]',                          '[int, str, bool]',                             'generic[int, str, bool]'),
 
             ('generic[T, *tuple_type[int, ...]]',      '[str]',                                          'generic[str, *tuple_type[int, ...]]'),
             ('generic[T1, T2, *tuple_type[int, ...]]', '[str, bool]',                                    'generic[str, bool, *tuple_type[int, ...]]'),
             ('generic[T1, *tuple_type[int, ...], T2]', '[str, bool]',                                    'generic[str, *tuple_type[int, ...], bool]'),
             ('generic[T1, *tuple_type[int, ...], T2]', '[str, bool, float]',                             'TypeError'),
+
+            ('generic[T1, *tuple_type[T2, ...]]',      '[int, str]',                                     'generic[int, *tuple_type[str, ...]]'),
+            ('generic[*tuple_type[T1, ...], T2]',      '[int, str]',                                     'generic[*tuple_type[int, ...], str]'),
+            ('generic[T1, *tuple_type[generic[*Ts], ...]]', '[int, str, bool]',                          'generic[int, *tuple_type[generic[str, bool], ...]]'),
+            ('generic[*tuple_type[generic[*Ts], ...], T1]', '[int, str, bool]',                          'generic[*tuple_type[generic[int, str], ...], bool]'),
         ]
 
         for alias_template, args_template, expected_template in tests:
diff --git a/Lib/typing.py b/Lib/typing.py
index d655a85575811..40ab516f7c8ff 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -271,6 +271,16 @@ def _check_generic(cls, parameters, elen):
         raise TypeError(f"Too {'many' if alen > elen else 'few'} arguments for {cls};"
                         f" actual {alen}, expected {elen}")
 
+def _unpack_args(args):
+    newargs = []
+    for arg in args:
+        subargs = getattr(arg, '__typing_unpacked_tuple_args__', None)
+        if subargs is not None and not (subargs and subargs[-1] is ...):
+            newargs.extend(subargs)
+        else:
+            newargs.append(arg)
+    return newargs
+
 def _prepare_paramspec_params(cls, params):
     """Prepares the parameters for a Generic containing ParamSpec
     variables (internal helper).
@@ -893,12 +903,8 @@ def __repr__(self):
 
 
 def _is_unpacked_typevartuple(x: Any) -> bool:
-    return (
-            isinstance(x, _UnpackGenericAlias)
-            # If x is Unpack[tuple[...]], __parameters__ will be empty.
-            and x.__parameters__
-            and isinstance(x.__parameters__[0], TypeVarTuple)
-    )
+    return ((not isinstance(x, type)) and
+            getattr(x, '__typing_is_unpacked_typevartuple__', False))
 
 
 def _is_typevar_like(x: Any) -> bool:
@@ -1011,7 +1017,8 @@ def __init__(self, name, *constraints, bound=None,
     def __typing_subst__(self, arg):
         msg = "Parameters to generic types must be types."
         arg = _type_check(arg, msg, is_argument=True)
-        if (isinstance(arg, _GenericAlias) and arg.__origin__ is Unpack):
+        if ((isinstance(arg, _GenericAlias) and arg.__origin__ is Unpack) or
+            (isinstance(arg, GenericAlias) and getattr(arg, '__unpacked__', False))):
             raise TypeError(f"{arg} is not valid as type argument")
         return arg
 
@@ -1370,19 +1377,17 @@ def __getitem__(self, args):
         if self.__origin__ in (Generic, Protocol):
             # Can't subscript Generic[...] or Protocol[...].
             raise TypeError(f"Cannot subscript already-subscripted {self}")
+        if not self.__parameters__:
+            raise TypeError(f"{self} is not a generic class")
 
         # Preprocess `args`.
         if not isinstance(args, tuple):
             args = (args,)
         args = tuple(_type_convert(p) for p in args)
+        args = _unpack_args(args)
         if (self._paramspec_tvars
                 and any(isinstance(t, ParamSpec) for t in self.__parameters__)):
             args = _prepare_paramspec_params(self, args)
-        elif not any(isinstance(p, TypeVarTuple) for p in self.__parameters__):
-            # We only run this if there are no TypeVarTuples, because we
-            # don't check variadic generic arity at runtime (to reduce
-            # complexity of typing.py).
-            _check_generic(self, args, len(self.__parameters__))
 
         new_args = self._determine_new_args(args)
         r = self.copy_with(new_args)
@@ -1406,16 +1411,28 @@ def _determine_new_args(self, args):
         params = self.__parameters__
         # In the example above, this would be {T3: str}
         new_arg_by_param = {}
+        typevartuple_index = None
         for i, param in enumerate(params):
             if isinstance(param, TypeVarTuple):
-                j = len(args) - (len(params) - i - 1)
-                if j < i:
-                    raise TypeError(f"Too few arguments for {self}")
-                new_arg_by_param.update(zip(params[:i], args[:i]))
-                new_arg_by_param[param] = args[i: j]
-                new_arg_by_param.update(zip(params[i + 1:], args[j:]))
-                break
+                if typevartuple_index is not None:
+                    raise TypeError(f"More than one TypeVarTuple parameter in {self}")
+                typevartuple_index = i
+
+        alen = len(args)
+        plen = len(params)
+        if typevartuple_index is not None:
+            i = typevartuple_index
+            j = alen - (plen - i - 1)
+            if j < i:
+                raise TypeError(f"Too few arguments for {self};"
+                                f" actual {alen}, expected at least {plen-1}")
+            new_arg_by_param.update(zip(params[:i], args[:i]))
+            new_arg_by_param[params[i]] = tuple(args[i: j])
+            new_arg_by_param.update(zip(params[i + 1:], args[j:]))
         else:
+            if alen != plen:
+                raise TypeError(f"Too {'many' if alen > plen else 'few'} arguments for {self};"
+                                f" actual {alen}, expected {plen}")
             new_arg_by_param.update(zip(params, args))
 
         new_args = []
@@ -1723,14 +1740,25 @@ def __repr__(self):
         return '*' + repr(self.__args__[0])
 
     def __getitem__(self, args):
-        if self.__typing_unpacked__():
+        if self.__typing_is_unpacked_typevartuple__:
             return args
         return super().__getitem__(args)
 
-    def __typing_unpacked__(self):
-        # If x is Unpack[tuple[...]], __parameters__ will be empty.
-        return bool(self.__parameters__ and
-                    isinstance(self.__parameters__[0], TypeVarTuple))
+    @property
+    def __typing_unpacked_tuple_args__(self):
+        assert self.__origin__ is Unpack
+        assert len(self.__args__) == 1
+        arg, = self.__args__
+        if isinstance(arg, _GenericAlias):
+            assert arg.__origin__ is tuple
+            return arg.__args__
+        return None
+
+    @property
+    def __typing_is_unpacked_typevartuple__(self):
+        assert self.__origin__ is Unpack
+        assert len(self.__args__) == 1
+        return isinstance(self.__args__[0], TypeVarTuple)
 
 
 class Generic:
diff --git a/Objects/genericaliasobject.c b/Objects/genericaliasobject.c
index 5eeb1dbb338d2..39fd70999ecbe 100644
--- a/Objects/genericaliasobject.c
+++ b/Objects/genericaliasobject.c
@@ -320,20 +320,85 @@ subs_tvars(PyObject *obj, PyObject *params,
 static int
 _is_unpacked_typevartuple(PyObject *arg)
 {
-    PyObject *meth;
-    int res = _PyObject_LookupAttr(arg, &_Py_ID(__typing_unpacked__), &meth);
+    PyObject *tmp;
+    if (PyType_Check(arg)) { // TODO: Add test
+        return 0;
+    }
+    int res = _PyObject_LookupAttr(arg, &_Py_ID(__typing_is_unpacked_typevartuple__), &tmp);
     if (res > 0) {
-        PyObject *tmp = PyObject_CallNoArgs(meth);
-        Py_DECREF(meth);
-        if (tmp == NULL) {
-            return -1;
-        }
         res = PyObject_IsTrue(tmp);
         Py_DECREF(tmp);
     }
     return res;
 }
 
+static PyObject *
+_unpacked_tuple_args(PyObject *arg)
+{
+    PyObject *result;
+    assert(!PyType_Check(arg));
+    // Fast path
+    if (_PyGenericAlias_Check(arg) &&
+            ((gaobject *)arg)->starred &&
+            ((gaobject *)arg)->origin == (PyObject *)&PyTuple_Type)
+    {
+        result = ((gaobject *)arg)->args;
+        Py_INCREF(result);
+        return result;
+    }
+
+    if (_PyObject_LookupAttr(arg, &_Py_ID(__typing_unpacked_tuple_args__), &result) > 0) {
+        if (result == Py_None) {
+            Py_DECREF(result);
+            return NULL;
+        }
+        return result;
+    }
+    return NULL;
+}
+
+static PyObject *
+_unpack_args(PyObject *item)
+{
+    PyObject *newargs = PyList_New(0);
+    if (newargs == NULL) {
+        return NULL;
+    }
+    int is_tuple = PyTuple_Check(item);
+    Py_ssize_t nitems = is_tuple ? PyTuple_GET_SIZE(item) : 1;
+    PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item;
+    for (Py_ssize_t i = 0; i < nitems; i++) {
+        item = argitems[i];
+        if (!PyType_Check(item)) {
+            PyObject *subargs = _unpacked_tuple_args(item);
+            if (subargs != NULL &&
+                PyTuple_Check(subargs) &&
+                !(PyTuple_GET_SIZE(subargs) &&
+                  PyTuple_GET_ITEM(subargs, PyTuple_GET_SIZE(subargs)-1) == Py_Ellipsis))
+            {
+                if (PyList_SetSlice(newargs, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, subargs) < 0) {
+                    Py_DECREF(subargs);
+                    Py_DECREF(newargs);
+                    return NULL;
+                }
+                Py_DECREF(subargs);
+                continue;
+            }
+            Py_XDECREF(subargs);
+            if (PyErr_Occurred()) {
+                Py_DECREF(newargs);
+                return NULL;
+            }
+        }
+        if (PyList_Append(newargs, item) < 0) {
+            Py_DECREF(newargs);
+            return NULL;
+        }
+    }
+    Py_SETREF(newargs, PySequence_Tuple(newargs));
+    return newargs;
+}
+
 PyObject *
 _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObject *item)
 {
@@ -343,18 +408,26 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
                             "%R is not a generic class",
                             self);
     }
+    item = _unpack_args(item);
     int is_tuple = PyTuple_Check(item);
     Py_ssize_t nitems = is_tuple ? PyTuple_GET_SIZE(item) : 1;
     PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item;
-    Py_ssize_t varparam = 0;
-    for (; varparam < nparams; varparam++) {
-        PyObject *param = PyTuple_GET_ITEM(parameters, varparam);
+    Py_ssize_t varparam = nparams;
+    for (Py_ssize_t i = 0; i < nparams; i++) {
+        PyObject *param = PyTuple_GET_ITEM(parameters, i);
         if (Py_TYPE(param)->tp_iter) {  // TypeVarTuple
-            break;
+            if (varparam < nparams) {
+                Py_DECREF(item);
+                return PyErr_Format(PyExc_TypeError,
+                                    "More than one TypeVarTuple parameter in %S",
+                                    self);
+            }
+            varparam = i;
         }
     }
     if (varparam < nparams) {
         if (nitems < nparams - 1) {
+            Py_DECREF(item);
             return PyErr_Format(PyExc_TypeError,
                                 "Too few arguments for %R",
                                 self);
@@ -362,10 +435,11 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
     }
     else {
         if (nitems != nparams) {
+            Py_DECREF(item);
             return PyErr_Format(PyExc_TypeError,
-                                "Too %s arguments for %R",
+                                "Too %s arguments for %R; actual %zd, expected %zd",
                                 nitems > nparams ? "many" : "few",
-                                self);
+                                self, nitems, nparams);
         }
     }
     /* Replace all type variables (specified by parameters)
@@ -377,6 +451,7 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
     Py_ssize_t nargs = PyTuple_GET_SIZE(args);
     PyObject *newargs = PyTuple_New(nargs);
     if (newargs == NULL) {
+        Py_DECREF(item);
         return NULL;
     }
     for (Py_ssize_t iarg = 0, jarg = 0; iarg < nargs; iarg++) {
@@ -384,11 +459,13 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
         int unpack = _is_unpacked_typevartuple(arg);
         if (unpack < 0) {
             Py_DECREF(newargs);
+            Py_DECREF(item);
             return NULL;
         }
         PyObject *subst;
         if (_PyObject_LookupAttr(arg, &_Py_ID(__typing_subst__), &subst) < 0) {
             Py_DECREF(newargs);
+            Py_DECREF(item);
             return NULL;
         }
         if (subst) {
@@ -397,6 +474,7 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
             if (iparam == varparam) {
                 Py_DECREF(subst);
                 Py_DECREF(newargs);
+                Py_DECREF(item);
                 PyErr_SetString(PyExc_TypeError,
                         "Substitution of bare TypeVarTuple is not supported");
                 return NULL;
@@ -412,6 +490,7 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
         }
         if (arg == NULL) {
             Py_DECREF(newargs);
+            Py_DECREF(item);
             return NULL;
         }
         if (unpack) {
@@ -419,6 +498,7 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
                     &PyTuple_GET_ITEM(arg, 0), PyTuple_GET_SIZE(arg));
             Py_DECREF(arg);
             if (jarg < 0) {
+                Py_DECREF(item);
                 return NULL;
             }
         }
@@ -428,6 +508,7 @@ _Py_subs_parameters(PyObject *self, PyObject *args, PyObject *parameters, PyObje
         }
     }
 
+    Py_DECREF(item);
     return newargs;
 }
 
@@ -454,6 +535,7 @@ ga_getitem(PyObject *self, PyObject *item)
     }
 
     PyObject *res = Py_GenericAlias(alias->origin, newargs);
+    ((gaobject *)res)->starred = alias->starred;
 
     Py_DECREF(newargs);
     return res;
@@ -518,6 +600,7 @@ static const char* const attr_exceptions[] = {
     "__args__",
     "__unpacked__",
     "__parameters__",
+    "__typing_unpacked_tuple_args__",
     "__mro_entries__",
     "__reduce_ex__",  // needed so we don't look up object.__reduce_ex__
     "__reduce__",
@@ -689,8 +772,20 @@ ga_parameters(PyObject *self, void *unused)
     return alias->parameters;
 }
 
+static PyObject *
+ga_unpacked_tuple_args(PyObject *self, void *unused)
+{
+    gaobject *alias = (gaobject *)self;
+    if (alias->starred && alias->origin == (PyObject *)&PyTuple_Type) {
+        Py_INCREF(alias->args);
+        return alias->args;
+    }
+    Py_RETURN_NONE;
+}
+
 static PyGetSetDef ga_properties[] = {
     {"__parameters__", ga_parameters, (setter)NULL, "Type variables in the GenericAlias.", NULL},
+    {"__typing_unpacked_tuple_args__", ga_unpacked_tuple_args, (setter)NULL, NULL},
     {0}
 };
 



More information about the Python-checkins mailing list